Skip to main content

IRingCleaningConditionIcon

Trait IRingCleaningConditionIcon 

Source
pub trait IRingCleaningConditionIcon: IMonoBehaviour {
    // Provided methods
    fn gauge(self) -> GameObject { ... }
    fn set_gauge(self, value: GameObject) { ... }
    fn m_animator(self) -> Animator { ... }
    fn set_m_animator(self, value: Animator) { ... }
    fn m_gauge_animator(self) -> Animator { ... }
    fn set_m_gauge_animator(self, value: Animator) { ... }
    fn m_gauge_controller(self) -> RingCleaningGaugeController { ... }
    fn set_m_gauge_controller(self, value: RingCleaningGaugeController) { ... }
}

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§