rg property

Vector2 rg

Implementation

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

Implementation

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