Type Alias SilentCondSystem

Source
pub type SilentCondSystem<SystemA, SystemB> = CombinatorSystem<SilentCond, SystemA, SystemB>;
Expand description

A one-shot conditional system comprised of consequent SystemA and conditional SystemB with no output.

Aliased Typeยง

pub struct SilentCondSystem<SystemA, SystemB> { /* private fields */ }