ArrayEntries<T>
An abstract helper class that provides methods to retrieve arrays of data elements of a generic type.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Profiling.Memory.Experimental
- Assembly: UnityEditor.CoreModule
public class ArrayEntries<T>
Methods
Method | Description |
|---|---|
| GetEntries | Retrieves a subset of entries in an array. |
| GetNumEntries | Gets the number of entries in the source array. |