Skip to main content

IRefineRingResult10Window

Trait IRefineRingResult10Window 

Source
pub trait IRefineRingResult10Window: IMonoBehaviour {
    // Provided methods
    fn m_animator(self) -> Animator { ... }
    fn set_m_animator(self, value: Animator) { ... }
    fn m_ring_info_content(self) -> Array<RefineRingResult10RingInfoContent> { ... }
    fn set_m_ring_info_content(
        self,
        value: Array<RefineRingResult10RingInfoContent>,
    ) { ... }
}

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§