Skip to main content

ISynthesisRingInfoWindow_RingEnhance

Trait ISynthesisRingInfoWindow_RingEnhance 

Source
pub trait ISynthesisRingInfoWindow_RingEnhance: IObject {
    // Provided methods
    fn m_parent_object(self) -> GameObject { ... }
    fn set_m_parent_object(self, value: GameObject) { ... }
    fn m_title_text(self) -> TextMeshProUGUI { ... }
    fn set_m_title_text(self, value: TextMeshProUGUI) { ... }
    fn m_value_text(self) -> TextMeshProUGUI { ... }
    fn set_m_value_text(self, value: TextMeshProUGUI) { ... }
    fn m_arrow_image(self) -> Image { ... }
    fn set_m_arrow_image(self, value: Image) { ... }
}

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§