Interface ObjectTransform

物体变化参数

interface ObjectTransform {
    position?: Vector3;
    rotation?: Vector3;
    scale?: number | Vector3;
}

Properties

position?: Vector3
rotation?: Vector3
scale?: number | Vector3