Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
PSystemSetup.SpaceCenterFacility.SpawnPoint Class Reference

Public Member Functions

void GetSpawnPointLatLonAlt (out double latitude, out double longitude, out double altitude)
 Returns the SpawnPoint Latitude, Longitude and Altitude More...
 
Transform GetSpawnPointTransform ()
 Returns the SpawnPoint Transform More...
 
void SetSpawnPointLatLonAlt ()
 
void Setup (SpaceCenterFacility host)
 

Public Attributes

double altitude
 The altitude of the spawn point on the CelestialBody. More...
 
double latitude
 The latitude of the spawn point on the CelestialBody. More...
 
bool latlonaltSet = false
 Set to true when the latitude, longitude and altitude have been set. More...
 
double longitude
 The longitude of the spawn point on the CelestialBody. More...
 
string name
 The name of the spawn point. More...
 
string spawnTransformURL
 The spawn point transform URL More...
 

Member Function Documentation

void PSystemSetup.SpaceCenterFacility.SpawnPoint.GetSpawnPointLatLonAlt ( out double  latitude,
out double  longitude,
out double  altitude 
)
inline

Returns the SpawnPoint Latitude, Longitude and Altitude

Parameters
latitude
longitude
altitude
Transform PSystemSetup.SpaceCenterFacility.SpawnPoint.GetSpawnPointTransform ( )
inline

Returns the SpawnPoint Transform

Returns
void PSystemSetup.SpaceCenterFacility.SpawnPoint.SetSpawnPointLatLonAlt ( )
inline
void PSystemSetup.SpaceCenterFacility.SpawnPoint.Setup ( SpaceCenterFacility  host)
inline

Member Data Documentation

double PSystemSetup.SpaceCenterFacility.SpawnPoint.altitude

The altitude of the spawn point on the CelestialBody.

double PSystemSetup.SpaceCenterFacility.SpawnPoint.latitude

The latitude of the spawn point on the CelestialBody.

bool PSystemSetup.SpaceCenterFacility.SpawnPoint.latlonaltSet = false

Set to true when the latitude, longitude and altitude have been set.

double PSystemSetup.SpaceCenterFacility.SpawnPoint.longitude

The longitude of the spawn point on the CelestialBody.

string PSystemSetup.SpaceCenterFacility.SpawnPoint.name

The name of the spawn point.

string PSystemSetup.SpaceCenterFacility.SpawnPoint.spawnTransformURL

The spawn point transform URL


The documentation for this class was generated from the following file: