InputButton
Struct in Zigurous.CharacterController.Input
Implements IInputSetting
Declaration
[Serializable]
public struct InputButton : IInputSetting
Description
An input button setting.
Properties
reference | A reference to the input action that handles the input. |
style | The type of input button style, e.g., hold, press, or release. |
Constructors
InputButton | Creates an input button of the provided style. |
Methods
GetReference | Returns a reference to the input action. |