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

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

81. laya.resource.RenderTexture2D [ 86%]

...re2D  offsetY : Number[read-only] 获取offsetY RenderTexture2D  sourceHeight : Number[read-only] 获取高度。 RenderTexture2D  sourceWidth : Number[read-only] 获取宽度。 RenderTexture2D wrapModeU : int 获取纹理横向循环模式。 BaseTexture wrapModeV : int 获取纹理纵向...

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

82. laya.display.cmd.DrawCurvesCmd_API3.0 [ 86%]

...splay/cmd/DrawCurvesCmd.ts:10 Methods getBoundPoints getBoundPoints(sp?: { height?: number; width: number }): number[] Defined in laya/display/cmd/DrawCurvesCmd.ts:64 Parameters Optional sp: { height?: number; width: number } Optional height?: number width: number Returns number[] recover recover():...

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

83. 文本-禁止编辑 [ 86%]

...// 不支持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"; this.createInput(); } createInput() { const Input = L...

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

84. 输入设备-指南针 [ 86%]

...adImage(compassImgPath); compassImg.pivot(compassImg.width / 2, compassImg.height / 2); compassImg.pos(Laya.stage.width / 2, 400); } function drawUI() { var canvas = new Sprite(); Laya.stage.addChild(canvas); canvas.graphics.drawLine(compassImg.x, 50, compassImg.x, 182, "#FFFFFF", 3); canvas.graphic...

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

85. Slider控件的标签不居中 [ 86%]

...xt(_value + ""); if (isVertical) { label.x = _bar._x + 20; label.y = (_bar.height - label.height) * 0.5 + _bar._y; } else { label.y = _bar._y - 20; label.x = (_bar.width - label.width) * 0.5 + _bar._x; } } }在Slider类里面显示改变标签使用的是label.textField.changeText,导致label不...

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

86. 输入设备-指南针 [ 86%]

...adImage(compassImgPath); compassImg.pivot(compassImg.width / 2, compassImg.height / 2); compassImg.pos(Laya.stage.width / 2, 400); } createDirectionIndicator() { const Sprite = Laya.Sprite; directionIndicator = new Sprite(); Laya.stage.addChild(directionIndicator); directionIndicator.alpha = 0.8; di...

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

87. 屏幕适配-自动横屏 [ 86%]

...ize = 50; text.x = Laya.stage.width - text.width >> 1; text.y = Laya.stage.height - text.height >> 1; Laya.stage.addChild(text); } })();module laya { import Stage = Laya.Stage; import Text = Laya.Text; import WebGL = Laya.WebGL; export class SmartScale_Landscape { constructor() { // 不支持WebGL...

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

88. 屏幕适配-自动竖屏 [ 86%]

...ize = 50; text.x = Laya.stage.width - text.width >> 1; text.y = Laya.stage.height - text.height >> 1; Laya.stage.addChild(text); } })();module laya { import Stage = Laya.Stage; import Text = Laya.Text; import WebGL = Laya.WebGL; export class SmartScale_Portrait { constructor() { // 不支持WebGL时...

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

89. 文本-字数限制 [ 85%]

...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"; createInput(); })(); function createInput() { var inp...

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

90. laya.display.cmd.DrawCircleCmd_API3.0 [ 85%]

...splay/cmd/DrawCircleCmd.ts:10 Methods getBoundPoints getBoundPoints(sp?: { height?: number; width: number }): number[] Defined in laya/display/cmd/DrawCircleCmd.ts:80 Parameters Optional sp: { height?: number; width: number } Optional height?: number width: number Returns number[] recover recover():...

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