大约有 751 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0057 秒)
Laya_社区(524) Laya3.0_api(65) Laya2.0_api(59) laya_api(55) Laya2.0_文档(30) Laya3.0_文档(8) Laya2.0_示例(5) Laya_示例(5)
...辑了图片 执行代码说加载不出来资源 这个是怎么回事? graphics alpha 问题 问题状态 最新活动: 2018-04-26 17:45 浏览: 1279 关注: 4 人 shiyang • 2018-04-26 17:47 好的,谢谢了,yung大神,我是你的粉丝· yung • 2018-04-26 18:02 哈哈 shiyang • 201...
来源: Laya_社区 发布时间: 20180425
...于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 graphics alpha 问题 写了个边缘光的自定义shader,有很多问题,帮忙看一下 问题状态 最新活动: 2016-12-28 12:27 浏览: 1406 关注: 2 人 daohu • 2016-12-28 12:52 @cuixueying 第一个问题:...
来源: Laya_社区 发布时间: 20161228
...RROR, this, this.onError); this.templet.loadAni(this.aniUrl); this.maskBox.graphics.drawRect(0,0,this.width,this.height,'#ffffff'); this.mask = this.maskBox; this.maskBox.alpha=0; // this.show(); } private parseComplete():void { //创建模式为1,可以启用换装 this.skeleton =this.templet.bui...
来源: Laya_社区 发布时间: 20180824
...景下,显示3D人物。,在做了坐标映射convertScreenCoordToOrthographicCoord 后,发现定位的定位点为x轴中心,y轴最下方。现在需要获取3d图像宽度,请问如何获取 2017-11-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20171117
...加载呢? IDE1.7.8 json图集加载问题 laya怎么跨域加载图片 graphics alpha 问题 本地调试加载本地图片都报错 小游戏项目 加载有中文的json文件 报错 问题状态 最新活动: 2017-08-31 20:13 浏览: 2074 关注: 3 人 aaawanxiao • 2017-08-21 14:32 感觉没...
来源: Laya_社区 发布时间: 20170124
...于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 graphics alpha 问题 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 问题状态 最新活动: 2019-04-13 17:51 浏览: 2643 关注: 4 人 Laya_Aaron • 2018-08-10 10:57 我们插件也是这么做...
来源: Laya_社区 发布时间: 20180728
...width, bounds.height, -bounds.x + view.x, -bounds.y + view.y); this._agent.graphics.drawTexture(this._agentTexture, (this._agent.width - bounds.width) * 0.5, (this._agent.height - bounds.height) * 0.5); } 附件 : --> 2021-09-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20210911
...这段代码有什么问题? let s: Laya.Sprite = new Laya.Sprite(); s.graphics.drawRect(10, 10, 580, 470, "#000000"); s.pos(0,0); console.log("=mask container=>>", s.width, s.height)//打印出是0,0 this.scrollContainer.mask = s;//scrollContainer是一个有宽高的Box...
来源: Laya_社区 发布时间: 20180720
...); 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"); card[index].size(80, 120); card[index].pos(10 + 100 * i, 130 + 140 * j); card[index].on(Laya.Event.CLICK, this, functi...
来源: Laya_社区 发布时间: 20160623
... var rankTex:Texture = new Texture(Browser.window.sharedCanvas); rankSpr.graphics.drawTexture(rankTex, 5, 78, rankTex.width, rankTex.height); 排行的所有逻辑都是在子域项目里做的是吗,那如何从排行榜返回主游戏界面呢?子域应该是不能去调主域程序的吧。 2...
来源: Laya_社区 发布时间: 20180828