CheckerboardTextureDrawer
Class in Zigurous.Graphics
Inherits from TextureDrawer
Declaration
public sealed class CheckerboardTextureDrawer : TextureDrawer
Description
Draws a checkerboard pattern texture.
Properties
rows | The number of rows in the checkerboard. |
columns | The number of columns in the checkerboard. |
colorA | The first color of the checkerboard. |
colorB | The second color of the checkerboard. |
Methods
SetPixels | Sets the pixels of the texture. |
Inherited
Properties
texture | The drawn texture (Read only). |
size | The width and height of the texture. |
filterMode | The filter mode of the texture. |
wrapMode | The wrap mode of the texture. |
Inherited
Methods
Draw | Draws the texture. |