Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IIndexable<T>

An indexable collection.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Interface
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public interface IIndexable<T> where T : unmanaged

Properties

Property

Description

LengthThe current number of elements in the collection.

Methods

Method

Description

ElementAtReturns a reference to the element at a given index.