Trait bevy_retrograde_physics::PhysicsLayer[]

pub trait PhysicsLayer {
    fn to_bits(&self) -> u32;
fn all_bits() -> u32; }
Expand description

Describes a collision layer

It is recommended to implement it using the derive macro.

Required methods

Implementations on Foreign Types

Implementors