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

大约有 663 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)

21. UI-Tree [ 94%]

..., 300); tree.x = (Laya.stage.width - tree.width) / 2; tree.y = (Laya.stage.height - tree.height) / 2; Laya.stage.addChild(tree); } } const Box = Laya.Box, Clip = Laya.Clip, Label = Laya.Label; // 此类对应的json对象: // {"child": [{"type": "Clip", "props": {"x": "13", "y": "0", "left": "12",...

来源: Laya2.0_示例 发布时间: 20241117

22. 分享一个Graphics画圆角矩形的封装 [ 93%]

...        * @param width  矩形宽度。          * @param height 矩形高度。          * @param round     矩形圆角半径。          * @param fillColor 填充颜色,或者填充绘图的渐变对象。          * @param lineColor (可选)...

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

23. laya.display.Graphics_API3.0 [ 93%]

...回收 Returns void clipRect clipRect(x: number, y: number, width: number, height: number): ClipRectCmd Defined in laya/display/Graphics.ts:304 设置剪裁区域,超出剪裁区域的坐标不显示。 Parameters x: number X 轴偏移量。 y: number Y 轴偏移量。 width: number 宽度。 heig...

来源: Laya3.0_api 发布时间: 20231115

24. UI-Clip [ 93%]

...n); bg.size(224, 302); bg.pos(Laya.stage.width - bg.width >> 1, Laya.stage.height - bg.height >> 1); Laya.stage.addChild(bg); } function createTimerAnimation() { counter = new Clip(clipSkin, 10, 1); counter.autoPlay = true; counter.interval = 1000; counter.x = (Laya.stage.width - counter.width) / 2 ...

来源: Laya_示例 发布时间: 20241117

25. laya.ui.AutoBitmap [ 93%]

...w Inherited Public Properties PropertyDefined By cmds : ArrayGraphics  height : Number 表示显示对象的高度,以像素为单位。 AutoBitmap  sizeGrid : Array 当前实例的有效缩放网格数据。 如果设置为null,则在应用任何缩放转换时,将正常缩放整个显示...

来源: Laya2.0_api 发布时间: 20190513

26. 滤镜-颜色滤镜 [ 93%]

...// 不支持WebGL时自动切换至Canvas Laya.init(Browser.width, Browser.height, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load(apePath, Laya.Handler.create(this, t...

来源: Laya2.0_示例 发布时间: 20241117

27. 在安卓手机上drawToTexture不能正确返回纹理对象,是HTMLCanvas [ 93%]

...Sprite.drawToTexture(dragCom,Laya.SpriteConst.TEXTURE,bounds.width, bounds.height, -bounds.x + view.x, -bounds.y + view.y); this._agent.graphics.drawTexture(this._agentTexture, (this._agent.width - bounds.width) * 0.5, (this._agent.height - bounds.height) * 0.5);   }   附件 : --> 2021-09-11 添...

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

28. UI-Clip [ 93%]

...n); bg.size(224, 302); bg.pos(Laya.stage.width - bg.width >> 1, Laya.stage.height - bg.height >> 1); Laya.stage.addChild(bg); } createTimerAnimation() { const Clip = Laya.Clip; this.counter = new Clip(clipSkin, 10, 1); Laya.stage.addChild(this.counter); this.counter.autoPlay = true; this.counter.int...

来源: Laya2.0_示例 发布时间: 20241117

29. 真机测试时 有3d模型的界面尺寸就会错乱 [ 93%]

...modelPnl.localToGlobal(new Laya.Point(this._modelPnl.width, this._modelPnl.height))         let w = x2 - x         let h = y2 - y         let bounds = new Laya.Rectangle(x, y, w, h)          let view = new ModelView(bounds, 130, 6, 65)         this._modelPnl.addCh...

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

30. laya.ani.GraphicsAni_API3.0 [ 92%]

...回收 Returns void clipRect clipRect(x: number, y: number, width: number, height: number): ClipRectCmd Inherited from Graphics.clipRect Defined in laya/display/Graphics.ts:304 设置剪裁区域,超出剪裁区域的坐标不显示。 Parameters x: number X 轴偏移量。 y: number Y 轴偏移...

来源: Laya3.0_api 发布时间: 20231115