velocity property
getter/setter pair
The spring's current velocity in px/s - hand it to whatever takes over on release, so a flick lands with its momentum.
Implementation
Offset velocity = .zero;
The spring's current velocity in px/s - hand it to whatever takes over on release, so a flick lands with its momentum.
Offset velocity = .zero;