Skip to main content

IAnimalMenuSequence

Trait IAnimalMenuSequence 

Source
pub trait IAnimalMenuSequence: ISingletonProcInst_1<AnimalMenuSequence> {
    // Provided methods
    fn animal_pid(self) -> Array<Il2CppString> { ... }
    fn set_animal_pid(self, value: Array<Il2CppString>) { ... }
    fn m_handle(self) -> ResourceHandle_2 { ... }
    fn set_m_handle(self, value: ResourceHandle_2) { ... }
    fn m_root_anim(self) -> Animator { ... }
    fn set_m_root_anim(self, value: Animator) { ... }
}

Provided Methods§

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§