1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![allow(clippy::type_complexity)]
//! Default windows for the editor

pub mod add;
pub mod assets;
pub mod cameras;
pub mod debug_settings;
pub mod diagnostics;
pub mod gizmos;
pub mod hierarchy;
pub mod inspector;
pub mod renderer;
pub mod resources;
pub mod scenes;