Action
Last updated
Was this helpful?
Property in DialogueAdvanceInput
Gets the UnityEngine.InputSystem.InputAction configured by this DialogueAdvanceInput .
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.
Last updated
Was this helpful?
Was this helpful?
