大约有 18 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0061 秒)
...particleSystem; particle.on(Laya.Event.COMPLETE, this, function(){ actor.mView.root.removeChild(effect); }); }); 2017-06-15 0 0 分享 微博 QZONE 微信 1...
来源: Laya_社区 发布时间: 20170614
...事件类型是否是鼠标事件。 EventDispatcher load(path:String, complete:Handler = null, aniMode:int = 0):void 通过加载直接创建动画 Skeleton loadImage(url:String, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Handler = null):Sprite 加载并显示一...
来源: laya_api 发布时间: 20170929
...事件类型是否是鼠标事件。 EventDispatcher load(path:String, complete:Handler = null, aniMode:int = 0):void 通过加载直接创建动画 Skeleton loadImage(url:String, complete:Handler = null):Sprite 加载并显示一个图片。相当于加载图片后,设置texture属性 注意...
来源: Laya2.0_api 发布时间: 20190513
...it(500,500); var httpreq:HttpRequest = new HttpRequest(); httpreq.on(Event.COMPLETE,this,this.completeHandler); httpreq.on(Event.ERROR,this,this.errorHandler); httpreq.send("demo1.js"); } private function completeHandler(e:Object):void { var script:Object = Browser.document.createElement("script"); ...
来源: Laya2.0_文档 发布时间: 20210715
...r httpreq:Laya.HttpRequest = new Laya.HttpRequest(); httpreq.on(Laya.Event.COMPLETE,this,this.completeHandler); httpreq.on(Laya.Event.ERROR,this,this.errorHandler); httpreq.send("demo1.js"); } private completeHandler(e:any):void{ var script:any = Laya.Browser.document.createElement("script"); Laya.B...
来源: Laya3.0_文档 发布时间: 20241014
...init(500,500); var httpreq = new Laya.HttpRequest(); httpreq.on(Laya.Event.COMPLETE,this,completeHandler); httpreq.on(Laya.Event.ERROR,this,errorHandler); httpreq.send("demo1.js"); function completeHandler(e){ var script = Laya.Browser.document.createElement("script"); Laya.Browser.document.body.app...
来源: Laya2.0_文档 发布时间: 20210714
...r httpreq:Laya.HttpRequest = new Laya.HttpRequest(); httpreq.on(Laya.Event.COMPLETE,this,this.completeHandler); httpreq.on(Laya.Event.ERROR,this,this.errorHandler); httpreq.send("demo1.js"); } private completeHandler(e:any):void{ var script:any = Laya.Browser.document.createElement("script"); Laya.B...
来源: Laya2.0_文档 发布时间: 20210715
...上层节点 Parameters node: Node Returns boolean load load(path: string, complete?: Handler): void Defined in laya/ani/bone/Skeleton.ts:359 通过加载直接创建动画 Parameters path: string 要加载的动画文件路径 Optional complete: Handler 加载完成的回调函数 Returns void load...
来源: Laya3.0_api 发布时间: 20231115