C# 클래스 RealFuels.ModuleEnginesRF

상속: SolverEngines.ModuleEnginesSolver
파일 보기 프로젝트 열기: NathanKell/ModularFuelSystem

공개 프로퍼티들

프로퍼티 타입 설명
ullageSet Ullage.UllageSet

보호된 프로퍼티들

프로퍼티 타입 설명
curveProp int
ignited bool
instantThrottle bool
minThrottle float
reignitable bool
rfSolver SolverRF
scale double
scaleRecip double
showPropStatus bool
throttledUp bool
ullageOK bool

공개 메소드들

메소드 설명
Activate ( ) : void
CreateEngine ( ) : void
FixedUpdate ( ) : void
GetInfo ( ) : string
GetModuleTitle ( ) : string
GetPrimaryField ( ) : string
GetUllageIgnition ( ) : string
OnAwake ( ) : void
OnLoad ( ConfigNode node ) : void
OnSave ( ConfigNode node ) : void
OnStart ( PartModule state ) : void
SetScale ( double newScale ) : void
Shutdown ( ) : void
Start ( ) : void
UpdateSolver ( SolverEngines.EngineThermodynamics ambientTherm, double altitude, UnityEngine.Vector3d vel, double mach, bool sIgnited, bool oxygen, bool underwater ) : void
UpdateThrottle ( ) : void

보호된 메소드들

메소드 설명
GetThrustInfo ( ) : string
IgnitionUpdate ( ) : void
ThrottleString ( ) : string

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

CreateEngine() 공개 메소드

public CreateEngine ( ) : void
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

GetInfo() 공개 메소드

public GetInfo ( ) : string
리턴 string

GetModuleTitle() 공개 메소드

public GetModuleTitle ( ) : string
리턴 string

GetPrimaryField() 공개 메소드

public GetPrimaryField ( ) : string
리턴 string

GetThrustInfo() 보호된 메소드

protected GetThrustInfo ( ) : string
리턴 string

GetUllageIgnition() 공개 메소드

public GetUllageIgnition ( ) : string
리턴 string

IgnitionUpdate() 보호된 메소드

protected IgnitionUpdate ( ) : void
리턴 void

OnAwake() 공개 메소드

public OnAwake ( ) : void
리턴 void

OnLoad() 공개 메소드

public OnLoad ( ConfigNode node ) : void
node System.ConfigNode
리턴 void

OnSave() 공개 메소드

public OnSave ( ConfigNode node ) : void
node System.ConfigNode
리턴 void

OnStart() 공개 메소드

public OnStart ( PartModule state ) : void
state PartModule
리턴 void

SetScale() 공개 메소드

public SetScale ( double newScale ) : void
newScale double
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

ThrottleString() 보호된 메소드

protected ThrottleString ( ) : string
리턴 string

UpdateSolver() 공개 메소드

public UpdateSolver ( SolverEngines.EngineThermodynamics ambientTherm, double altitude, UnityEngine.Vector3d vel, double mach, bool sIgnited, bool oxygen, bool underwater ) : void
ambientTherm SolverEngines.EngineThermodynamics
altitude double
vel UnityEngine.Vector3d
mach double
sIgnited bool
oxygen bool
underwater bool
리턴 void

UpdateThrottle() 공개 메소드

public UpdateThrottle ( ) : void
리턴 void

프로퍼티 상세

curveProp 보호되어 있는 프로퍼티

protected int curveProp
리턴 int

ignited 보호되어 있는 프로퍼티

protected bool ignited
리턴 bool

instantThrottle 보호되어 있는 프로퍼티

protected bool instantThrottle
리턴 bool

minThrottle 보호되어 있는 프로퍼티

protected float minThrottle
리턴 float

reignitable 보호되어 있는 프로퍼티

protected bool reignitable
리턴 bool

rfSolver 보호되어 있는 프로퍼티

protected SolverRF,RealFuels rfSolver
리턴 SolverRF

scale 보호되어 있는 프로퍼티

protected double scale
리턴 double

scaleRecip 보호되어 있는 프로퍼티

protected double scaleRecip
리턴 double

showPropStatus 보호되어 있는 프로퍼티

protected bool showPropStatus
리턴 bool

throttledUp 보호되어 있는 프로퍼티

protected bool throttledUp
리턴 bool

ullageOK 보호되어 있는 프로퍼티

protected bool ullageOK
리턴 bool

ullageSet 공개적으로 프로퍼티

public Ullage.UllageSet ullageSet
리턴 Ullage.UllageSet