大约有 1,198 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0062 秒)
...not in UTF-8 encoding(env: Windows,mg,1.05.2204264; lib: 2.17.0) VM84 WAGame.js:2 Error: module "libs/spine-core-3.8.js" is not defined at require (VM97 WAGameSubContext.js:2) at a (VM97 WAGameSubContext.js:2) at index.js? [sm]:28 at require (VM97 WAGameSubContext.js:2...
来源: Laya_社区 发布时间: 20220531
...赞同来自: renderer.isVisible 2017-11-06 0 1 分享 微博 QZONE 微信 game4d 赞同来自: 谢谢 2017-11-06 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 game4d 相关问题 两个对象new了一个相同...
来源: Laya_社区 发布时间: 20171105
js进度,进度,js场景进度效果 new function() { var className = 'Game'; window[className] = (function(original) { function Class() { this.arr = [ "res/atlas/lucky8.json", "res/atlas/lucky8/lewinlineicons.json", "res/atlas/lucky8/setting.json", "res/atlas/lucky8/setView.json", "res/atlas/lucky...
来源: Laya_社区 发布时间: 20170803
...性闪退 附带堆栈 #00 pc 00000000005975cc /data/app/com.mylafe.game.handsomecat-1/lib/arm64/liblayaair.so (laya::JCServerFileCache::getFileID(char const*)+32) [arm64-v8a] 2 #01 pc 00000000005d02cc /data/app/com.mylafe.game.handsomecat-1/lib/arm64/liblayaair.so (laya::JCFileRes::load(char...
来源: Laya_社区 发布时间: 20191030
...可以拿下来观察看看,下面贴上代码import './aui/aui'; import { Game } from './public/Game'; import Stage = Laya.Stage; export class TexasMain{ private balls:Laya.Sprite = ; constructor(){ Config.isAntialias = true // alert("宽"+Laya.Browser.clientWidth+"高"+Laya.Browser.clientHeight );...
来源: Laya_社区 发布时间: 20180226
JS中require关键字找不到定义 在JS中编写:var game_config = require("./game_config.js"); 编译通过,但是运行时报错:require is not defined! 求解答! 2019-09-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20190916
...ht unknown animationClip version. 运行报错 Uncaught Can not find scene:GameView.scene undefined 使用GlowFilter的时候报错: GlowFilter is not a constructor Uncaught Can not find class srcipt/game/Game_App.ts 问题状态 最新活动: 2019-02-22 15:33 浏览: 2189 关注: 2 人
来源: Laya_社区 发布时间: 20190222
...看过后再进行后面的步骤。 [https://developers.weixin.qq.com/minigame/dev/tutorial/base/subpackages.html](https://developers.weixin.qq.com/minigame/dev/guide/base-ability/sub-packages.html) ### 三、微信小游戏官方的分包方式 虽然很多开发者已经看过官方的分包文...
来源: Laya2.0_文档 发布时间: 20210715
新手!谁懂得把下面两个文件转成layaair可以运行的代码 Game.as package { import com.legend.log.Logger; import com.legend.manager.AppManager; import flash.display.Sprite; import flash.events.Event; import flash.external.ExternalInterface; im...
来源: Laya_社区 发布时间: 20200217
...gine.run(engine); var render = LayaRender.create( { engine: engine, width: GAME_CONFIG.WIDTH, height: GAME_CONFIG.HEIGHT, options: { wireframes: false } }); LayaRender.run(render); 代码是官方的。 以下这段是源码 function createContainer(render) { var con = render.container; spriteCon = ...
来源: Laya_社区 发布时间: 20180613