Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

chainSegmentShape

The chain segment shape to find the index of.

Returns

Type

Description

intThe index of the chain segment shape in its parent chain. This is a value of zero to the number of chain segment shapes - 1.