C# 클래스 GravityTurn.StageStats

파일 보기 프로젝트 열기: johnfink8/GravityTurn 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
atmoStats GravityTurn.FuelFlowSimulation.Stats[]
dVLinearThrust bool
editorBody CelestialBody
liveSLT bool
vacStats GravityTurn.FuelFlowSimulation.Stats[]

보호된 프로퍼티들

프로퍼티 타입 설명
simulationRunning bool
stopwatch System.Diagnostics.Stopwatch
updateRequested bool

공개 메소드들

메소드 설명
OnFixedUpdate ( ) : void
OnModuleDisabled ( ) : void
OnModuleEnabled ( ) : void
RequestUpdate ( object controller ) : void
StageStats ( ) : System
TryStartSimulation ( ) : void

보호된 메소드들

메소드 설명
RunSimulation ( object o ) : void
StartSimulation ( ) : void

메소드 상세

OnFixedUpdate() 공개 메소드

public OnFixedUpdate ( ) : void
리턴 void

OnModuleDisabled() 공개 메소드

public OnModuleDisabled ( ) : void
리턴 void

OnModuleEnabled() 공개 메소드

public OnModuleEnabled ( ) : void
리턴 void

RequestUpdate() 공개 메소드

public RequestUpdate ( object controller ) : void
controller object
리턴 void

RunSimulation() 보호된 메소드

protected RunSimulation ( object o ) : void
o object
리턴 void

StageStats() 공개 메소드

public StageStats ( ) : System
리턴 System

StartSimulation() 보호된 메소드

protected StartSimulation ( ) : void
리턴 void

TryStartSimulation() 공개 메소드

public TryStartSimulation ( ) : void
리턴 void

프로퍼티 상세

atmoStats 공개적으로 프로퍼티

public FuelFlowSimulation.Stats[],GravityTurn atmoStats
리턴 GravityTurn.FuelFlowSimulation.Stats[]

dVLinearThrust 공개적으로 프로퍼티

public bool dVLinearThrust
리턴 bool

editorBody 공개적으로 프로퍼티

public CelestialBody editorBody
리턴 CelestialBody

liveSLT 공개적으로 프로퍼티

public bool liveSLT
리턴 bool

simulationRunning 보호되어 있는 프로퍼티

protected bool simulationRunning
리턴 bool

stopwatch 보호되어 있는 프로퍼티

protected System.Diagnostics.Stopwatch stopwatch
리턴 System.Diagnostics.Stopwatch

updateRequested 보호되어 있는 프로퍼티

protected bool updateRequested
리턴 bool

vacStats 공개적으로 프로퍼티

public FuelFlowSimulation.Stats[],GravityTurn vacStats
리턴 GravityTurn.FuelFlowSimulation.Stats[]