Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ElementAt(int)

Returns a reference to the element at an index.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public ref T ElementAt(int index)

Parameters

index

An index.

Returns

Type

Description

TA reference to the element at the index.