Skip to main content

IDragonRideResultUI_DragonRideResultUITargetMethods

Trait IDragonRideResultUI_DragonRideResultUITargetMethods 

Source
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§

Source

fn ctor(self)

.ctor() overload

Source

fn init(self, base_obj: impl Into<Transform>)

Init(crate::unity_engine::transform::Transform) overload

Source

fn set_text(self, str: impl Into<Il2CppString>)

SetText(::unity::Il2CppString) overload

Source

fn show(self)

Show() 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: IDragonRideResultUI_DragonRideResultUITarget> IDragonRideResultUI_DragonRideResultUITargetMethods for __T

Available on crate feature app-dragonrideresultui only.