TouchButtonstayActiveOnSwipeOut Property |
If true, the button will stay on even if the touch that activated it moves outside the button region. If false, the button will turn off once the touch that activated it moves outside the button region.
If Follow Touch Position is True, this will always return True except in the case of using a Touch Region with Use Touch Region Only set to True also.
Namespace: Rewired.ComponentControlsAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool stayActiveOnSwipeOut { get; set; }Property Value
Boolean
See Also