C# Class Transit.Addon.PathFinding.PathfindingModule

Afficher le fichier Open project: Katalyst6/CSL.TransitAddonMod

Méthodes publiques

Méthode Description
OnLevelLoaded ( LoadMode mode ) : void
OnLoadSettings ( XmlElement moduleElement ) : void
OnReleased ( ) : void
OnSaveSettings ( XmlElement moduleElement ) : void
OnSettingsUI ( UIHelperBase helper ) : void

Method Details

OnLevelLoaded() public méthode

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

OnLoadSettings() public méthode

public OnLoadSettings ( XmlElement moduleElement ) : void
moduleElement XmlElement
Résultat void

OnReleased() public méthode

public OnReleased ( ) : void
Résultat void

OnSaveSettings() public méthode

public OnSaveSettings ( XmlElement moduleElement ) : void
moduleElement XmlElement
Résultat void

OnSettingsUI() public méthode

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