C# Class MissionController.LandingGoal

A landing goal an a certain celestial body. Latitude and longitude range are optional
Inheritance: MissionGoal
Afficher le fichier Open project: pweingardt/KSPMissionController

Méthodes publiques

Свойство Type Description
body String
maxLatitude double
maxLongitude double
minLatitude double
minLongitude double
splashedValid bool

Méthodes publiques

Méthode Description
getType ( ) : string

Méthodes protégées

Méthode Description
values ( Vessel vessel, GameEvent events ) : List

Method Details

getType() public méthode

public getType ( ) : string
Résultat string

values() protected méthode

protected values ( Vessel vessel, GameEvent events ) : List
vessel Vessel
events GameEvent
Résultat List

Property Details

body public_oe property

public String body
Résultat String

maxLatitude public_oe property

public double maxLatitude
Résultat double

maxLongitude public_oe property

public double maxLongitude
Résultat double

minLatitude public_oe property

public double minLatitude
Résultat double

minLongitude public_oe property

public double minLongitude
Résultat double

splashedValid public_oe property

public bool splashedValid
Résultat bool