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
The index to access.
Returns
Type | Description |
|---|---|
| Vector2 | The array index value. |