Files
LNXSDK/Kha/Tools/windows_x64/std/flash/display3D/textures/RectangleTexture.hx

8 lines
285 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package flash.display3D.textures;
extern final class RectangleTexture extends TextureBase {
function new() : Void;
function uploadFromBitmapData(source : flash.display.BitmapData) : Void;
function uploadFromByteArray(data : flash.utils.ByteArray, byteArrayOffset : UInt) : Void;
}