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
- Type: Property
- Namespace: UnityEditor.Profiling.Memory.Experimental
- Assembly: UnityEditor.CoreModule
public ArrayEntries<ulong> nativeObjectAddress { get; }