Skip to main content

IMascotFriendlyContent

Trait IMascotFriendlyContent 

Source
pub trait IMascotFriendlyContent: IMonoBehaviour {
    // Provided methods
    fn m_gauge(self) -> InterpolatorFloat { ... }
    fn set_m_gauge(self, value: InterpolatorFloat) { ... }
    fn m_gauge_image(self) -> Image { ... }
    fn set_m_gauge_image(self, value: Image) { ... }
    fn m_animator(self) -> Animator { ... }
    fn set_m_animator(self, value: Animator) { ... }
    fn m_max(self) -> GameObject { ... }
    fn set_m_max(self, value: GameObject) { ... }
}

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§