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§
fn m_on_update_delegate(self) -> Action_1<f32>
fn set_m_on_update_delegate(self, value: Action_1<f32>)
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.