pub trait IMapCursorAnimMethods: IMapCursorAnim {
// Provided methods
fn play_anim(self, label: impl Into<Il2CppString>) { ... }
fn set_deactivate(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn play_anim(self, label: impl Into<Il2CppString>)
fn play_anim(self, label: impl Into<Il2CppString>)
PlayAnim(::unity::Il2CppString) overload
Sourcefn set_deactivate(self)
fn set_deactivate(self)
SetDeactivate() 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: IMapCursorAnim> IMapCursorAnimMethods for __T
Available on crate feature
root-mapcursoranim only.