Crate bevy_2delight_layers

Source

Modules§

prelude

Structs§

LayersCameraSet
The set that internally handles updating layer cameras. This happens in PostUpdate. NOTE: This is the system that places all the cameras. You must make sure the pos is correct before this system.
LightAnimSet
The set that handles driving underlying light animations. Happens during PostUpdat, before AnimSet.
LightInteractionSet
The set that handles light interaction. Happens during Update, after PhysicsSet.

Constants§

DUMMY_LAYER_USIZE
This is a render layer that explicitly doesn’t render