Trait heron::PhysicsLayer

source ·
pub trait PhysicsLayer: Sized {
    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