Skip to main content

IConfigBgmSelectSequenceMethods

Trait IConfigBgmSelectSequenceMethods 

Source
pub trait IConfigBgmSelectSequenceMethods: IConfigBgmSelectSequence {
    // Provided methods
    fn ctor(
        self,
        select_bgm: impl Into<Il2CppString>,
        callback: impl Into<Action_1<Il2CppString>>,
    ) { ... }
    fn load_resources(self) { ... }
    fn unload_resources(self) { ... }
    fn is_loading_resources(self) -> bool { ... }
    fn create_menu(self) { ... }
    fn exit(self) { ... }
    fn create_desc(self) -> Array<ProcDesc> { ... }
}

Provided Methods§

Source

fn ctor( self, select_bgm: impl Into<Il2CppString>, callback: impl Into<Action_1<Il2CppString>>, )

.ctor(::unity::Il2CppString, crate::system::action_1::Action_1<::unity::Il2CppString>) overload

Source

fn load_resources(self)

LoadResources() overload

Source

fn unload_resources(self)

UnloadResources() overload

Source

fn is_loading_resources(self) -> bool

IsLoadingResources() overload

Source

fn create_menu(self)

CreateMenu() overload

Source

fn exit(self)

Exit() overload

Source

fn create_desc(self) -> Array<ProcDesc>

CreateDesc() 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: IConfigBgmSelectSequence> IConfigBgmSelectSequenceMethods for __T

Available on crate feature app-configbgmselectsequence only.