大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0054 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...dsSeperator: declare global { interface Number { thousandsSeperator(): String; } } Number.prototype.thousandsSeperator = function(): string { return Number(this).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ','); } export {}; 我用同样的方法尝试了,但是行不通。 请问我的ts...
来源: Laya_社区 发布时间: 20180622
... private mDecorate:Decorate;//装饰器 private mHost: string; private mPort: number; private mConnected: boolean; /** 开启*/ public static OPEN: string = "open"; /** 关闭*/ public static CLOSE: string = ...
来源: Laya_社区 发布时间: 20161109
...arser() Defined in laya/html/HtmlParser.ts:14 Methods parse parse(aSource: string, style: TextStyle, out: Array<HtmlElement>, options?: HtmlParseOptions): void Defined in laya/html/HtmlParser.ts:33 Parameters aSource: string style: TextStyle out: Array<HtmlElement> Optional options: Html...
来源: Laya3.0_api 发布时间: 20231115
...系如何调整? 希望给spine增加一个showSlotSkinByName(slotName:String, name:String)方法 问题状态 最新活动: 2017-03-16 10:55 浏览: 906 关注: 2 人
来源: Laya_社区 发布时间: 20170316
...roperties方法的index参数 getTileProperties(index:int, id:int, name:String):* 得到tile自定义属性这个我没太看懂index的意思是地图块索引,这个地图块索引是哪里来的? getTileProperties(index:int, id:int, name:String):* 得到tile自定义属性 2017-12-29 添...
来源: Laya_社区 发布时间: 20171229
...转、缩放值计算到结果矩阵数组。 Utils3D getURLVerion(url:String):String[static] 获取URL版本字符。 Utils3D getVertexTangentDeclaration(vertexElements:Array):VertexDeclaration[static] Utils3D mulMatrixByArray(leftArray:Float32Array, leftOffset:int, rightArray:Float32Array...
来源: laya_api 发布时间: 20170929
...属性可以,代码如下: /** @prop {name: resType, tips:"abc",type:string,accept:res} */ resType:String ="";如果type:vector,怎么设置vector的每个对象是res呢? 2019-10-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20191025
...//iOS注意函数签名,注意与Android的不同 alert(bridge.call("testString:","hello")); alert(bridge.call("testNumber:",256.0)); alert(bridge.call("testBool:",false)); obj.value = "Hello OC!"; bridge.callWithBack(function(value) { var obj = JSON.parse(value) alert(obj.value); },"testAsyncCall...
来源: Laya2.0_文档 发布时间: 20210714
...@param complete * @param progress * @param priority */ public load(resKey: string, otherLoadData: any, complete?: Laya.Handler, progress?: Laya.Handler, priority?: number) { if (priority) { this.priority = priority; } else { this.priority = 1; } if (progress) { progress.once = false; } let loadData:...
来源: Laya_社区 发布时间: 20191107
...ivate function requestData():void{ RequestConfig.instance.getRequestConfig(String(0), requestCallback); } private function requestCallback(success:Boolean):void { if(success) { loadingRes(); } } "TypeError: this.loadingRes is not a function\n at RequestConfig.__proto.requestCallback [as _callback] 2...
来源: Laya_社区 发布时间: 20170118