destroy()
Destroys the Video object. This calls Video.stop
and then Video.removeVideoElement
.
If any Sprites are using this Video as their texture it is up to you to manage those.
- Source code: gameobjects/Video.js (Line 1141)
destroy()
Destroys the Video object. This calls Video.stop
and then Video.removeVideoElement
.
If any Sprites are using this Video as their texture it is up to you to manage those.
Please login to continue.