大约有 2,563 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0068 秒)
Laya_社区(1378) Laya3.0_api(638) Laya2.0_api(288) laya_api(192) Laya2.0_文档(42) Laya_示例(11) Laya3.0_文档(8) Laya2.0_示例(6)
...ic/Dictionary.cs:150) LayaExport.DataManager.saveLaniData (UnityEngine.GameObject gameObject, .JSONObject obj) LayaExport.DataManager.getAnimatorComponentData (UnityEngine.GameObject gameObject, .JSONObject component, System.Collections.Generic.List`1 linkSprite) LayaExport.DataManager.getComponents...
来源: Laya_社区 发布时间: 20180319
...,没有鼠标的xy的坐标 * * _stoped=false game.js:116 nativeEvent=[object TouchEvent] game.js:116 touchId=0 game.js:116 type=mousemove game.js:116 currentTarget=[object Object] game.js:116 target=[object Object] game.js:116 setTo=function (type,currentTarget,target){ this.type=type; this.curre...
来源: Laya_社区 发布时间: 20181031
...的可以导出,有的跟这个一样的报错 NullReferenceException: Object reference not set to an instance of an object n.a (UnityEngine.GameObject A_0, System.Boolean A_1, backAnimatorData A_2) (at <8191b0b4723d4658b95c167f60d265c8>:0) n.a () (at <8191b0b4723d4658b95c167f60d265c8>...
来源: Laya_社区 发布时间: 20201212
...var _italic:Boolean; public var _underline:Boolean; public var _leftMargin:Object; public var _rightMargin:Object; public var _indent:Object; public var _leading:Object; public function TextFormat(font:String = "方正粗圆_GBK", size:int = 20, color:String = "#FFFF00", bold:Boolean = false, italic...
来源: Laya_社区 发布时间: 20170516
...shapes属性,通过ide创建的是有的 private addRigidBody(object: Laya.Sprite): Laya.RigidBody { const rigidBody = object.addComponent(Laya.RigidBody); rigidBody.type = "kinematic"; rigidBody.label = object.name; // 添加标签 const sh...
来源: Laya_社区 发布时间: 20250403
...面这些信息 10-17 15:07:55.123 6337-6869/com.mygame.laya I/LayaBox: [object Object] 10-17 15:07:58.069 6337-6869/com.mygame.laya I/LayaBox: [object Object] 10-17 15:07:58.094 6337-6869/com.mygame.laya I/LayaBox: [object Object] 10-17 15:07:58.095 6337-6869/com.mygame.laya I/LayaBox: addevtlisten...
来源: Laya_社区 发布时间: 20171017
... 赞同来自: 我换成1.7.16的版本了 提示NullReferenceException: Object reference not set to an instance of an object LayaTerrainExporter.ExportSplat () 2018-01-31 0 0 分享 微博 QZONE 微信 qian 赞同来自: 你这个问题是使用了dds格式的文件 目前引擎还不支持 2018-...
来源: Laya_社区 发布时间: 20180131
...加2d的多边形刚体后,跳转该页面启动时报Uncaught Error at Object.box2d.b2Assert (laya.physics.js:38) 加载页面:PuzzleScene2.scene ,该也页面添加的了2D的刚体,页面初始化加载时报错如图。 附件 : --> 2020-10-25 添加评论 免费帖 --> 分享 微博 QZO...
来源: Laya_社区 发布时间: 20201025
as编译js的一个问题 var o:Object = new Object(); for ( var key :int in o ) { } 这样的AS代码会编译出 var o=new Object(); for (var key=0 in o){ } 这样的JS代码 在IOS里真机还是LAYABOX运行都会报 SyntaxError:Cannot assign to the loop variable inside a for-in loop h...
来源: Laya_社区 发布时间: 20171011
...ethods Packagelaya.utilsClasspublic class DictionaryInheritanceDictionary Object Dictionary 是一个字典型的数据存取类。 Public Properties PropertyDefined By keys : Array[read-only] 获取所有的子元素键名列表。 Dictionary values : Array[read-only] 获取所有的子元...
来源: laya_api 发布时间: 20170929