Class WheeledVehicle.SteerControl
Storage the relationship between speed and steer.
Inheritance
System.Object
WheeledVehicle.SteerControl
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class SteerControl : ValueType
Fields
Speed
The vehicle speed.
Declaration
[Limit(0F, 3.40282347E+38F, 1F)]
public float Speed
Field Value
System.Single
|
Steer
The target max steer of the speed.
Declaration
[Limit(0F, 1F, 1F)]
public float Steer
Field Value
System.Single
|
Properties
Default
The default WheeledVehicle.SteerControl.
Declaration
public static WheeledVehicle.SteerControl Default { get; }
Property Value
WheeledVehicle.SteerControl
|