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

    接口 IColorTimelinePropertyItemEntry

    Properties of color timeline property item entry

    interface IColorTimelinePropertyItemEntry {
        id: string;
        time: number;
        value: RGBA;
    }
    索引

    属性

    属性

    id: string
    time: number
    value: RGBA