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

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

91. 安卓手机输入不了中文 [ 66%]

...  /// 加入下面两句             input = inputElement = Browser.createElement('input');             _initInput(input); ///                          inputElement = (_multiline ? area : input);             inputContainer.appendChild(inp...

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

92. 开发数据域报错wx.getFileSystemManager is not a function [ 65%]

...相关的链接 提交 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

93. TypeError: Cannot read property '_byteLength' of null [ 65%]

....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

94. as3调用wx方法报错 [ 65%]

...通浏览器环境没有wx变量,需要在wx的环境下调用,as-》Browser.window.wx 2021-02-22 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 阿阿阿阿森 相关问题 两个对象new了一个相同的对象,调用第一个...

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

95. 在一个页面多放几个iframe,里面使用引擎,一般3-4个就报错了 [ 64%]

...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

96. 微信小游戏中不能加载proto文件 [ 64%]

...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

97. 程序当中更改适配模式后,没有生效成相对应的适配模式效果是为什么? [ 64%]

...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

98. 我想移动容器来实现前进的动画,但是移动不了。这里的y有问题 但是又不知道改成什么 [ 64%]

...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

99. TypeError: Cannot read property '_byteLength' of null [ 64%]

....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

100. 使用官方文档中qrcode生成二维码的代码,打包APP后无效 [ 64%]

...看下是什么问题,谢谢! 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