Skip to main content

Module editor

Module editor 

Source
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).