pub trait IDragonRideResultUI_DragonRideResultUITargetMethods: IDragonRideResultUI_DragonRideResultUITarget {
// Provided methods
fn ctor(self) { ... }
fn init(self, base_obj: impl Into<Transform>) { ... }
fn set_text(self, str: impl Into<Il2CppString>) { ... }
fn show(self) { ... }
fn hide(self) { ... }
}Provided Methods§
Sourcefn init(self, base_obj: impl Into<Transform>)
fn init(self, base_obj: impl Into<Transform>)
Init(crate::unity_engine::transform::Transform) overload
Sourcefn set_text(self, str: impl Into<Il2CppString>)
fn set_text(self, str: impl Into<Il2CppString>)
SetText(::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: IDragonRideResultUI_DragonRideResultUITarget> IDragonRideResultUI_DragonRideResultUITargetMethods for __T
Available on crate feature
app-dragonrideresultui only.