Skip to main content

IDragonRideResultUI_DragonRideResultUITarget

Trait IDragonRideResultUI_DragonRideResultUITarget 

Source
pub trait IDragonRideResultUI_DragonRideResultUITarget: IObject {
    // Provided methods
    fn m_node(self) -> Transform { ... }
    fn set_m_node(self, value: Transform) { ... }
    fn m_text(self) -> TextMeshProUGUI { ... }
    fn set_m_text(self, value: TextMeshProUGUI) { ... }
}

Provided Methods§

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§