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

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

451. 脚本的事件(ActionScript-3D基础(AS3)-LayaAir3D的脚本使用) [ 48%]

...ayaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.component.Script3D))。 关于脚本的添加使用这里不做过的讲解,在以往的示例中都有或多或少的使用脚本。关于脚本的官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?language...

来源: Laya2.0_文档 发布时间: 20210715

452. 资源导出出错,怎么解 [ 47%]

....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

453. 带骨骼动画模型加载问题,加载没有刚体效果、动画Animator销毁报错 [ 47%]

...结构为: Sprite3D     child         Sprite3D             components                 Animator                 Rigidbody             child                 SkinnedMeshSprite3D   初始化的时候,直接拿第二层的 Sprite3D 创建,是有刚体...

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

454. unity导出模型报KeyNotFoundException [ 46%]

....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

455. LayaAir UnityPlugin反编译和BoxCollider的Bug修复 [ 46%]

...BoxCollider组件时,没有* -1。找到public static void getBoxColliderComponentData(GameObject gameObject, JSONObject component)方法: 所以我们要修复这个bug。很简单,加一个负号即可: 这个时候,Unity工程里有LayaAirLibrary.dll和它的源码。Unity在Import新...

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

456. Sprite3D-Sprite3D加载 [ 46%]

...;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_示例 发布时间: 20260303

457. unity导出的3d场景资源ls,在ios9系统浏览器理不能显示ios10能正常显示 [ 46%]

...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

458. 为什么自定义的button的在UI上没有显示skin [ 46%]

... '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

459. 寻路导航示例中添加Laya.PathFind组件报异常 [ 46%]

...加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

460. laya.events.EventDispatcher [ 46%]

...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