offset
Offset of this field.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEditor.MemoryProfiler
- Assembly: UnityEditor.CoreModule
public int offset { get; }
Remarks
This offset of this field, from the address of the managed object start (including the object header). If offset is -1, it means this field is a ThreadLocal field. If the field is static, this offset indexes into the TypeDescription.staticFieldBytes.