tp property

Vector2 get tp

Implementation

Vector2 get tp => yz;
set tp (Vector2 arg)

Implementation

set tp(Vector2 arg) => yz = arg;