C# 클래스 KLF.KLFVesselInfo

파일 보기 프로젝트 열기: SodiumEyes/KerbalLiveFeed 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bodyName String
detail KLFVesselDetail
situation Situation
state State
timeScale float

공개 메소드들

메소드 설명
KLFVesselInfo ( ) : System

메소드 상세

KLFVesselInfo() 공개 메소드

public KLFVesselInfo ( ) : System
리턴 System

프로퍼티 상세

bodyName 공개적으로 프로퍼티

The name of the body the vessel is orbiting
public String bodyName
리턴 String

detail 공개적으로 프로퍼티

public KLFVesselDetail,KLF detail
리턴 KLFVesselDetail

situation 공개적으로 프로퍼티

The vessel's KSP Vessel situation
public Situation situation
리턴 Situation

state 공개적으로 프로퍼티

The vessel's KSP vessel state
public State state
리턴 State

timeScale 공개적으로 프로퍼티

The timescale at which the vessel is warping
public float timeScale
리턴 float