Skip to main content

IKeyHelpController

Trait IKeyHelpController 

Source
pub trait IKeyHelpController: IMonoBehaviour {
    // Provided methods
    fn m_help_object(self) -> List_1<GameObject> { ... }
    fn set_m_help_object(self, value: List_1<GameObject>) { ... }
    fn m_interval(self) -> f32 { ... }
    fn set_m_interval(self, value: 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§