Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


nativeObjectAddress

An array of memory addresses that point to native C++ objects. This matches the "m_CachePtr" field of a UnityEngine.Object.
Read time 1 minuteLast updated 9 days ago

Definition

Warning
Deprecated. 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 ArrayEntries<ulong> nativeObjectAddress { get; }