大约有 10,657 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0118 秒)
Laya_社区(10330) Laya2.0_文档(173) Laya3.0_api(69) Laya3.0_文档(55) Laya2.0_api(14) laya_api(14) Laya_示例(1) Laya2.0_示例(1)
...ndler); } private function createButton(label:String):Sprite { var w:int = 110; var h:int = 40; var button:Sprite = new Sprite(); button.size(w, h); button.graphics.drawRect(0, 0, w, h, "#FF7F50"); button.graphics.fillText(label, w / 2 , 8, "25px SimHei", "#FFFFFF", "center"); Laya.stage.addChild(bu...
来源: Laya_社区 发布时间: 20170406
... 报错 btCollisionObject undefined 问题状态 最新活动: 2019-05-23 11:09 浏览: 1126 关注: 2 人
来源: Laya_社区 发布时间: 20190522
...lt;--- Last few GCs ---> [8912:005A00C8] 319470 ms: Mark-sweep 982.8 (1183.0) -> 971.7 (1172.4) MB, 632.9 / 0.0 ms allocation failure GC in old space requested [8912:005A00C8] 320150 ms: Mark-sweep 971.7 (1172.4) -> 971.6 (1173.9) MB, 680.1 / 0.0 ms allocation failure GC in old space requ...
来源: Laya_社区 发布时间: 20191225
...算法导论(4)扩充的数据结构、动态有序统计和区间树 011课 算法导论(5)跳跃表 012课 平摊分析,表的扩增,势能方法 013课 竞争性分析,自组织表 014课 动态规划,最长公共子序列 015课 贪婪算法 016课 最短路径算法 017课 并...
来源: Laya_社区 发布时间: 20190212
...uthor": "GitHub", "license": "CC0-1.0", "devDependencies": { "electron": "^11.2.0", "electron-builder": "^22.9.1" }, "electronDownload":{ "mirror":"https://npm.taobao.org/mirrors/electron/" }, "build": { "appId": "com.lear.game1", "copyright":"Lear", "productName":"game1", "mac": { "target": [ "dmg"...
来源: Laya_社区 发布时间: 20210126
...ndler = Laya.Handler; import WebGL = Laya.WebGL; export default class Test_11_Sound { //声明一个信息文本 private txtInfo: Text; constructor() { this.setup(); } private setup(): void { var gap: number = 10; //创建一个Sprite充当音效播放按钮 var soundButton: Sprite = this.cr...
来源: Laya_社区 发布时间: 20190421
... 2018-08-03 10:10 其他有什么办法来实现呢? chen • 2019-03-21 11:39 @ntsjun:wx.createVideo(),小程序官网查下,api
来源: Laya_社区 发布时间: 20180802
...ded (laya.d3.js:15384) at EventHandler.__proto.runWith (laya.core.js:1156) at Loader.__proto.event (laya.core.js:911) at Loader.__proto.complete (laya.core.js:14555) at Loader.__proto.onLoaded (laya.core.js:14523) at EventHandler.__proto.runWith (laya.core.js:1155) ...
来源: Laya_社区 发布时间: 20180919
...换行bug的话, 也是同理。修改点击区域为多行rect 2019-06-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 ccyy-阿亮 赞同来自: 谢谢分享,我在项目中也遇到了这个问题,在你...
来源: Laya_社区 发布时间: 20190611
...戏,安卓设备加载场景黑屏 问题状态 最新活动: 2019-02-13 11:59 浏览: 1776 关注: 3 人 SkyWalker • 2019-02-13 12:06 我终于找到这个坑的原因了,并且解决了,楼上各位参考一下: 预加载时, url 参数用如下的写法 ,通过对象属性给 url字...
来源: Laya_社区 发布时间: 20180126