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
LaunchSite.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 Transform instance of the SpawnPoint Transform More...
 
void SetSpawnPointLatLonAlt ()
 
void Setup (LaunchSite host)
 Setup the SpawnPoint More...
 

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 SpawnPoint More...
 
string spawnTransformURL
 The URL of the SpawnPoint Transform More...
 

Member Function Documentation

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

Returns the SpawnPoint Latitude, Longitude and Altitude

Parameters
latitude
longitude
altitude
Transform LaunchSite.SpawnPoint.GetSpawnPointTransform ( )
inline

Returns the Transform instance of the SpawnPoint Transform

Returns
Tranform instance or Null if not found
void LaunchSite.SpawnPoint.SetSpawnPointLatLonAlt ( )
inline
void LaunchSite.SpawnPoint.Setup ( LaunchSite  host)
inline

Setup the SpawnPoint

Parameters
hostThe host LaunchSite Instance

Member Data Documentation

double LaunchSite.SpawnPoint.altitude

The altitude of the spawn point on the CelestialBody.

double LaunchSite.SpawnPoint.latitude

The latitude of the spawn point on the CelestialBody.

bool LaunchSite.SpawnPoint.latlonaltSet = false

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

double LaunchSite.SpawnPoint.longitude

The longitude of the spawn point on the CelestialBody.

string LaunchSite.SpawnPoint.name

The name of the SpawnPoint

string LaunchSite.SpawnPoint.spawnTransformURL

The URL of the SpawnPoint Transform


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