this[]
Accessor for the shape array.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
this[int]
public ref Vector2 this[int index] { get; }
Parameters
The index to access.
Returns
Type | Description |
|---|---|
| Vector2 | The array index value. |