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.
MinimapCameraIndicator
MinimapCameraIndicator.UxmlSerializedData
MinimapScreen
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.
RegisterBasicUIConverters
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.
SimulationSpeedScreen
SimulationSpeedScreenButtonDataSource
SimulationSpeedScreenDataSource
Interfaces
IMinimapScreen
Interface for the minimap UI screen. When creating a new minimap screen, implement this interface to allow HexTerrains to interact with it.