Class ArrayEntries<T>
Inherited Members
Namespace: UnityEditor.Profiling.Memory.Experimental
Assembly: UnityEditor.dll
Syntax
public class ArrayEntries<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Improve this Doc View SourceGetEntries(UInt32, UInt32, ref T[])
Declaration
public void GetEntries(uint indexStart, uint numEntries, ref T[] dataOut)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt32 | indexStart | |
| UInt32 | numEntries | |
| T[] | dataOut |
GetNumEntries()
Declaration
public uint GetNumEntries()
Returns
| Type | Description |
|---|---|
| UInt32 |