TouchJoysticktouchRegion Property |
Optional external region to use for hover/click/touch detection. If set, this region will be used for touch detection instead of or in addition to the joystick's RectTransform. This can be useful if you want a larger area of the screen to act as a joystick.
Namespace:
Rewired.ComponentControls
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic TouchRegion touchRegion { get; set; }
Property Value
Type:
TouchRegion
See Also