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 | standPosition | Vector3 | Vector3.zero | No description. |
| public | standRotation | Vector3 | Vector3.zero | No description. |
| public | leftHandPosition | Vector3 | Vector3.zero | No description. |
| public | leftHandRotation | Vector3 | Vector3.zero | No description. |
| public | rightHandPosition | Vector3 | Vector3.zero | No description. |
| public | rightHandRotation | Vector3 | Vector3.zero | No description. |
| public | lookOffset | Vector3 | Vector3.zero | No description. |
| public | OnEnable | UnityEvent | null | No description. |
| public | OnDisable | UnityEvent | null | No description. |
| public | handPositionHolderTag | string | “PlayerHands” | No description. |
| public | leftHandChild | string | “LeftHand” | No description. |
| public | rightHandChild | string | “RightHand” | No description. |
| public | standChild | string | “StandPosition” | No description. |
| public | disableLeftHand | bool | false | No description. |
| public | disableRightHand | bool | false | No description. |
| public | struggleText | string | free.” | No description. |
| public | minSize | int | 20 | No description. |
| public | maxSize | int | 30 | No description. |
| public | textTransitionTime | float | 30f | No description. |
| public | textBottomOffset | float | 100f | No description. |
| public | style | GUIStyle | null | No description. |
| public | shakeAmount | float | 3.0f | No description. |
| public | shakeDuration | float | 4.0f | No description. |
| public | anim | Animator | no default | No description. |
| public | transforms | GrabTransforms | no default | No description. |
| public | text | GrabText | no default | No description. |
| public | events | GrabEvents | no default | No description. |
| public | offsets | GrabOffsets | no default | No description. |
| public | cam | GrabCamera | no default | No description. |
| public | breakFreeSpeed | float | 5 | No description. |
| public | breakTimeout | float | 5 | No description. |
| private | enableGrab | bool | false | No description. |
| private | debugLookOffset | bool | false | No description. |
| private | endGrab | bool | false | No description. |