Table of Contents

Class ColorFunction

Namespace
Gamelogic.Grids
Assembly
Assembly-CSharp.dll

This is an inspectable presentation of a grid coloring, using three parameters as explained here:

http://gamelogic.co.za/2013/12/18/what-are-grid-colorings/

The three values represent two corners of a parallelogram (x0, 0) and(xq, y1) that describe the patch to repeat for the coloring.

[Version(1, 8, 0)]
[Serializable]
public class ColorFunction
Inheritance
ColorFunction
Inherited Members
Extension Methods

Fields

x0

public int x0

Field Value

int

x1

public int x1

Field Value

int

y1

public int y1

Field Value

int