Skip to main content

IDishSelectFoodInfoContent_UnitObject

Trait IDishSelectFoodInfoContent_UnitObject 

Source
pub trait IDishSelectFoodInfoContent_UnitObject: IObject {
    // Provided methods
    fn m_name_text(self) -> TextMeshProUGUI { ... }
    fn set_m_name_text(self, value: TextMeshProUGUI) { ... }
    fn m_like_object(self) -> GameObject { ... }
    fn set_m_like_object(self, value: GameObject) { ... }
    fn m_dislike_object(self) -> GameObject { ... }
    fn set_m_dislike_object(self, value: GameObject) { ... }
    fn m_normal_object(self) -> GameObject { ... }
    fn set_m_normal_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§