Transform¶
Reference¶
- class Transform¶
- module:
- position: Vector3¶
The position of the transform
- rotation: Quaternion¶
The rotation of the transform
- scale: Vector3¶
The scale of the transform
- static new(position, rotation, scale)
Create a transform object from existing position, rotation and scale
- static fromJson(json)¶
Create a transform object from json
- static fromData(data)¶
Create a transform object from data