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

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

241. laya.resource.Texture2DArray_API3.0 [ 82%]

...destroyed dimension filterMode format gammaCorrection gammaSpace gpuMemory height id maxMipmapLevel mipmap mipmapCount obsolute referenceCount width wrapModeU wrapModeV wrapModeW cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory dest...

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

242. 计时器-延迟执行 [ 82%]

...// 不支持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_示例 发布时间: 20251209

243. laya.device.media.HtmlVideo_API3.0 [ 81%]

...ely lock name url uuid video DEBUG Accessors cpuMemory destroyed gpuMemory height id obsolute referenceCount width cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event getVideo hasListener isCreateFromURL off offAll offAll...

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

244. 关于微信小游戏的开放数据域,请问如何将开放数据域的canvas绘制到layaair的image上? [ 81%]

... 。。 赞同来自: sharedCanvas.width = width*pixelRatio; sharedCanvas.height = height*pixelRatio; sendMessage({ mission: Mission.RESIZE, width:width, height: height });  wx.onTouchStart(onTouchStart); wx.onTouchMove(onTouchMove); wx.onTouchEnd(onTouchEnd); wx.onTouchCancel(onTouchCancel);  var...

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

245. laya.resource.RenderTextureCube_API3.0 [ 81%]

...t gammaCorrection gammaSpace generateDepthTexture generateMipmap gpuMemory height id isCube maxMipmapLevel mipmap mipmapCount multiSamples obsolute referenceCount samples width wrapModeU wrapModeV wrapModeW bindCanvasRender cpuMemory currentActive gpuMemory Methods _addReference _clearReference _end...

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

246. laya.d3.webxr.core.WebXRRenderTexture_API3.0 [ 81%]

...r gammaCorrection gammaSpace generateDepthTexture generateMipmap gpuMemory height id isCube maxMipmapLevel mipmap mipmapCount multiSamples obsolute referenceCount samples width wrapModeU wrapModeV wrapModeW bindCanvasRender cpuMemory currentActive gpuMemory Methods _addReference _clearReference _cre...

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

247. Sprite optimizeScrollRect = true 似乎有问题 [ 81%]

...ion () { this.mask = new Sprite(); this.mask.width = this.width; this.mask.height = this.height; this.mask.scrollRect = new Rectangle(); this.mask.scrollRect.setTo(0, 0, this.width, this.height); this.mask.optimizeScrollRect = true; this.addChild(this.mask); } this.initContent = function () { this.c...

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

248. HTML行间距 [ 81%]

HTML行间距 请问怎么给SPAN标签内容设置行间距,line-height似乎无效。 2017-09-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 2017-09-11 0 0 分享 微博 QZONE 微...

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

249. 发现bug,update大问题!!!!!!!!! 2.13版本 [ 81%]

... planecoll.y = 0;         planecoll.width = 2775         planecoll.height = 89         chacoll.width = 80         chacoll.height = 120         this.character.addComponentIntance         /** 给物体添加刚体属性*/         this.rig = this.character.addComponent(Laya....

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

250. UI-RefreshList [ 81%]

...的资源 this.baseBox = new Box(); this.baseBox.width = 443; this.baseBox.height = 622; this.baseBox.pos(30, 28); this.baseBox.bgColor = "#ffffff"; // 加载进度条 this.refreshLoading = new Box(); this.refreshLoading.pos(133, 0); this.refreshLoading.bottom = 10; this.refreshLoading.visible = fal...

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