gr property

Vector2 get gr

Implementation

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

Implementation

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