C# Class CrewManifest.ManifestBehaviour

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: vXSovereignXv/CrewManifest Class Usage Examples

Méthodes publiques

Свойство Type Description
GameObjectInstance UnityEngine.GameObject
Settings SettingsManager

Méthodes publiques

Méthode Description
Awake ( ) : void
CrewCheck ( ) : void
OnDestroy ( ) : void
OnGUI ( ) : void
RunSave ( ) : void
Update ( ) : void

Private Methods

Méthode Description
CheckKerbalInconsistency ( ) : void
DrawButton ( ) : void
DrawDebugger ( int windowId ) : void
Executekerbals ( ) : void
Save ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

CrewCheck() public méthode

public CrewCheck ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

RunSave() public méthode

public RunSave ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

GameObjectInstance public_oe static_oe property

public static GameObject,UnityEngine GameObjectInstance
Résultat UnityEngine.GameObject

Settings public_oe static_oe property

public static SettingsManager,CrewManifest Settings
Résultat SettingsManager