프로퍼티 | 타입 | 설명 | |
---|---|---|---|
baseCostConst | float | ||
baseCostOverride | bool | ||
baseCostPV | float | ||
basemassConst | float | ||
basemassOverride | bool | ||
basemassPV | float | ||
massDelta | float | ||
outerInsulationFactor | double | ||
totalVolume | double | ||
typesAvailable | string[] | ||
volume | double |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
tankArea | float |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CalculateTankLossFunction | IEnumerator | ||
ConfigureFor | void | ||
Empty | void | ||
GetEnginePropellants | List |
||
HideUI | void | ||
IgnoreFuel | bool | ||
InitializeTankType | void | ||
InitializeUtilization | void | ||
MarkWindowDirty | void | ||
OnPartActionGuiDismiss | void | ||
OnPartVolumeChanged | void | ||
OnStartRF | void | ||
ParseBaseCost | void | ||
ParseBaseCost | void | ||
ParseBaseMass | void | ||
ParseBaseMass | void | ||
ParseInsulationFactor | void | ||
ParseInsulationFactor | void | ||
ShowUI | void | ||
UpdateEngineIgnitor | void | ||
UpdateFuelInfo | void | ||
UpdateTankType | void | ||
UpdateTankTypeRF | void | ||
UpdateTestFlight | void | ||
UpdateTweakableMenu | void | ||
UpdateUtilization | void | ||
WaitAndUpdate | IEnumerator | ||
WaitAndUpdateUsedBy | IEnumerator | ||
onEditorShipModified | void | ||
onPartAttach | void | ||
onPartRemove | void |
메소드 | 설명 | |
---|---|---|
AnalyticInfo ( FlightIntegrator fi, double sunAndBodyIn, double backgroundRadiation, double radArea, double internalFlux, double convCoeff, double ambientTemp, double maxPartTemp, double x ) : void | ||
CalculateMass ( ) : void | ||
CalculateTankArea ( float &totalTankArea ) : void | ||
ChangeTotalVolume ( double newTotalVolume, bool propagate = false ) : void | ||
ChangeVolume ( double newVolume ) : void | ||
ChangeVolumeRatio ( double ratio, bool propagate = false ) : void | ||
ConfigureFor ( Part engine ) : void | ||
FixedUpdate ( ) : void | ||
FormatMass ( float mass ) : string | ||
GetDrawModulePanelCallback ( ) : Callback |
||
GetInfo ( ) : string | ||
GetInternalTemperature ( bool &lerp ) : double | ||
GetModuleCost ( float defaultCost, ModifierStagingSituation sit ) : float | ||
GetModuleCostChangeWhen ( ) : ModifierChangeWhen | ||
GetModuleMass ( float defaultMass, ModifierStagingSituation sit ) : float | ||
GetModuleMassChangeWhen ( ) : ModifierChangeWhen | ||
GetModuleTitle ( ) : string | ||
GetPrimaryField ( ) : string | ||
GetSkinTemperature ( bool &lerp ) : double | ||
InternalFluxAdjust ( ) : double | ||
OnActionGroupEditorClosed ( ) : void | ||
OnActionGroupEditorOpened ( ) : void | ||
OnAwake ( ) : void | ||
OnDestroy ( ) : void | ||
OnInactive ( ) : void | ||
OnLoad ( |
||
OnSave ( |
||
OnStart ( StartState state ) : void | ||
PartResourcesChanged ( ) : void | ||
RaiseResourceInitialChanged ( PartResource resource, double amount ) : void | ||
RaiseResourceListChanged ( ) : void | ||
RaiseResourceMaxChanged ( PartResource resource, double amount ) : void | ||
RecordManagedResources ( ) : void | ||
RecordTankTypeResources ( HashSet |
||
SetAnalyticTemperature ( FlightIntegrator fi, double analyticTemp, double toBeInternal, double toBeSkin ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
UpdateMenus ( bool visible ) : void | ||
UpdateUsedBy ( ) : void |
메소드 | 설명 | |
---|---|---|
ChangeResources ( double volumeRatio, bool propagate = false ) : void |
메소드 | 설명 | |
---|---|---|
CalculateTankLossFunction ( float deltaTime, bool analyticalMode = false ) : IEnumerator | ||
ConfigureFor ( RealFuels.Tanks.FuelInfo fi ) : void | ||
Empty ( ) : void | ||
GetEnginePropellants ( PartModule engine ) : List |
||
HideUI ( ) : void | ||
IgnoreFuel ( string name ) : bool | ||
InitializeTankType ( ) : void | ||
InitializeUtilization ( ) : void | ||
MarkWindowDirty ( ) : void | ||
OnPartActionGuiDismiss ( Part p ) : void | ||
OnPartVolumeChanged ( BaseEventData data ) : void | ||
OnStartRF ( StartState state ) : void | ||
ParseBaseCost ( |
||
ParseBaseCost ( string baseCost ) : void | ||
ParseBaseMass ( |
||
ParseBaseMass ( string baseMass ) : void | ||
ParseInsulationFactor ( |
||
ParseInsulationFactor ( string insulationFactor ) : void | ||
ShowUI ( ) : void | ||
UpdateEngineIgnitor ( |
||
UpdateFuelInfo ( RealFuels.Tanks.FuelInfo f, string title ) : void | ||
UpdateTankType ( bool initializeAmounts = true ) : void | ||
UpdateTankTypeRF ( |
||
UpdateTestFlight ( ) : void | ||
UpdateTweakableMenu ( ) : void | ||
UpdateUtilization ( ) : void | ||
WaitAndUpdate ( ShipConstruct ship ) : IEnumerator | ||
WaitAndUpdateUsedBy ( ) : IEnumerator | ||
onEditorShipModified ( ShipConstruct ship ) : void | ||
onPartAttach ( Part>.GameEvents |
||
onPartRemove ( Part>.GameEvents |
public AnalyticInfo ( FlightIntegrator fi, double sunAndBodyIn, double backgroundRadiation, double radArea, double internalFlux, double convCoeff, double ambientTemp, double maxPartTemp, double x ) : void | ||
fi | FlightIntegrator | |
sunAndBodyIn | double | |
backgroundRadiation | double | |
radArea | double | |
internalFlux | double | |
convCoeff | double | |
ambientTemp | double | |
maxPartTemp | double | |
x | double | |
리턴 | void |
public CalculateTankArea ( float &totalTankArea ) : void | ||
totalTankArea | float | |
리턴 | void |
protected ChangeResources ( double volumeRatio, bool propagate = false ) : void | ||
volumeRatio | double | |
propagate | bool | |
리턴 | void |
public ChangeTotalVolume ( double newTotalVolume, bool propagate = false ) : void | ||
newTotalVolume | double | |
propagate | bool | |
리턴 | void |
public ChangeVolumeRatio ( double ratio, bool propagate = false ) : void | ||
ratio | double | |
propagate | bool | |
리턴 | void |
public GetInternalTemperature ( bool &lerp ) : double | ||
lerp | bool | |
리턴 | double |
public GetModuleCost ( float defaultCost, ModifierStagingSituation sit ) : float | ||
defaultCost | float | |
sit | ModifierStagingSituation | |
리턴 | float |
public GetModuleCostChangeWhen ( ) : ModifierChangeWhen | ||
리턴 | ModifierChangeWhen |
public GetModuleMass ( float defaultMass, ModifierStagingSituation sit ) : float | ||
defaultMass | float | |
sit | ModifierStagingSituation | |
리턴 | float |
public GetModuleMassChangeWhen ( ) : ModifierChangeWhen | ||
리턴 | ModifierChangeWhen |
public RaiseResourceInitialChanged ( PartResource resource, double amount ) : void | ||
resource | PartResource | |
amount | double | |
리턴 | void |
public RaiseResourceMaxChanged ( PartResource resource, double amount ) : void | ||
resource | PartResource | |
amount | double | |
리턴 | void |
public RecordTankTypeResources ( HashSet |
||
resources | HashSet |
|
type | string | |
리턴 | void |
public SetAnalyticTemperature ( FlightIntegrator fi, double analyticTemp, double toBeInternal, double toBeSkin ) : void | ||
fi | FlightIntegrator | |
analyticTemp | double | |
toBeInternal | double | |
toBeSkin | double | |
리턴 | void |