CheckerboardTextureDrawer

Inherits from TextureDrawer

Declaration

public sealed class CheckerboardTextureDrawer : TextureDrawer

Description

Draws a checkerboard pattern texture.

Properties

rowsThe number of rows in the checkerboard.
columnsThe number of columns in the checkerboard.
colorAThe first color of the checkerboard.
colorBThe second color of the checkerboard.

Methods

SetPixelsSets the pixels of the texture.
Inherited

Properties

textureThe drawn texture (Read only).
sizeThe width and height of the texture.
filterModeThe filter mode of the texture.
wrapModeThe wrap mode of the texture.
Inherited

Methods

DrawDraws the texture.