class flash.display3D.textures.RectangleTexture extends TextureBase

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from TextureBase

function dispose():Void

Inherited from EventDispatcher

function addEventListener(type:String, listener:Dynamic ->Void?useCapture:Bool, ?priority:Int, ?useWeakReference:Bool):Void
function dispatchEvent(event:Event):Bool
function hasEventListener(type:String):Bool
function removeEventListener(type:String, listener:Dynamic ->Void?useCapture:Bool):Void
function toString():String
function willTrigger(type:String):Bool

function new(): Void

function uploadFromByteArray(data:ByteArray, byteArrayOffset:UInt): Void