Type Alias bevy_text::WithText

source ·
pub type WithText = With<Text>;
Expand description

A convenient alias for With<Text>, for use with bevy_render::view::VisibleEntities.

Aliased Type§

struct WithText(/* private fields */);