Free Unity C# Script library used to make a full Unity3d game.
File has no description.
List of variables that you can modify in the inspector.
| Access | Name | Type | Default Value | Description |
|---|---|---|---|---|
| public | iks | ClimbIKPositions[] | null | No description. |
| public | hints | ClimbHintIKPositions[] | null | No description. |
| public | neighbors | ClimbNeighbor[] | null | No description. |
| public | type | ClimbTransitionType | ClimbTransitionType.step | No description. |
| public | target | ClimbPoint | no default | No description. |
| public | direction | ClimbDirection | ClimbDirection.Left | No description. |
| public | ikType | AvatarIKGoal | AvatarIKGoal.LeftHand | No description. |
| public | target | Transform | no default | No description. |
| public | hintType | AvatarIKHint | AvatarIKHint.LeftElbow | No description. |
| public | target | Transform | no default | No description. |
| public | ClimbDirection { | enum | no default | No description. |
| public | ClimbTransitionType { | enum | no default | No description. |