Namespace Fwt.HexTerrains.UI
Classes
CreateNewTerrainScreenBase<TViewData>
Base class for UI screens that show user a dialog with options to create a new terrain.
LoadFileScreenBase
Base class for UI Screens that allows user to choose a file to load a saved terrain from.
MinimapScreenBase
Base class for the minimap UI screen. Inherit from this class to create a new minimap screen (optional). In reality you have to implement IMinimapScreen interface to allow HexTerrains to interact with your screen.
ResizeTerrainScreenBase
Base class for the resize terrain screen. Inherit this class to create a custom resize terrain screen.
SaveFileScreenBase
Base class for UI Screen that allows user to choose a save file.
Structs
MinimapScreenBase.ViewModeSettings
Configuration of the view mode. Tells which Color Textures to show in the minimap.
Interfaces
IMinimapScreen
Interface for the minimap UI screen. When creating a new minimap screen, implement this interface to allow HexTerrains to interact with it.