rbg property

Vector3 get rbg

Implementation

Vector3 get rbg => xzy;
set rbg (Vector3 arg)

Implementation

set rbg(Vector3 arg) => xzy = arg;