Skip to main content

IRefineShopExchangeRoot

Trait IRefineShopExchangeRoot 

Source
pub trait IRefineShopExchangeRoot: IMonoBehaviour {
    // Provided methods
    fn m_target_menu_object(self) -> GameObject { ... }
    fn set_m_target_menu_object(self, value: GameObject) { ... }
    fn m_source_menu_object(self) -> GameObject { ... }
    fn set_m_source_menu_object(self, value: GameObject) { ... }
    fn m_count_menu_object(self) -> GameObject { ... }
    fn set_m_count_menu_object(self, value: GameObject) { ... }
    fn m_result_popup_object(self) -> GameObject { ... }
    fn set_m_result_popup_object(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§