Skip to main content

IDebugUI_ButtonMethods

Trait IDebugUI_ButtonMethods 

Source
pub trait IDebugUI_ButtonMethods: IDebugUI_Button {
    // Provided methods
    fn get_action(self) -> Action { ... }
    fn set_action(self, value: impl Into<Action>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_action(self) -> Action

get_action() overload

Source

fn set_action(self, value: impl Into<Action>)

set_action(crate::system::action::Action) 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: IDebugUI_Button> IDebugUI_ButtonMethods for __T

Available on crate feature unity_engine-rendering-debugui only.