Skip to main content

ICombatSubspaceGoMethods

Trait ICombatSubspaceGoMethods 

Source
pub trait ICombatSubspaceGoMethods: ICombatSubspaceGo {
    // Provided methods
    fn ctor(self, scene_name: impl Into<Il2CppString>) { ... }
    fn load_scene(self) { ... }
    fn swap_scene(self) { ... }
    fn change_camera(self) { ... }
}

Provided Methods§

Source

fn ctor(self, scene_name: impl Into<Il2CppString>)

.ctor(::unity::Il2CppString) overload

Source

fn load_scene(self)

LoadScene() overload

Source

fn swap_scene(self)

SwapScene() overload

Source

fn change_camera(self)

ChangeCamera() 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: ICombatSubspaceGo> ICombatSubspaceGoMethods for __T

Available on crate feature combat-combatsubspacego only.