flash.display3D.textures.Texture

type
class
extends
TextureBase
available in
flash
metadata
:final

Instance Methods hide inherited show inherited

addEventListener(type : String, listener : Dynamic -> Void, ?useCapture : Bool, ?priority : Int, ?useWeakReference : Bool) : Void

dispatchEvent(event : Event) : Bool

dispose() : Void

hasEventListener(type : String) : Bool

removeEventListener(type : String, listener : Dynamic -> Void, ?useCapture : Bool) : Void

toString() : String

uploadCompressedTextureFromByteArray(data : flash.utils.ByteArray, byteArrayOffset : UInt, ?async : Bool) : Void

uploadFromBitmapData(source : flash.display.BitmapData, ?miplevel : UInt) : Void

uploadFromByteArray(data : flash.utils.ByteArray, byteArrayOffset : UInt, ?miplevel : UInt) : Void

willTrigger(type : String) : Bool