Skip to main content

IMapSequenceEngageConfirmMethods

Trait IMapSequenceEngageConfirmMethods 

Source
pub trait IMapSequenceEngageConfirmMethods: IMapSequenceEngageConfirm {
    // Provided methods
    fn get_global_asset_path(self) -> Il2CppString { ... }
    fn on_create(self) { ... }
    fn on_dispose(self) { ... }
    fn load_res(self) { ... }
    fn is_loading_res(self) -> bool { ... }
    fn open(self) { ... }
    fn close(self) { ... }
    fn tick(self) { ... }
    fn end(self, se: impl Into<Il2CppString>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_global_asset_path(self) -> Il2CppString

get_GlobalAssetPath() overload

Source

fn on_create(self)

OnCreate() overload

Source

fn on_dispose(self)

OnDispose() overload

Source

fn load_res(self)

LoadRes() overload

Source

fn is_loading_res(self) -> bool

IsLoadingRes() overload

Source

fn open(self)

Open() overload

Source

fn close(self)

Close() overload

Source

fn tick(self)

Tick() overload

Source

fn end(self, se: impl Into<Il2CppString>)

End(::unity::Il2CppString) overload

Source

fn ctor(self)

.ctor() 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: IMapSequenceEngageConfirm> IMapSequenceEngageConfirmMethods for __T

Available on crate feature app-mapsequenceengageconfirm only.