sq property

Vector2 sq

Implementation

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

Implementation

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