C# Class RemoteTech.ModuleRTAnimatedWing

Inheritance: PartModule
ファイルを表示 Open project: JDPKSP/RemoteTechLegacy

Private Properties

Property Type Description
ActionToggle void
Mode0Action void
Mode0Event void
Mode1Action void
Mode1Event void
RequestActPower bool

Public Methods

Method Description
OnDestroy ( ) : void
OnStart ( PartModule state ) : void
OnUpdate ( ) : void
SetMode0 ( ) : void
SetMode1 ( ) : void
mirror ( bool m ) : void
playAnim ( ) : void
setWingLift0 ( ) : void
setWingLift1 ( ) : void

Private Methods

Method Description
ActionToggle ( KSPActionParam param ) : void
Mode0Action ( KSPActionParam param ) : void
Mode0Event ( ) : void
Mode1Action ( KSPActionParam param ) : void
Mode1Event ( ) : void
RequestActPower ( float requiredAmount ) : bool

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnStart() public method

public OnStart ( PartModule state ) : void
state PartModule
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void

SetMode0() public method

public SetMode0 ( ) : void
return void

SetMode1() public method

public SetMode1 ( ) : void
return void

mirror() public method

public mirror ( bool m ) : void
m bool
return void

playAnim() public method

public playAnim ( ) : void
return void

setWingLift0() public method

public setWingLift0 ( ) : void
return void

setWingLift1() public method

public setWingLift1 ( ) : void
return void