大约有 779 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)
... btCollisionObject undefined View嵌套Dialog组件 ios原生回调问题 graphics alpha 问题 关于shader中opengl函数问题 问题状态 最新活动: 2017-11-13 10:18 浏览: 1056 关注: 2 人 zeorro • 2017-11-13 10:20 如果第一次运行没报错,麻烦刷新下就出现了 zeorro •...
来源: Laya_社区 发布时间: 20171110
...teFromTexture(texture,0,0,texture.sourceWidth/2,texture.height/2); IconSpr.graphics.drawTexture(temp,0,0,temp.sourceWidth,temp.height); temp.destroy(true); } 这样 一样会报错 熊猫大侠 • 2018-01-19 09:24 他销毁纹理 是销毁的 我的temp 还是把最初的texture 或者 直接 全...
来源: Laya_社区 发布时间: 20180118
...留白部分的颜色问题 关于removechild、destory、clear的问题 graphics alpha 问题 关于apk打包动画卡的问题 ios原生回调问题 请教下微信小游戏的内存和数据缓存? 问题状态 最新活动: 2018-07-04 14:41 浏览: 1080 关注: 2 人 顺圭 • 2018-07-04 14:4...
来源: Laya_社区 发布时间: 20180704
... Laya.Sprite { constructor() { super(); this.graphics.drawRect(0, 0, 1500, 1500, "#0000ff"); this.on(Laya.Event.CLICK, this, this.onclickTest); } onclickTest(): void { console.log("单击也没有效果, why !"); } } 2017...
来源: Laya_社区 发布时间: 20170822
...停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! graphics alpha 问题 横屏模式在锁定竖屏的iphone上不能正常显示的问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 as3 ,LayaAir下调试matter.js物理引擎出错。 问题...
来源: Laya_社区 发布时间: 20170908
...UI点击穿透的问题 我这样载入场景问题出现在哪呢?? graphics alpha 问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 横屏模式在锁定竖屏的iphone上不能正常显示的问题 问题状态 最新活动: 2019-01-06 21:27 浏览: 2729 关...
来源: Laya_社区 发布时间: 20181221
...it(600, 400); Laya.stage.bgColor="#eeffcc"; var sp:Sprite=new Sprite(); sp.graphics.drawRect(0,0,200,200,"#FF0000"); Laya.stage.addChild(sp); var timeLine:TimeLine=new TimeLine(); timeLine.on(Event.LABEL,this,onLabel); timeLine.addLabel("A",0).to(sp,{rotation:360},700) .addLabel("B",0).to(sp,{scaleY...
来源: Laya_社区 发布时间: 20161229
...299行, _dt() { var g = this.tips._graphics; g.clear(); g.fillText(this._tips[this.prei], -26, 0, this.fontstr, this.fc, "center"); g.fillText("(" + this.p + "%)", 1 / 2 * this._len[this.prei] - 26,...
来源: Laya_社区 发布时间: 20170518
...错 window is not defined TypeScript下HttpRequest发送Post请求有Bug? graphics alpha 问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 (此问题已经无效) 启动引擎报错 mPlugin.game_plugin_init(3); 官网示例摇一摇报错,就解决方案 导...
来源: Laya_社区 发布时间: 20180202
lineCap不起作用,什么原因了? line.graphics.drawPath(initX, initY, [ ["moveTo", 0, 0], ["lineTo", moveX - initX, moveY - initY], ["closePath"] ], { fillStyle: "#ffe400" }, { strokeStyle: "#ffe400", lineCap: "round", lineWidth: 14 }); 线可以画出来,但是两头圆角没生效。 20...
来源: Laya_社区 发布时间: 20170322