Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Static Public Member Functions | Public Attributes | Properties | List of all members
SurfaceObject Class Reference
Inheritance diagram for SurfaceObject:

Public Member Functions

void PopToSceneRoot ()
 
void ReturnToParent ()
 
void Terminate ()
 

Static Public Member Functions

static SurfaceObject Create (GameObject host, CelestialBody body, int initDelay, KFSMUpdateMode updateMode)
 
static SurfaceObject Create (GameObject host, CelestialBody body, double latitude, double longitude, double altitude, int initDelay, KFSMUpdateMode updateMode)
 
static SurfaceObject Create (GameObject host, CelestialBody body, double latitude, double longitude, double altitude, bool grabCoordsAtStart, bool popToSceneRootAtStart, int initDelay, KFSMUpdateMode updateMode)
 

Public Attributes

double altitude
 
bool GrabCoordsAtStart
 
int initDelay
 
double latitude
 
double longitude
 
bool PopToSceneRootAtStart
 
KFSMUpdateMode updateMode
 

Properties

bool IsPopped [get]
 

Member Function Documentation

static SurfaceObject SurfaceObject.Create ( GameObject  host,
CelestialBody  body,
int  initDelay,
KFSMUpdateMode  updateMode 
)
inlinestatic
static SurfaceObject SurfaceObject.Create ( GameObject  host,
CelestialBody  body,
double  latitude,
double  longitude,
double  altitude,
int  initDelay,
KFSMUpdateMode  updateMode 
)
inlinestatic
static SurfaceObject SurfaceObject.Create ( GameObject  host,
CelestialBody  body,
double  latitude,
double  longitude,
double  altitude,
bool  grabCoordsAtStart,
bool  popToSceneRootAtStart,
int  initDelay,
KFSMUpdateMode  updateMode 
)
inlinestatic
void SurfaceObject.PopToSceneRoot ( )
inline
void SurfaceObject.ReturnToParent ( )
inline
void SurfaceObject.Terminate ( )
inline

Member Data Documentation

double SurfaceObject.altitude
bool SurfaceObject.GrabCoordsAtStart
int SurfaceObject.initDelay
double SurfaceObject.latitude
double SurfaceObject.longitude
bool SurfaceObject.PopToSceneRootAtStart
KFSMUpdateMode SurfaceObject.updateMode

Property Documentation

bool SurfaceObject.IsPopped
get

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