ps property

Vector2 get ps

Implementation

Vector2 get ps => zx;
set ps (Vector2 arg)

Implementation

set ps(Vector2 arg) => zx = arg;