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

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

591. Laya2.7.0 beta cannon bug [ 79%]

...rVelocity; this._angularVelocity.setValue(phtqua.x, phtqua.y, phtqua.z); } return this._angularVelocity; } get totalForce() { if (this._btColliderObject) { var btTotalForce = this.btColliderObject.force; this._totalForce.setValue(btTotalForce.x, btTotalForce.y, btTotalForce.z); return this._totalFor...

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

592. 新手!谁懂得把下面两个文件转成layaair可以运行的代码 [ 79%]

...            if (version)             {                 return version;             }         }         catch (e:Error)         {             trace(e.getStackTrace());         }             return getTilesVersion(url); //        return String(...

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

593. 网络和格式-XML [ 79%]

... = Utils.parseXMLFromString(source); } catch (e) { console.log(e.massage); return; } printDirectChildren(xml); } function printDirectChildren(xml) { var rootNode = xml.firstChild ; var nodes = rootNode.childNodes; for (var i = 0; i item aitem bsomethis..."; var xmlValue:string = "item aitem bsomethi...

来源: Laya_示例 发布时间: 20241119

594. Laya有没有将base64字符串转Laya.Byte的方法? [ 79%]

...   end = byte.length;             }             return encode(byte.buffer.slice(start,end));         }                  /**          * 解码成Byte          * @param base64          * @return          *       ...

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

595. readUTFBytes error - Out of bounds [ 79%]

...aram len 要读的buffer长度,默认将读取缓冲区全部数据。 *@return 读取的字符串。 */ __proto.readUTFBytes=function(len){ (len===void 0)&& (len=-1); if (len==0)return ""; var lastBytes=this.bytesAvailable; if (len > lastBytes)throw "readUTFBytes error - Out of bounds"...

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

596. 微信的缓存引擎只支持了图片和声音,其他lh,lm等文件自动缓存时都不支持是缓存的时候有什么问题和难点吗? [ 79%]

...       * @param fileUrl 文件地址(全路径)          * @return          */         public static function getFileInfo(fileUrl:String):Object {             return MiniFileMgr.getFileInfo(fileUrl);         }                  /**  ...

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

597. app构建后在真机中运行报错 [ 79%]

...   */     __proto.create=function(){         if (this.json)return SceneUtils.createByData(null,this.json);         return null;     }      return Prefab; })() 附件 : --> 2018-11-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

598. 使用3D精灵 · LayaAir3.0文档 · LAYABOX [ 79%]

...名字,获取子节点对象。 * @param name 子节点的名字。 * @return 节点对象。 */ getChildByName(name: string): Node { for (let child of this._children) { if (child && child.name === name) return child; } return null; } 当我们找到子节点时,也可以对节点做一...

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

599. CommandBuffer_Outline 每次 addCommandBuffer都会永久增加10Gpu,removed掉相机事件也不会减少 [ 79%]

...== null) this.instance = new CommandBuffer_Outline();         return this.instance;     }      public init(): void {         //使用之前必须先初始化          if(this.camera == null){             BlurEffect.init();           ...

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

600. 用2.1.1版本IDE发布oppo小游戏,domparserinone报错 [ 79%]

... === 'function' && define['amd'])     define([], function () { return XMLReader; }); else if (typeof exports === 'object')     exports["XMLReader"] = XMLReader;     if (typeof exports === 'object' && typeof module === 'object') {     module.exports = DOMImplementation; ...

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