pub trait ITMP_SpriteAnimator: IMonoBehaviour {
// Provided methods
fn m_animations(self) -> Dictionary_2<i32, bool> { ... }
fn set_m_animations(self, value: Dictionary_2<i32, bool>) { ... }
fn m_text_component(self) -> TMP_Text { ... }
fn set_m_text_component(self, value: TMP_Text) { ... }
}Provided Methods§
fn m_animations(self) -> Dictionary_2<i32, bool>
fn set_m_animations(self, value: Dictionary_2<i32, bool>)
fn m_text_component(self) -> TMP_Text
fn set_m_text_component(self, value: TMP_Text)
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.