TextureDrawer
Class in Zigurous.Graphics
Declaration
public abstract class TextureDrawer : ScriptableObjectDescription
The base class to draw a custom texture at runtime.
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. |
Methods
| Draw | Draws the texture. |
| SetPixels | Sets the pixels of the texture. |