p property
Vector2
get
p
Implementation
Vector2 get p => _body.p;
set
p
(Vector2 pos)
Implementation
set p(Vector2 pos) => _body.p = pos;
Vector2 get p => _body.p;
set p(Vector2 pos) => _body.p = pos;