C# 클래스 MissionController.LandingGoal

A landing goal an a certain celestial body. Latitude and longitude range are optional
상속: MissionGoal
파일 보기 프로젝트 열기: pweingardt/KSPMissionController

공개 프로퍼티들

프로퍼티 타입 설명
body String
maxLatitude double
maxLongitude double
minLatitude double
minLongitude double
splashedValid bool

공개 메소드들

메소드 설명
getType ( ) : string

보호된 메소드들

메소드 설명
values ( Vessel vessel, GameEvent events ) : List

메소드 상세

getType() 공개 메소드

public getType ( ) : string
리턴 string

values() 보호된 메소드

protected values ( Vessel vessel, GameEvent events ) : List
vessel Vessel
events GameEvent
리턴 List

프로퍼티 상세

body 공개적으로 프로퍼티

public String body
리턴 String

maxLatitude 공개적으로 프로퍼티

public double maxLatitude
리턴 double

maxLongitude 공개적으로 프로퍼티

public double maxLongitude
리턴 double

minLatitude 공개적으로 프로퍼티

public double minLatitude
리턴 double

minLongitude 공개적으로 프로퍼티

public double minLongitude
리턴 double

splashedValid 공개적으로 프로퍼티

public bool splashedValid
리턴 bool