Expand description
Hierarchy related types
Re-exports§
pub use class::Class;pub use class::MethodSelector;pub use object::Il2cppObject;pub use object::Object;pub use type::Type;pub use value_type::ValueType;
Modules§
- class
- Class metadata wrapper and lookup helpers.
- object
- IL2CPP Object wrapper and operations
- type
- Type metadata wrapper.
- value_
type - IL2CPP ValueType wrapper and operations