大约有 418 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0047 秒)
Laya_社区(172) Laya3.0_api(86) Laya2.0_api(57) laya_api(53) Laya2.0_文档(23) Laya2.0_示例(10) Laya_示例(9) Laya3.0_文档(8)
...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
...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
...:Number, width:Number = 0, height:Number = 0, type:String = repeat, offset:Point = null):void 用该方法实现图片填充效果,但是目前需要用圆形的,但是又找不到能用圆形填充api的方法,请问这个有办法能解决吗? 并且我在填充的时候可能会使用另...
来源: Laya_社区 发布时间: 20201105
...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
...于laya2.5d项目美术规范的问题哈 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 写了一个小塔防游戏,分享给初学的朋友们(ts版本)《二》 问题状态 最新活动: 2017-08-06 11:11 浏览: 1216 关注: 2 人
来源: Laya_社区 发布时间: 20170806
...图片大小? 富文本下划线绘制bug drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 请问Laya2里面的物理引擎怎么使用才能像向量那样往一个方...
来源: Laya_社区 发布时间: 20180704
...mpItem.setAnimated(true); arr.push(tempItem); // this.playAni(tempItem,new Point(0,-20),0); } } 然后这是itemUI类里的方法 private var animate:Boolean; public function setAnimated(b:Boolean):void { animate=b if(animate) { startAnimated(); } } private var num:int=20; private function startA...
来源: Laya_社区 发布时间: 20180524
...onCollider4 = this.sp.addComponent(Laya.PolygonCollider); polygonCollider4.points = "429,1094,433,1094,440,1094,442,1094,446,1094,448,1094,450,1094,454,1094"; 创建2D多边形碰撞体后,页面上不显示,也影响其他碰撞体显示 控制台没有报错。 附件 : --> 2022-11-24 添...
来源: Laya_社区 发布时间: 20221124
...图形以后,怎么删除释放资源? drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 富文本下划线绘制bug Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! clip清除一遍资源后再...
来源: Laya_社区 发布时间: 20180611
...i动画执行的不是按中心点执行的 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 Graphic.drawTextures,第二个参数 pos:Array — 绘制次数和坐标,怎么写啊, 小游戏开放数据域下使用Laya.List绘制了排...
来源: Laya_社区 发布时间: 20170922