Type Alias bevy::sprite::WithSprite
source · 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 */);