C# Class Transit.Framework.Modularity.ModuleBase

Inheritance: IModule
Exibir arquivo Open project: Katalyst6/CSL.TransitAddonMod

Public Methods

Method 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

Protected Methods

Method Description
FireSaveSettingsNeeded ( ) : void

Method Details

FireSaveSettingsNeeded() protected method

protected FireSaveSettingsNeeded ( ) : void
return void

OnCreated() public method

public OnCreated ( ILoading loading ) : void
loading ILoading
return void

OnDisabled() public method

public OnDisabled ( ) : void
return void

OnEnabled() public method

public OnEnabled ( ) : void
return void

OnInstallingAssets() public method

public OnInstallingAssets ( ) : void
return void

OnInstallingContent() public method

public OnInstallingContent ( ) : void
return void

OnInstallingLocalization() public method

public OnInstallingLocalization ( ) : void
return void

OnLevelLoaded() public method

public OnLevelLoaded ( LoadMode mode ) : void
mode LoadMode
return void

OnLevelUnloading() public method

public OnLevelUnloading ( ) : void
return void

OnLoadSettings() public method

public OnLoadSettings ( XmlElement moduleElement ) : void
moduleElement System.Xml.XmlElement
return void

OnReleased() public method

public OnReleased ( ) : void
return void

OnSaveSettings() public method

public OnSaveSettings ( XmlElement moduleElement ) : void
moduleElement System.Xml.XmlElement
return void

OnSettingsUI() public method

public OnSettingsUI ( UIHelperBase helper ) : void
helper UIHelperBase
return void