forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
7
Kha/Tools/macos/std/flash/display/Shape.hx
Normal file
7
Kha/Tools/macos/std/flash/display/Shape.hx
Normal file
@ -0,0 +1,7 @@
|
||||
package flash.display;
|
||||
|
||||
extern class Shape extends DisplayObject {
|
||||
@:flash.property var graphics(get,never) : Graphics;
|
||||
function new() : Void;
|
||||
private function get_graphics() : Graphics;
|
||||
}
|
Reference in New Issue
Block a user