Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Grids
FlatHexOp(TCell) Class
FlatHexOp(TCell) Methods
Shape Method
Shape Method (Int32, Int32, Func(FlatHexPoint, Boolean))
Shape Method (Int32, Int32, Func(FlatHexPoint, Boolean), FlatHexPoint)
FlatHexOp
TCell
Shape Method (Int32, Int32, Func
FlatHexPoint, Boolean
)
The same as Shape with all parameters, but with bottomLeft Point set to FlatHexPoint.Zero.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
FlatHexShapeInfo
<TCell>
Shape
(
int
width
,
int
height
,
Func
<
FlatHexPoint
,
bool
>
isInside
)
Parameters
width
Type:
System
Int32
height
Type:
System
Int32
isInside
Type:
System
Func
FlatHexPoint
,
Boolean
Return Value
Type:
FlatHexShapeInfo
TCell
See Also
Reference
FlatHexOp
TCell
Class
Shape Overload
Gamelogic.Grids Namespace