Files

6 lines
129 B
Haxe
Raw Permalink Normal View History

2026-05-21 20:15:16 -07:00
package flash.display3D.textures;
extern class TextureBase extends flash.events.EventDispatcher {
function dispose() : Void;
}