切换到动画编辑模式 动画编辑器可用IPC

看到有其他帖子有开启prefab编辑模式的IPC
Editor.Ipc.sendToAll(‘scene:enter-prefab-edit-mode’, prefab.uuid);
有人知道开启animation编辑模式的IPC吗
目前只知
动画编辑器的面板名为 “timeline"

1赞

Editor.Ipc.sendToPanel(‘scene’, ‘scene:change-animation-record’, true(false 为退出));

1赞