[][src]Trait amethyst_inspector::InspectControlBuilder

pub trait InspectControlBuilder<'control, 'resource: 'control, Value: InspectControl<'control, 'resource>>: Sized {
    fn new(value: Value) -> Self;
fn build(self); fn data(
        self,
        data: &'control mut <Value as InspectControl<'control, 'resource>>::SystemData
    ) -> Self { ... }
fn label(self, label: &'control ImStr) -> Self { ... }
fn changed(self, changed: &'control mut bool) -> Self { ... } }

Required methods

fn new(value: Value) -> Self

fn build(self)

Loading content...

Provided methods

fn data(
    self,
    data: &'control mut <Value as InspectControl<'control, 'resource>>::SystemData
) -> Self

fn label(self, label: &'control ImStr) -> Self

fn changed(self, changed: &'control mut bool) -> Self

Loading content...

Implementors

Loading content...