C# Class MissionController.LandingGoal

A landing goal an a certain celestial body. Latitude and longitude range are optional
Inheritance: MissionGoal
Show file 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 property

public String body
return String

maxLatitude public property

public double maxLatitude
return double

maxLongitude public property

public double maxLongitude
return double

minLatitude public property

public double minLatitude
return double

minLongitude public property

public double minLongitude
return double

splashedValid public property

public bool splashedValid
return bool