C# Class Engineer.Extensions.PartResourceExtensions

Afficher le fichier Open project: CYBUTEK/Engineer

Méthodes publiques

Méthode Description
GetDefinition ( this value ) : PartResourceDefinition

Gets the definition object for the resource.

GetDensity ( this value ) : double

Gets the density of the resource.

GetMass ( this value ) : double

Gets the mass of the resource.

Method Details

GetDefinition() public static méthode

Gets the definition object for the resource.
public static GetDefinition ( this value ) : PartResourceDefinition
value this
Résultat PartResourceDefinition

GetDensity() public static méthode

Gets the density of the resource.
public static GetDensity ( this value ) : double
value this
Résultat double

GetMass() public static méthode

Gets the mass of the resource.
public static GetMass ( this value ) : double
value this
Résultat double