View source
class VideoTexture
package away3d.textures
extends BitmapTexture › Texture2DBase › TextureProxyBase › NamedAssetBase
Available on all platforms
Constructor
new(source:String, materialWidth:Int = 256, materialHeight:Int = 256, loop:Bool = true, autoPlay:Bool = false, ?player:IVideoPlayer)
Variables
Methods
update():Void
Draws the video and updates the bitmap texture If autoUpdate is false and this function is not called the bitmap texture will not update!