C# Class RemoteTech.ModuleRemoteTechSPU

Inheritance: ModuleCommand
Mostrar archivo Open project: JDPKSP/RemoteTechLegacy

Public Methods

Method Description
GetInfo ( ) : string
OnAwake ( ) : void
OnStart ( PartModule state ) : void
OnUpdate ( ) : void

Private Methods

Method Description
HideMenus ( ) : void
RTinterface ( BaseEventData data ) : void
ShowMenus ( ) : void
UPDRTmenuBool ( ) : void
UpdateRn ( ) : void

Method Details

GetInfo() public method

public GetInfo ( ) : string
return string

OnAwake() public method

public OnAwake ( ) : void
return void

OnStart() public method

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

OnUpdate() public method

public OnUpdate ( ) : void
return void