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§
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)
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.