TextureDrawer


Declaration

public abstract class TextureDrawer : ScriptableObject

Description

The base class to draw a custom texture at runtime.

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.

Methods

DrawDraws the texture.
SetPixelsSets the pixels of the texture.