Action
Property in DialogueAdvanceInput
Summary
Gets the UnityEngine.InputSystem.InputAction
configured by this DialogueAdvanceInput .
Remarks
This methods returns the following potential values:
If continueActionType is InputSystemAction, this method returns continueAction.
If continueActionType is InputSystemActionFromAsset, this method returns continueActionReference's action.
If continueActionType is KeyCode or None, this method returns
null
.
Last updated