pub trait Generics {
const COUNT: usize;
fn type_array() -> &'static mut Il2CppArray;
}
Expand description
Trait implemented for Rust types which can represent a list of C# generic arguments
Required Associated Constants
Required Methods
fn type_array() -> &'static mut Il2CppArray
fn type_array() -> &'static mut Il2CppArray
Returns an array of System.RuntimeType
s matching the generic arguments