Re-exports§
pub use bundles::*;
pub use cam_comps::*;
pub use light_comps::*;
pub use mesh_cpu_comps::*;
pub use mesh_gpu_comps::*;
pub use misc_comps::*;
pub use render_comps::*;
Modules§
- bundles
- cam_
comps - light_
comps - mesh_
cpu_ comps - These represent CPU components which you usually add to entities when you spawn them.
- mesh_
gpu_ comps - These represent GPU components which are usually added automatically and uploaded from CPU to GPU from the corresponding CPU components. When creating entities, you usually just add CPU components.
- misc_
comps - render_
comps