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

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

701. swf版本运行时图片资源不存在报错不清楚的问题 [ 77%]

...需改两个类): laya.flash.FlashImage public function set src(value:String):void 75行后加入代码 tl.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, function ceroor(_ev:IOErrorEvent):void { onerror && onerror(); }); laya.ui.Image 167行 protected function setSource(url:St...

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

702. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 77%]

... MAXCOLOROVERLIFEGRADIENTCOLORS : int[static] ShuriKenParticle3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node  particleRenderer : ShurikenParticleRenderer[read-only] 获取粒子渲染器。 ShuriKenParticle3D ...

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

703. 资源加载后的 回调 [ 77%]

...次问的loadanimation的问题,后面的参数怎么写?里面的 atlas:string,写成"res/atlas/ani_img/explore/a.json"不行. loadAnimation(url:String, loaded:Handler = null, atlas:String = null):Animation 2017-11-06 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...

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

704. laya.d3.core.Transform3D [ 77%]

...owner:Sprite3D) 创建一个 Transform3D 实例。 Transform3D event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher  getForward(forward:Vector3):void 获取向前方向。 Transform3D  getRight(right:Vector3):void 获取向右方向。 Transform3D  getUp(up:Vector3):void ...

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

705. 字体切片组件 · LayaAir3.0文档 · LAYABOX [ 77%]

...lass() export class UI_FontClip extends Laya.Script { private TestClipNum: string = "atlas/comp/fontClip_num.png"; private _ClipNum: string = "atlas/comp/fontClip_num.png"; private _ClipNum1: string = "atlas/comp/fontClip_num.png"; private TestFontClip: string = "atlas/comp/fontClip.png"; private _F...

来源: Laya3.0_文档 发布时间: 20241014

706. 微信小游戏 TS 使用 downLoadFile 出现报错 [ 77%]

...。 在 LayaAir.d.ts 中的 MiniAdpter 添加 static downLoadFile(fileUrl:string, fileType:string, callBack:Handler, encoding:string) 声明,在使用的时候,报错。 ReferenceError: wx is not defined at Function.<anonymous>(file:///D:work/laya/laya3D/bin/lib/laya.wxmini.js:504:123) 201...

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

707. 关于substr 建议 [ 77%]

...复我的问题   现在暂时没发现报错,是发现在原生调用String.substr()时候发生些问题。   我举个例子:   let color='#FFFFFF'   原生: color.substr(0,0) -> ''; String.prototype.substr = Laya.__substr : color.substr(0,0) -> '#FFFFFF'   覆盖String 的substr...

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

708. 导出带骨骼动画的模型时报错,unity5.6.3p4 64bit,插件LayaAirUnityPlugin 1.7.14 [ 77%]

... present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150) LayaExport.DataManager.saveLaniDa...

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

709. 版本号:2.0.2 beta, 在sound文件夹下音乐播放不了,放入到res文件夹下可播放 [ 77%]

...n.on(Event.CLICK, this, this.onPlayMusic); }  private createButton(label: string): Sprite { var w: number = 110; var h: number = 40;  var button: Sprite = new Sprite(); button.size(w, h); button.graphics.drawRect(0, 0, w, h, "#FF7F50"); button.graphics.fillText(label, w / 2, 8, "25px SimHei", "#FF...

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

710. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 77%]

...r socket:Socket=null; private var list:Array=; public function Connect(url:String):void { socket=new Socket(); socket.on(Event.OPEN, this, onSocketOpen); socket.on(Event.CLOSE, this, onSocketClose); socket.on(Event.MESSAGE, this, onMessageReveived); socket.on(Event.ERROR, this, onConnectError); sock...

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