This commit is contained in:
2026-06-18 03:04:52 +07:00
parent e545e719c6
commit 81a6798e96
2986 changed files with 4229 additions and 605733 deletions

View File

@@ -20,6 +20,11 @@ namespace Opsive.UltimateCharacterController.Editor.Inspectors.Input
/// </summary>
protected override void DrawInputFields()
{
EditorGUILayout.PropertyField(PropertyFromName("m_InputAsset"));
EditorGUILayout.PropertyField(PropertyFromName("m_ActionMapName"));
EditorGUILayout.Space();
EditorGUILayout.PropertyField(PropertyFromName("m_ForceInput"));
EditorGUILayout.PropertyField(PropertyFromName("m_DisableCursor"));
var disableCursorProperty = PropertyFromName("m_EnableCursorWithEscape");