Mobile Joystick suitable for any types of game
Joystick controller for touchscreen device in unity 3d.
Similar arributes as unity native Input axis.
Moving Character Forward | Moving Character Backward |
Moving Character Left | Moving Character Right |
Rotating Character Left | Rotating Character Right |
Name | Description |
---|---|
Stores values of horizontal movement of the stick. left: -1 center: 0 right: +1 |
|
Stores values of vertical movement of the stick. Up: -1 center: 0 down: +1 |
Name | Description |
---|---|
public Vector2 | Vector2 with
x axis: Horizontal y axis: Vertical |