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