Module components

Source

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