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

FieldDescriptionEntries

class in UnityEditor.Profiling.Memory.Experimental

Cambiar al Manual

Descripción

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

Variables

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.

Funciones Públicas

GetNumEntriesGets the number of field description entries.