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