C# Class SSTUTools.HeatShieldType

显示文件 Open project: shadowmage45/SSTULabs Class Usage Examples

Public Properties

Property Type Description
ablationMult float
heatCurve FloatCurve
massMult float
name String
resourceMult float
tech String

Public Methods

Method Description
HeatShieldType ( ConfigNode node ) : System

Method Details

HeatShieldType() public method

public HeatShieldType ( ConfigNode node ) : System
node System.ConfigNode
return System

Property Details

ablationMult public_oe property

public float ablationMult
return float

heatCurve public_oe property

public FloatCurve heatCurve
return FloatCurve

massMult public_oe property

public float massMult
return float

name public_oe property

public String name
return String

resourceMult public_oe property

public float resourceMult
return float

tech public_oe property

public String tech
return String