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

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

61. 浏览器跑没问题,开发者工具跑报错 [ 71%]

...景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 如何通过命令行工具构建和发布项目 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined iphone自带浏览器页面怎么锁定 3d项目-unity添加物理组件 la...

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

62. MovieClip的target和currentTarget属性为undefined[ 71%]

MovieClip的target和currentTarget属性为undefined? private function showNowPic():void{ for each(var ul:String in pics){ var mc:MovieClip = new MovieClip; mc.load(ul); this.addChild(mc); mc.on(Event.COMPLETE,this,stopNowMC) } } private function stopNowMC(e:Event):void{ trace(e.currentTarget); t...

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

63. socket.sent [ 71%]

...送字符串的形式。 //报错TypeError: Cannot read property 'send' of undefined //    at Btn1.Btn1On (file:///K:/laya/mylaya11/bin/js/Btn1.js:21:20) //    at EventHandler.__proto.runWith (file:///K:/laya/mylaya11/bin/libs/laya.core.js:711:59) //    at Button.__proto.event (file:///K:/laya...

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

64. [0]Spine3.8.75报错:Error: Unsupported skeleton data, please export with a newer version of Spine. [ 70%]

...景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined spine在微信小游戏中切换动画无法显示 启动引擎报错 mPlugin.game_plugin_init(3); 本地调试加载本地图片都报错 小游戏项目 加载有中文的json文件 报错 官网示例摇一摇报...

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

65. [LayaAir3]挂在scene3d节点上的脚本,onAwake(){ Laya.stage.on(Laya.Event.MOUSE_DOWN, this, this.onMouseDown); } 点击就报错 [ 70%]

...景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 求指点3d射线碰撞和UI点击穿透的问题 如何设置Sprite的宽高和点击区域? 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined ui list 里面的元素不...

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

66. 加载SK文件时,报错如下:Uncaught getUint16 error - Out of bounds [ 70%]

...景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 请问下加载TFF字体要怎么加载呢? IDE1.7.8 json图集加载问题 图集打包找不到图集文...

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

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

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

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

68. import Event = laya.events.Event; 报错 [ 70%]

...景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? ide 2.4 layaair2-cmd 编译报...

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

69. XmlDom类没有了?解析xml时,报错Property 'attributes' does not exist on type 'Node & ChildNode'. [ 70%]

...景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 启动引擎报错 mPlugin.game_plugin_init(3); 微信小游戏编译报错 用了ByteArray的zlib.min.js后报错 自定义场景类导出layaMaxUI.ts有前缀导致报错 Laya2.0 WebGl模式,使用 drawToCanvas ...

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

70. 为什么全局属性赋值后,在另外个函数中调用会自动变成undefined [ 70%]

...为什么全局属性赋值后,在另外个函数中调用会自动变成undefined public class MainPageController extends Scene {                  public var camera:Camera;                  public function MainPageController(){             super();   ...

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