C# 클래스 Engineer.Extensions.PartResourceExtensions

파일 보기 프로젝트 열기: CYBUTEK/Engineer

공개 메소드들

메소드 설명
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