Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

The element at an index.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule

this[int]

public readonly T this[int index] { get; }

Parameters

index

An index.

Returns

Type

Description

T