C# Class GravityTurn.StageStats

Show file Open project: johnfink8/GravityTurn Class Usage Examples

Public Properties

Property Type Description
atmoStats GravityTurn.FuelFlowSimulation.Stats[]
dVLinearThrust bool
editorBody CelestialBody
liveSLT bool
vacStats GravityTurn.FuelFlowSimulation.Stats[]

Protected Properties

Property Type Description
simulationRunning bool
stopwatch System.Diagnostics.Stopwatch
updateRequested bool

Public Methods

Method Description
OnFixedUpdate ( ) : void
OnModuleDisabled ( ) : void
OnModuleEnabled ( ) : void
RequestUpdate ( object controller ) : void
StageStats ( ) : System
TryStartSimulation ( ) : void

Protected Methods

Method Description
RunSimulation ( object o ) : void
StartSimulation ( ) : void

Method Details

OnFixedUpdate() public method

public OnFixedUpdate ( ) : void
return void

OnModuleDisabled() public method

public OnModuleDisabled ( ) : void
return void

OnModuleEnabled() public method

public OnModuleEnabled ( ) : void
return void

RequestUpdate() public method

public RequestUpdate ( object controller ) : void
controller object
return void

RunSimulation() protected method

protected RunSimulation ( object o ) : void
o object
return void

StageStats() public method

public StageStats ( ) : System
return System

StartSimulation() protected method

protected StartSimulation ( ) : void
return void

TryStartSimulation() public method

public TryStartSimulation ( ) : void
return void

Property Details

atmoStats public property

public FuelFlowSimulation.Stats[],GravityTurn atmoStats
return GravityTurn.FuelFlowSimulation.Stats[]

dVLinearThrust public property

public bool dVLinearThrust
return bool

editorBody public property

public CelestialBody editorBody
return CelestialBody

liveSLT public property

public bool liveSLT
return bool

simulationRunning protected property

protected bool simulationRunning
return bool

stopwatch protected property

protected System.Diagnostics.Stopwatch stopwatch
return System.Diagnostics.Stopwatch

updateRequested protected property

protected bool updateRequested
return bool

vacStats public property

public FuelFlowSimulation.Stats[],GravityTurn vacStats
return GravityTurn.FuelFlowSimulation.Stats[]