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