DialogueAdvanceInput
Inherits from
MonoBehaviour
A component that listens for user input, and uses it to notify a dialogue view that the user wishes to advance to the next step in the dialogue.
public class DialogueAdvanceInput : MonoBehaviour
This class may be used with the Unity Input System, or the legacy Input Manager. The specific type of input it's looking for is configured via the continueActionType field.
When the configured input occurs, this component calls the UserRequestedViewAdvancement() method on its dialogueView.
Name | Description |
---|---|
The type of input that this component is listening for in order to signal that its dialogue view should advance. |
Name | Description |
---|---|
The InputAction that this component is listening for. | |
The keyboard key that this component is listening for. | |
An InputActionReference that refers to the action that this component is listening for. | |
The type of input that this component is listening for. | |
The dialogue view that will be notified when the user performs the advance input (as configured by continueActionType and related fields.) | |
Name | Description |
---|---|
Last modified 1yr ago