Kerbal Space Program
1.12.4
|
Public Types | |
enum | Model { Model.Constant, Model.Linear, Model.Quadratic } |
Public Member Functions | |
override void | FixedUpdateVehicle () |
Public Member Functions inherited from VehiclePhysics.VehicleBehaviour | |
void | DebugLogError (string message) |
void | DebugLogWarning (string message) |
virtual int | GetUpdateOrder () |
virtual void | OnDisableComponent () |
virtual void | OnDisableVehicle () |
virtual void | OnEnableComponent () |
virtual void | OnEnableVehicle () |
virtual void | OnEnterPause () |
virtual void | OnLeavePause () |
virtual void | OnReposition () |
virtual void | UpdateVehicle () |
virtual void | UpdateVehicleSuspension () |
Public Attributes | |
float | coefficient = 0.05f |
float[] | frictionFactors = new float[0] |
Model | model = Model.Constant |
bool | showDebugLabel = false |
Additional Inherited Members | |
Protected Member Functions inherited from VehiclePhysics.VehicleBehaviour | |
virtual VehicleBase | GetVehicle () |
Properties inherited from VehiclePhysics.VehicleBehaviour | |
VehicleBase | vehicle [get, set] |
|
inlinevirtual |
Reimplemented from VehiclePhysics.VehicleBehaviour.
float VehiclePhysics.VPRollingFriction.coefficient = 0.05f |
float [] VehiclePhysics.VPRollingFriction.frictionFactors = new float[0] |
Model VehiclePhysics.VPRollingFriction.model = Model.Constant |
bool VehiclePhysics.VPRollingFriction.showDebugLabel = false |