Method | Description | |
---|---|---|
Generate ( int width, int height ) : ].float[ |
Generate texture. Generates new texture of the specified size. |
|
Reset ( ) : void |
Reset generator. Regenerates internal random numbers. |
|
TextileTexture ( ) : System |
Initializes a new instance of the TextileTexture class.
|
public Generate ( int width, int height ) : ].float[ | ||
width | int | Texture's width. |
height | int | Texture's height. |
return | ].float[ |