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

大约有 3,994 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0079 秒)

251. 静态protobuf [ 77%]

... java_package = "msgScheme"; package msgScheme; message AMsg { enum Head { Undefined_Msg = 0; Undefined_Request = 1; Undefined_Response = 2; Login_Request = 100001; Login_Response = 100002;  CreateRoom_Request = 100003; CreateRoom_Response = 100004; } Head head = 1;  oneof body { LoginRequest logi...

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

252. Laya小游戏在Laya里边跑没问题,发布到微信平台报错 [ 77%]

...Laya里边跑没问题,发布到微信平台报错"gameThirdScriptError undefined;at api readFile success callback function undefined" 错误是WAGame.js 和 gamePage.html;里的,不知道为什么,希望有人解答啊!急需急需急需…… 2018-09-18 添加评论 免费帖 --> 分享 ...

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

253. Could not locate valid Java executable. Configure nextgenas.java, add to $PATH, or set $JAVA_HOME. [ 77%]

...登录 发起人 geminl 相关问题 Laya2.1.0 JS调用Java PlatformClass undefined Unity导出有光照贴图时,出现错误:ArgumentException: Invalid path 真是醉了这个问题都有人问过了 也没见有答复的Uncaught TypeError: Cannot set property 'roleAni' of undefined js调java ...

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

254. TypeError: ele.render is not a function [ 77%]

...景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 导微信小程序报错window.focus is not a function 调用动画结束on方法,报错this.zombieAnimator.on is not a function laya加载unity插件导出的场景 physics3D is not a function 鼠标自定义样式...

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

255. 场景打开完成事件,无法调用场景内的子物体 [ 77%]

...景complete的回调->这个时候需去调用View下面的Box。 Box为undefined。 3. View.onEnable()中 Box存在 4.在onOpened()后,收到场景创建完毕之后。View下面的Box其实并为创建完成。 导致complete的调用,快于Box的创建。这种情况下是否不符号逻...

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

256. 构建好android studio项目后,debug出错 [ 77%]

构建好android studio项目后,debug出错 I/LayaBox: alert=undefined:5155: SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode let runtime = json.props.runtime; ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not y...

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

257. args.slice is not a function [ 77%]

...Array = args.slice(); //(翻译成JS后会报错提示:Uncaught TypeError: undefined is not a function) trace(arr2.toString()); }兼容H5写法:public function funArgs(...args:Array):void{ var arr2:Array = args.slice(); trace(arr2.toString()); } 特殊情况:如果args不是唯一的参数,工具...

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

258. LayaAPP打包后laya.webgl.j错误,浏览器测试没问题 [ 77%]

...信息截图给研发商 TypeError: Cannot read property '_glTexture' of undefined http://stand.alone.version/lib ... 5906: TypeError: Cannot read property '_glTexture' of undefined _i32b[2]=isloaded?value.bitmap._glTexture.id:0; ^^ TypeError: Cannot read property '_glTexture' of undefined at Sprite...

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

259. TypeError: Cannot read properties of null (reading '_$id') [ 77%]

...景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined Cannot read property 'displayObject' of null 浏览器运行提示TypeError: xxx is not a function Uncaught TypeError: Cannot read property 'props' of undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hid...

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

260. 不带格式后缀的图片无法成功加载 [ 77%]

...gt; { let picTemp = Laya.Loader.getRes(url); console.log(picTemp.width) // undefined let nodee = new Laya.Sprite() nodee.texture = picTemp nodee.width = 500 nodee.height = 250 nodee.x = 100 nodee.y = 350 Laya.stage.addChild(nodee) }));上面这个图片无法正常显示,打印 texture 的宽是 u...

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