C# Class MissionController.LandingGoal

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

Public Properties

Property Type Description
body String
maxLatitude double
maxLongitude double
minLatitude double
minLongitude double
splashedValid bool

Public Methods

Method Description
getType ( ) : string

Protected Methods

Method Description
values ( Vessel vessel, GameEvent events ) : List

Method Details

getType() public method

public getType ( ) : string
return string

values() protected method

protected values ( Vessel vessel, GameEvent events ) : List
vessel Vessel
events GameEvent
return List

Property Details

body public_oe property

public String body
return String

maxLatitude public_oe property

public double maxLatitude
return double

maxLongitude public_oe property

public double maxLongitude
return double

minLatitude public_oe property

public double minLatitude
return double

minLongitude public_oe property

public double minLongitude
return double

splashedValid public_oe property

public bool splashedValid
return bool