C# Класс Engineer.Extensions.PartResourceExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetDefinition() публичный статический Метод

Gets the definition object for the resource.
public static GetDefinition ( this value ) : PartResourceDefinition
value this
Результат PartResourceDefinition

GetDensity() публичный статический Метод

Gets the density of the resource.
public static GetDensity ( this value ) : double
value this
Результат double

GetMass() публичный статический Метод

Gets the mass of the resource.
public static GetMass ( this value ) : double
value this
Результат double