Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AtIndex(int)

Selects the nth element matching all the criteria, or null if not enough elements were found.
Read time 1 minuteLast updated 10 days ago

Definition

public T AtIndex(int index)

Parameters

index

The index of the matched element.

Returns

Type

Description

TThe match element at the specified index.