Function select_many

Source
pub fn select_many<C: CubePrimitive>(
    condition: Line<bool>,
    then: Line<C>,
    or_else: Line<C>,
) -> Line<C>
Expand description

Same as select() but with lines instead.