Class NativeObjectEntries
Inheritance
NativeObjectEntries
Assembly: UnityEditor.dll
Syntax
public class NativeObjectEntries
Properties
|
Improve this Doc
View Source
flags
Declaration
public ArrayEntries<ObjectFlags> flags { get; }
Property Value
|
Improve this Doc
View Source
hideFlags
Declaration
public ArrayEntries<HideFlags> hideFlags { get; }
Property Value
|
Improve this Doc
View Source
instanceId
Declaration
public ArrayEntries<int> instanceId { get; }
Property Value
|
Improve this Doc
View Source
nativeObjectAddress
Declaration
public ArrayEntries<ulong> nativeObjectAddress { get; }
Property Value
|
Improve this Doc
View Source
nativeTypeArrayIndex
Declaration
public ArrayEntries<int> nativeTypeArrayIndex { get; }
Property Value
|
Improve this Doc
View Source
objectName
Declaration
public ArrayEntries<string> objectName { get; }
Property Value
|
Improve this Doc
View Source
rootReferenceId
Declaration
public ArrayEntries<long> rootReferenceId { get; }
Property Value
|
Improve this Doc
View Source
size
Declaration
public ArrayEntries<ulong> size { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetNumEntries()
Declaration
public uint GetNumEntries()
Returns
Extension Methods