Click or drag to resize

FlatHexOpTCellHexagon Method (FlatHexPoint, Int32)

Bottom corner is the origin.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[ShapeMethodAttribute]
public FlatHexShapeInfo<TCell> Hexagon(
	FlatHexPoint centre,
	int side
)

Parameters

centre
Type: Gamelogic.GridsFlatHexPoint
side
Type: SystemInt32

Return Value

Type: FlatHexShapeInfoTCell
See Also