Property in DialogueAdvanceInput
Gets the InputAction configured by this DialogueAdvanceInput .
InputAction
public InputAction Action { get; }
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.
null
Last updated 2 years ago
Was this helpful?