大约有 577 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0214 秒)
Laya3.0_api(219) Laya_社区(141) Laya2.0_api(110) laya_api(67) Laya_示例(20) Laya2.0_文档(13) Laya3.0_文档(7)
....GameObject gameObject, .JSONObject obj) LayaExport.DataManager.getAnimatorComponentData (UnityEngine.GameObject gameObject, .JSONObject component, System.Collections.Generic.List`1 linkSprite) LayaExport.DataManager.getComponentsData (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject...
来源: Laya_社区 发布时间: 20171206
...结构为: Sprite3D child Sprite3D components Animator Rigidbody child SkinnedMeshSprite3D 初始化的时候,直接拿第二层的 Sprite3D 创建,是有刚体...
来源: Laya_社区 发布时间: 20181026
....GameObject gameObject, .JSONObject obj) LayaExport.DataManager.getAnimatorComponentData (UnityEngine.GameObject gameObject, .JSONObject component, System.Collections.Generic.List`1 linkSprite) LayaExport.DataManager.getComponentsData (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject...
来源: Laya_社区 发布时间: 20180125
...BoxCollider组件时,没有* -1。找到public static void getBoxColliderComponentData(GameObject gameObject, JSONObject component)方法: 所以我们要修复这个bug。很简单,加一个负号即可: 这个时候,Unity工程里有LayaAirLibrary.dll和它的源码。Unity在Import新...
来源: Laya_社区 发布时间: 20180405
...;package sprite3dModule { import laya.ani.AnimationTemplet; import laya.d3.component.animation.SkinAnimations; import laya.d3.core.Camera; import laya.d3.core.MeshSprite3D; import laya.d3.core.Sprite3D; import laya.d3.core.material.StandardMaterial; import laya.d3.core.scene.Scene; import laya.d3.ma...
来源: Laya_示例 发布时间: 20251130
...animation 如何使用 我导出的场景文件里的动画对象下边的components属性是空的 185*****934 • 2018-07-09 15:11 android的机器无法支持么? 185*****934 • 2018-07-09 15:12 android去年的机器 android 6.0的也无法显示 Laya_Aaron • 2018-07-09 15:15 加载正确...
来源: Laya_社区 发布时间: 20180709
... 'Button' of undefined at file:///D:/LayaBox/TestPro/T24_CostomSBtn/bin/js/component/ScaleButton.js:11:27 TypeError: Cannot read property 'ScaleButton' of undefined at file:///D:/LayaBox/TestPro/T24_CostomSBtn/bin/js/LayaUISample.js:62:43 所以我就改成 “import Button = laya.ui.Button;” Moni...
来源: Laya_社区 发布时间: 20171031
...加PathFind组件 var pathFingding: Laya.PathFind = this.terrainSprite.addComponent(Laya.PathFind) as Laya.PathFind; pathFingding.setting = { allowDiagonal: true, dontCrossCorners: false, heuristic: PathFinding.core.Heuristic.manhattan, weight: 1 }; var aStarMap: Laya.Texture2D = Laya.Loader.getRes(...
来源: Laya_社区 发布时间: 20180309
...Subclasses Accelerator, AnimationPlayer, AnimationTransform3D, BaseRender, Component3D, GeometryFilter, Gyroscope, HttpRequest, Loader, LoaderManager, Node, Shake, Socket, Sound, SoundChannel, Texture, TimeLine, Transform3D, TransformUV EventDispatcher 类是可调度事件的所有类的基类。 P...
来源: laya_api 发布时间: 20170929
...报错 gameContext?id=1:58 libs/laya.ui.js: TypeError: Class constructor Component cannot be invoked without 'new' at new Widget (laya.ui.js:201) at laya.ui.js:349 at laya.ui.js:1 at wrapFn (gameContext?id=1:51) at require (VM505 WAGameSubContext.js:2) at a (VM505 WAGameSubContext.js:2) at index.js?...
来源: Laya_社区 发布时间: 20210716