Skip to main content

IAnimalSequence

Trait IAnimalSequence 

Source
pub trait IAnimalSequence: ISingletonProcInst_1<AnimalSequence> {
    // Provided methods
    fn animal_list(self) -> Array<Il2CppString> { ... }
    fn set_animal_list(self, value: Array<Il2CppString>) { ... }
    fn animal_loading_count(self) -> i32 { ... }
    fn set_animal_loading_count(self, value: i32) { ... }
}

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§