大约有 117 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0058 秒)
...定事件类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler):void[static] 加载网格模板。 Sprite3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(typ...
来源: Laya2.0_api 发布时间: 20190513
...{ if(this.te == null){ this.te = new Laya.Templet(); this.te.on(Laya.Event.COMPLETE, this, this.teComplete); this.te.loadAni("res/wing_01_side.sk"); } } else if(e.keyCode == 50 || e.keyCode == 98) { if(this.te != null){ this.te.destroy(); this.te = null; this.sk.destroy(); this.sk = null; } } } priv...
来源: Laya_社区 发布时间: 20190320
...mate表示即使摄像机看不见也要进行动画播放的更新,Cull Completely 表示摄像机看不见时停止动画的所有更新。 Sleep:动画完成是否停止更新。因为在LayaAir中,动画播放完成以后还依然会不停的循环最后一帧,所以勾选Sleep可以停...
来源: Laya3.0_文档 发布时间: 20241014
..., ["Content-Type", "application/json"]); } private completeHandler(e: any): void { console.log("netconnection complete:", e); if (e) { var adpter: number = e.adpter; var request: URLRequest = ...
来源: Laya_社区 发布时间: 20161109
...定事件类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler):void[static] 加载网格模板。 Sprite3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(typ...
来源: Laya2.0_api 发布时间: 20190513
... at Loader.__proto.event (libs/laya.core.js:1384) at Loader.__proto.complete (libs/laya.core.js:16209) at Loader.__proto.onLoaded (libs/laya.core.js:16157) at EventHandler.__proto.runWith (libs/laya.core.js:1627) at HttpRequest.__proto.event (libs/laya.core.js:1384) at ...
来源: Laya_社区 发布时间: 20170428
...点 Parameters node: Node Returns boolean loadImage loadImage(url: string, complete?: Handler): Sprite Inherited from Text.loadImage Defined in laya/display/Sprite.ts:1578 加载并显示一个图片。相当于加载图片后,设置texture属性 注意:2.0改动:多次调用,只会显示一...
来源: Laya3.0_api 发布时间: 20231115