大约有 1,653 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0059 秒)
Laya_社区(1154) Laya3.0_api(151) Laya2.0_api(106) laya_api(97) Laya2.0_文档(85) Laya3.0_文档(42) Laya2.0_示例(9) Laya_示例(9)
...ctor Properties _cacheDepth _cacheDepthTexture _extra _forward _scene _up _url clearFlag enableRender name tag useOcclusionCulling RENDERINGTYPE_DEFERREDLIGHTING RENDERINGTYPE_FORWARDRENDERING WORLDINVERTFRONT _contextScissorPortCatch Accessors active activeInHierarchy aspectRatio boundFrustum canbl...
来源: Laya3.0_api 发布时间: 20231115
...exture2D.load("res/layabox.png"); box.meshRender.material = material; Laya.URL.basePath = "https://XXXX.com";//请把XXXX换成自己的真实网址; //在此之下,再使用load加载资源,都会自动加入URL网址。从网络上动态加载。 是不是这个问题? https://ldc.layab...
来源: Laya_社区 发布时间: 20180208
...出现延迟效果 Laya.loader.load(['remote/music/' + this.soundUrl + '.mp3'], new Laya.Handler(this, () => { this.store.isDemo = true; Laya.Scene.open("scene/Home.scene") }), new Laya.Hand...
来源: Laya_社区 发布时间: 20201102
...:callMethod {} 2019-06-18 13:34:09.382030+0800 test1[6479:65523] xhr.GET url=http://stand.alone.version/index.js 2019-06-18 13:34:09.383314+0800 test1[6479:65578] Download [ ]:http://stand.alone.version/index.js 2019-06-18 13:34:09.388180+0800 test1[6479:65578] curl_easy_perform failed, code=6 s...
来源: Laya_社区 发布时间: 20190618
...ex Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior loop mouseThrough name tag wrapMode WRAP_PINGPONG WRAP_POSITIVE WRAP_REVERSE drawtocanvCtx framesMap Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY autoPlay bl...
来源: Laya3.0_api 发布时间: 20231115
...冲突吗? 我设置声音播放的是 Laya.SoundManager.playSound(url);url 是一个mp3 文件,这个之前用 1.7.13 的引擎都是没有问题的 附件 : --> 2018-07-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20180705
...onclick(e:Event){ switch (e.target.name) { case this.nameArr[0]: var base64Url:string = this._canvas.toDataURL("image/png",1); this.drawImage.skin = base64Url; break; case this.nameArr[1]: var text:Texture = Laya.stage.drawToTexture(Browser.clientWidth,Browser.clientHeight,0,0) as Texture; this.draw...
来源: Laya2.0_示例 发布时间: 20251209
... intent.setAction("android.intent.action.VIEW"); Uri content_url = Uri.parse("https://www.baidu.com/");//此处填链接 intent.setData(content_url); 这样的话,因为需要继承Activity类。通过反射没有办法执行这个的吧?? 请问如何...
来源: Laya_社区 发布时间: 20181128
...ya.loader.on(Laya.Event.ERROR, this, this.onLibError); Laya.loader.load([{ url:com.globals.GameConfig.XML_LIB_URL, type:Loader.BUFFER }], Handler.create(this, this.onLibLoaded)); 资源是不存在的,然后还是调用了 this.onLibLoaded 这个,这种怎么跟呢?谢谢。 zeorro • 2017-11...
来源: Laya_社区 发布时间: 20171102
...aya.init(1240,800,WebGL); Laya.stage.bgColor="#EEFFCC"; Laya.loader.load([{url:"res/atlas/comp.json",type:Loader.ATLAS},{url:"bg2.png"}],Handler.create(this,onCom)); } private function onCom():void { var img:Image=new Image(); img.skin="bg2.png"; panel=new Panel(); panel.vScrollBarSkin="comp/vscroll...
来源: Laya_社区 发布时间: 20161103