FieldDescriptionEntries
A class that houses Field Description entry data, returned by fieldDescriptions.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Profiling.Memory.Experimental
- Assembly: UnityEditor.CoreModule
public class FieldDescriptionEntries
Properties
Property | Description |
|---|---|
| fieldDescriptionName | An array of field names. |
| isStatic | True if this field is static; otherwise false. |
| offset | An array of offset values from the start of the class for the fields referenced by the fieldDescriptionName property. |
| typeIndex | The typeIndex into PackedMemorySnapshot.typeDescriptions of the type this field belongs to. |
Methods
Method | Description |
|---|---|
| GetNumEntries | Gets the number of field description entries. |