class openfl.display3D.textures.CubeTexture extends TextureBase

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from TextureBase

var context:Context3D
var frameBuffer:GLFramebuffer
var glTexture:GLTexture
var height:Int
var width:Int
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

var size:Int

function new(context:Context3D, glTexture:GLTexture, size:Int): Void

function glTextureAt(index:Int): GLTexture

function uploadCompressedTextureFromByteArray(data:ByteArray, byteArrayOffset:Int, ?async:Bool): Void

function uploadFromBitmapData(bitmapData:BitmapData, side:Int, ?miplevel:Int): Void

function uploadFromByteArray(data:ByteArray, byteArrayOffset:Int, side:Int, ?miplevel:Int): Void