pub type Text2dWriter<'w, 's> = TextWriter<'w, 's, Text2d>;
Available on crate feature
bevy_text
only.Expand description
2d alias for TextWriter
.
Aliased Typeยง
pub struct Text2dWriter<'w, 's> { /* private fields */ }
pub type Text2dWriter<'w, 's> = TextWriter<'w, 's, Text2d>;
bevy_text
only.2d alias for TextWriter
.
pub struct Text2dWriter<'w, 's> { /* private fields */ }