Skip to main content

IDebugUIHandlerEnumHistoryMethods

Trait IDebugUIHandlerEnumHistoryMethods 

Source
pub trait IDebugUIHandlerEnumHistoryMethods: IDebugUIHandlerEnumHistory {
    // Provided methods
    fn set_widget(self, widget: impl Into<DebugUI_Widget>) { ... }
    fn update_value_label(self) { ... }
    fn refresh_after_sanitization(self) -> IEnumerator { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn set_widget(self, widget: impl Into<DebugUI_Widget>)

SetWidget(crate::unity_engine::rendering::debugui::DebugUI_Widget) overload

Source

fn update_value_label(self)

UpdateValueLabel() overload

Source

fn refresh_after_sanitization(self) -> IEnumerator

RefreshAfterSanitization() overload

Source

fn ctor(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IDebugUIHandlerEnumHistory> IDebugUIHandlerEnumHistoryMethods for __T

Available on crate feature unity_engine-rendering-ui-debuguihandlerenumhistory only.