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

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

211. LayaNative 是不是不支持3D啊 [ 76%]

...                         s.completeCreate()},n.disposeResource=function(){this._source&&(V.mainContext.deleteTexture(this._so                                             TypeError: Cannot read property 'createTexture' of null                      ...

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

212. 加载多个protobuf文件报错 [ 76%]

...Parser.ProtoBuf.DotProto.ParserPrototype.parse (protobuf.js:779)     at Function.ProtoBuf.DotProto.Parser.parse (protobuf.js:797)     at Object.ProtoBuf.loadProto (protobuf.js:5102)   应该是没有加载成功     但是加载单个时正常 2016-12-23 添加评论 免费帖 --> 分享 ...

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

213. [0]layaair2-cmd 编译bug [ 76%]

...:10)     at Module.load (internal/modules/cjs/loader.js:812:32)     at Function.Module._load (internal/modules/cjs/loader.js:724:14)     at Module.require (internal/modules/cjs/loader.js:849:19)     at require (internal/modules/cjs/helpers.js:74:18) exit:1 [qykings@ cq3]$ [qykings@ cq3]$ [...

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

214. layaair ide 2.0.0 beta2 读取.lh文件报错 [ 76%]

...3.js:15158 Uncaught TypeError: Cannot read property 'props' of undefinedat Function.Laya3D._getSprite3DHierarchyInnerUrls (laya.d3.js:15158) at Loader.Laya3D._onHierarchylhLoaded (laya.d3.js:15252) at EventHandler.__proto.runWith (laya.core.js:1127) at Loader.__proto.event (laya.core.js:883) at Load...

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

215. 文本-位图字体 [ 76%]

...ic class Text_BitmapFont { private var fontName:String = "diyFont"; public function Text_BitmapFont() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.sc...

来源: Laya2.0_示例 发布时间: 20251130

216. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 76%]

...837 Uncaught TypeError: Cannot read property 'props' of undefined     at Function.Laya3D._getSprite3DHierarchyInnerUrls (libs/laya.d3.js:1837)     at Loader.Laya3D._onHierarchylhLoaded (libs/laya.d3.js:1933)     at EventHandler.__proto.runWith (libs/laya.core.js:1628)     at Loader.__proto.e...

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

217. 用模块器报错,真机不会有这个问题,具体看补充 [ 76%]

...错 runtime运行报错! 导微信小程序报错window.focus is not a function 真机环境找不到window---cant find variable: window stack 小游戏项目 加载有中文的json文件 报错 2.2.0beta4,微信上动态合批报错. 关于逻辑贞更新间隔机制、时间和其他一些Timer...

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

218. [LayaAir3]3.2spine动画和3.0.8效果不一样 [ 76%]

...时会报错是什么原因的 sha3.ts:210 Uncaught TypeError: ft is not a function at node_modules/@noble/hashes/esm/sha3.js (sha3.ts:210:43) at bundle-f6bf8.js:1:232 at node_modules/viem/_esm/utils/hash/keccak256.js (bundle-f6bf8.js:1:21864) at bundle-f6bf8.js:1:232 at encodeEventTopics.ts:25:1 at...

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

219. LayaAir项目发布Flash版本 报错 [ 76%]

...owser.as:224] _window = RunDriver.getWindow(); public static var getWindow:Function = function():* { return __JS__('window'); } package { /** * @private */ public function __JS__(value:*):* { return null; } }   这是不再支持转flash版本的意思吗   2017-04-07 添加评论 免费帖 --> ...

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

220. ReferenceError: Laya3D is not defined? [ 76%]

...ne3D.load("LayaScene_Main/Conventional/Main.ls", Laya.Handler.create(null, function(scene:Laya.Scene3D):void { Laya.stage.addChild(scene) as Laya.Scene3D; var camera:Laya.Camera = scene.getChildByName("Main Camera") as Laya.Camera; //camera.addComponent(CameraMoveScript); })); 2019-03-08 添加评...

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