relativeDelta property

Vector2 relativeDelta

The percentage, presented as a Vector2, and direction that the knob is currently pulled from its base position to a edge of the joystick.

Implementation

Vector2 get relativeDelta => delta / knobRadius;