Table of Contents

Class ResourceDefinitionData.ResourceProperties

Namespace
KSP.Sim.ResourceSystem
Assembly
Assembly-CSharp.dll
public class ResourceDefinitionData.ResourceProperties
Inheritance
ResourceDefinitionData.ResourceProperties
Inherited Members
Extension Methods

Constructors

ResourceProperties(ResourceDefinition)

public ResourceProperties(ResourceDefinition resourceDefinition)

Parameters

resourceDefinition ResourceDefinition

Fields

NonStageable

public bool NonStageable

Field Value

bool

costPerUnit

public readonly double costPerUnit

Field Value

double

flowMode

public readonly ResourceFlowMode flowMode

Field Value

ResourceFlowMode

ignoreForIsp

public readonly bool ignoreForIsp

Field Value

bool

isTweakable

public readonly bool isTweakable

Field Value

bool

isVisible

public readonly bool isVisible

Field Value

bool

massPerUnit

public readonly double massPerUnit

Field Value

double

massPerVolume

public readonly double massPerVolume

Field Value

double

specificHeatCapacityPerUnit

public readonly double specificHeatCapacityPerUnit

Field Value

double

transferMode

public readonly ResourceTransferMode transferMode

Field Value

ResourceTransferMode

volumePerUnit

public readonly double volumePerUnit

Field Value

double