Click or drag to resize

TouchButtonButtonType Enumeration

Button type

Namespace:  Rewired.ComponentControls
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum ButtonType
Members
  Member nameValueDescription
Standard0 A momentary switch. Returns True while the button is pressed down.
ToggleSwitch1 Alternately turns on and off with each press.
See Also