v property

Vector2 get v

Implementation

Vector2 get v => _body.v;
set v (Vector2 pos)

Implementation

set v(Vector2 pos) => _body.v = pos;