Trait de_gui::textbox::TextBoxCommands

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

Required Methods§

source

fn spawn_text_box( &mut self, size: OuterStyle, secret: bool ) -> EntityCommands<'_>

Implementors§

source§

impl<'w, 's> TextBoxCommands<'w, 's> for GuiCommands<'w, 's>