C# Class RoadNamer.RoadNamerLoading

Inheritance: LoadingExtensionBase
显示文件 Open project: PropaneDragon/RoadNamer

Public Methods

Method Description
OnCreated ( ILoading loading ) : void
OnLevelLoaded ( LoadMode mode ) : void
OnLevelUnloading ( ) : void
OnReleased ( ) : void

Private Methods

Method Description
LoadSprites ( ) : void

Loads all custom sprites

TabButton_eventClicked ( UIComponent component, UIMouseEventParameter eventParam ) : void

Method Details

OnCreated() public method

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

OnLevelLoaded() public method

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

OnLevelUnloading() public method

public OnLevelUnloading ( ) : void
return void

OnReleased() public method

public OnReleased ( ) : void
return void