Vertex Viewer SDK
    Preparing search index...

    Interface Transform

    A type that wraps the local and world transforms for an item.

    interface Transform {
        position: Vector3.Vector3;
        rotation: Vector3.Vector3;
        scale: number;
    }
    Index

    Properties

    position: Vector3.Vector3
    rotation: Vector3.Vector3
    scale: number