pts property

Vector3 get pts

Implementation

Vector3 get pts => zyx;
set pts (Vector3 arg)

Implementation

set pts(Vector3 arg) => zyx = arg;