Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

Returns the int element at a specified index.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Property
  • Namespace: Unity.Mathematics
  • Assembly: UnityEngine.MathematicsModule

this[int]

public int this[int index] { get; set; }

Parameters

index

Returns

Type

Description

int