Class StampAreaUserToolStateBase<TBrushTarget>
Inheritance
StampAreaUserToolStateBase<TBrushTarget>
Assembly: fwt.hexterrains.dll
public abstract class StampAreaUserToolStateBase<TBrushTarget> : StampUserToolStateBase<TBrushTarget, byte>, ISmState where TBrushTarget : HexByteAreasLayer
Type Parameters
| Name |
Description |
| TBrushTarget |
|
Constructors
Declaration
protected StampAreaUserToolStateBase(IHexTerrainAPI userToolAPI)
Parameters
Methods
Declaration
public override bool ReadOriginCellData(int cellIndex, out byte cellData)
Parameters
| Type |
Name |
Description |
| int |
cellIndex |
|
| byte |
cellData |
|
Returns
Overrides
Declaration
public override bool SetCellDataToTarget(int cellIndex, byte cellData)
Parameters
| Type |
Name |
Description |
| int |
cellIndex |
|
| byte |
cellData |
|
Returns
Overrides
Implements
Extension Methods