Transform
class Transform
Represents a transform.
Constructors
Link copied to clipboard
constructor()
Creates a Transform instance with position, rotation (as EulerAngles), and scale. This is the default Transform constructor.
Creates a Transform instance with specified position, rotation (as EulerAngles), and scale.
Creates a Transform instance with specified position, rotation (as Quat), and scale.
Properties
Link copied to clipboard
The rotation represented as a quaternion.
Link copied to clipboard
The rotation represented as an EulerAngles.