Macro calx_ecs::build_mask [] [src]

macro_rules! build_mask {
    ( $($compname:ident),+ ) => { ... };
}

Build a component type mask to match component iteration with.

You must have ComponentNum enum from the Ecs! macro expansion in scope when using this.