Class StampSurfaceBiomeUserToolStateBase<TBrushTarget>
Inheritance
StampSurfaceBiomeUserToolStateBase<TBrushTarget>
Assembly: fwt.hexterrains.dll
public abstract class StampSurfaceBiomeUserToolStateBase<TBrushTarget> : StampUserToolStateBase<TBrushTarget, byte>, ISmState where TBrushTarget : HexSurfaceLayer
Type Parameters
| Name |
Description |
| TBrushTarget |
|
Constructors
Declaration
protected StampSurfaceBiomeUserToolStateBase(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