Definition at line 9 of file Vehicle.cs.
◆ ApplyEngineForce()
void FalcoEngine.Vehicle.ApplyEngineForce |
( |
float |
value, |
|
|
int |
wheelIndex |
|
) |
| |
Apply engine force to the wheel
- Parameters
-
Definition at line 78 of file Vehicle.cs.
◆ GetSteering()
float FalcoEngine.Vehicle.GetSteering |
( |
int |
wheelIndex | ) |
|
Get the wheel steering angle in degrees
- Parameters
-
- Returns
Definition at line 58 of file Vehicle.cs.
◆ SetBreak()
void FalcoEngine.Vehicle.SetBreak |
( |
float |
value, |
|
|
int |
wheelIndex |
|
) |
| |
Set wheel's braking ratio
- Parameters
-
Definition at line 68 of file Vehicle.cs.
◆ SetSteering()
void FalcoEngine.Vehicle.SetSteering |
( |
float |
angle, |
|
|
int |
wheelIndex |
|
) |
| |
Set the wheel steering angle in degrees
- Parameters
-
Definition at line 48 of file Vehicle.cs.
◆ numWheels
int FalcoEngine.Vehicle.numWheels |
|
get |
Gets the number of wheels attached to this vehicle
Definition at line 36 of file Vehicle.cs.
◆ speedKMH
float FalcoEngine.Vehicle.speedKMH |
|
get |
Gets the current vehicle speed in kilometers per hour
Definition at line 41 of file Vehicle.cs.
The documentation for this class was generated from the following file: