运镜播放器(序列化进 script)

interface DigitalCameraPlayer {
    coordinateSpace?: CameraCoordinateSpace;
    keyframes: DigitalPerformanceV2.DigitalCameraKeyframe[];
    name: string;
    type: "camera";
}

Properties

coordinateSpace?: CameraCoordinateSpace

关键帧坐标空间(前向兼容标记;缺省按 'five-world' 解释)

name: string
type