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

FieldDescriptionEntries

class in UnityEditor.Profiling.Memory.Experimental

매뉴얼로 전환

설명

A class that houses Field Description entry data, returned by PackedMemorySnapshot.fieldDescriptions.

변수

fieldDescriptionNameAn array of field names.
isStaticTrue if this field is static; otherwise false.
offsetAn array of offset values from the start of the class for the fields referenced by the fieldDescriptionName property.
typeIndexThe typeIndex into PackedMemorySnapshot.typeDescriptions of the type this field belongs to.

Public 함수

GetNumEntriesGets the number of field description entries.