Expand description
Editor components — editor shell, Wisp canvas host, inspector panel, timeline skeleton, dope sheet, player controls. Filled in across UI-16 through UI-19; pre-existing dope-sheet and player-controls live here.
Re-exports§
pub use dope_sheet::DopeSheet;pub use dope_sheet::DopeSheetKeyframe;pub use dope_sheet::DopeSheetTrack;pub use dope_sheet::KeyframeKind;pub use dope_sheet::TrackKind;pub use editor_shell::EditorShell;pub use editor_shell::EditorShellView;pub use editor_shell::EditorTitleBar;pub use editor_shell::EditorToolbar;pub use editor_shell::ToolbarActionView;pub use inspector_panel::InspectorPanel;pub use inspector_panel::InspectorPanelView;pub use inspector_panel::InspectorTab;pub use inspector_panel::InspectorTabs;pub use inspector_panel::PropertyControlView;pub use inspector_panel::PropertyRowView;pub use inspector_panel::PropertySection;pub use inspector_panel::PropertySectionView;pub use player_controls::PlayState;pub use player_controls::PlayerControls;pub use timeline_skeleton::TimelineSkeleton;pub use timeline_skeleton::TimelineTrackRow;pub use timeline_skeleton::TimelineTrackView;pub use timeline_skeleton::TimelineTransport;pub use timeline_skeleton::TimelineView;pub use wisp_canvas_host::CanvasBackendView;pub use wisp_canvas_host::DropZoneActionView;pub use wisp_canvas_host::EditorDropZoneCanvas;pub use wisp_canvas_host::EditorDropZoneView;pub use wisp_canvas_host::RecentClipView;pub use wisp_canvas_host::WispCanvasHost;
Modules§
- dope_
sheet DopeSheet— net-new component, the editor’s timeline.- editor_
shell EditorShell+ top toolbar (M-UI.16 / AUT-136). Structural shell for the editor screen — title bar, top toolbar, and slot regions for the canvas / inspector / timeline.- inspector_
panel InspectorPanel+ property primitives (M-UI.18 / AUT-138).- player_
controls PlayerControls— transport bar for the player view.- timeline_
skeleton TimelineSkeleton+ transport + track rows (M-UI.19 / AUT-139).- wisp_
canvas_ host WispCanvasHost+EditorDropZoneCanvas(M-UI.17 / AUT-137).