Structs§
- New Il2CppObject structure using the name from the struct item
- Original structure with Fields appended to the name
- Wrapper structure for a class instance provided by Il2Cpp.
Traits§
- Trait to abstract away the new methods for value types vs reference ones.
Type Aliases§
- A type alias for
Il2CppObject<Array<T>>
.