Struct ResourceDefinition
- Namespace
- KSP.Sim.ResourceSystem
- Assembly
- Assembly-CSharp.dll
public struct ResourceDefinition
- Inherited Members
-
- Extension Methods
-
Fields
NonStageable
Field Value
- bool
abbreviationKey
public string abbreviationKey
Field Value
- string
costPerUnit
public double costPerUnit
Field Value
- double
displayNameKey
public string displayNameKey
Field Value
- string
flowMode
public ResourceFlowMode flowMode
Field Value
- ResourceFlowMode
ignoreForIsp
Field Value
- bool
isTweakable
Field Value
- bool
isVisible
Field Value
- bool
massPerUnit
public double massPerUnit
Field Value
- double
name
Field Value
- string
resourceIconAssetAddress
public string resourceIconAssetAddress
Field Value
- string
specificHeatCapacityPerUnit
public double specificHeatCapacityPerUnit
Field Value
- double
transferMode
public ResourceTransferMode transferMode
Field Value
- ResourceTransferMode
vfxFuelType
public string vfxFuelType
Field Value
- string
volumePerUnit
public double volumePerUnit
Field Value
- double