Constructor

@:value({ height : 0, width : 0 })new(?shader:Shader, ?target:Dynamic, width:Int = 0, height:Int = 0)

Variables

@:flash.propertyheight:Int

@:flash.propertyread onlyprogress:Float

@:flash.propertyshader:Shader

@:flash.propertytarget:Dynamic

@:flash.propertywidth:Int

Methods

@:value({ waitForCompletion : false })start(waitForCompletion:Bool = false):Void

Inherited Variables

Inherited Methods

Defined by EventDispatcher

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void