大约有 900 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0068 秒)
照着官方文档写的 Dialog 报错? var LoadResource = function () { LoadResource.prototype.init = function () { this._container = new Sprite(); Laya.stage.addChild(this._container); Laya.loader.load(["../bin/res/ui/progressBar.png", "../bin/res/ui/progressBar$bar.png"], Handler.create(this, ...
来源: Laya_社区 发布时间: 20200924
...开发基础(快速上手)以后按照示例写代码 var LayaSample=(function() { function LayaSample1() { Laya3D.init(600,400); } return LayaSample1; }()); 警告Warning!,this class[MiniAdpter] already exist: Object {init: } 运行后什么都没有白白的一片 var LayaSample=(fu...
来源: Laya_社区 发布时间: 20180521
...ImageData is not defined ReferenceError: ImageData is not defined at Function.RunDriver.drawToCanvas (http://127.0.0.1:27664/game/libs/laya.webgl.js:7119:27) drawToCanvas怎么搞,截屏问题,谁看一下 2020-01-08 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20200108
...请: 与内容相关的链接 提交 6 个回复 melody0529 赞同来自: (function(){ var Stage=Laya.Stage; var WebGL=Laya.WebGL; var config=Config; (function(){ console.log("运行程序。"); Laya.init(1280,720,WebGL); //设置适配模式 Laya.stage.alignH=Stage.ALIGN_CENTER; Laya.stage.alignV=S...
来源: Laya_社区 发布时间: 20171207
...打出的APK 报apploader.js:4515 TypeError: addGlobalValueDefine is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function Cannot read prope...
来源: Laya_社区 发布时间: 20190418
...控 Methods check3DUI check3DUI(mousex: number, mousey: number, callback: Function): boolean Defined in laya/events/MouseManager.ts:311 处理3d界面。 Parameters mousex: number mousey: number callback: Function Returns boolean handleCapture handleCapture(mousex: number, mousey: number, callback: ...
来源: Laya3.0_api 发布时间: 20231102
...emo一模一样。。。 // 这段代码需要在setupDemo之前执行。 (function() { // 项渲染器 var Box = Laya.Box; var Image = Laya.Image; var WID = 373, HEI = 85; function Item() { Item.__super.call(this); this.size(WID, HEI); this.img = new Image(); this.addChild(this.img); t...
来源: Laya_社区 发布时间: 20180731
... Uncaught TypeError: Cannot read property 'USER_DATA_PATH' of undefined at Function.MiniFileMgr.setNativeFileDir (laya.wxmini.js:615) at Function.MiniAdpter.init (laya.wxmini.js:33) at Function.MiniAdpter.enable (laya.wxmini.js:19) at Function.Browser.__init__ (laya.core.js:8643) at Object.Laya.init...
来源: Laya_社区 发布时间: 20181026
怎么使用http请求 httpRequest: function (url, data) { var xhr = cc.loader.getXMLHttpRequest(); if (!xhr.onreadystatechange) { xhr.onreadystatechange = function () { if (xhr.readyState == 4 && (xhr.status >= 200 && xhr.status <= 207)) { //cc.log("response:\n" + xhr.respons...
来源: Laya_社区 发布时间: 20180807
...错,改了laya.core.js之后又报了this.bitmap._getSource() is not a function,改了getsource之后不报错了,但是开放域的东西都没绘制出来,game.json里面设置了开放域的,并且使用laya微信开放域组件能够正常显示,使用2.0之前获取canvas的方式不行...
来源: Laya_社区 发布时间: 20181025