Skip to main content

IHelpManager

Trait IHelpManager 

Source
pub trait IHelpManager: ISingletonMonoBehaviour_1<HelpManager> {
Show 14 methods // Provided methods fn m_help_param_setter(self) -> HelpParamSetter { ... } fn set_m_help_param_setter(self, value: HelpParamSetter) { ... } fn m_help_list(self) -> List_1<HelpItemList> { ... } fn set_m_help_list(self, value: List_1<HelpItemList>) { ... } fn m_item_list(self) -> List_1<HelpManager_Item> { ... } fn set_m_item_list(self, value: List_1<HelpManager_Item>) { ... } fn m_current_index(self) -> i32 { ... } fn set_m_current_index(self, value: i32) { ... } fn m_situation_type(self) -> HelpManager_SituationType { ... } fn set_m_situation_type(self, value: HelpManager_SituationType) { ... } fn m_previous_dir(self) -> HelpManager_Item_Dir { ... } fn set_m_previous_dir(self, value: HelpManager_Item_Dir) { ... } fn m_axis_pos(self) -> Vector2 { ... } fn set_m_axis_pos(self, value: Vector2) { ... }
}

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§