Skip to main content

ITutorialListSelectMenuItemMethods

Trait ITutorialListSelectMenuItemMethods 

Source
pub trait ITutorialListSelectMenuItemMethods: ITutorialListSelectMenuItem {
Show 16 methods // Provided methods fn ctor( self, tutorial_id: impl Into<Il2CppString>, root: impl Into<TutorialListRoot>, ) { ... } fn on_build(self) { ... } fn on_build_menu_item_content(self) { ... } fn on_select(self) { ... } fn on_deselect(self) { ... } fn tick(self) { ... } fn b_call(self) -> BasicMenu_Result { ... } fn custom_call(self) -> BasicMenu_Result { ... } fn init_param(self) { ... } fn init_color(self) { ... } fn update_text(self) { ... } fn turn_tutorial(self) { ... } fn set_tutorial_image(self) { ... } fn set_tutorial_text(self) { ... } fn set_arrow(self) { ... } fn get_is_unread(self) -> bool { ... }
}

Provided Methods§

Source

fn ctor( self, tutorial_id: impl Into<Il2CppString>, root: impl Into<TutorialListRoot>, )

.ctor(::unity::Il2CppString, crate::root::tutoriallistroot::TutorialListRoot) overload

Source

fn on_build(self)

OnBuild() overload

Source

fn on_build_menu_item_content(self)

OnBuildMenuItemContent() overload

Source

fn on_select(self)

OnSelect() overload

Source

fn on_deselect(self)

OnDeselect() overload

Source

fn tick(self)

Tick() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

Source

fn custom_call(self) -> BasicMenu_Result

CustomCall() overload

Source

fn init_param(self)

InitParam() overload

Source

fn init_color(self)

InitColor() overload

Source

fn update_text(self)

UpdateText() overload

Source

fn turn_tutorial(self)

TurnTutorial() overload

Source

fn set_tutorial_image(self)

SetTutorialImage() overload

Source

fn set_tutorial_text(self)

SetTutorialText() overload

Source

fn set_arrow(self)

SetArrow() overload

Source

fn get_is_unread(self) -> bool

get_IsUnread() 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: ITutorialListSelectMenuItem> ITutorialListSelectMenuItemMethods for __T

Available on crate feature root-tutoriallistselectmenuitem only.