Table of Contents

Class ColorFunction3

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

This is an inspectable presentation of a grid coloring, using six parameters.

[Serializable]
[Version(2, 3, 10)]
public class ColorFunction3
Inheritance
ColorFunction3
Inherited Members

Remarks

The six values represent three corners of a parallelepiped (x0, 0, 0), (x1, y1, 0), and (x2, y2, z2) that describe the patch to repeat for the coloring.

Fields

x0
x1
x2
y1
y2
z2

See Also