大约有 415 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
... (!oldO)return false;替换为if (!oldO||!oldO.configurable) return false; Context.zip 2017-06-28 1 2 分享 微博 QZONE 微信 cuixueying 赞同来自: 收到,我们测试下,谢谢反馈! 2017-06-28 0 0 分享 微博 QZONE 微信 xiaosong402 赞同来自: 按照2楼的可以修复,顺便...
来源: Laya_社区 发布时间: 20170628
... (ele=(childs [i]))._style.visible && ele.render(context,x,y); 2018-02-03 0 0 分享 微博 QZONE 微信 qian 赞同来自: 引擎示例 --2D--区块地图 --带动画的地图 百度地图是这样 但是你这个可能这样不行 你看一下示例 2018-02-03 0 1 分...
来源: Laya_社区 发布时间: 20180203
...画出来的矩形和文本var canvas:HTMLCanvas = Browser.canvas; var ctx:Context = canvas.getContext(); ctx.fillStyle = "red"; ctx.fillRect(120, 10, 150, 150,"red"); ctx.fillText("texttt",100,100,"","#ffffff","center"); console.log("draw complete"); 2017-05-02 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20170502
...回复 sata121 赞同来自: if( window.conch ) { var content=Laya.Browser.context; var width=800; var height=500; window.conch.captureScreen(function(content,width,height){ conch.saveAsPng( content,width,height,conch.getCachePath()+"/test.png" ); }) } 2018-02-27 0 5 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20180227
... 22:30:46.718 16366 16366 E libEGL : call to OpenGL ES API with no current context (logged once per thread) 21502-16 22:30:46.718 16366 16366 W LayaBox : JCTexture::freeGLResource thread error 21602-16 22:30:46.719 16366 16366 I chatty : uid=10164() identical 4 lines 21702-16 22:30:46.719 16366 1636...
来源: Laya_社区 发布时间: 20190227
...s://ask.layabox.com/question/40612 Ai文广 • 2019-01-05 16:21 又报错 context of null,你看下我传的这个图 Ai文广 • 2019-01-05 15:40 文档要是有用,就不来这儿提问了。。。。 糖果。 • 2019-01-05 15:57 @Ai文广:这是没有引用laya.filter.js这个类库 Ai文...
来源: Laya_社区 发布时间: 20190105
...时候有些机型出现字距太小,整行字挤压在一起,估计是context 在这些机型获取不了之类的问题。 我现在问题是,如何在laya内设置字距。 2019-02-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20190228
...: too many errors, no more errors will be reported to the console for this context. 但是在同一台手机上的qq浏览器、chrome上都是好的 这个是不是因为贴图太大了内存不够?有什么好的处理方法,或者有办法禁用Mipmap吗? 2018-03-30 添加评论 免费...
来源: Laya_社区 发布时间: 20180330
...当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在加速器上无法渲染。 注意不要在此函数内增加或删...
来源: laya_api 发布时间: 20170929
...import laya.display.Sprite; import laya.events.Event; import laya.resource.Context; import laya.utils.Browser; import laya.utils.HitArea; public class KouTu extends Sprite { private var box:Sprite; private var interactionArea:Sprite; private var maskArea:Sprite; private var guideContainer:Sprite; pr...
来源: Laya_社区 发布时间: 20170315