File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Packages/com.unity.inputsystem/InputSystem/Actions Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1777,7 +1777,7 @@ public unsafe float GetTimeoutCompletionPercentage()
17771777 + "the action will perform." ) ]
17781778 [ SerializeField ] internal InputActionType m_Type ;
17791779 [ FormerlySerializedAs ( "m_ExpectedControlLayout" ) ]
1780- [ Tooltip ( "The type of control expected by the action (e.g. \" Button \" or \" Stick \" ). This will limit the controls shown "
1780+ [ Tooltip ( "The type of control expected by the action (e.g. \" Digital \" for buttons, \" Vector2 \" for sticks ). This will limit the controls shown "
17811781 + "when setting up bindings in the UI and will also limit which controls can be bound interactively to the action." ) ]
17821782 [ SerializeField ] internal string m_ExpectedControlType ;
17831783 [ Tooltip ( "Unique ID of the action (GUID). Used to reference the action from bindings such that actions can be renamed "
You can’t perform that action at this time.
0 commit comments