InputButtonStyle
Declaration
[Serializable]
public enum InputButtonStyleDescription
A type of input button style, e.g., hold, press, or release.
Properties
| Hold | The input button is handled while continuously held down. |
| Press | The input button is handled on press. |
| Release | The input button is handled on release. |
| TogglePress | The input button is toggled on press. |
| ToggleRelease | The input button is toggled on release. |