大约有 92 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0054 秒)
[0]laya-zip让你的游戏加载速度提升350%!! 论坛不支持markdown排版,请移步:LayaZip 前言 laya-zip是一个用于laya引擎加载zip资源的扩展包,提供了友好和简单的API接口。与LayaTree一样,都使用Big AOP大切面理论进行设计,能够让游戏的...
来源: Laya_社区 发布时间: 20211227
...uthReg extends ui.AuthRegUI { /** 密码临时存储 */ private _tmp_pwd: string = ""; /** 输入框数组 */ private _arrInput: Laya.TextInput = [this.input_nickname, this.input_mobile, this.input_password, this.input_repassword]; /** 标签数组 */ private _arrLabel: Laya.Label = [this.lb_nicknam...
来源: Laya_社区 发布时间: 20200410
...eSkinnerMesh (UnityEngine.SkinnedMeshRenderer skinnedMeshRenderer, System.String meshName, System.IO.FileStream fs, System.Int32 MaxBoneCount) (at ./Library/PackageCache/com.layaair.export-tool@0665d13336/Editor/Export/utils/MeshUitls.cs:397) MeshFile.SaveFile (System.Collections.Generic.Dictionary`...
来源: Laya_社区 发布时间: 20240111
... 需要提示的具体内容 * */ public static copy(str: string ,isAlertMsgId?:number ,isAlertMsgInfo?:string): boolean{ let re: boolean; try { let input = document.createElement("input"); input.value = str; ...
来源: Laya_社区 发布时间: 20181214
... private mDecorate:Decorate;//装饰器 private mHost: string; private mPort: number; private mConnected: boolean; /** 开启*/ public static OPEN: string = "open"; /** 关闭*/ public static CLOSE: string = "c...
来源: Laya_社区 发布时间: 20161109
...oid:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name"> <activity android:name="demo.MainActivity" android:screenOrientation="landscape" android:windowSoftInputMode="stateHidden|adjustPan" android:configChanges="keyboard|keyboardHidden|screenLayout|screenSiz...
来源: Laya_社区 发布时间: 20170722
安装layaair2-cmd一直失败 C:\Users\Administrator>npm i layaair2-cmd -g npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. C:\Users\Admini...
来源: Laya_社区 发布时间: 20200211
...(msg: any): void { console.log("接收到消息:"); if (typeof msg === "string") { console.log("文本数据:", msg); } else { console.log("接收到非字符串数据", msg); } // 清除输入缓存,避免残留数据 this.socket.input.clear(); } /** 连接关闭回调 */ private onSocketClos...
来源: Laya3.0_文档 发布时间: 20251010
...The network has changed I/0: connected type=1 W/EGL_emulation: eglSurfaceAttrib not implemented 3093 12436 D/OpenGLRenderer: Enabling debug mode 0 [ 12-18 14:33:06.311 2961: 2973 D/ ] HostConnection::get() New Ho...
来源: Laya_社区 发布时间: 20171218
dcc更新失效, 有代码, 100%复现, 三楼附临时解决办法 用附件里与cdn上的dcc描述文件, 可以发现 version.json hash已经发生变化 对应的缓存名叫 fe0aee13 然后我们进入游戏, 从log能看出, assetsid.txt下载成功, 并且对比assetsid不一致, 继续...
来源: Laya_社区 发布时间: 20190516