C# Class Transit.Framework.Modularity.ModuleBase

Inheritance: IModule
Afficher le fichier Open project: Katalyst6/CSL.TransitAddonMod

Méthodes publiques

Méthode Description
OnCreated ( ILoading loading ) : void
OnDisabled ( ) : void
OnEnabled ( ) : void
OnInstallingAssets ( ) : void
OnInstallingContent ( ) : void
OnInstallingLocalization ( ) : void
OnLevelLoaded ( LoadMode mode ) : void
OnLevelUnloading ( ) : void
OnLoadSettings ( XmlElement moduleElement ) : void
OnReleased ( ) : void
OnSaveSettings ( XmlElement moduleElement ) : void
OnSettingsUI ( UIHelperBase helper ) : void

Méthodes protégées

Méthode Description
FireSaveSettingsNeeded ( ) : void

Method Details

FireSaveSettingsNeeded() protected méthode

protected FireSaveSettingsNeeded ( ) : void
Résultat void

OnCreated() public méthode

public OnCreated ( ILoading loading ) : void
loading ILoading
Résultat void

OnDisabled() public méthode

public OnDisabled ( ) : void
Résultat void

OnEnabled() public méthode

public OnEnabled ( ) : void
Résultat void

OnInstallingAssets() public méthode

public OnInstallingAssets ( ) : void
Résultat void

OnInstallingContent() public méthode

public OnInstallingContent ( ) : void
Résultat void

OnInstallingLocalization() public méthode

public OnInstallingLocalization ( ) : void
Résultat void

OnLevelLoaded() public méthode

public OnLevelLoaded ( LoadMode mode ) : void
mode LoadMode
Résultat void

OnLevelUnloading() public méthode

public OnLevelUnloading ( ) : void
Résultat void

OnLoadSettings() public méthode

public OnLoadSettings ( XmlElement moduleElement ) : void
moduleElement System.Xml.XmlElement
Résultat void

OnReleased() public méthode

public OnReleased ( ) : void
Résultat void

OnSaveSettings() public méthode

public OnSaveSettings ( XmlElement moduleElement ) : void
moduleElement System.Xml.XmlElement
Résultat void

OnSettingsUI() public méthode

public OnSettingsUI ( UIHelperBase helper ) : void
helper UIHelperBase
Résultat void