delta property

Vector2 delta
final

The amount the knob is dragged from the center, scaled to fit inside the bounds of the joystick.

Implementation

final Vector2 delta = Vector2.zero();