大约有 1,166 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0085 秒)
...018-05-25 17:11 @170*****199:咋没有缓存啊 不是大于4M 要从网上获取资源么 那个就需要版本了 170*****199 • 2018-05-25 17:12 我游戏控制在4M了 没有从网上拉取的资源 熊猫大侠 • 2018-05-25 17:12 @170*****199:开发板 右上角 三个点 点开 有个打开...
来源: Laya_社区 发布时间: 20180525
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...
来源: Laya3.0_api 发布时间: 20231115
...模一样。 FD 宏编译时 出现 试图访问该方法时失败 如何获取一个3D模型的长宽高? 2.2-2.3版本 ani动画,序列帧动画最后一帧和第一帧衔接出现卡顿 一个3D正方体模型,想给它六个面贴不同的贴图,该如何处理? 发布H5后通过网页...
来源: Laya_社区 发布时间: 20200110
...ge.openScene2('page2.scene', this.getUserInfo, true, [1, 2, 3]) }) } /** * 获取用户信息需要5s才能执行完 */ getUserInfo() { return new Promise((resolve, reject) => { // get Laya.timer.once(5000, null, function () { // cache user // 把user传个下个场景 let user = {name: 'ttaccp'}...
来源: Laya_社区 发布时间: 20181124
...this.index].x; this._position.z = this.resPath[this.index++].y; //HeightMap获取高度数据 this._position.y = this.terrainSprite.getHeight(this._position.x, this._position.z); if (isNaN(this._position.y)) { this._position.y = this.moveSprite3D.transform.position.y; } this._tarPosition.x = this._p...
来源: Laya3.0_文档 发布时间: 20230303
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...
来源: Laya3.0_api 发布时间: 20231115
...出和使用U3D粒子特效 刮刮卡效果实现 分享:LayaAir下如何获取图集下的小图资源? 编辑了图片 执行代码说加载不出来资源 这个是怎么回事? 问题状态 最新活动: 2020-08-27 17:07 浏览: 3008 关注: 4 人 • 2018-08-02 12:00 @Laya_Aaron ...
来源: Laya_社区 发布时间: 20180801
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...
来源: Laya3.0_api 发布时间: 20231102
...rt(); if(client!=null){ Log. i(TAG, "已连接到服务器:" +client); //获取客户端的输入流 BufferedReader in = new BufferedReader(new InputStreamReader(client.getInputStream())); //读取第一行 String line = in.readLine(); if(line==null||line.equals("")||line.equals( "\r\n")){ break; ...
来源: Laya_社区 发布时间: 20160104
...音乐音效全无 ios14系统下 blendMode='lighter' 图片异常 怎么获取对象的坐标 LayaAir3D 导出和使用U3D粒子特效 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 ios14新系统问题 localToGlobal坐标转换 粒子系统官例里载入的那些json文...
来源: Laya_社区 发布时间: 20161223