pub trait IMapCursorAnimManagerMethods: IMapCursorAnimManager {
// Provided methods
fn set_active_state(self, enable: impl Into<bool>) { ... }
fn play_anim(self, label: impl Into<Il2CppString>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set_active_state(self, enable: impl Into<bool>)
fn set_active_state(self, enable: impl Into<bool>)
SetActiveState(bool) overload
Sourcefn play_anim(self, label: impl Into<Il2CppString>)
fn play_anim(self, label: impl Into<Il2CppString>)
PlayAnim(::unity::Il2CppString) overload
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§
impl<__T: IMapCursorAnimManager> IMapCursorAnimManagerMethods for __T
Available on crate feature
root-mapcursoranimmanager only.