Files
LNXSDK/Kha/Tools/macos_x64/std/flash/display/Shape.hx
2026-05-22 11:48:42 -07:00

8 lines
192 B
Haxe

package flash.display;
extern class Shape extends DisplayObject {
@:flash.property var graphics(get,never) : Graphics;
function new() : Void;
private function get_graphics() : Graphics;
}