sq property

Vector2 get sq

Implementation

Vector2 get sq => xw;
set sq (Vector2 arg)

Implementation

set sq(Vector2 arg) => xw = arg;