Skip to main content

IExpSetter

Trait IExpSetter 

Source
pub trait IExpSetter: IMonoBehaviour {
    // Provided methods
    fn in_anim_wait(self) -> f32 { ... }
    fn set_in_anim_wait(self, value: f32) { ... }
    fn m_unit_window(self) -> ExpSetter_ExpWindow { ... }
    fn set_m_unit_window(self, value: ExpSetter_ExpWindow) { ... }
}

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§