大约有 1,381 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0061 秒)
Laya_社区(1147) Laya2.0_文档(93) Laya2.0_api(64) laya_api(53) Laya3.0_文档(13) Laya3.0_api(10) Laya2.0_示例(1)
... export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler...
来源: Laya_社区 发布时间: 20180724
在layaCanvas上放一个同层级,z-index更高的div,会导致此div内容模糊? 网页上原有两个div,z-index是2和3,之后使用window.eval动态执行Main.max.js,又创建了一个layaContainer。 原有的两个div可以成功的遮挡住下面的layaContainer 但是问题是...
来源: Laya_社区 发布时间: 20171109
...是1.x的介绍,2.0已经没有code.js,项目自己生成了game.js和index.js,但是这样导出的开放域代码,放到主域的时候,会报lib加载的错误。有哪位能够告诉下改怎么设置吗? 2018-10-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20181019
(本地IDE中)Laya游戏项目,通过index.html在chrome中打开会各种报错,使用IDE的运行按钮打开则是正常的,请问这个问题怎么解决??? Laya游戏项目,通过index.html在chrome中打开会各种报错,使用IDE的运行按钮则打开是正常的,请...
来源: Laya_社区 发布时间: 20180205
LayaNative 去访问LayaAir的index.html有一段时间的黑屏 index.html中的背景图比较大,比上面的登录按钮出现的要晚,页面显示分层了,有什么好的解决办法没?谢谢。 2017-12-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20171227
...ple { private var img:Sprite ; private var index:int ; public function LayaSample() { //初始化引擎 Laya.init(600, 300); img = new Sprite(); ...
来源: Laya_社区 发布时间: 20170918
...片 for (var i = 0; i < 8; i++) { for (var j = 0; j < 3; j++) { var index = 8 * j + i card[index] = new Laya.Sprite(); Laya.stage.addChild(card[index]); card[index].name = index; card[index].graphics.drawRect(0, 0, 80, 120, null, "#000000", 2); card[index].graphics.loadImage("linkgame_card.jpg...
来源: Laya_社区 发布时间: 20160623
... export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler...
来源: Laya_社区 发布时间: 20170215
...如果主包里面的libs有的放在了分包记得需要修改主包的index.js,最好将主包的bundle.js改个名字,例如main.js.同时记得修改index.js最后loadLib 4. sub1里面的bundle.js ,libs最好的主包的目录结构保持一致,方便后面更新,sub1里面最终需要js/...
来源: Laya_社区 发布时间: 20190608
在代码中我调用了list里的tweenTo(index)方法 请问这个问题,怎么解决,下面有图可看 ......在代码中我调用了list里的tweenTo(index)方法,当index足够大时(30以上),list界面就会是个空白,当我用鼠标拖动list时,那些图片就会渲染出...
来源: Laya_社区 发布时间: 20180723