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