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

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

1. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 100%]

...没留下…… **/ interface ITextFormat { /** * 背景色 */ bgColor?: string; /** * 是否加粗 */ bold?: number; /** * 文本框背景色 */ borderColor?: string; /** * 文本颜色 */ color?: string; /** * 字体 */ font?: string; /** * 字体大小 */ fontSize?: number; /** * 是否为斜体 ...

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

2. LAYABOX游戏实时语音之APP版本 [ 96%]

...roid: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|screenSi...

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

3. 引擎重写了String的substr方法 [ 95%]

引擎重写了String的substr方法 引擎重写了String的substr方法,导致会和其他的第三方库一起使用会有问题 2018-04-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自...

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

4. 关于微信小游戏加载 ls和lh资源文件被认为是string而不是json对象问题 [ 95%]

关于微信小游戏加载 ls和lh资源文件被认为是string而不是json对象问题 今天适配微信小游戏的时候出现一个现象就是无法正常加载ls lh 文件,运行时会出现下边报错   然后断点一下这个位置的    data的数据是个string   在正常的c...

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

5. LayaAir3DConvertTools [ 95%]

...ets/Main-dat:yunlong System.IO.Directory.CreateDirectoriesInternal (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Directory.cs:131) System.IO.Directory.CreateDirectory (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System....

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

6. 怎样获取浏览器地址传过来的GET参数 [ 92%]

...常多代码,直接拿来用private function getGet():Object { var url:String = __JS__('window.document.location.href.toString()'); var u:* = url.split("?"); if (u[1] is String) { u = u[1].split("&"); var gets:Object = {}; for (var i:String in u) { var j:String = u[i].split("="); gets[j[0]] = ...

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

7. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 92%]

...r socket:Socket=null; private var list:Array=; public function Connect(url:String):void { socket=new Socket(); socket.on(Event.OPEN, this, onSocketOpen); socket.on(Event.CLOSE, this, onSocketClose); socket.on(Event.MESSAGE, this, onMessageReveived); socket.on(Event.ERROR, this, onConnectError); sock...

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

8. 导出带骨骼动画的模型时报错,unity5.6.3p4 64bit,插件LayaAirUnityPlugin 1.7.14 [ 91%]

... present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150) LayaExport.DataManager.saveLaniDa...

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

9. Flash Base64Encoder 编译出来的Base64 String Laya的Sprite.loadImage()可以加载不? [ 91%]

Flash Base64Encoder 编译出来的Base64 String Laya的Sprite.loadImage()可以加载不? Flash Base64Encoder 编译出来的Base64 String字符串 Laya的Sprite.loadImage()可以用不? 2017-11-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

10. 内存释放问题 [ 91%]

...IModuleManager { /** * 模块资源路径 */ private static moduleResPath: string = 'res/atlas/{0}.json'; /** * 模块的资源名称和模块的主面板(模块的主面板类全名,模块资源图集名称[]) * @type {Laya.Dictionary} * @memberof ResourcesModuleManager */ public static poolM...

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