Class CarResetController
This class is used to reset the car's rigidbody to its initial position.
Namespace: YACC.Controllers
Assembly: .dll
Syntax
public class CarResetController : MonoBehaviour
Fields
| Name | Description |
|---|---|
| resetControlReference | |
| setGearToNeutral | Flag to set if the car should be reset to neutral gear |
Methods
| Name | Description |
|---|---|
| ResetCar() | Reset the car's rigidbody to its initial position. |