OptionalmatrixOptionalonAn event that is emitted when any property on the dom group changes
OptionalpositionThe local 3D position of where this element is located.
OptionalpositionThe 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}.
OptionalquaternionThe local rotation of this element.
OptionalquaternionThe 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}.
OptionalrotationThe local rotation of this element in Euler angles.
OptionalrotationThe 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"}.
OptionalscaleThe local scale of this element.
OptionalscaleThe 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.