大约有 584 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0058 秒)
Laya_社区(419) Laya3.0_api(61) Laya2.0_示例(32) Laya_示例(31) Laya2.0_文档(30) Laya3.0_文档(8) laya_api(2) Laya2.0_api(1)
...颜色显示不正确 laya如何实现图片变暗滤镜 如何给Sprite的graphics绘制的线条添加发光滤镜? Tween.to时添加滤镜 HTMLDivElement使用滤镜时显示异常 某些机型drawToCanv绘图颜色变深 问题状态 最新活动: 2018-10-06 15:18 浏览: 1297 关注: 4 人
来源: Laya_社区 发布时间: 20180930
... constructor() { super(); var _fish: Laya.Sprite = new Laya.Sprite() _fish.graphics.drawRect(this.are.x, this.are.y, this.are.width, this.are.height, "#00ff00"); _fish.x = 300 _fish.y = 200 this.addChild(_fish); Laya.timer.loop(100, this, function () { console.log(_fish.x, _fish.y, _fish.width, _fis...
来源: Laya_社区 发布时间: 20180315
...ection === 0) { gridSprite.graphics.drawImage(tTileTexSet.texture, tX + tTileTexSet.offX, tY + tTileTexSet.offY); // } // else { ...
来源: Laya_社区 发布时间: 20220627
...a.Image(); this.img.loadImage("url"); const mask = new Laya.Sprite(); mask.graphics.drawCircle(75, 75, 75, "#ffffff"); this.img.mask = mask; this.img.pos(Laya.stage.width / 2, Laya.stage.height / 2); Laya.stage.addChild(this.img); 附件 : --> 2017-01-06 添加评论 免费帖 --> 分享 微博 QZON...
来源: Laya_社区 发布时间: 20170106
...exture(sp.drawToCanvas(sp.width,sp.height,0,0)) sp.graphics.clear() sp.graphics.destroy() tex.destroy() tex.disposeBitmap() tex.bitmap.releaseResource(); } 每次调用都不会刷...
来源: Laya_社区 发布时间: 20190120
...分别是什么? 怎么获得 Laya.init canvas 的缩放值? 用sprite.graphics绘制一个矩形 这个矩形对象不能获得鼠标事件的么? drawToCanvas获得的webglcanvas怎么缩小 VBOX HBOX 的文档太少了,都不知道这两个怎么用?到底和box有什么区别?不是...
来源: Laya_社区 发布时间: 20180113
..._proto.stroke (laya.js:17440) at RenderContext._drawLine (laya.js:4738) at GraphicsGL.__proto._renderAll (laya.js:987) at RenderSprite3D.__proto._graphics (laya.js:5234) at RenderSprite3D.RenderSprite._initRenderFun [as _fun] (laya.js:5466) at Sprite.__proto.render (laya.js:18990) at RenderSprite3D....
来源: Laya_社区 发布时间: 20171214
...点3d射线碰撞和UI点击穿透的问题 event自定义事件的问题 graphics alpha 问题 (此问题已经无效) 问题状态 最新活动: 2018-08-06 10:43 浏览: 1025 关注: 2 人
来源: Laya_社区 发布时间: 20180802
...UI点击穿透的问题 我这样载入场景问题出现在哪呢?? graphics alpha 问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 横屏模式在锁定竖屏的iphone上不能正常显示的问题 问题状态 最新活动: 2019-07-24 09:40 浏览: 603 关...
来源: Laya_社区 发布时间: 20190723
...rarchy Slider HSlider Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize changeHandler hitTestPrior isVertical mouseThrough name showLabel tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy allowClickBack alpha anchorX anchorY b...
来源: Laya3.0_api 发布时间: 20231115