大约有 156 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0053 秒)
Laya_社区(120) Laya2.0_文档(13) Laya3.0_api(9) Laya2.0_api(5) Laya3.0_文档(5) laya_api(2) Laya_示例(1) Laya2.0_示例(1)
... ‼ 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
...图标是一个分叉图标,其下有fork来源的英文描述 `forked from layabox/LayaAir` (译:分叉版本来自layabox帐号下的LayaAir项目),如下图所示。  #### 2.3 克隆与下载(Clone or download) Fork之后,要在自己的仓库克隆LayaAir项目...
来源: Laya2.0_文档 发布时间: 20210714
...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
...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
...一次某函数(基于帧率)。功能同Laya.timer.frameOnce()。 Node fromImage(url:String):Sprite[static] 根据图片地址创建一个新的 Sprite 对象用于加载并显示此图片。 Sprite fromParentPoint(point:Point):Point 将父容器坐标系坐标转换到本地坐标系。 Sprite ...
来源: Laya2.0_api 发布时间: 20190513
...(DrawLineCmd) 绘制线段,创建后如图5-1所示。 (图5-1) From:线的起始点,相对于Sprite对象,X轴,Y轴的偏移量。 To:线的终点,相对于Sprite对象,X轴,Y轴的偏移量。 Percent:当勾选时,线的起始点和终点为Sprite对象尺寸的百分...
来源: Laya3.0_文档 发布时间: 20251010