Skip to main content

ISkillInheritanceMenuItemContent

Trait ISkillInheritanceMenuItemContent 

Source
pub trait ISkillInheritanceMenuItemContent: IBasicMenuItemContent {
    // Provided methods
    fn m_image_icon(self) -> Image { ... }
    fn set_m_image_icon(self, value: Image) { ... }
    fn m_text_name(self) -> TextMeshProUGUI { ... }
    fn set_m_text_name(self, value: TextMeshProUGUI) { ... }
    fn m_text_level(self) -> TextMeshProUGUI { ... }
    fn set_m_text_level(self, value: TextMeshProUGUI) { ... }
    fn m_obj_cost(self) -> GameObject { ... }
    fn set_m_obj_cost(self, value: GameObject) { ... }
    fn m_text_cost(self) -> TextMeshProUGUI { ... }
    fn set_m_text_cost(self, value: TextMeshProUGUI) { ... }
    fn m_obj_done(self) -> GameObject { ... }
    fn set_m_obj_done(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§