接口 CameraSetRotOptions实验性

interface CameraSetRotOptions {
    easeOptions?: CameraEaseOptions;
    location?: Vector3;
    rotation: Vector2;
}

属性

easeOptions?: CameraEaseOptions
location?: Vector3
rotation: Vector2