• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 411 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)

371. sprite.graphics.fillTexture 调用多次,如何在每次调用前清除sprite之前绘制的内容?(像cleanByTexture效果) [ 57%]

...果,效果执行完,弹窗无法关闭 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 List滑动条会引起单元格上的按钮点击后多次触发点击事件 刮刮卡效果实现 list 每次滑动,都是可以滑动一点点...

来源: Laya_社区 发布时间: 20170824

372. 关于怎么绘制小格 [ 57%]

...释放资源? 富文本下划线绘制bug drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 如何清除graphics绘制的矢量图 使用滤镜、遮罩、或者绘制频率很高的时候回出现黑屏闪烁 webgl 绘制graphics出报...

来源: Laya_社区 发布时间: 20180327

373. 绘制扇形时,出现了莫名的横线和竖线,遮罩里没有额,见图 [ 57%]

...图形以后,怎么删除释放资源? drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 问题状态 最新活动: 2018-07-23 21:2...

来源: Laya_社区 发布时间: 20180723

374. laya.display.Input_API3.0 [ 57%]

...ToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_height get_scaleX get_scaleY get_transform get_visible get...

来源: Laya3.0_api 发布时间: 20231115

375. laya.d3.math.BoundFrustum_API3.0 [ 57%]

...ght top Methods clone cloneTo containsBoundBox containsBoundSphere containsPoint equalsBoundFrustum equalsObj getCorners getPlane intersects get3PlaneInterPoint getPlanesFromMatrix Constructors constructor new BoundFrustum(matrix: Matrix4x4): BoundFrustum Defined in laya/d3/math/BoundFrustum.ts:143 ...

来源: Laya3.0_api 发布时间: 20231115

376. 2D物理-碰撞过滤器 [ 57%]

...ouse.addComponent(ChainCollider); chainCollider.loop = true; chainCollider.points = "600,50,100,200,100,600,1100,600,1100,200"; } private function createBox(posx, posy, width, height, ratio) { var box = new Sprite(); box.on(Event.MOUSE_DOWN, this, this.mouseDown); Laya.stage.addChild(box); box.pos(p...

来源: Laya2.0_示例 发布时间: 20241118

377. laya.ui.TextArea_API3.0 [ 56%]

...wToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get...

来源: Laya3.0_api 发布时间: 20231115

378. 关于graphics.fillTexture,该api只能填充矩形的,请问有其他方法能填充圆形的吗? [ 56%]

...:Number, width:Number = 0, height:Number = 0, type:String = repeat, offset:Point = null):void 用该方法实现图片填充效果,但是目前需要用圆形的,但是又找不到能用圆形填充api的方法,请问这个有办法能解决吗? 并且我在填充的时候可能会使用另...

来源: Laya_社区 发布时间: 20201105

379. list 中的scrollbar [ 56%]

...set=0;         this._checkElastic=false;         this._lastPoint || (this._lastPoint=new Point());         this._lastPoint.setTo(Laya.stage.mouseX,Laya.stage.mouseY);         Laya.timer.clear(this,this.tweenMove);         Tween.clearTween(this);      ...

来源: Laya_社区 发布时间: 20201118

380. 想绘制一个自适应得圆角矩形框,失败了,求解惑 [ 55%]

...于laya2.5d项目美术规范的问题哈 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 写了一个小塔防游戏,分享给初学的朋友们(ts版本)《二》 问题状态 最新活动: 2017-08-06 11:11 浏览: 1216 关注: 2 人

来源: Laya_社区 发布时间: 20170806