Class FieldDescriptionEntries
Inheritance
FieldDescriptionEntries
Assembly: UnityEditor.dll
Syntax
public class FieldDescriptionEntries
Properties
|
Improve this Doc
View Source
fieldDescriptionName
Declaration
public ArrayEntries<string> fieldDescriptionName { get; }
Property Value
|
Improve this Doc
View Source
isStatic
Declaration
public ArrayEntries<bool> isStatic { get; }
Property Value
|
Improve this Doc
View Source
offset
Declaration
public ArrayEntries<int> offset { get; }
Property Value
|
Improve this Doc
View Source
typeIndex
Declaration
public ArrayEntries<int> typeIndex { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetNumEntries()
Declaration
public uint GetNumEntries()
Returns
Extension Methods