Click or drag to resize

PointyHexMeshGridBuilderGetColorFunc Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected override Func<PointyHexPoint, int> GetColorFunc(
	int x0,
	int x1,
	int y1
)

Parameters

x0
Type: SystemInt32
x1
Type: SystemInt32
y1
Type: SystemInt32

Return Value

Type: FuncPointyHexPoint, Int32
See Also