Skip to main content

ISolanelInfoMenuContent_InfomationMethods

Trait ISolanelInfoMenuContent_InfomationMethods 

Source
pub trait ISolanelInfoMenuContent_InfomationMethods: ISolanelInfoMenuContent_Infomation {
    // Provided methods
    fn ctor(self, root: impl Into<GameObject>) { ... }
    fn show(
        self,
        sprite: impl Into<Sprite>,
        title: impl Into<Il2CppString>,
        message: impl Into<Il2CppString>,
    ) { ... }
    fn hide(self) { ... }
}

Provided Methods§

Source

fn ctor(self, root: impl Into<GameObject>)

.ctor(crate::unity_engine::gameobject::GameObject) overload

Source

fn show( self, sprite: impl Into<Sprite>, title: impl Into<Il2CppString>, message: impl Into<Il2CppString>, )

Show(crate::unity_engine::sprite::Sprite, ::unity::Il2CppString, ::unity::Il2CppString) overload

Source

fn hide(self)

Hide() 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: ISolanelInfoMenuContent_Infomation> ISolanelInfoMenuContent_InfomationMethods for __T

Available on crate feature app-solanelinfomenucontent only.