C# Class Engineer.Extensions.PartResourceExtensions

Mostrar archivo Open project: CYBUTEK/Engineer

Public Methods

Method 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 method

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

GetDensity() public static method

Gets the density of the resource.
public static GetDensity ( this value ) : double
value this
return double

GetMass() public static method

Gets the mass of the resource.
public static GetMass ( this value ) : double
value this
return double