Class WheeledVehicle.AntiRollBar
Vehicle axle anti roll bar.
Inheritance
System.Object
WheeledVehicle.AntiRollBar
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class AntiRollBar : ValueType
Fields
Axle
The specific axle with wheels to apply anti roll.
Declaration
public int Axle
Field Value
System.Int32
|
Stiffness
The anti roll stiffness.
Declaration
public float Stiffness
Field Value
System.Single
|
Properties
Default
The default WheeledVehicle.AntiRollBar.
Declaration
public static WheeledVehicle.AntiRollBar Default { get; }
Property Value
WheeledVehicle.AntiRollBar
|