Type Alias bevy::sprite::WithSprite

pub type WithSprite = Or<(With<Sprite>, With<SpriteSource>)>;
Expand description

A convenient alias for Or<With<Sprite>, With<SpriteSource>>, for use with bevy_render::view::VisibleEntities.

Aliased Typeยง

struct WithSprite(/* private fields */);