Properties related to the Go
module.
Static variables
staticread onlyeuler:Property<Vector3> = new Property<Vector3>("euler")
The rotation of the game object expressed in Euler angles. Euler angles are specified in degrees in the interval (-360, 360).
staticread onlyposition:Property<Vector3> = new Property<Vector3>("position")
The position of the game object.
staticread onlyrotation:Property<Quaternion> = new Property<Quaternion>("rotation")
The rotation of the game object.