Skip to main content

IDragonRideSolaImageRenderMethods

Trait IDragonRideSolaImageRenderMethods 

Source
pub trait IDragonRideSolaImageRenderMethods: IDragonRideSolaImageRender {
    // Provided methods
    fn ctor(self) { ... }
    fn on_destroy(self) { ... }
    fn update(self) { ... }
    fn set_layer(self, obj: impl Into<GameObject>, set_layer: impl Into<i32>) { ... }
    fn init(self) { ... }
    fn play_sola_anime(self, name: impl Into<Il2CppString>) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn on_destroy(self)

OnDestroy() overload

Source

fn update(self)

Update() overload

Source

fn set_layer(self, obj: impl Into<GameObject>, set_layer: impl Into<i32>)

SetLayer(crate::unity_engine::gameobject::GameObject, i32) overload

Source

fn init(self)

Init() overload

Source

fn play_sola_anime(self, name: impl Into<Il2CppString>)

PlaySolaAnime(::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§

Source§

impl<__T: IDragonRideSolaImageRender> IDragonRideSolaImageRenderMethods for __T

Available on crate feature app-dragonridesolaimagerender only.