Expand description
Editor panels — split from the monolithic main.rs.
Re-exports§
pub use asset_browser::AssetBrowserPanel;pub use console::ConsolePanel;pub use control_plane::ControlPlanePanel;pub use properties::PropertiesPanel;pub use scene_tree::SceneTreePanel;pub use viewport::ViewportPanel;
Modules§
- asset_
browser - Asset Browser — folder explorer + grid + per-asset inspection.
- console
- Console — the engine talking.
- control_
plane - Control Plane workspace v3 — live DCC view.
- properties
- Properties Inspector panel — composition layer over
widgets::inspector. - scene_
tree - Scene Tree panel — the entity hierarchy: search, foldable rows with a chevron and a type icon, and the branded gold selection bar.
- viewport
- 3D Viewport panel — displays the offscreen render texture.