Class PaintProvincesUserToolState
Inheritance
PaintProvincesUserToolState
Assembly: fwt.hexterrains.dll
public class PaintProvincesUserToolState : PaintAreasUserToolState<HexProvincesLayer, HexGroundLayer>, ISmState
Constructors
Declaration
public PaintProvincesUserToolState(IHexTerrainAPI userToolAPI)
Parameters
Properties
If true, when this user tool state becomes active it asks a terrain to switch to the RequiredViewMode view mode
Declaration
protected override bool IsChangeViewMode { get; }
Property Value
Overrides
If IsChangeViewMode is true, this is the view mode that will be set when this user tool state becomes active.
Declaration
protected override byte RequiredViewMode { get; }
Property Value
Overrides
Declaration
public override int UserToolType { get; }
Property Value
Overrides
Methods
Declaration
protected override void InitDefaultSettings()
Overrides
Implements
Extension Methods