C# Class kOS.Module.kOSLightModule

Inheritance: PartModule
Afficher le fichier Open project: KSP-KOS/KOS

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
GetInfo ( ) : string
OnLoad ( ConfigNode node ) : void
Update ( ) : void
updateReferences ( ) : void

Private Methods

Méthode Description
processElectricity ( ) : void
updateColor ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

GetInfo() public méthode

public GetInfo ( ) : string
Résultat string

OnLoad() public méthode

public OnLoad ( ConfigNode node ) : void
node ConfigNode
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

updateReferences() public méthode

public updateReferences ( ) : void
Résultat void