Table of Contents

Struct ResourceDefinition

Namespace
KSP.Sim.ResourceSystem
Assembly
Assembly-CSharp.dll
public struct ResourceDefinition
Inherited Members
Extension Methods

Fields

NonStageable

public bool 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

public bool ignoreForIsp

Field Value

bool

isTweakable

public bool isTweakable

Field Value

bool

isVisible

public bool isVisible

Field Value

bool

massPerUnit

public double massPerUnit

Field Value

double

name

public string 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