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

大约有 1,198 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0062 秒)

251. 微信小游戏引用spine-core-3.8.js报错 [ 73%]

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

252. 如何判断一个3D模型不在摄像机视野内,用这个 worldToViewportPoint? [ 73%]

...赞同来自: renderer.isVisible 2017-11-06 0 1 分享 微博 QZONE 微信 game4d 赞同来自: 谢谢 2017-11-06 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 game4d 相关问题 两个对象new了一个相同...

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

253. js进度,进度,js场景进度效果 [ 73%]

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

254. 安卓概率性闪退 [ 73%]

...性闪退 附带堆栈     #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

255. 模拟石头下落过程不明抖动 [ 73%]

...可以拿下来观察看看,下面贴上代码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

256. JS中require关键字找不到定义 [ 72%]

JS中require关键字找不到定义 在JS中编写:var game_config = require("./game_config.js"); 编译通过,但是运行时报错:require is not defined! 求解答! 2019-09-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

257. Uncaught TypeError: GlowFilter is not a constructor [ 72%]

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

258. 微信小游戏分包实战(ActionScript-小游戏适配文档-微信小游戏) [ 72%]

...看过后再进行后面的步骤。 [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

259. 新手!谁懂得把下面两个文件转成layaair可以运行的代码 [ 72%]

新手!谁懂得把下面两个文件转成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

260. 关于Matter的初始化问题 [ 72%]

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