C# Class SmokeScreen.KM_LaunchEffect_SmkS

Inheritance: PartModule
Afficher le fichier Open project: sarbian/SmokeScreen

Protected Properties

Свойство Type Description
rnd System.Random

Méthodes publiques

Méthode Description
GetInfo ( ) : string
OnLaunch ( ) : void
OnPreLaunch ( ) : void
OnStart ( StartState state ) : void
OnTimer ( ) : void
OnUpdate ( ) : void
registerEffects ( ) : void
setEffect ( bool state ) : void

Méthodes protégées

Méthode Description
checkTimer ( ) : void
remainingTime ( ) : float
startTimer ( ) : void

Private Methods

Méthode Description
toggle ( ) : void
toggleAG ( KSPActionParam param ) : void
updateEditor ( ) : void

Method Details

GetInfo() public méthode

public GetInfo ( ) : string
Résultat string

OnLaunch() public méthode

public OnLaunch ( ) : void
Résultat void

OnPreLaunch() public méthode

public OnPreLaunch ( ) : void
Résultat void

OnStart() public méthode

public OnStart ( StartState state ) : void
state StartState
Résultat void

OnTimer() public méthode

public OnTimer ( ) : void
Résultat void

OnUpdate() public méthode

public OnUpdate ( ) : void
Résultat void

checkTimer() protected méthode

protected checkTimer ( ) : void
Résultat void

registerEffects() public méthode

public registerEffects ( ) : void
Résultat void

remainingTime() protected méthode

protected remainingTime ( ) : float
Résultat float

setEffect() public méthode

public setEffect ( bool state ) : void
state bool
Résultat void

startTimer() protected méthode

protected startTimer ( ) : void
Résultat void

Property Details

rnd protected_oe static_oe property

protected static System.Random rnd
Résultat System.Random