• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 396 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0097 秒)

191. box2d引擎报错问题 [ 52%]

...= new Laya.Animation(); ani.loadAnimation("catFly.ani"); ani.on(Laya.Event.COMPLETE, null, recover); function recover(): void { ani.removeSelf(); Laya.Pool.recover("deathEffect", ani); } return ani; } 附件 : --> 2019-10-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

来源: Laya_社区 发布时间: 20191019

192. laya.d3.core.material.unlit.UnlitTestMaterial_API3.0 [ 51%]

...会忽略lock=true的资源。 Returns void Static load load(url: string, complete: Handler): void Inherited from Material.load Defined in laya/d3/core/material/Material.ts:97 加载材质。 Parameters url: string 材质地址。 complete: Handler 完成回掉。 Returns void Globals "laya/d3/core/...

来源: Laya3.0_api 发布时间: 20231102

193. laya.d3.core.Camera_API3.0 [ 51%]

...生效。 Returns Sprite3D 克隆实例。 Static load load(url: string, complete: Handler): void Inherited from RenderableSprite3D.load Defined in laya/d3/core/Sprite3D.ts:77 加载网格模板。 Parameters url: string 模板地址。 complete: Handler 完成回掉。 Returns void Globals "laya/d3...

来源: Laya3.0_api 发布时间: 20231115

194. laya.display.Sprite [ 50%]

...件类型是否是鼠标事件。 EventDispatcher  loadImage(url:String, complete:Handler = null):Sprite 加载并显示一个图片。相当于加载图片后,设置texture属性 注意:2.0改动:多次调用,只会显示一个图片(1.0会显示多个图片),x,y,width,height参数取...

来源: Laya2.0_api 发布时间: 20190513

195. laya.display.Sprite [ 50%]

...l:String, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Handler = null):Sprite 加载并显示一个图片。功能等同于graphics.loadImage方法。支持异步加载。 注意:多次调用loadImage绘制不同的图片,会同时显示。 Sprite  localToGlobal(po...

来源: laya_api 发布时间: 20170929

196. HttpRequest详解(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 50%]

...Request(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); xhr.send("res/data.data","","get","text"); } private function processHandler(data:Object):void { trace(data)...

来源: Laya2.0_文档 发布时间: 20210715

197. laya.display.Scene [ 50%]

...事件类型是否是鼠标事件。 EventDispatcher  load(url:String, complete:Handler = null, progress:Handler = null):void[static] 加载场景及场景使用到的资源 Scene loadImage(url:String, complete:Handler = null):Sprite 加载并显示一个图片。相当于加载图片后,设置...

来源: Laya2.0_api 发布时间: 20190513

198. laya.d3.webxr.core.WebXRCamera_API3.0 [ 50%]

...生效。 Returns Sprite3D 克隆实例。 Static load load(url: string, complete: Handler): void Inherited from RenderableSprite3D.load Defined in laya/d3/core/Sprite3D.ts:77 加载网格模板。 Parameters url: string 模板地址。 complete: Handler 完成回掉。 Returns void Globals "laya/d3...

来源: Laya3.0_api 发布时间: 20231115

199. laya.d3.core.light.DirectionLight [ 50%]

...定事件类型是否是鼠标事件。 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

200. 安装layaair2-cmd一直失败 [ 50%]

...blem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR!     C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2020-02-11T10_54_16_317Z-debug.l og     2020-02-11T10_54_16_317Z-debug.log   31916 info lifecycle jpeg-recomp...

来源: Laya_社区 发布时间: 20200211