Skip to main content

ILoadingLogo_UnitDotObjectMethods

Trait ILoadingLogo_UnitDotObjectMethods 

Source
pub trait ILoadingLogo_UnitDotObjectMethods: ILoadingLogo_UnitDotObject {
    // Provided methods
    fn ctor(self, root_object: impl Into<GameObject>) { ... }
    fn setup(
        self,
        person: impl Into<PersonData>,
        is_female: impl Into<bool>,
    ) -> bool { ... }
    fn clear(self) { ... }
}

Provided Methods§

Source

fn ctor(self, root_object: impl Into<GameObject>)

.ctor(crate::unity_engine::gameobject::GameObject) overload

Source

fn setup( self, person: impl Into<PersonData>, is_female: impl Into<bool>, ) -> bool

Setup(crate::app::persondata::PersonData, bool) overload

Source

fn clear(self)

Clear() 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: ILoadingLogo_UnitDotObject> ILoadingLogo_UnitDotObjectMethods for __T

Available on crate feature app-loadinglogo only.