大约有 411 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0068 秒)
Laya_社区(167) Laya3.0_api(86) Laya2.0_api(57) laya_api(53) Laya2.0_文档(23) Laya2.0_示例(10) Laya_示例(9) Laya3.0_文档(6)
...width, Laya.stage.height), Handler.create(this, this.mapLoaded), null, new Point(1600, 800)); } private mapLoaded(): void { let _mapSprite = this.tiledMap.mapSprite(); _mapSprite.mouseEnabled = true; _mapSprite.hitTestPrior = true; Laya...
来源: Laya_社区 发布时间: 20220929
...点3d射线碰撞和UI点击穿透的问题 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 3d显示对象克隆体超出舞台不再显示的bug2.1.0.btea1 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 怎么获取...
来源: Laya_社区 发布时间: 20180703
...个新的 Sprite 对象用于加载并显示此图片。 Sprite fromParentPoint(point:Point):Point 将父容器坐标系坐标转换到本地坐标系。 Sprite getBounds():Rectangle 获取本对象在父容器坐标系的矩形显示区域。 注意: 1.计算量较大,尽量少用,如果需...
来源: laya_api 发布时间: 20170929
...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
...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
...度。 Returns DrawCircleCmd drawCurves drawCurves(x: number, y: number, points: any[], lineColor: any, lineWidth?: number): DrawCurvesCmd Defined in laya/display/Graphics.ts:516 绘制一系列曲线。 Parameters x: number 开始绘制的 X 轴位置。 y: number 开始绘制的 Y 轴位置。 poi...
来源: Laya3.0_api 发布时间: 20231115
...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
...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
...个新的 Sprite 对象用于加载并显示此图片。 Sprite fromParentPoint(point:Point):Point 将父容器坐标系坐标转换到本地坐标系。 Sprite getBounds():Rectangle 获取本对象在父容器坐标系的矩形显示区域。 注意: 1.计算量较大,尽量少用,如果需...
来源: laya_api 发布时间: 20170929
... ![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