Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

Warning
Deprecated. This API is outdated and will be removed. Please check out the Memory Profiler Package (https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/)
public class ArrayEntries<T>

Methods

Method

Description

GetEntriesRetrieves a subset of entries in an array.
GetNumEntriesGets the number of entries in the source array.