Skip to main content

IIGraphicEnabledDisabledMethods

Trait IIGraphicEnabledDisabledMethods 

Source
pub trait IIGraphicEnabledDisabledMethods: IIGraphicEnabledDisabled {
    // Provided method
    fn on_sibling_graphic_enabled_disabled(self) { ... }
}

Provided Methods§

Source

fn on_sibling_graphic_enabled_disabled(self)

OnSiblingGraphicEnabledDisabled() 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: IIGraphicEnabledDisabled> IIGraphicEnabledDisabledMethods for __T

Available on crate feature unity_engine-ui-igraphicenableddisabled only.