C# 클래스 MissionController.OrbitGoal

A mission goal to reach a certain orbit
상속: MissionGoal
파일 보기 프로젝트 열기: pweingardt/KSPMissionController

공개 프로퍼티들

프로퍼티 타입 설명
body String
eccentricity double
eccentricityPrecision double
maxAltitude double
maxApA double
maxEccentricity double
maxGForce double
maxInclination double
maxLan double
maxLatitude double
maxLongitude double
maxOrbitalPeriod double
maxPeA double
maxSpeedOverGround double
maxVerticalSpeed double
minAltitude double
minApA double
minEccentricity double
minGForce double
minInclination double
minLan double
minLatitude double
minLongitude double
minOrbitalPeriod double
minPeA double
minSpeedOverGround double
minVerticalSpeed double

공개 메소드들

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

eccentricity 공개적으로 프로퍼티

public double eccentricity
리턴 double

eccentricityPrecision 공개적으로 프로퍼티

public double eccentricityPrecision
리턴 double

maxAltitude 공개적으로 프로퍼티

public double maxAltitude
리턴 double

maxApA 공개적으로 프로퍼티

public double maxApA
리턴 double

maxEccentricity 공개적으로 프로퍼티

public double maxEccentricity
리턴 double

maxGForce 공개적으로 프로퍼티

public double maxGForce
리턴 double

maxInclination 공개적으로 프로퍼티

public double maxInclination
리턴 double

maxLan 공개적으로 프로퍼티

public double maxLan
리턴 double

maxLatitude 공개적으로 프로퍼티

public double maxLatitude
리턴 double

maxLongitude 공개적으로 프로퍼티

public double maxLongitude
리턴 double

maxOrbitalPeriod 공개적으로 프로퍼티

public double maxOrbitalPeriod
리턴 double

maxPeA 공개적으로 프로퍼티

public double maxPeA
리턴 double

maxSpeedOverGround 공개적으로 프로퍼티

public double maxSpeedOverGround
리턴 double

maxVerticalSpeed 공개적으로 프로퍼티

public double maxVerticalSpeed
리턴 double

minAltitude 공개적으로 프로퍼티

public double minAltitude
리턴 double

minApA 공개적으로 프로퍼티

public double minApA
리턴 double

minEccentricity 공개적으로 프로퍼티

public double minEccentricity
리턴 double

minGForce 공개적으로 프로퍼티

public double minGForce
리턴 double

minInclination 공개적으로 프로퍼티

public double minInclination
리턴 double

minLan 공개적으로 프로퍼티

public double minLan
리턴 double

minLatitude 공개적으로 프로퍼티

public double minLatitude
리턴 double

minLongitude 공개적으로 프로퍼티

public double minLongitude
리턴 double

minOrbitalPeriod 공개적으로 프로퍼티

public double minOrbitalPeriod
리턴 double

minPeA 공개적으로 프로퍼티

public double minPeA
리턴 double

minSpeedOverGround 공개적으로 프로퍼티

public double minSpeedOverGround
리턴 double

minVerticalSpeed 공개적으로 프로퍼티

public double minVerticalSpeed
리턴 double