Nova Editor - v1.0.0
    Preparing search index...

    Interface Transform

    Transform component data 变换组件数据

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

    Properties

    position: Vector3
    rotation: Vector3
    scale: Vector3