ts property

Vector2 get ts

Implementation

Vector2 get ts => yx;
set ts (Vector2 arg)

Implementation

set ts(Vector2 arg) => yx = arg;