大约有 20 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0029 秒)
...在这里 http://ask.layabox.com/question/4533 问过,使用Laya.Render._mainCanvas.source.style来设置canvas的属性,这个方法可以,不会发生偏移,但是无法放到我要的位置啊,具体请看图,这问题搞了2天了,求指导 附件 : --> 2017-08-18 添加评论 ...
来源: Laya_社区 发布时间: 20170818
...去设置你画布的位置,不要去直接改变节点属性,Render._mainCanvas.source.style.left = "300px"; 2017-05-16 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 chensa222 相关问题 救命!canvas定位后 点击区域偏...
来源: Laya_社区 发布时间: 20170516
....stage.addChild(sp); } private function onClick(event:Event):void{ Render._mainCanvas.source.style.left = "100px"; Render._mainCanvas.source.style.top = "100px"; trace("onClick"); } } } 就这么一段简单的代码,求指点怎么改变位置后不改变点击区域 2017-12-26 添加评论 免...
来源: Laya_社区 发布时间: 20171226
...问题,官方给出的结论是使用下面方法进行移动。Render._mainCanvas.source.style.left = x+"px"; Render._mainCanvas.source.style.top = y+"px"; 但是现在发现这个方法如果是在初始话的时候调用是没有问题的,但是如果中途调用这个,就是失去一部分...
来源: Laya_社区 发布时间: 20171227
嵌入自己的div后,原来的点击位置都点击不了了 Render._mainCanvas.source.style.left=x+"px"; Render._mainCanvas.source.style.top=y+"px"; 使用这个方法设置位置后,点击区域全部失效了。 求大神指点一下,如何动态改变canvas的坐标,不会使点击区...
来源: Laya_社区 发布时间: 20171226
... http://ask.layabox.com/question/6504 很类似。 Render._mainCanvas.source.style.left = "300px"; Render._mainCanvas.source.style.top = "300px"; 这个也不是很好使! 2018-09-11 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20180911
...边,引擎有没有提供快捷的方法? 我试过直接设置Render._mainCanvas.source.style.top但是游戏的下方会超出屏幕 2018-05-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Apple 赞同来...
来源: Laya_社区 发布时间: 20180504
... Laya.stage.bgColor = "#ffffff"; console.log(Laya.Render._mainCanvas); Laya.Render._mainCanvas.source.style.top = "50px"; this.setup(); const parent = document.getElementById("preview"); const child = document.getElementById("layaContai...
来源: Laya_社区 发布时间: 20201130
...的准确位置,则需要对Canvas进行初始化定位。 Laya.Render._mainCanvas.source.style.left = "190px"; Laya.Render._mainCanvas.source.style.top = "90px"; 因为我们的页面布局都是使用DIV+CSS布局的,而这种方法需要使用JS来动态计算Canvas尺寸、坐标,感...
来源: Laya_社区 发布时间: 20170927
...内容相关的链接 提交 1 个回复 cuixueying 赞同来自: Render._mainCanvas.source.style.left = "300px"; Render._mainCanvas.source.style.top = "300px"; 你不要手动去该layaAir canvas标签的属性,在代码里通过上面的代码调试canvas的位置试下! 2017-04-27 0 1 分享...
来源: Laya_社区 发布时间: 20170427