Class NativeRootReferenceEntries
Inheritance
NativeRootReferenceEntries
Assembly: UnityEditor.dll
Syntax
public class NativeRootReferenceEntries
Properties
|
Improve this Doc
View Source
accumulatedSize
Declaration
public ArrayEntries<ulong> accumulatedSize { get; }
Property Value
|
Improve this Doc
View Source
areaName
Declaration
public ArrayEntries<string> areaName { get; }
Property Value
|
Improve this Doc
View Source
id
Declaration
public ArrayEntries<long> id { get; }
Property Value
|
Improve this Doc
View Source
objectName
Declaration
public ArrayEntries<string> objectName { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetNumEntries()
Declaration
public uint GetNumEntries()
Returns
Extension Methods