Update AIR externs
This commit is contained in:
7
externs/air/flash/sampler/ScriptMember.hx
Normal file
7
externs/air/flash/sampler/ScriptMember.hx
Normal file
@@ -0,0 +1,7 @@
|
||||
package flash.sampler;
|
||||
|
||||
@:final extern class ScriptMember {
|
||||
var id(default,never) : Float;
|
||||
var propertyName(default,never) : String;
|
||||
function new() : Void;
|
||||
}
|
||||
11
externs/air/flash/sampler/ScriptSampler.hx
Normal file
11
externs/air/flash/sampler/ScriptSampler.hx
Normal file
@@ -0,0 +1,11 @@
|
||||
package flash.sampler;
|
||||
|
||||
extern class ScriptSampler {
|
||||
function new() : Void;
|
||||
static function getFilename(p1 : Float) : String;
|
||||
static function getInvocationCount(p1 : Float) : Float;
|
||||
static function getMembers(p1 : Float) : flash.Vector<ScriptMember>;
|
||||
static function getName(p1 : Float) : String;
|
||||
static function getSize(p1 : Float) : Float;
|
||||
static function getType(p1 : Float) : String;
|
||||
}
|
||||
Reference in New Issue
Block a user