InputButtonStyle


Declaration

[Serializable]
public enum InputButtonStyle

Description

A type of input button style, e.g., hold, press, or release.

Properties

HoldThe input button is handled while continuously held down.
PressThe input button is handled on press.
ReleaseThe input button is handled on release.
TogglePressThe input button is toggled on press.
ToggleReleaseThe input button is toggled on release.