大约有 1,569 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0054 秒)
Laya_社区(678) Laya3.0_api(636) Laya2.0_api(70) laya_api(47) Laya2.0_文档(47) Laya3.0_文档(36) Laya2.0_示例(29) Laya_示例(26)
...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
... if (version) { return version; } } catch (e:Error) { trace(e.getStackTrace()); } return getTilesVersion(url); // return String(...
来源: Laya_社区 发布时间: 20200217
... = 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
... end = byte.length; } return encode(byte.buffer.slice(start,end)); } /** * 解码成Byte * @param base64 * @return * ...
来源: Laya_社区 发布时间: 20190117
...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
... * @param fileUrl 文件地址(全路径) * @return */ public static function getFileInfo(fileUrl:String):Object { return MiniFileMgr.getFileInfo(fileUrl); } /** ...
来源: Laya_社区 发布时间: 20180621
... */ __proto.create=function(){ if (this.json)return SceneUtils.createByData(null,this.json); return null; } return Prefab; })() 附件 : --> 2018-11-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20181102
...名字,获取子节点对象。 * @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
...== null) this.instance = new CommandBuffer_Outline(); return this.instance; } public init(): void { //使用之前必须先初始化 if(this.camera == null){ BlurEffect.init(); ...
来源: Laya_社区 发布时间: 20210203
... === '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