Skip to main content

IMapPointerAnimManagerMethods

Trait IMapPointerAnimManagerMethods 

Source
pub trait IMapPointerAnimManagerMethods: IMapPointerAnimManager {
    // 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: IMapPointerAnimManager> IMapPointerAnimManagerMethods for __T

Available on crate feature root-mappointeranimmanager only.