TouchJoystickstayActiveOnSwipeOut Property |
If true, the joystick will stay engaged even if the touch that activated it moves outside the joystick region.
If false, the joystick will be released once the touch that activated it moves outside the joystick region.
Namespace:
Rewired.ComponentControls
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool stayActiveOnSwipeOut { get; set; }
Property Value
Type:
Boolean
See Also