C# Class kOS.Utilities.PartUtilities

Afficher le fichier Open project: KSP-KOS/KOS

Méthodes publiques

Méthode Description
CalculateCurrentMass ( this part ) : float
GetDryMass ( this part ) : float
GetWetMass ( this part ) : float
HasPhysics ( this part ) : bool

Method Details

CalculateCurrentMass() public static méthode

public static CalculateCurrentMass ( this part ) : float
part this
Résultat float

GetDryMass() public static méthode

public static GetDryMass ( this part ) : float
part this
Résultat float

GetWetMass() public static méthode

public static GetWetMass ( this part ) : float
part this
Résultat float

HasPhysics() public static méthode

public static HasPhysics ( this part ) : bool
part this
Résultat bool