C# Class FSBDwheel, BDAnimationModules

Inheritance: PartModule
Afficher le fichier Open project: BahamutoD/BDAnimationModules Class Usage Examples

Méthodes publiques

Свойство Type Description
animSpeed float
hasAnimation bool
screechMindeltaRPM float
surfaceNormal Vector3
wheelHit bool

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
GetInfo ( ) : string
OnStart ( PartModule, state ) : void
OnUpdate ( ) : void
setBrakeLight ( BrakeStatus status ) : void
setBrakeLight ( bool _brakesEngaged ) : void

Private Methods

Méthode Description
BrakesAction ( KSPActionParam param ) : void
DisableMotorEvent ( ) : void
DisableReverseMotorEvent ( ) : void
EnableMotorEvent ( ) : void
EnableReverseMotorEvent ( ) : void
LowerGear ( ) : void
RaiseGear ( ) : void
ReverseMotorAction ( KSPActionParam param ) : void
ToggleGearAction ( KSPActionParam param ) : void
ToggleMotorAction ( KSPActionParam param ) : void
animate ( string mode ) : void
brakesOffEvent ( ) : void
brakesOnEvent ( ) : void
checkSounds ( ) : void
decreaseFrictionEvent ( ) : void
destroyBoundsCollider ( ) : void
disableColliders ( ) : void
fireBrakeSound ( int wheelNumber ) : void
fireRollSound ( ) : void
fireScreechEffect ( int wheelNumber, float deltaRPM ) : void
fireTouchdownThud ( ) : void
increaseFrictionEvent ( ) : void
rotateWheelMeshes ( ) : void
updateBrakeTorque ( ) : void
updateDeploymentState ( ) : void
updateDrag ( ) : void
updateMotors ( ) : void
updateScreechEffect ( int wheelNumber ) : void
updateSuspension ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

GetInfo() public méthode

public GetInfo ( ) : string
Résultat string

OnStart() public méthode

public OnStart ( PartModule, state ) : void
state PartModule,
Résultat void

OnUpdate() public méthode

public OnUpdate ( ) : void
Résultat void

setBrakeLight() public méthode

public setBrakeLight ( BrakeStatus status ) : void
status BrakeStatus
Résultat void

setBrakeLight() public méthode

public setBrakeLight ( bool _brakesEngaged ) : void
_brakesEngaged bool
Résultat void

Property Details

animSpeed public_oe property

public float animSpeed
Résultat float

hasAnimation public_oe property

public bool hasAnimation
Résultat bool

screechMindeltaRPM public_oe property

public float screechMindeltaRPM
Résultat float

surfaceNormal public_oe property

public Vector3 surfaceNormal
Résultat Vector3

wheelHit public_oe property

public bool wheelHit
Résultat bool