Method GetChain
GetChain(int)
Gets the chain in the solver at index.
Declaration
public override IKChain2D GetChain(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | Index to query. Not used in this override. |
Returns
Type | Description |
---|---|
IKChain2D | Returns IKChain2D for the Solver. |