The local 3D position of where this element is located.
The local 3D position of where this element is located, as a JSON string. JSON representation can either be in the format of [x, y, z]
or {"x": 0, "y": 0, "z": 0}
.
The local rotation of this element.
The local rotation of this element, as a JSON string. JSON representation can either be [x, y, z, w]
or {"x": 0, "y": 0, "z": 0, "w": 1}
.
The local rotation of this element in Euler angles.
The local rotation of this element in Euler angles, as a JSON string. JSON representation can either be [x, y, z, order]
or {"x": 0, "y": 0, "z": 0, "order": "xyz"}
.
The local scale of this element.
The local scale of this element, as a JSON string. JSON string representation can either be in the format of [x, y, z]
or {"x": 0, "y": 0, "z": 0}
.
The local matrix of this element.