stp property

Vector3 get stp

Implementation

Vector3 get stp => xyz;
set stp (Vector3 arg)

Implementation

set stp(Vector3 arg) => xyz = arg;