Action
Property in DialogueAdvanceInput
Summary
Gets the InputAction configured by this DialogueAdvanceInput .
public InputAction Action
{
get; }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
Was this helpful?
