PilotGaea 3D O'view
    正在準備搜尋索引...

    類型別名 TimelinePlayerEventMap

    播放控制器 Widget 事件字典

    type TimelinePlayerEventMap = {
        Play: () => void;
        Pause: () => void;
    }
    索引

    屬性

    屬性

    Play: () => void

    開始播放事件。

    Pause: () => void

    停止播放事件。