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

    接口 IVector3Keyframe

    A keyframe in a Vector3 Timeline Player entry

    interface IVector3Keyframe {
        id: string;
        time: number;
        value: Vector3;
    }
    索引

    属性

    属性

    id: string
    time: number
    value: Vector3