大约有 738 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0085 秒)
...开 LayaTree v1.0.3版本更新(2021.3.8) Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 请问下loader如何强制加载一个文件,避免浏览器的缓存 横屏模式在锁定竖屏...
来源: Laya_社区 发布时间: 20180108
...leEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getAniNameByIndex getAnimNum getBoneByName getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds get...
来源: Laya3.0_api 发布时间: 20231115
...t callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anc...
来源: Laya3.0_api 发布时间: 20231115
...t callLater clearTimer close contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getNodeByID getRepai...
来源: Laya3.0_api 发布时间: 20231115
...t callLater clearTimer close contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getNodeByID getRepai...
来源: Laya3.0_api 发布时间: 20231115
...leEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getAniNameByIndex getAnimNum getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint get...
来源: Laya3.0_api 发布时间: 20231115
...找到了 答案 getimagedata无法直接使用 1 需要先 c= Laya.stage.drawToCanvas(720,1280, 0,0) 2 然后 调用 t = new Trxture(c); t.getPixels(0,0, 720,1280) 希望官方对这种比较晦涩的的东西做一些说明,不然找来找去太麻烦了 分割线 ------直接调用getimagedata ...
来源: Laya_社区 发布时间: 20171201
...图片都报错 微信小游戏编译报错 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, app启动动画应该如何去掉 官网示例摇一摇报错,就解决方案 问题状态 最新活...
来源: Laya_社区 发布时间: 20190722
...utChild callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBo...
来源: Laya3.0_api 发布时间: 20231102
....graphics.clear(); if(htmlCanvas) htmlCanvas.clear(); htmlCanvas = iconSpr.drawToCanvas(iconSpr.width,iconSpr.height,0,0); if(!texture) texture = new Texture(htmlCanvas); else { texture.destroy(true); texture = new Texture(htmlCanvas); } IconSpr.graphics.drawTexture(texture); } private function onRu...
来源: Laya_社区 发布时间: 20180113