arg property

Vector3 get arg

Implementation

Vector3 get arg => wxy;
set arg (Vector3 arg)

Implementation

set arg(Vector3 arg) => wxy = arg;