Preparing search index...

    Provides read and write access to an entity's world-space transform.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    position: vec3

    World-space position of the object as a vec3.

    rotation: vec3

    World-space rotation of the object in Euler angles as a vec3.

    scale: vec3

    World-space scale of the object as a vec3.

    Methods

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean