Trait de_gui::TextBoxCommands
source · pub trait TextBoxCommands<'w, 's> {
// Required method
fn spawn_text_box(
&mut self,
size: OuterStyle,
secret: bool
) -> EntityCommands<'_>;
}
pub trait TextBoxCommands<'w, 's> {
// Required method
fn spawn_text_box(
&mut self,
size: OuterStyle,
secret: bool
) -> EntityCommands<'_>;
}