C# Class SmokeScreen.KM_LaunchEffect_SmkS

Inheritance: PartModule
ファイルを表示 Open project: sarbian/SmokeScreen

Protected Properties

Property Type Description
rnd System.Random

Public Methods

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

Protected Methods

Method Description
checkTimer ( ) : void
remainingTime ( ) : float
startTimer ( ) : void

Private Methods

Method Description
toggle ( ) : void
toggleAG ( KSPActionParam param ) : void
updateEditor ( ) : void

Method Details

GetInfo() public method

public GetInfo ( ) : string
return string

OnLaunch() public method

public OnLaunch ( ) : void
return void

OnPreLaunch() public method

public OnPreLaunch ( ) : void
return void

OnStart() public method

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

OnTimer() public method

public OnTimer ( ) : void
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void

checkTimer() protected method

protected checkTimer ( ) : void
return void

registerEffects() public method

public registerEffects ( ) : void
return void

remainingTime() protected method

protected remainingTime ( ) : float
return float

setEffect() public method

public setEffect ( bool state ) : void
state bool
return void

startTimer() protected method

protected startTimer ( ) : void
return void

Property Details

rnd protected_oe static_oe property

protected static System.Random rnd
return System.Random