Class WheeledVehicle.DriveControlSettings
Vehicle drive control settings.
Inheritance
System.Object
WheeledVehicle.DriveControlSettings
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class DriveControlSettings : ValueType
Fields
DriveMode
Gets or sets the drive mode, used by vehicles specify the way of the tracks control.
Declaration
[EditorOrder(0)]
[EditorDisplay("Tanks", null)]
public WheeledVehicle.DriveModes DriveMode
Field Value
WheeledVehicle.DriveModes
|
FallRateAcceleration
Deceleration input sensitive.
Declaration
[EditorOrder(11)]
public float FallRateAcceleration
Field Value
System.Single
|
FallRateBrake
Release brake sensitive.
Declaration
[EditorOrder(13)]
public float FallRateBrake
Field Value
System.Single
|
FallRateHandBrake
Release handbrake sensitive.
Declaration
[EditorOrder(15)]
public float FallRateHandBrake
Field Value
System.Single
|
FallRateSteer
Release steer input sensitive.
Declaration
[EditorOrder(17)]
public float FallRateSteer
Field Value
System.Single
|
RiseRateAcceleration
Acceleration input sensitive.
Declaration
[EditorOrder(10)]
public float RiseRateAcceleration
Field Value
System.Single
|
RiseRateBrake
Brake input sensitive.
Declaration
[EditorOrder(12)]
public float RiseRateBrake
Field Value
System.Single
|
RiseRateHandBrake
Brake input sensitive.
Declaration
[EditorOrder(14)]
public float RiseRateHandBrake
Field Value
System.Single
|
RiseRateSteer
Steer input sensitive.
Declaration
[EditorOrder(16)]
public float RiseRateSteer
Field Value
System.Single
|
SteerVsSpeed
Vehicle control relationship between speed and steer. The higher is the speed, decrease steer to make vehicle more maneuverable (limited only 4 relationships).
Declaration
public WheeledVehicle.SteerControl[] SteerVsSpeed
Field Value
WheeledVehicle.SteerControl[]
|
Properties
Default
The default WheeledVehicle.DriveControlSettings.
Declaration
public static WheeledVehicle.DriveControlSettings Default { get; }
Property Value
WheeledVehicle.DriveControlSettings
|