C# Class kOS.Module.kOSLightModule

Inheritance: PartModule
Show file Open project: KSP-KOS/KOS

Public Methods

Method Description
FixedUpdate ( ) : void
GetInfo ( ) : string
OnLoad ( ConfigNode node ) : void
Update ( ) : void
updateReferences ( ) : void

Private Methods

Method Description
processElectricity ( ) : void
updateColor ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

GetInfo() public method

public GetInfo ( ) : string
return string

OnLoad() public method

public OnLoad ( ConfigNode node ) : void
node ConfigNode
return void

Update() public method

public Update ( ) : void
return void

updateReferences() public method

public updateReferences ( ) : void
return void