Skip to main content

IRingSelectRoot_CharaPhoto

Trait IRingSelectRoot_CharaPhoto 

Source
pub trait IRingSelectRoot_CharaPhoto: IObject {
    // Provided methods
    fn m_root_object(self) -> GameObject { ... }
    fn set_m_root_object(self, value: GameObject) { ... }
    fn m_root_animator(self) -> Animator { ... }
    fn set_m_root_animator(self, value: Animator) { ... }
    fn m_chara_image(self) -> Image { ... }
    fn set_m_chara_image(self, value: Image) { ... }
    fn m_frame_image(self) -> Image { ... }
    fn set_m_frame_image(self, value: Image) { ... }
    fn m_is_setup(self) -> bool { ... }
    fn set_m_is_setup(self, value: bool) { ... }
}

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§