Interface IArrayEntries<T>
Namespace: Unity.MemoryProfiler.Editor.Format
Syntax
public interface IArrayEntries<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
GetEntries(UInt32, UInt32, ref T[])
Declaration
void GetEntries(uint indexStart, uint numEntries, ref T[] dataOut)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt32 | indexStart | |
| UInt32 | numEntries | |
| T[] | dataOut |
GetNumEntries()
Declaration
uint GetNumEntries()
Returns
| Type | Description |
|---|---|
| UInt32 |