Class ColorFunction
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
x1
public int x1
Field Value
y1
public int y1