Skip to main content

IMyRoomWakeupSelectRoot

Trait IMyRoomWakeupSelectRoot 

Source
pub trait IMyRoomWakeupSelectRoot: IMonoBehaviour {
    // Provided methods
    fn m_reliance_select(self) -> GameObject { ... }
    fn set_m_reliance_select(self, value: GameObject) { ... }
    fn m_back_cursor(self) -> GameObject { ... }
    fn set_m_back_cursor(self, value: GameObject) { ... }
    fn m_cursor_top(self) -> GameObject { ... }
    fn set_m_cursor_top(self, value: GameObject) { ... }
    fn m_chara_image_right(self) -> GameObject { ... }
    fn set_m_chara_image_right(self, value: GameObject) { ... }
}

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§