This version of Unity is unsupported.
Method group is Obsolete
Experimental: this API is experimental and might be changed or removed in the future.

PackedMemorySnapshot.nativeTypes

Obsolete This API is outdated and will be removed. Please check out the Memory Profiler Package (https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/). public NativeTypeEntries nativeTypes;

Description

Descriptions of all the C++ unity types the profiled player knows about.

An array that maps classID's to actual type descriptions of unity C++ objects. Find the description of type with classID 114 at index 114 in this array.