大约有 56 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0040 秒)
Laya_社区(35) Laya2.0_文档(9) laya_api(4) Laya2.0_api(3) Laya2.0_示例(2) Laya3.0_api(1) Laya3.0_文档(1) Laya_示例(1)
...如下:Laya.class(MousePickingScene, "MousePickingScene", Laya.Scene); function MousePickingScene() { MousePickingScene.super(this); this.camera = new Laya.Camera(0,0.1,100); this.addChild(this.camera); this.camera.clearFlag = Laya.BaseCamera.CLEARFLAG_SKY; this.skyBox = new Laya.SkyBox(); this.ca...
来源: Laya_社区 发布时间: 20170323
....load(["json/reward.json","res/atlas/test.atlas"],Laya.Handler.create(null,function(){ //加载完成 //使用接口将图集透传到子域 Laya.MiniAdpter.sendAtlasToOpenDataContext("res/atlas/test.atlas"); //使用接口将json投促函到子域 Laya.MiniAdpter.sendJsonDataToDataContext("json/rew...
来源: Laya2.0_文档 发布时间: 20210715
...Array的zlib.min.js后报错 导微信小程序报错window.focus is not a function 关于龙骨动画转换 启动引擎报错 mPlugin.game_plugin_init(3); 问题状态 最新活动: 2017-01-24 13:19 浏览: 1503 关注: 3 人 Laya_XS • 2017-01-24 20:19 我们的不会报错,是因为我们每...
来源: Laya_社区 发布时间: 20170123
...分享一下呢? vvv123 • 2020-01-07 17:25 @星夜:window.wxMiniGame = function (exports, Laya) { 'use strict'; function DEB(str){ console.debug("[res]"+str); } class MiniFileMgr { static isLocalNativeFile(url) { for (var i = 0, sz = MiniAdpter.nativefiles.length; i < sz; i++) { if (u...
来源: Laya_社区 发布时间: 20200103
...,代码大概就是下面这样 // Test01是ui的逻辑类 var Test01 = (function (_super) { function Test01() { Test01.__super.call(this);// 调试用,看看过了多少帧,才就绪 this.numPreloadCalls = 0; // 执行预加载 this.prel...
来源: Laya_社区 发布时间: 20180622
...te/instant/./scripting/js-bindings/jswrapper/v8/Object.cpp, 627): Invoking function (0xd5c31040) failed! 添加物理引擎后,在多指操作的情况下会出现这种报错 附件 : --> 5f38bb501210c90c838c0100964d5091.rar 2019-08-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20190806
...rface.js' at Object.fs.openSync (fs.js:558:18) at Object.module.(anonymous function) [as openSync] (ELECTRON_ASAR.js:173:20) at Object.fs.readFileSync (fs.js:468:33) at Object.fs.readFileSync (ELECTRON_ASAR.js:506:29) at compressJsFiles (/Applications/LayaAirIDE_beta.app/Contents/Resources/app/node_...
来源: Laya_社区 发布时间: 20180116
...始化顶层游戏类 */ // laya.utils.Stat.show(0,0); // window.onerror = function(message,url,line){ // alert("执行" + url + "文件中的第" + line + "行代码出错,错误信息:" + message); // }; // Game.inst.start(); setInterval( this.addball.bind( this ),500); } public addball(){ for...
来源: Laya_社区 发布时间: 20180226
...ar mark = 0; if(Laya.Browser.onMiniGame){ Laya.Browser.window.wx.onMessage(function(data){//微信接受信息 if(data.url == "res/atlas/test.atlas" || data.url == "test/1.png" ||data.url == "test/2.png"||data.url == "test/3.png"){ mark ++; console.log("------data.url:" + JSON.stringify(data.url)); ...
来源: Laya_社区 发布时间: 20190307
...hakeCallback:any = null; private handshakeBuffer:any; private initCallback:Function = null; private _callbacks:any = {}; private reqId:number = 0; private _package:IPackage; private _message:IMessage; constructor(){ if(!console.group){ console.group = console.log; console.groupEnd = function(){conso...
来源: Laya_社区 发布时间: 20180119