Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FieldDescriptionEntries

A class that houses Field Description entry data, returned by fieldDescriptions.
Read time 1 minuteLast updated 10 days ago

Definition

Warning
Deprecated. 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 class FieldDescriptionEntries

Properties

Property

Description

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.

Methods

Method

Description

GetNumEntriesGets the number of field description entries.