This version of Unity is unsupported.
Method group is Obsolete

FieldDescription.offset

Obsolete This API is outdated and will be removed. Please check out the Memory Profiler Package (https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/). public int offset;

Description

Offset of this field.

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.