C# Class kOS.Utilities.PartUtilities

Show file Open project: KSP-KOS/KOS

Public Methods

Method Description
CalculateCurrentMass ( this part ) : float
GetDryMass ( this part ) : float
GetWetMass ( this part ) : float
HasPhysics ( this part ) : bool

Method Details

CalculateCurrentMass() public static method

public static CalculateCurrentMass ( this part ) : float
part this
return float

GetDryMass() public static method

public static GetDryMass ( this part ) : float
part this
return float

GetWetMass() public static method

public static GetWetMass ( this part ) : float
part this
return float

HasPhysics() public static method

public static HasPhysics ( this part ) : bool
part this
return bool