pub trait ITutorialListRootMethods: ITutorialListRoot {
Show 35 methods
// Provided methods
fn start(self) { ... }
fn on_disable(self) { ... }
fn update(self) { ... }
fn idle(self) { ... }
fn prepare_load(self) { ... }
fn load(self) { ... }
fn show(self) { ... }
fn hide(self) { ... }
fn prepare_unload(self) { ... }
fn unload(self) { ... }
fn update_alpha(self) { ... }
fn get_menu_content(self) -> TutorialListSelectMenuContent { ... }
fn set_category_title_text(self, text: impl Into<Il2CppString>) { ... }
fn set_tutorial_title_text(self, text: impl Into<Il2CppString>) { ... }
fn set_message_text(self, text: impl Into<Il2CppString>) { ... }
fn set_page0_text(self, value: impl Into<i32>) { ... }
fn set_page1_text(self, value: impl Into<i32>) { ... }
fn set_sprite(self, sprite: impl Into<Sprite>) { ... }
fn set_fade_type(self, fade_type: impl Into<TutorialListRoot_FadeType>) { ... }
fn set_alpha(self, alpha: impl Into<f32>) { ... }
fn set_active_right_arrow(self, enable: impl Into<bool>) { ... }
fn set_active_left_arrow(self, enable: impl Into<bool>) { ... }
fn get_wdw_tutorial_animator(self) -> Animator { ... }
fn get_seq(self) -> TutorialListRoot_SequenceType { ... }
fn set_seq(self, value: impl Into<TutorialListRoot_SequenceType>) { ... }
fn set_main_sprite_atlas_path(self, value: impl Into<Il2CppString>) { ... }
fn set_sub_sprite_atlas_path(self, value: impl Into<Il2CppString>) { ... }
fn get_handle(self) -> TResourceHandle_1<SpriteAtlas> { ... }
fn set_is_prepare_load(self, value: impl Into<bool>) { ... }
fn get_main_sprite_atlas(self) -> SpriteAtlas { ... }
fn get_sub_sprite_atlas(self) -> SpriteAtlas { ... }
fn is_opening_wdw_tutorial(self) -> bool { ... }
fn close_wdw_tutorial(self) { ... }
fn is_closing_wdw_tutorial(self) -> bool { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn on_disable(self)
fn on_disable(self)
OnDisable() overload
Sourcefn prepare_load(self)
fn prepare_load(self)
PrepareLoad() overload
Sourcefn prepare_unload(self)
fn prepare_unload(self)
PrepareUnload() overload
Sourcefn update_alpha(self)
fn update_alpha(self)
UpdateAlpha() overload
GetMenuContent() overload
Sourcefn set_category_title_text(self, text: impl Into<Il2CppString>)
fn set_category_title_text(self, text: impl Into<Il2CppString>)
SetCategoryTitleText(::unity::Il2CppString) overload
Sourcefn set_tutorial_title_text(self, text: impl Into<Il2CppString>)
fn set_tutorial_title_text(self, text: impl Into<Il2CppString>)
SetTutorialTitleText(::unity::Il2CppString) overload
Sourcefn set_message_text(self, text: impl Into<Il2CppString>)
fn set_message_text(self, text: impl Into<Il2CppString>)
SetMessageText(::unity::Il2CppString) overload
Sourcefn set_page0_text(self, value: impl Into<i32>)
fn set_page0_text(self, value: impl Into<i32>)
SetPage0Text(i32) overload
Sourcefn set_page1_text(self, value: impl Into<i32>)
fn set_page1_text(self, value: impl Into<i32>)
SetPage1Text(i32) overload
Sourcefn set_sprite(self, sprite: impl Into<Sprite>)
fn set_sprite(self, sprite: impl Into<Sprite>)
SetSprite(crate::unity_engine::sprite::Sprite) overload
Sourcefn set_fade_type(self, fade_type: impl Into<TutorialListRoot_FadeType>)
fn set_fade_type(self, fade_type: impl Into<TutorialListRoot_FadeType>)
SetFadeType(crate::root::tutoriallistroot::TutorialListRoot_FadeType) overload
Sourcefn set_active_right_arrow(self, enable: impl Into<bool>)
fn set_active_right_arrow(self, enable: impl Into<bool>)
SetActiveRightArrow(bool) overload
Sourcefn set_active_left_arrow(self, enable: impl Into<bool>)
fn set_active_left_arrow(self, enable: impl Into<bool>)
SetActiveLeftArrow(bool) overload
Sourcefn get_wdw_tutorial_animator(self) -> Animator
fn get_wdw_tutorial_animator(self) -> Animator
GetWdwTutorialAnimator() overload
Sourcefn get_seq(self) -> TutorialListRoot_SequenceType
fn get_seq(self) -> TutorialListRoot_SequenceType
get_Seq() overload
Sourcefn set_seq(self, value: impl Into<TutorialListRoot_SequenceType>)
fn set_seq(self, value: impl Into<TutorialListRoot_SequenceType>)
set_Seq(crate::root::tutoriallistroot::TutorialListRoot_SequenceType) overload
Sourcefn set_main_sprite_atlas_path(self, value: impl Into<Il2CppString>)
fn set_main_sprite_atlas_path(self, value: impl Into<Il2CppString>)
set_MainSpriteAtlasPath(::unity::Il2CppString) overload
Sourcefn set_sub_sprite_atlas_path(self, value: impl Into<Il2CppString>)
fn set_sub_sprite_atlas_path(self, value: impl Into<Il2CppString>)
set_SubSpriteAtlasPath(::unity::Il2CppString) overload
Sourcefn get_handle(self) -> TResourceHandle_1<SpriteAtlas>
fn get_handle(self) -> TResourceHandle_1<SpriteAtlas>
get_Handle() overload
Sourcefn set_is_prepare_load(self, value: impl Into<bool>)
fn set_is_prepare_load(self, value: impl Into<bool>)
set_IsPrepareLoad(bool) overload
Sourcefn get_main_sprite_atlas(self) -> SpriteAtlas
fn get_main_sprite_atlas(self) -> SpriteAtlas
get_MainSpriteAtlas() overload
Sourcefn get_sub_sprite_atlas(self) -> SpriteAtlas
fn get_sub_sprite_atlas(self) -> SpriteAtlas
get_SubSpriteAtlas() overload
Sourcefn is_opening_wdw_tutorial(self) -> bool
fn is_opening_wdw_tutorial(self) -> bool
IsOpeningWdwTutorial() overload
Sourcefn close_wdw_tutorial(self)
fn close_wdw_tutorial(self)
CloseWdwTutorial() overload
Sourcefn is_closing_wdw_tutorial(self) -> bool
fn is_closing_wdw_tutorial(self) -> bool
IsClosingWdwTutorial() 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§
impl<__T: ITutorialListRoot> ITutorialListRootMethods for __T
root-tutoriallistroot only.