Kerbal Space Program
1.12.4
|
Contains the Ground Location Parameters for a vessel in a mission More...
Public Types | |
enum | GizmoIcon { GizmoIcon.Rocket, GizmoIcon.AirCraft, GizmoIcon.Asteroid, GizmoIcon.Kerbal, GizmoIcon.LaunchSite, GizmoIcon.Flag, GizmoIcon.Comet } |
Public Member Functions | |
override bool | Equals (object obj) |
string | GetExtraText () |
Get extra text to be appended at the end of the node label caption. More... | |
override int | GetHashCode () |
string | GetNodeBodyParameterString () |
Returns the string to be displayed when the parameter is displayed in the node body More... | |
Waypoint | GetWaypoint () |
Get the waypoint marker to show the location. More... | |
Vector3 | GetWorldPosition () |
Get location where the marker for the node should be displayed in world. More... | |
bool | HasNodeLabel () |
Should we create a node label for this object or not? More... | |
bool | HasWaypoint () |
Should we create a waypoint for this object or not? More... | |
void | Load (ConfigNode node) |
delegate void | OnGizmoIconChangeDelegate (GizmoIcon gizmoIcon) |
void | Save (ConfigNode node) |
List< MEGUIDropDownItem > | SetCelestialBodies () |
VesselGroundLocation () | |
VesselGroundLocation (MENode node, GizmoIcon icon) | |
Public Attributes | |
double | altitude |
altitude of the vessel More... | |
GizmoIcon | gizmoIcon =GizmoIcon.Flag |
The type of surface gizmo that will be instantiated on the GAP More... | |
double | latitude |
latitude of the vessel More... | |
double | longitude |
longitude of the vessel More... | |
OnGizmoIconChangeDelegate | OnGizmoIconChange |
MissionQuaternion | rotation |
the rotation of the vessel (relative to the terrain for landed vessels) More... | |
bool | splashed |
Specifies if a vessel will be set to splashed if placed landed over water. More... | |
CelestialBody | targetBody |
The Target CelestialBody for the vessel. Would be the one it is landed on, or in Orbit of. More... | |
Properties | |
GizmoIcon | GAPGizmoIcon [get, set] |
Contains the Ground Location Parameters for a vessel in a mission
|
inline |
|
inline |
|
inline |
|
inline |
Get extra text to be appended at the end of the node label caption.
|
inline |
|
inline |
Returns the string to be displayed when the parameter is displayed in the node body
|
inline |
Get the waypoint marker to show the location.
|
inline |
Get location where the marker for the node should be displayed in world.
|
inline |
Should we create a node label for this object or not?
|
inline |
Should we create a waypoint for this object or not?
|
inline |
Implements IConfigNode.
delegate void Expansions.Missions.VesselGroundLocation.OnGizmoIconChangeDelegate | ( | GizmoIcon | gizmoIcon | ) |
|
inline |
Implements IConfigNode.
|
inline |
double Expansions.Missions.VesselGroundLocation.altitude |
altitude of the vessel
GizmoIcon Expansions.Missions.VesselGroundLocation.gizmoIcon =GizmoIcon.Flag |
The type of surface gizmo that will be instantiated on the GAP
double Expansions.Missions.VesselGroundLocation.latitude |
latitude of the vessel
double Expansions.Missions.VesselGroundLocation.longitude |
longitude of the vessel
OnGizmoIconChangeDelegate Expansions.Missions.VesselGroundLocation.OnGizmoIconChange |
MissionQuaternion Expansions.Missions.VesselGroundLocation.rotation |
the rotation of the vessel (relative to the terrain for landed vessels)
bool Expansions.Missions.VesselGroundLocation.splashed |
Specifies if a vessel will be set to splashed if placed landed over water.
CelestialBody Expansions.Missions.VesselGroundLocation.targetBody |
The Target CelestialBody for the vessel. Would be the one it is landed on, or in Orbit of.
|
getset |