Click or drag to resize

__CompilerHints__CompilerHint1__FlatHex Method

Call this method if you use a FlatHexGrid. Replace the type __CellType to whatever type you have in your grid. You can call the method anywhere in your code.
if(!__CompilerHint__FlatHex()) return;
Since 1.6

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static bool __CompilerHint1__FlatHex()

Return Value

Type: Boolean
Remarks
This methods always returns true.
See Also