Z.ImageTexture(...)
ImageTexture(src? : string) : Z.ImageTexture;
Constructs a new Z.ImageTexture object.
Parameters
Parameter | Type | Description |
---|---|---|
src | optional, string | The filename or URL of the image file to load. |
Returns
A new Z.ImageTexture
object