continueAction
Last updated
Was this helpful?
Field in DialogueAdvanceInput
The UnityEngine.InputSystem.InputAction that this component is listening for.
public InputAction continueAction = new InputAction("Skip", InputActionType.Button, CommonUsages.Submit);This value is only used when continueActionType is InputSystemAction.
Use this continue action type when you want this component to use a configurable input action, but don't want to have to set up other actions in your project.
Last updated
Was this helpful?
Was this helpful?
