Interface ICreateNewTerrainStateViewData
Assembly: fwt.hexterrains.dll
public interface ICreateNewTerrainStateViewData
Properties
Declaration
Action CancelCallback { get; set; }
Property Value
Declaration
Action<IHexTerrainPrefabConfig, HexTerrainSettings> CreateTerrainCallback { get; set; }
Property Value
Declaration
string Description { get; set; }
Property Value
Declaration
IHexTerrainPrefabConfig TerrainPrefab { get; set; }
Property Value
Declaration
IList<IHexTerrainPrefabConfig> TerrainPrefabs { get; set; }
Property Value
Declaration
HexTerrainSettings TerrainSettings { get; set; }
Property Value
Declaration
string Title { get; set; }
Property Value
Extension Methods