Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Grids
CairoGrid(TCell) Class
CairoGrid(TCell) Constructor
CairoGrid(TCell) Constructor (Int32, Int32)
CairoGrid(TCell) Constructor (Int32, Int32, Func(CairoPoint, Boolean))
CairoGrid(TCell) Constructor (Int32, Int32, Func(CairoPoint, Boolean), CairoPoint)
CairoGrid(TCell) Constructor (Int32, Int32, Func(CairoPoint, Boolean), PointyHexPoint)
CairoGrid(TCell) Constructor (Int32, Int32, Func(CairoPoint, Boolean), Func(CairoPoint, CairoPoint), Func(CairoPoint, CairoPoint))
CairoGrid(TCell) Constructor (Int32, Int32, Func(CairoPoint, Boolean), Func(CairoPoint, CairoPoint), Func(CairoPoint, CairoPoint), IEnumerable(CairoPoint)[])
CairoGrid
TCell
Constructor (Int32, Int32, Func
CairoPoint, Boolean
, PointyHexPoint)
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
CairoGrid
(
int
width
,
int
height
,
Func
<
CairoPoint
,
bool
>
isInside
,
PointyHexPoint
offset
)
Parameters
width
Type:
System
Int32
height
Type:
System
Int32
isInside
Type:
System
Func
CairoPoint
,
Boolean
offset
Type:
Gamelogic.Grids
PointyHexPoint
See Also
Reference
CairoGrid
TCell
Class
CairoGrid
TCell
Overload
Gamelogic.Grids Namespace