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

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

51. 绘制图形 · LayaAir3.0文档 · LAYABOX [ 90%]

...m y 开始绘制的 Y 轴位置。 * @param width 矩形宽度。 * @param height 矩形高度。 * @param fillColor 填充颜色,或者填充绘图的渐变对象。 * @param lineColor (可选)边框颜色,或者填充绘图的渐变对象。 * @param lineWidth (可选)边框宽度。 *...

来源: Laya3.0_文档 发布时间: 20241014

52. 鼠标交互-拖动 [ 90%]

...WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); Laya.loader.load(ApePath, Handler.create...

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

53. 绘画圆角矩形的工具,直接用,不用自己去算 [ 90%]

...置 * @param y 开始绘制的y轴位置 * @param width 矩形宽 * @param height 矩形高 * @param roundRadius 圆角半径 * @param fillColor 填充颜色 * @param borderColor 边框填充颜色 * @param borderWidth 边框大小 * @return DrawPathCmd 对象 */ public static function drawRoundRect...

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

54. laya.utils.HTMLChar [ 90%]

... : String 字符。HTMLChar  charNum : Number 字符数量。HTMLChar  height : Number 高度。 HTMLChar  isWord : Boolean 表示是否是正常单词(英文|.|数字)。HTMLChar  style : CSSStyle CSS 样式。HTMLChar  width : Number 宽度。 HTMLChar  x : Number 此对象存储的 X ...

来源: laya_api 发布时间: 20170422

55. laya.d3.math.Viewport [ 90%]

...Viewport 类用于创建视口。 Public Properties PropertyDefined By  height : Number高度Viewport  maxDepth : Number最大深度Viewport  minDepth : Number最小深度Viewport  width : Number宽度Viewport  x : NumberX轴坐标Viewport  y : NumberY轴坐标ViewportPublic Methods  M...

来源: laya_api 发布时间: 20170929

56. 音频-播放演示 [ 90%]

...// 不支持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"; Stat.show(); this.setup(); } setup() { const Event = ...

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

57. 分享,扩展Laya.Text组件实现简单的富文本 [ 90%]

...g = this.padding; var startX = padding[3]; var textAlgin = "left"; var lineHeight = this.leading + this._charSize.height; var tCurrBitmapFont = this._currBitmapFont; if (tCurrBitmapFont) { lineHeight = this.leading + tCurrBitmapFont.getMaxHeight(); }; var startY = padding[0]; if (this._height > 0...

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

58. _calculateCacheRect函数有bug [ 89%]

...ec.width + CacheStyle.CANVAS_EXTEND_EDGE * 2;                 tRec.height = tRec.height + CacheStyle.CANVAS_EXTEND_EDGE * 2;                 tRec.x = tRec.x - sprite.pivotX;                 tRec.y = tRec.y - sprite.pivotY;                 tRec.x = tRec.x - CacheStyle....

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

59. laya.display.cmd.DrawImageCmd_API3.0 [ 89%]

...ss DrawImageCmd 绘制图片 Hierarchy DrawImageCmd Index Properties color height texture width x y ID Methods recover Properties color color: number = 4294967295 Defined in laya/display/cmd/DrawImageCmd.ts:34 (可选)绘图颜色 height height: number Defined in laya/display/cmd/DrawImageCmd.ts...

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

60. laya.resource.NativeContext_API3.0 [ 89%]

...wTextureM _drawTextureM(tex: Texture, x: number, y: number, width: number, height: number, transform: Matrix, alpha: number, uv: any[] | null): void Defined in laya/resource/NativeContext.ts:375 Parameters tex: Texture x: number y: number width: number height: number transform: Matrix alpha: number ...

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