大约有 1,141 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0049 秒)
Laya_社区(992) Laya3.0_api(66) Laya_示例(33) Laya2.0_示例(32) Laya2.0_文档(6) laya_api(4) Laya3.0_文档(4) Laya2.0_api(4)
...显示的问题 关于主程序过大的问题 (此问题已经无效) graphics alpha 问题 问题状态 最新活动: 2017-04-10 13:46 浏览: 2562 关注: 3 人 cuixueying • 2017-04-11 14:16 可以把你能运行的例子直接附件上传下吗? a852388396 • 2017-04-12 20:03 公司代...
来源: Laya_社区 发布时间: 20170410
...于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 graphics alpha 问题 问题状态 最新活动: 2016-01-10 18:19 浏览: 3310 关注: 4 人 govenlive • 2016-01-10 17:19 我是按照AS3的TCP来写啊,我上面说了,转H5后再PC端是正常接收的,但如果是...
来源: Laya_社区 发布时间: 20160110
...下 我这样载入场景问题出现在哪呢?? ios原生回调问题 graphics alpha 问题 问题状态 最新活动: 2023-09-06 09:59 浏览: 3138 关注: 2 人 Laya_phhh • 2023-09-06 10:09 你上传的emo打印出来的也是material类型啊 终点其实是起点。 • 2023-09-06 08:51 ...
来源: Laya_社区 发布时间: 20230905
...s.prizeAlertLayer.size(W, H); let bg = new Sprite(); bg.alpha = 0.8; bg.graphics.drawRect(0,0,W,H,"#000000"); this.prizeAlertLayer.addChild(bg); this.prizeAlertLayer.addChild(Main.items["prizeinfo"]); Laya.stage.addChild(this.prizeAlertLayer); this.prizeAlertLayer.visible = false; 附件 : -->...
来源: Laya_社区 发布时间: 20180601
...is.loadedMap)); } loadedMap(){ this.sp=new Laya.Sprite(); this.sp.graphics.drawRect(0,0,100,100,"#FF0000"); var mapLayer = this.tiledMap.getLayerByIndex(1); console.info(mapLayer.layerName); this.sp.pos(0,0); mapLayer._childs[0].addChild(this.sp); } } new GameInfo(); ...
来源: Laya_社区 发布时间: 20171125
...xture = Laya.loader.getRes("start/sg.png"); var sp = new Laya.Sprite(); sp.graphics.drawTexture(texture,0,0); Laya.stage.addChild(sp); var ani: Laya.Animation = new Laya.Animation(); ani.loadAtlas("res/start.json"); // 加载图集动画 ani.interval = 30; // 设置播放间隔(单位:毫秒) ...
来源: Laya_社区 发布时间: 20170329
....8 json图集加载问题 我这样载入场景问题出现在哪呢?? graphics alpha 问题 HTMLDivElement 2.0 排版问题 问题状态 最新活动: 2018-08-03 11:19 浏览: 1150 关注: 2 人 清水煮豆 • 2018-08-06 21:10 let str ="&nbsp;&nbsp;&nbsp;<span style='color...
来源: Laya_社区 发布时间: 20180731
...ar ani:Animation = new Animation(); ani.loadAnimation("role.ani"); var gra:Graphics = ani.frames[0]; var texture:Texture = gra._one[0];//取得纹理 //如何取得纹理的pivotX和pivotY 如何取得role.ani配置中的pivotX和pivotY 2018-02-03 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20180203
...); maskSP = new Sprite(); maskSP.graphics.drawPath(0, 0,maskSPArr, {fillStyle: "#00ffff"}); bg.mask = maskSP; Laya.stage.addChild(maskSP); 显示出来的遮罩比画的图形多了一块 在线等答复 各个大大们 附件 : -...
来源: Laya_社区 发布时间: 20161116
... TypeError: Class constructor Sprite cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function Cannot read property 'events' of undefined 引擎SWF动画示例,提示 TypeError: MovieClip is not a constructor Uncaught TypeErro...
来源: Laya_社区 发布时间: 20190418