pub fn set_render_layer(world: &mut World, entity: Entity, layer: u32)Expand description
Puts the entity on a render layer, a bitmask. A camera renders the entity
only when its layers (see set_camera_layers) include this one. Entities
default to layer 1.