大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0053 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...chy Animation2DParm Index Properties name type value Properties name name: string Defined in laya/components/Animation2DParm.ts:4 type type: AniParmType Defined in laya/components/Animation2DParm.ts:5 value value: boolean | number Defined in laya/components/Animation2DParm.ts:6 Globals "laya/compone...
来源: Laya3.0_api 发布时间: 20231115
...ransformCmd.ts:22 (可选)垂直方向轴心点坐标。 Static ID ID: string = "Transform" Defined in laya/display/cmd/TransformCmd.ts:9 Methods recover recover(): void Defined in laya/display/cmd/TransformCmd.ts:36 回收到对象池 Returns void Globals "laya/display/cmd/TransformCmd" Transfo...
来源: Laya3.0_api 发布时间: 20231115
...wnLoadFile来缓存二进制文件,逻辑如下: public Request(url:string):void { console.log("url: " + url); if (Laya.Browser.onMiniGame) { var args = {url:url, handler:null}; var handler = Laya.Handler.create(this, this.OnDownloadFileInWxOk, [args], false); args.handler = handler; Laya.Min...
来源: Laya_社区 发布时间: 20180604
...不报错的demo可以参考? socket通信发送protobuf后服务端是string 官网http通信测试(有修改),pc\android访问显示正常,苹果手机显示不正常 LayaNative中webview通信 websocket通信,怎么解压 压缩的Byte? 问题状态 最新活动: 2017-06-20 17:54 浏...
来源: Laya_社区 发布时间: 20170620
...d/RotateCmd.ts:21 (可选)垂直方向轴心点坐标。 Static ID ID: string = "Rotate" Defined in laya/display/cmd/RotateCmd.ts:8 Methods recover recover(): void Defined in laya/display/cmd/RotateCmd.ts:35 回收到对象池 Returns void Globals "laya/display/cmd/RotateCmd" RotateCmd angle piv...
来源: Laya3.0_api 发布时间: 20231115
...供一个 Loader的 cacheRes的例子? API上的描述: cacheRes(url:String, data:*):void [static] 缓存资源。 请问data这里要传什么?能否提供一个代码例子? 2017-09-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20170915
... Defined in laya/display/cmd/DrawTexturesCmd.ts:14 纹理。 Static ID ID: string = "DrawTextures" Defined in laya/display/cmd/DrawTexturesCmd.ts:9 Methods recover recover(): void Defined in laya/display/cmd/DrawTexturesCmd.ts:36 回收到对象池 Returns void Globals "laya/display/cmd/DrawTextures...
来源: Laya3.0_api 发布时间: 20231115
基础类库扩展 我想扩展一下基础类库,比如数组或者String 目前的实现方式是 然后出现了一点问题,运行项目显示 点开文件就又不见了,求解答 附件 : --> 2018-04-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20180419
...的链接 提交 1 个回复 bpmf_d 赞同来自: private createText(font: string): void { var txt: Text = new Text(); txt.width = 250; txt.wordWrap = true; txt.text = "测试文本"; txt.font = font; txt...
来源: Laya_社区 发布时间: 20181227
url上带有中文参数如何解码 var url:String = __JS__('window.document.location.href.toString()'); 可以获取中文地址,获取后,如何解码地址中含有的中文,字母的没有问题 比如 xxx.html?id=1&userName=小明 这个小明进来后是乱码的 2017-06-14 添加...
来源: Laya_社区 发布时间: 20170614