Skip to main content

IMapCursorAnimManagerMethods

Trait IMapCursorAnimManagerMethods 

Source
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§

Source

fn set_active_state(self, enable: impl Into<bool>)

SetActiveState(bool) overload

Source

fn play_anim(self, label: impl Into<Il2CppString>)

PlayAnim(::unity::Il2CppString) overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: IMapCursorAnimManager> IMapCursorAnimManagerMethods for __T

Available on crate feature root-mapcursoranimmanager only.