Definition BoxCollider.hpp:27
Vehicle input controller component.
Definition VehicleController.hpp:14
void SetSteering(float value)
Set steering input.
Definition VehicleController.hpp:37
float brakeInput
Brake input (0.0 = no brake, 1.0 = full brake).
Definition VehicleController.hpp:22
void ResetInputs()
Reset all inputs to neutral.
Definition VehicleController.hpp:54
float forwardInput
Forward/backward input (-1.0 = full brake/reverse, 0.0 = neutral, 1.0 = full throttle).
Definition VehicleController.hpp:16
float steeringInput
Steering input (-1.0 = full left, 0.0 = straight, 1.0 = full right).
Definition VehicleController.hpp:19
void SetForward(float value)
Set forward/backward input.
Definition VehicleController.hpp:31
void SetBrake(float value)
Set brake input.
Definition VehicleController.hpp:43
void SetHandBrake(float value)
Set handbrake input.
Definition VehicleController.hpp:49
float handBrakeInput
Handbrake input (0.0 = off, 1.0 = full handbrake).
Definition VehicleController.hpp:25