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

    接口 ITimelinePlayerEntry

    Common interface for all entries owned by a Timeline Player pane

    interface ITimelinePlayerEntry {
        id: string;
        paneId: string;
        title: LocalizedString;
        setTitle(title: LocalizedString): void;
    }

    层级 (查看层级一览)

    索引

    属性

    方法

    属性

    id: string

    Unique identifier for the entry.

    paneId: string

    Identifier of the parent Timeline Player pane.

    Display title shown next to the entry's graph.

    方法