Class WheeledVehicle.DriveModes
Vehicle driving types. Used only on tanks to specify the drive mode.
Inheritance
System.Object
WheeledVehicle.DriveModes
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class DriveModes : Enum
Fields
Special
Drive turning the vehicle using all tracks inverse direction.
Declaration
public const WheeledVehicle.DriveModes Special
Field Value
Standard
Drive turning the vehicle using only one track.
Declaration
public const WheeledVehicle.DriveModes Standard
Field Value
value__
Declaration
public int value__
Field Value
System.
|