InputButton
Struct in Zigurous.CameraSystem.Input
Implements IInputSetting
Declaration
[Serializable]
public struct InputButton : IInputSettingDescription
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. |