Skip to main content

IRingCleaningClothAnimationEvent

Trait IRingCleaningClothAnimationEvent 

Source
pub trait IRingCleaningClothAnimationEvent: IMonoBehaviour {
    // Provided methods
    fn m_animator(self) -> Animator { ... }
    fn set_m_animator(self, value: Animator) { ... }
}

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§