大约有 407 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0191 秒)
Laya_社区(163) Laya3.0_api(86) Laya2.0_api(57) laya_api(53) Laya2.0_文档(23) Laya2.0_示例(10) Laya_示例(9) Laya3.0_文档(6)
...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_示例 发布时间: 20241124
...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
...图形以后,怎么删除释放资源? drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 问题状态 最新活动: 2018-07-23 21:2...
来源: Laya_社区 发布时间: 20180723
...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
...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
...:Number, width:Number = 0, height:Number = 0, type:String = repeat, offset:Point = null):void 用该方法实现图片填充效果,但是目前需要用圆形的,但是又找不到能用圆形填充api的方法,请问这个有办法能解决吗? 并且我在填充的时候可能会使用另...
来源: Laya_社区 发布时间: 20201105
...于laya2.5d项目美术规范的问题哈 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 写了一个小塔防游戏,分享给初学的朋友们(ts版本)《二》 问题状态 最新活动: 2017-08-06 11:11 浏览: 1216 关注: 2 人
来源: Laya_社区 发布时间: 20170806
...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
...图片大小? 富文本下划线绘制bug drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 请问Laya2里面的物理引擎怎么使用才能像向量那样往一个方...
来源: Laya_社区 发布时间: 20180704
...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