Skip to main content

IShopSequneceMethods

Trait IShopSequneceMethods 

Source
pub trait IShopSequneceMethods: IShopSequnece {
    // Provided methods
    fn ctor(self, name: impl Into<Il2CppString>, unit: impl Into<Unit>) { ... }
    fn create_menu(self) { ... }
}

Provided Methods§

Source

fn ctor(self, name: impl Into<Il2CppString>, unit: impl Into<Unit>)

.ctor(::unity::Il2CppString, crate::app::unit::Unit) overload

Source

fn create_menu(self)

CreateMenu() 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: IShopSequnece> IShopSequneceMethods for __T

Available on crate feature app-shopsequnece only.