forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
package flash.display3D;
|
||||
|
||||
@:native("flash.display3D.Context3DWrapMode") extern enum abstract Context3DWrapMode(String) {
|
||||
var CLAMP;
|
||||
var CLAMP_U_REPEAT_V;
|
||||
var REPEAT;
|
||||
var REPEAT_U_CLAMP_V;
|
||||
}
|
Reference in New Issue
Block a user