Click or drag to resize

TouchButtonbuttonType Property

The type of button.\nStandard = A momentary switch. Returns True while the button is pressed down.\nToggle Switch = Alternately turns on and off with each press.

Namespace:  Rewired.ComponentControls
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public TouchButtonButtonType buttonType { get; set; }

Property Value

Type: TouchButtonButtonType
See Also