forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
7
Kha/Tools/linux_arm64/std/flash/display/SpreadMethod.hx
Normal file
7
Kha/Tools/linux_arm64/std/flash/display/SpreadMethod.hx
Normal file
@ -0,0 +1,7 @@
|
||||
package flash.display;
|
||||
|
||||
@:native("flash.display.SpreadMethod") extern enum abstract SpreadMethod(String) {
|
||||
var PAD;
|
||||
var REFLECT;
|
||||
var REPEAT;
|
||||
}
|
Reference in New Issue
Block a user