rg property

Vector2 get rg

Implementation

Vector2 get rg => xy;
set rg (Vector2 arg)

Implementation

set rg(Vector2 arg) => xy = arg;