Class TextureExtensions
Inheritance
object
TextureExtensions
Namespace: TetraCreations.Core
Assembly: cs.temp.dll.dll
Syntax
public static class TextureExtensions
Methods
MakeTexture(int, int, Color)
Declaration
public static Texture2D MakeTexture(int width, int height, Color col)
Parameters
Type | Name | Description |
---|---|---|
int | width | |
int | height | |
Color | col |
Returns
Type | Description |
---|---|
Texture2D |