C# Class CrewManifest.ManifestBehaviour

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: vXSovereignXv/CrewManifest Class Usage Examples

Public Properties

Property Type Description
GameObjectInstance UnityEngine.GameObject
Settings SettingsManager

Public Methods

Method Description
Awake ( ) : void
CrewCheck ( ) : void
OnDestroy ( ) : void
OnGUI ( ) : void
RunSave ( ) : void
Update ( ) : void

Private Methods

Method Description
CheckKerbalInconsistency ( ) : void
DrawButton ( ) : void
DrawDebugger ( int windowId ) : void
Executekerbals ( ) : void
Save ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

CrewCheck() public method

public CrewCheck ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

RunSave() public method

public RunSave ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

GameObjectInstance public_oe static_oe property

public static GameObject,UnityEngine GameObjectInstance
return UnityEngine.GameObject

Settings public_oe static_oe property

public static SettingsManager,CrewManifest Settings
return SettingsManager