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

大约有 414 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0055 秒)

371. 在一个Panel中有子控件Lines,怎么在脚本中获取到这个Lines [ 57%]

...nes,怎么在脚本中获取到这个Lines   我想设置这个Lindes的Points   let lines = this.ower.Getxxx() as   转换成什么类型 2018-10-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron...

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

372. graphics绘制多边形并填充,边界的绘制方式有什么特别的吗? [ 57%]

...bug LayaAir下TTF字体的使用方式? drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 new Laya.Sprite();绘制图形以后,怎么删除释放资源? layaNative 接入SDK 用marketName 这种方式太绕了,官方能出个文档...

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

373. List下使用 localToGlobal 获取坐标错误 [ 57%]

...oGlobal 获取坐标错误 console.log(this.ui.List.localToGlobal(new Laya.Point(0, 0)));我想获取List下cell的坐标, 但是不管怎么拖动, 打印出来的数值都是一样的,不知道是使用错误还是哪里设置错误 2017-03-29 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

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

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

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

375. 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_示例 发布时间: 20251218

376. 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

377. 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

378. 绘制扇形时,出现了莫名的横线和竖线,遮罩里没有额,见图 [ 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

379. 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

380. 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