Experimental: this API is experimental and might be changed or removed in the future.

NativeRootReferenceEntries

class in UnityEditor.Profiling.Memory.Experimental

切换到手册

描述

包含本机根引用数据的类,由 PackedMemorySnapshot.rootReferences 返回。

变量

accumulatedSize包含为根引用注册的所有分配的累计大小的数组。
areaName包含根引用区域名称的数组。
id包含根引用 ID 的数组。
objectName包含根引用对象名称的数组。

公共函数

GetNumEntries获取根引用条目的数量。