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

大约有 156 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0053 秒)

151. 安装layaair2-cmd一直失败 [ 30%]

... ‼ read ECONNRESET   ‼ gifsicle pre-build test failed   i compiling from source   × Error: Command failed: C:\Windows\system32\cmd.exe /s /c "autoreconf -ivf" 'autoreconf' �����ڲ����ⲿ���Ҳ���ǿ����еij��� ���������ļ��...

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

152. 如何使用及维护Github的LayaAir引擎源码(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 22%]

...图标是一个分叉图标,其下有fork来源的英文描述 `forked from layabox/LayaAir` (译:分叉版本来自layabox帐号下的LayaAir项目),如下图所示。 ![图](img/6-2.png) #### 2.3 克隆与下载(Clone or download) Fork之后,要在自己的仓库克隆LayaAir项目...

来源: Laya2.0_文档 发布时间: 20210714

153. 网络通信 · LayaAir3文档 · LAYABOX [ 21%]

...rivate onMessageReveived(message: any = null): void { console.log("Message from server:"); if (typeof (message) == 'string') { console.log(message); } else if (message instanceof ArrayBuffer) { console.log(new Byte(message).readUTFBytes()); } // 清理缓存的服务端发来的数据 this.socket.in...

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

154. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 20%]

...ity报出现以下错误,跪求调教~ InvalidCastException: Cannot cast from source type to destination type. LayaExport.DataManager.saveLmatFile (UnityEngine.Material material, System.String savePath, ComponentType type) LayaExport.DataManager.getMeshRendererComponentData (UnityEngine.GameObject...

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

155. laya.ui.FontClip [ 19%]

...一次某函数(基于帧率)。功能同Laya.timer.frameOnce()。 Node fromImage(url:String):Sprite[static] 根据图片地址创建一个新的 Sprite 对象用于加载并显示此图片。 Sprite fromParentPoint(point:Point):Point 将父容器坐标系坐标转换到本地坐标系。 Sprite ...

来源: Laya2.0_api 发布时间: 20190513

156. 绘制能力 · LayaAir3.3 · 引擎文档 · LAYABOX [ 15%]

...(DrawLineCmd) 绘制线段,创建后如图5-1所示。 (图5-1) From:线的起始点,相对于Sprite对象,X轴,Y轴的偏移量。 To:线的终点,相对于Sprite对象,X轴,Y轴的偏移量。 Percent:当勾选时,线的起始点和终点为Sprite对象尺寸的百分...

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