FieldDescription
Description of a field of a managed type.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.MemoryProfiler
- Assembly: UnityEditor.CoreModule
public struct FieldDescription
Properties
Property | Description |
|---|---|
| isStatic | Is this field static? |
| name | Name of this field. |
| offset | Offset of this field. |
| typeIndex | The typeindex into PackedMemorySnapshot.typeDescriptions of the type this field belongs to. |