pub unsafe fn unbox<T>(object: &Il2CppObject) -> T
Expand description

Unboxes a value type stored as an Il2CppObject

Safety

The object must be of the valid type and cointain a valid value.