Class TypeDescriptionEntries
Inheritance
TypeDescriptionEntries
Assembly: UnityEditor.dll
Syntax
public class TypeDescriptionEntries
Properties
|
Improve this Doc
View Source
assembly
Declaration
public ArrayEntries<string> assembly { get; }
Property Value
|
Improve this Doc
View Source
baseOrElementTypeIndex
Declaration
public ArrayEntries<int> baseOrElementTypeIndex { get; }
Property Value
|
Improve this Doc
View Source
fieldIndices
Declaration
public ArrayEntries<int[]> fieldIndices { get; }
Property Value
|
Improve this Doc
View Source
flags
Declaration
public ArrayEntries<TypeFlags> flags { get; }
Property Value
|
Improve this Doc
View Source
size
Declaration
public ArrayEntries<int> size { get; }
Property Value
|
Improve this Doc
View Source
staticFieldBytes
Declaration
public ArrayEntries<byte[]> staticFieldBytes { get; }
Property Value
|
Improve this Doc
View Source
typeDescriptionName
Declaration
public ArrayEntries<string> typeDescriptionName { get; }
Property Value
|
Improve this Doc
View Source
typeIndex
Declaration
public ArrayEntries<int> typeIndex { get; }
Property Value
|
Improve this Doc
View Source
typeInfoAddress
Declaration
public ArrayEntries<ulong> typeInfoAddress { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetNumEntries()
Declaration
public uint GetNumEntries()
Returns
Extension Methods