C# Class RoadNamer.RoadNamerLoading

Inheritance: LoadingExtensionBase
Afficher le fichier Open project: PropaneDragon/RoadNamer

Méthodes publiques

Méthode Description
OnCreated ( ILoading loading ) : void
OnLevelLoaded ( LoadMode mode ) : void
OnLevelUnloading ( ) : void
OnReleased ( ) : void

Private Methods

Méthode Description
LoadSprites ( ) : void

Loads all custom sprites

TabButton_eventClicked ( UIComponent component, UIMouseEventParameter eventParam ) : void

Method Details

OnCreated() public méthode

public OnCreated ( ILoading loading ) : void
loading ILoading
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

OnReleased() public méthode

public OnReleased ( ) : void
Résultat void