Skip to main content

IDragonRideSolaImageRender

Trait IDragonRideSolaImageRender 

Source
pub trait IDragonRideSolaImageRender: IMonoBehaviour {
    // Provided methods
    fn m_camera(self) -> Camera { ... }
    fn set_m_camera(self, value: Camera) { ... }
    fn m_sola(self) -> Character { ... }
    fn set_m_sola(self, value: Character) { ... }
}

Provided Methods§

Source

fn m_camera(self) -> Camera

Source

fn set_m_camera(self, value: Camera)

Source

fn m_sola(self) -> Character

Source

fn set_m_sola(self, value: Character)

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§