메소드 | 설명 | |
---|---|---|
Generate ( int width, int height ) : ].float[ |
Generate texture. Generates new texture of the specified size. |
|
Reset ( ) : void |
Reset generator. Regenerates internal random numbers. |
|
WoodTexture ( ) : System |
Initializes a new instance of the WoodTexture class.
|
|
WoodTexture ( double rings ) : System |
Initializes a new instance of the WoodTexture class.
|
public Generate ( int width, int height ) : ].float[ | ||
width | int | Texture's width. |
height | int | Texture's height. |
리턴 | ].float[ |
public WoodTexture ( double rings ) : System | ||
rings | double | Wood rings amount. |
리턴 | System |