pt property

Vector2 get pt

Implementation

Vector2 get pt => zy;
set pt (Vector2 arg)

Implementation

set pt(Vector2 arg) => zy = arg;