C# Class RemoteTech.ModuleRTModalAntenna

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

Public Methods

Method Description
GetInfo ( ) : string
OnStart ( PartModule state ) : void
OnUpdate ( ) : void
RequestPower ( ) : void
SetMode0 ( ) : void
SetMode1 ( ) : void
UpdateGUI ( ) : void
act0 ( ) : void
act1 ( ) : void

Private Methods

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

Method Details

GetInfo() public method

public GetInfo ( ) : string
return string

OnStart() public method

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

OnUpdate() public method

public OnUpdate ( ) : void
return void

RequestPower() public method

public RequestPower ( ) : void
return void

SetMode0() public method

public SetMode0 ( ) : void
return void

SetMode1() public method

public SetMode1 ( ) : void
return void

UpdateGUI() public method

public UpdateGUI ( ) : void
return void

act0() public method

public act0 ( ) : void
return void

act1() public method

public act1 ( ) : void
return void