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§
Sourcefn ctor(self, root: impl Into<GameObject>)
fn ctor(self, root: impl Into<GameObject>)
.ctor(crate::unity_engine::gameobject::GameObject) overload
Sourcefn show(
self,
sprite: impl Into<Sprite>,
title: impl Into<Il2CppString>,
message: impl Into<Il2CppString>,
)
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
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§
impl<__T: ISolanelInfoMenuContent_Infomation> ISolanelInfoMenuContent_InfomationMethods for __T
Available on crate feature
app-solanelinfomenucontent only.