ts property
Vector2
get
ts
inherited
Implementation
Vector2 get ts => yx;
set
ts
(Vector2 arg)
inherited
Implementation
set ts(Vector2 arg) => yx = arg;