Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

Accessor for the shape array.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Property
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule

this[int]

public ref Vector2 this[int index] { get; }

Parameters

index

The index to access.

Returns

Type

Description

Vector2The array index value.