Boundry
Jump To Parameters
Jump To Function Definitions
Parameter Definitions
Select the parameter name from below to jump directly to it on this page.
resetPoint
If you left the boundary box it will reset your characters position to this point.
| Exposed Value | Type | Default Value |
|---|---|---|
| public | Transform | None |
Function Definitions
Select the function name from below to jump directly to it on this page.
private void OnTriggerExit(Collider other)
If you leave the boundary box it will reset that vThirdPersonController’s position to the ‘resetPoint’ position.
| Expose Value | Overrideable | Returns |
|---|---|---|
| private | False | Does not return anything |
| Parameter Name | Description |
|---|---|
| other | Collider type, checks to make sure it only reacts to vThirdPersonController’s. |