Skip to main content

IProcSceneSequence_1Methods

Trait IProcSceneSequence_1Methods 

Source
pub trait IProcSceneSequence_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn get_scene_name(self) -> Il2CppString
       where Self: Sized { ... }
    fn set_scene_name(self, value: Il2CppString)
       where Self: Sized { ... }
    fn get_scene_mode(self) -> LoadSceneMode
       where Self: Sized { ... }
    fn set_scene_mode(self, value: LoadSceneMode)
       where Self: Sized { ... }
    fn load_scene(self)
       where Self: Sized { ... }
    fn load_scene_2(self, name: Il2CppString, mode: LoadSceneMode)
       where Self: Sized { ... }
    fn unload_scene(self)
       where Self: Sized { ... }
    fn unload_scene_2(self, name: Il2CppString)
       where Self: Sized { ... }
    fn bind_loading(self)
       where Self: Sized { ... }
    fn unbind_loading(self)
       where Self: Sized { ... }
    fn get_loading_mode(self) -> LoadingManager_Modes
       where Self: Sized { ... }
    fn ctor(self)
       where Self: Sized { ... }
}

Provided Methods§

Source

fn get_scene_name(self) -> Il2CppString
where Self: Sized,

Source

fn set_scene_name(self, value: Il2CppString)
where Self: Sized,

Source

fn get_scene_mode(self) -> LoadSceneMode
where Self: Sized,

Source

fn set_scene_mode(self, value: LoadSceneMode)
where Self: Sized,

Source

fn load_scene(self)
where Self: Sized,

Source

fn load_scene_2(self, name: Il2CppString, mode: LoadSceneMode)
where Self: Sized,

Source

fn unload_scene(self)
where Self: Sized,

Source

fn unload_scene_2(self, name: Il2CppString)
where Self: Sized,

Source

fn bind_loading(self)
where Self: Sized,

Source

fn unbind_loading(self)
where Self: Sized,

Source

fn get_loading_mode(self) -> LoadingManager_Modes
where Self: Sized,

Source

fn ctor(self)
where Self: Sized,

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§