Class NativeMemoryRegionEntries
Inheritance
NativeMemoryRegionEntries
Assembly: UnityEditor.dll
Syntax
public class NativeMemoryRegionEntries
Properties
|
Improve this Doc
View Source
addressBase
Declaration
public ArrayEntries<ulong> addressBase { get; }
Property Value
|
Improve this Doc
View Source
addressSize
Declaration
public ArrayEntries<ulong> addressSize { get; }
Property Value
|
Improve this Doc
View Source
firstAllocationIndex
Declaration
public ArrayEntries<int> firstAllocationIndex { get; }
Property Value
|
Improve this Doc
View Source
memoryRegionName
Declaration
public ArrayEntries<string> memoryRegionName { get; }
Property Value
|
Improve this Doc
View Source
numAllocations
Declaration
public ArrayEntries<int> numAllocations { get; }
Property Value
|
Improve this Doc
View Source
parentIndex
Declaration
public ArrayEntries<int> parentIndex { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetNumEntries()
Declaration
public uint GetNumEntries()
Returns
Extension Methods