Click or drag to resize

TouchJoystickjoystickMode Property

The joystick's mode of operation. Set this to Digital to simulate a D-Pad which has only On/Off states. If you want mimic a real D-Pad, you should also set Snap Directions to 8.

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

Property Value

TouchJoystickJoystickMode
See Also