Click or drag to resize

TouchJoysticksnapDirections Property

Snaps joystick movement to a fixed number of directions. This can be used to create a D-Pad, for example, setting it to 4 or 8 directions. If you want a true D-Pad, Stick Mode should be set to digital.

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

Property Value

TouchJoystickSnapDirections
See Also