Skip to main content

IMonoBehaviourCallbackHooks

Trait IMonoBehaviourCallbackHooks 

Source
pub trait IMonoBehaviourCallbackHooks: IComponentSingleton_1_2<MonoBehaviourCallbackHooks> {
    // Provided methods
    fn m_on_update_delegate(self) -> Action_1<f32> { ... }
    fn set_m_on_update_delegate(self, value: Action_1<f32>) { ... }
}

Provided Methods§

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§