Struct FieldDescription
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct FieldDescription
Constructors
|
Improve this Doc
View Source
FieldDescription(String, Int32, Int32, Boolean)
Declaration
public FieldDescription(string name, int offset, int typeIndex, bool isStatic)
Parameters
Properties
|
Improve this Doc
View Source
isStatic
Declaration
public bool isStatic { get; }
Property Value
|
Improve this Doc
View Source
name
Declaration
public string name { get; }
Property Value
|
Improve this Doc
View Source
offset
Declaration
public int offset { get; }
Property Value
|
Improve this Doc
View Source
typeIndex
Declaration
public int typeIndex { get; }
Property Value
Extension Methods