Contains and manages a set of constraints. More...
Public Member Functions | |
| bool | IsValid () |
| Determines whether this instance is valid. More... | |
| void | Initiate (Transform transform) |
| Initiate to the specified transform. More... | |
| void | Update () |
| Updates the constraints. More... | |
Public Attributes | |
| Transform | transform |
| The transform. More... | |
| Transform | target |
| The target. More... | |
| Vector3 | positionOffset |
| The position offset. More... | |
| Vector3 | position |
| The position to lerp to by positionWeight More... | |
| float | positionWeight |
| The weight of lerping to position More... | |
| Vector3 | rotationOffset |
| The rotation offset. More... | |
| Vector3 | rotation |
| The rotation to slerp to by rotationWeight More... | |
| float | rotationWeight |
| The weight of slerping to rotation More... | |
Contains and manages a set of constraints.
1.8.4