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

    接口 IVector3TimelinePropertyItemEntry

    Properties of vector3 timeline property item entry

    interface IVector3TimelinePropertyItemEntry {
        color?: RGBA;
        id: string;
        time: number;
        value: Vector3;
    }
    索引

    属性

    color?: RGBA
    id: string
    time: number
    value: Vector3