class in UnityEditor.Profiling.Memory.Experimental
包含字段描述条目数据的类,由 PackedMemorySnapshot.fieldDescriptions 返回。
fieldDescriptionName | 字段名称数组。 |
isStatic | 如果此字段为静态,则为 true;否则为 false。 |
offset | 对于 fieldDescriptionName 属性引用的字段,从类的开头开始的偏移值数组。 |
typeIndex | 在此字段所属类型的 PackedMemorySnapshot.typeDescriptions 中编制 typeIndex 索引。 |
GetNumEntries | 获取字段描述条目的数量。 |