Skip to main content

ISynthesisRingRoot

Trait ISynthesisRingRoot 

Source
pub trait ISynthesisRingRoot: IMonoBehaviour {
    // Provided methods
    fn m_synthesis_ring_base_ring_menu_object(self) -> GameObject { ... }
    fn set_m_synthesis_ring_base_ring_menu_object(self, value: GameObject) { ... }
    fn m_synthesis_ring_info_window_object(self) -> GameObject { ... }
    fn set_m_synthesis_ring_info_window_object(self, value: GameObject) { ... }
    fn m_synthesis_ring_info_window(self) -> SynthesisRingInfoWindow { ... }
    fn set_m_synthesis_ring_info_window(self, value: SynthesisRingInfoWindow) { ... }
}

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§