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
PSystem Class Reference

Use a PSystem prefab to define a solar system setup starting with the root body (sun usually). The PSystemManager requires a reference to the PSystem prefab in order to set up the system. More...

Inheritance diagram for PSystem:

Public Member Functions

PSystemBody AddBody (PSystemBody parent)
 
void LoadDatabase ()
 
void Reset ()
 
void SaveDatabase ()
 

Public Attributes

int mainToolbarSelected = 0
 
PSystemBody rootBody
 The root body definition for this solar system More...
 
string systemName
 Name for this solar system More...
 
double systemScale
 
double systemTimeScale
 

Detailed Description

Use a PSystem prefab to define a solar system setup starting with the root body (sun usually). The PSystemManager requires a reference to the PSystem prefab in order to set up the system.

Member Function Documentation

PSystemBody PSystem.AddBody ( PSystemBody  parent)
inline
void PSystem.LoadDatabase ( )
inline
void PSystem.Reset ( )
inline
void PSystem.SaveDatabase ( )
inline

Member Data Documentation

int PSystem.mainToolbarSelected = 0
PSystemBody PSystem.rootBody

The root body definition for this solar system

string PSystem.systemName

Name for this solar system

double PSystem.systemScale
double PSystem.systemTimeScale

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