Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
KerbalTerrainSystem
Deformation
C# 클래스 KerbalTerrainSystem.Deformation
Class to store a Deformation
파일 보기
프로젝트 열기: ThomasKerman/Kerbal-Terrain-System
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
altitude
Double
body
CelestialBody
mass
Double
position
Vector3d
srfAngle
Double
surfaceSpeed
Double
vPos
Vector3d
공개 메소드들
메소드
설명
GetDiameter
( ) :
Double
Calculates the diameter of this deformation
메소드 상세
GetDiameter()
공개
메소드
Calculates the diameter of this deformation
public
GetDiameter
( ) :
Double
리턴
Double
프로퍼티 상세
altitude
공개적으로 프로퍼티
The altitude of the vessel
public
Double
altitude
리턴
Double
body
공개적으로 프로퍼티
The Planet where the part impacted
public
CelestialBody
body
리턴
CelestialBody
mass
공개적으로 프로퍼티
The mass of the part while impacting
public
Double
mass
리턴
Double
position
공개적으로 프로퍼티
The positon where the part impacted
public
Vector3d
position
리턴
Vector3d
srfAngle
공개적으로 프로퍼티
The angle relative to the surface
public
Double
srfAngle
리턴
Double
surfaceSpeed
공개적으로 프로퍼티
The speed of the part while impacting
public
Double
surfaceSpeed
리턴
Double
vPos
공개적으로 프로퍼티
The positon where the vessel impacted, in world space
public
Vector3d
vPos
리턴
Vector3d