Skip to main content

ILoadingLogo_UnitDotObject

Trait ILoadingLogo_UnitDotObject 

Source
pub trait ILoadingLogo_UnitDotObject: IObject {
    // Provided methods
    fn m_root_object(self) -> GameObject { ... }
    fn set_m_root_object(self, value: GameObject) { ... }
    fn m_image(self) -> RawImage { ... }
    fn set_m_image(self, value: RawImage) { ... }
    fn m_animator(self) -> Animator { ... }
    fn set_m_animator(self, value: Animator) { ... }
    fn m_material(self) -> Material { ... }
    fn set_m_material(self, value: Material) { ... }
}

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§