C# 클래스 kOS.Utilities.PartUtilities

파일 보기 프로젝트 열기: KSP-KOS/KOS

공개 메소드들

메소드 설명
CalculateCurrentMass ( this part ) : float
GetDryMass ( this part ) : float
GetWetMass ( this part ) : float
HasPhysics ( this part ) : bool

메소드 상세

CalculateCurrentMass() 공개 정적인 메소드

public static CalculateCurrentMass ( this part ) : float
part this
리턴 float

GetDryMass() 공개 정적인 메소드

public static GetDryMass ( this part ) : float
part this
리턴 float

GetWetMass() 공개 정적인 메소드

public static GetWetMass ( this part ) : float
part this
리턴 float

HasPhysics() 공개 정적인 메소드

public static HasPhysics ( this part ) : bool
part this
리턴 bool