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 13 days ago

Definition

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.