rb property

Vector2 get rb

Implementation

Vector2 get rb => xz;
set rb (Vector2 arg)

Implementation

set rb(Vector2 arg) => xz = arg;