大约有 1,494 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0080 秒)
...中加入:[code]LayaZip.Init(); // 3.0版本下建议配置为1 LayaZip.BasePathMode = 1;[/code] 需要注意的一点是: 在Laya 3.x版本下制作资源zip包时,使用的是构建发布后的release文件夹下的资源进行压缩,因为3.X的IDE在构建发布时会对fbx,cubemap,shader...
来源: Laya_社区 发布时间: 20230316
...发送到1029805476@qq.com 异常: KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <df7127ba07dc446d9f5831a0ec7b1d63>:0) r.a (UnityEngine.GameObject A_0, i A_1, System.Boolean A_2) (at <52f...
来源: Laya_社区 发布时间: 20200114
...相机 var camera = this.newScene.addChild(new Laya.Camera(0, 0.1, 100)) as Laya.Camera; camera.transform.rotationEuler = new Laya.Vector3(-32, -75, 0); camera.transform.position =new Laya.Vector3(-8.2, 5.3, 2.2); var modelViewer = camera.addComponent(ModelViewer); modelViewer.AroundPos = plane.tran...
来源: Laya_社区 发布时间: 20170714
...p;) MissingReferenceException: The object of type 'SkinnedMeshRenderer' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object. MeshUitls.writeSkinnerMesh (UnityEngine.SkinnedMeshRenderer skinnedMeshRenderer, Sys...
来源: Laya_社区 发布时间: 20240111
...勾。 IOException: Sharing violation on path C:\xxxxxxxxxx\LayaScene_levels\Conventional\Assets\Game\mat\mat-red.lmat System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean ...
来源: Laya_社区 发布时间: 20200109
...n9 赞同来自: 你好!服务端用的什么语言呢?laya用的是js,as,ts哪一种呢 2017-10-26 0 0 分享 微博 QZONE 微信 wwyybb1 赞同来自: 你好。请问你的棋牌微信h5的ios声音问题解决方案是什么。 2017-10-30 0 0 分享 微博 QZONE 微信 jweilan 赞同来自:...
来源: Laya_社区 发布时间: 20170609
...该方案能顺带解决在低版本浏览器中支持 promise、await、async的问题。 在您的系统中已经安装了 Node.js 的前提下,只需要做两件事: 1)、Terminal 进入项目根目录,安装 tslibnpm install tslib 2)、修改项目的 tsconfig.json 配置文件为如下代...
来源: Laya_社区 发布时间: 20201223
...开始敲代码 AndroidManifest.xml<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.layabox.game" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="23" /> <uses-permission android:name="an...
来源: Laya_社区 发布时间: 20170722
...esult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): Promise<TResult1 | TResult2>; catch<TResult>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined ...
来源: Laya_社区 发布时间: 20180604
...的排版和渲染函数以实现自定义的富文本类型) */ export class Label extends Laya.Text { constructor() { super(); } private typeList = {}; //取出文本里面的关键字 private typeIndexList = ; //关键字所在文本的位置 private typeLines = ; //利用关键字重新划分文...
来源: Laya_社区 发布时间: 20180417