大约有 553 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0059 秒)
Laya_社区(253) Laya3.0_api(90) Laya2.0_api(84) laya_api(67) Laya2.0_文档(30) Laya2.0_示例(11) Laya_示例(10) Laya3.0_文档(8)
...stage); init(); } private function init():void { _view = new Sprite(); var points:Array = [12,41, 0,72, 36,74, 76,72, 60,41, 36,-26, 12,41]; // 从0,0点开始画一个封闭的曲线 _view.graphics.drawCurves(0,0, points, "#ff0000", 15); Laya.stage.addChild(_view); _view.size(80, 100); _view.on(Eve...
来源: Laya_社区 发布时间: 20180319
...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
...问是什么问题呢 let { x, y } = this._modelPnl.localToGlobal(new Laya.Point(0, 0)) let { x: x2, y: y2 } = this._modelPnl.localToGlobal(new Laya.Point(this._modelPnl.width, this._modelPnl.height)) let w = x2 - x let h = y2 - y let bound...
来源: Laya_社区 发布时间: 20200401
...及通过摄像机从屏幕空间点去生成这个射线的方法viewportPointToRay()。 示例代码如下所示: /* ……省略若干代码 */ //创建一个屏幕点 let point = new Laya.Vector2(); //创建一个射线 Laya.Ray(射线的起点,射线的方向) let ray = new Laya.Ray(new Lay...
来源: Laya3.0_文档 发布时间: 20241014
... ![blob.png](img/4.png) (图9) 通过增加drawCurves的第三位points点集合的参数,我们可以让曲线更复杂一些,修改的示例代码如下: ```javascript //增加58, 100与78, 0坐标让曲线更复杂一些 sp.graphics.drawCurves(10, 58, [0, 0, 19, -100,...
来源: Laya2.0_文档 发布时间: 20210715
... ![blob.png](img/4.png) (图9) 通过增加drawCurves的第三位points点集合的参数,我们可以让曲线更复杂一些,修改的示例代码如下: ```typescript //增加58, 100与78, 0坐标让曲线更复杂一些 this.sp.graphics.drawCurves(10, 58, [0, 0, 19, -10...
来源: Laya2.0_文档 发布时间: 20210715
...etCorners getExtent getMax getMin setCenter setExtent setMax setMin containPoint merge Constructors constructor new Bounds(min?: Vector3, max?: Vector3): Bounds Defined in laya/d3/math/Bounds.ts:130 创建一个 Bounds 实例。 Parameters Optional min: Vector3 min 最小坐标 Optional max: Vector3...
来源: Laya3.0_api 发布时间: 20231115
... ![blob.png](img/4.png) (图9) 通过增加drawCurves的第三位points点集合的参数,我们可以让曲线更复杂一些,修改的示例代码如下: ```javascript //增加58, 100与78, 0坐标让曲线更复杂一些 sp.graphics.drawCurves(10, 58, [0, 0, 19, -100, 39,...
来源: Laya2.0_文档 发布时间: 20210714
...一致 var subW = 367; var subH = 440; var p = rankList.localToGlobal(new Point());//把排行榜坐标转成全局坐标 var oriMat=Laya.stage._canvasTransform; var mat = new Matrix(oriMat.a, 0, 0, oriMat.d, p.x * oriMat.a, p.y * oriMat.d); wx.postMessage({type: "resizeShared", url: "", data: {widt...
来源: Laya_社区 发布时间: 20180815
...hEnabled Accessors inst touchCount touchTarget touches Methods getNodeUnderPoint getSprite3DUnderPoint getSpriteUnderPoint handleKeys handleMouse handleTouch hitTest cancelClick getTouchPos hasKeyDown Constructors constructor new InputManager(): InputManager Defined in laya/events/InputManager.ts:48...
来源: Laya3.0_api 发布时间: 20231115