class VideoTexture extends Texture
Creates a video texture.
Sample : https://doc.babylonjs.com/tutorials/01._Advanced_Texturing
| Name | Type | Description | |
|---|---|---|---|
| name | string | ||
| urlsOrVideo | string[] or HTMLVideoElement | ||
| scene | Scene | ||
| optional | generateMipMaps | boolean | |
| optional | invertY | boolean |
| Name | Type | Description | |||
|---|---|---|---|---|---|
| scene | Scene | ||||
| onReady | videoTexture | VideoTexture |
|