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