Skip to main content

IMascotFoodSelectContent

Trait IMascotFoodSelectContent 

Source
pub trait IMascotFoodSelectContent: IBasicMenuContent {
    // Provided methods
    fn m_food(self) -> GameObject { ... }
    fn set_m_food(self, value: GameObject) { ... }
    fn m_food_count(self) -> GameObject { ... }
    fn set_m_food_count(self, value: GameObject) { ... }
    fn m_food_help(self) -> GameObject { ... }
    fn set_m_food_help(self, value: GameObject) { ... }
    fn m_help_root(self) -> GameObject { ... }
    fn set_m_help_root(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§