@minecraft
    正在准备搜索索引...

    接口 SplineAnimation实验性

    Collection of key frames for camera animation.

    interface SplineAnimation {
        progressKeyFrames: ProgressKeyFrame[];
        rotationKeyFrames: RotationKeyFrame[];
    }
    索引

    属性

    progressKeyFrames: ProgressKeyFrame[]

    Key frames for camera progress along a given curve.

    rotationKeyFrames: RotationKeyFrame[]

    Key frames for camera rotation.