Interface ISetValuesUserToolStateConfig<TCellValue>
Assembly: fwt.hexterrains.dll
public interface ISetValuesUserToolStateConfig<TCellValue> : ISetValuesUserToolStateConfig, IHexTerrainLayerGroupBrushUserToolStateConfig, IHexTerrainBrushUserToolStateConfig, IHexTerrainUserToolStateConfig, IUserToolStateConfig
Type Parameters
| Name |
Description |
| TCellValue |
|
Properties
If true, the cell value will be clamped between MinCellValue and MaxCellValue
Declaration
bool IsClampCellValue { get; set; }
Property Value
Maximum cell value when clamping is enabled
Declaration
TCellValue MaxCellValue { get; set; }
Property Value
| Type |
Description |
| TCellValue |
|
Minimum cell value when clamping is enabled
Declaration
TCellValue MinCellValue { get; set; }
Property Value
| Type |
Description |
| TCellValue |
|
Extension Methods