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

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

81. [0]laya-zip让你的游戏加载速度提升350%!! [ 39%]

[0]laya-zip让你的游戏加载速度提升350%!! 论坛不支持markdown排版,请移步:LayaZip   前言 laya-zip是一个用于laya引擎加载zip资源的扩展包,提供了友好和简单的API接口。与LayaTree一样,都使用Big AOP大切面理论进行设计,能够让游戏的...

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

82. [LayaAirIDE 2.0]TextInput真机输入时显示蓝色字,求解 [ 36%]

...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

83. [LayaAir3]LayaAir3.0UnityPlugin 导出出错 [ 35%]

...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

84. Layabox web 复制一段文字到剪贴板 [ 33%]

... 需要提示的具体内容      *  */     public static copy(str: string ,isAlertMsgId?:number ,isAlertMsgInfo?:string): boolean{         let re: boolean;         try {             let input = document.createElement("input");             input.value = str;           ...

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

85. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 27%]

...     private mDecorate:Decorate;//装饰器         private mHost: string;         private mPort: number;         private mConnected: boolean;         /** 开启*/         public static OPEN: string = "open";         /** 关闭*/         public static CLOSE: string = "c...

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

86. LAYABOX游戏实时语音之APP版本 [ 24%]

...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

87. 安装layaair2-cmd一直失败 [ 22%]

安装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

88. WebSocket通信 · LayaAir3.3 · 引擎文档 · LAYABOX [ 21%]

...(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

89. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 19%]

...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

90. dcc更新失效, 有代码, 100%复现, 三楼附临时解决办法 [ 18%]

dcc更新失效, 有代码, 100%复现, 三楼附临时解决办法 用附件里与cdn上的dcc描述文件, 可以发现 version.json hash已经发生变化 对应的缓存名叫 fe0aee13 然后我们进入游戏, 从log能看出, assetsid.txt下载成功, 并且对比assetsid不一致, 继续...

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