大约有 822 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
Laya_社区(473) Laya3.0_api(132) Laya2.0_api(81) laya_api(63) Laya2.0_文档(40) Laya3.0_文档(17) Laya_示例(13) Laya2.0_示例(3)
...middle"; Laya.stage.scaleMode = "fixedwidth"; console.log("iswebgl:", Laya.Render.isWebGL); } public Load() { Laya.loader.load(NewTest.url, null, null, null, 0, true); } public Unload() { Laya.loader.clearRes(NewTest.url); } } window["test"] = new NewTest(); window["test"].Load(); Laya.timer.o...
来源: Laya_社区 发布时间: 20181018
...URL(url); if (url == _tMusic) { if (_musicMuted) return null; } else { if (Render.isConchApp) { var ext:String = Utils.getFileExtension(url); if (ext != "wav" && ext != "ogg") { alert("The sound only supports wav or ogg format,for optimal performance reason,please refer to the official websi...
来源: Laya_社区 发布时间: 20190115
...keleton) { return; } this._skeleton.updateWorldTransform(); this.spineItem.render(this._currentPlayTime); this.owner.repaint(); } layabox • 2024-11-09 14:19 @136*****142:我们是用你的示例工程实测没问题的,可能是你不太会弄,给搞错了。那你联系右下角的引擎客...
来源: Laya_社区 发布时间: 20241104
...ntationAll Packages | All Classes | Index | Frames No Frames ParticleRenderProperties | Methods Packagelaya.d3.coreClasspublic class ParticleRenderInheritanceParticleRender BaseRender EventDispatcher Object ... Public Properties Hide Inherited Public Properties Show Inherited Public Properti...
来源: laya_api 发布时间: 20170603
...js:22144) at Stage._updateTimers (laya.core.js:17717) at Stage.render (laya.core.js:17679)(env: Windows,mg,1.05.2110152; lib: 2.20.2) 附件 : --> 2021-12-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回...
来源: Laya_社区 发布时间: 20211207
...ar ballOptions = { layaSprite:ball_sprite, render: { sprite: { // texture: 'common1/btn_new.png', ...
来源: Laya_社区 发布时间: 20180621
...对应的代码位置是在code.js的Laya.init方法: if (!Render.isConchNode && !WebGL.enable()){ alert("Laya3D init error,must support webGL!"); return; } 这个应该是引擎自动生成的代码吧,应该如何解...
来源: Laya_社区 发布时间: 20180620
... at Scene.__proto._updateScene (laya.d3.js:27940) at Stage.__proto.render (laya.core.js:18226) at Stage.__proto._loop (laya.core.js:18172) at loop (laya.core.js:5310) 2018-01-05 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 这个需要加断点看,到底哪里没有...
来源: Laya_社区 发布时间: 20180105
...entCount) this.element.firstChild.remove(); } ILaya.timer.clear(this, this.render); } 2、关于Image所说的内存泄漏的问题,你们上面的描述更多的可以认为这个属于项目本身的处理问题。针对一个Image实例对象,频繁的切换skin,看更换当前的图片显...
来源: Laya_社区 发布时间: 20240228
...; // 设置Video元素地样式和属性 videoElement.style.zInddex = Laya.Render.canvas.style.zIndex + 1; videoElement.src = "../../res/av/mov_bbb.mp4"; videoElement.controls = true; // 阻止IOS视频全屏 videoElement.setAttribute("webkit-playsinline", true); videoElement.setAttribute("playsinli...
来源: Laya_社区 发布时间: 20200909