大约有 199 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0047 秒)
... /// 加入下面两句 input = inputElement = Browser.createElement('input'); _initInput(input); /// inputElement = (_multiline ? area : input); inputContainer.appendChild(inp...
来源: Laya_社区 发布时间: 20190816
...相关的链接 提交 3 个回复 李政666 赞同来自: //主域if(Laya.Browser.onMiniGame){//加载一个json和图集Laya.loader.load(["json/reward.json","res/atlas/test.atlas"],Laya.Handler.create(null,function(){//加载完成//使用接口将图集透传到子域Laya.MiniAdpter.sendAtlasToOp...
来源: Laya_社区 发布时间: 20190419
....js:4515 TypeError: addGlobalValueDefine is not a function TypeError: Laya.Browser.window.conch.setFontFaceFromBuffer is not a function Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is n...
来源: Laya_社区 发布时间: 20180125
...通浏览器环境没有wx变量,需要在wx的环境下调用,as-》Browser.window.wx 2021-02-22 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 阿阿阿阿森 相关问题 两个对象new了一个相同的对象,调用第一个...
来源: Laya_社区 发布时间: 20210221
...nction.WebAudioSound.initWebAudio (<anonymous>:10773:21) at Function.Browser.__init__ (<anonymous>:6184:57) at Function.Browser.createElement (<anonymous>:6241:12) at Function.WebGL.isWebGLSupported (<anonymous>:3463:23) at Function.WebGL.enable (<anonymous>:3171:15) at...
来源: Laya_社区 发布时间: 20170224
...gin.proto" 具体代码: (function () { var Loader = Laya.Loader; var Browser = Laya.Browser; var Handler = Laya.Handler; console.log("!____________________________________") var ProtoBuf = Browser.window.protobuf; // Laya.init(550, 400); ProtoBuf.load("res/protobuf/Login.proto", onAssets...
来源: Laya_社区 发布时间: 20180704
...nResize); /** 更改适配*/ public onResize() { var stageWidth = Laya.Browser.clientWidth; var stageHeight = Laya.Browser.clientHeight; if (stageWidth < stageHeight) { console.log("one", Laya.stage.scaleMode) Laya.stage.scaleMode = Laya.Stage.SCALE_NOSCALE; //1 console.log("one1", Laya.stage...
来源: Laya_社区 发布时间: 20170920
...ite = Laya.Sprite; var Stage = Laya.Stage; var Texture = Laya.Texture; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(400,852); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIG...
来源: Laya_社区 发布时间: 20191017
....js:4515 TypeError: addGlobalValueDefine is not a function TypeError: Laya.Browser.window.conch.setFontFaceFromBuffer is not a function Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is n...
来源: Laya_社区 发布时间: 20171111
...看下是什么问题,谢谢! private initCode() { var div: any = Laya.Browser.document.createElement("div"); this.qrcode = new Laya.Browser.window.QRCode(div, { width: 100, height: 100 }); var url: string = this.URL; this.qrcode.makeCode(url); Laya.stage.once("click", this, this.clickHandler); ...
来源: Laya_社区 发布时间: 20180412