GetSegmentIndex(PhysicsShape)
Get the index of the specified Chain Segment PhysicsShape.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public int GetSegmentIndex(PhysicsShape chainSegmentShape)
Parameters
The chain segment shape to find the index of.
Returns
Type | Description |
|---|---|
| int | The index of the chain segment shape in its parent chain. This is a value of zero to the number of chain segment shapes - 1. |