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

FieldDescriptionEntries

class in UnityEditor.Profiling.Memory.Experimental

切换到手册

描述

包含字段描述条目数据的类,由 PackedMemorySnapshot.fieldDescriptions 返回。

变量

fieldDescriptionName字段名称数组。
isStatic如果此字段为静态,则为 true;否则为 false。
offset对于 fieldDescriptionName 属性引用的字段,从类的开头开始的偏移值数组。
typeIndex在此字段所属类型的 PackedMemorySnapshot.typeDescriptions 中编制 typeIndex 索引。

公共函数

GetNumEntries获取字段描述条目的数量。