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

Classes

class  PQSGlobalPresetList
 
class  PQSPreset
 
class  PQSSpherePreset
 

Public Member Functions

void Awake ()
 
void CreateCache ()
 
void DestroyQuad (PQ quad)
 
PQ GetQuad ()
 
void IncreasePQCache (int addCount)
 
delegate void OnEvent ()
 
void Reset ()
 
void ResetCache ()
 

Static Public Member Functions

static void CreateDefaultPresetList ()
 
static void LoadPresetList (ConfigNode node)
 
static void SavePresetList (ConfigNode node)
 

Public Attributes

int cachePQAssignedCount
 [HideInInspector] More...
 
bool cachePQCoroutine
 
int cachePQIncreasePerFrame
 
int cachePQInitialCount
 
int cachePQTotalCount
 
Stack< PQcachePQUnassigned
 
int cachePQUnassignedCount
 
bool cacheReady
 
OnEvent onCacheReady
 

Static Public Attributes

static PQSCache Instance
 
static int lastCompatibleMajor = 1
 
static int lastCompatibleMinor = 4
 
static int lastCompatibleRev = 3
 
static PQSGlobalPresetList PresetList
 

Protected Member Functions

IEnumerator CoroutineCreatePQCache ()
 

Member Function Documentation

void PQSCache.Awake ( )
inline
IEnumerator PQSCache.CoroutineCreatePQCache ( )
inlineprotected
void PQSCache.CreateCache ( )
inline
static void PQSCache.CreateDefaultPresetList ( )
inlinestatic
void PQSCache.DestroyQuad ( PQ  quad)
inline
PQ PQSCache.GetQuad ( )
inline
void PQSCache.IncreasePQCache ( int  addCount)
inline
static void PQSCache.LoadPresetList ( ConfigNode  node)
inlinestatic
delegate void PQSCache.OnEvent ( )
void PQSCache.Reset ( )
inline
void PQSCache.ResetCache ( )
inline
static void PQSCache.SavePresetList ( ConfigNode  node)
inlinestatic

Member Data Documentation

int PQSCache.cachePQAssignedCount

[HideInInspector]

bool PQSCache.cachePQCoroutine
int PQSCache.cachePQIncreasePerFrame
int PQSCache.cachePQInitialCount
int PQSCache.cachePQTotalCount
Stack<PQ> PQSCache.cachePQUnassigned
int PQSCache.cachePQUnassignedCount
bool PQSCache.cacheReady
PQSCache PQSCache.Instance
static
int PQSCache.lastCompatibleMajor = 1
static
int PQSCache.lastCompatibleMinor = 4
static
int PQSCache.lastCompatibleRev = 3
static
OnEvent PQSCache.onCacheReady
PQSGlobalPresetList PQSCache.PresetList
static

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