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

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

441. LayaAir2.2.0bate1 最新版加载unity 3d刚体模型出错 [ 49%]

...layaAir3D插件导出后,代码里面加载此模型,报错:Unkown component type。 查找代码发现 laya.d3.js里面并未注册 Rigidbody3D  导致代码找不到。 于是添加代码在文件42292行添加 Laya.ClassUtils.regClass("Rigidbody3D", Rigidbody3D); // add by ning at 2019-07...

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

442. 脚本的事件(TypeScript-3D基础(TS)-LayaAir3D的脚本使用) [ 49%]

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

443. 自定义shader-shader预编译 [ 49%]

...le;package shaderModule { import laya.ani.AnimationTemplet; import laya.d3.component.animation.SkinAnimations; import laya.d3.core.Camera; import laya.d3.core.MeshSprite3D; import laya.d3.core.light.DirectionLight; import laya.d3.core.scene.Scene; import laya.d3.math.Vector3; import laya.d3.resource...

来源: Laya_示例 发布时间: 20241119

444. 更新了最新的3.0.0-beta.6之后,之前项目里面的@property()全部不见了 [ 49%]

...使用的文档链接:https://layaair.layabox.com/3.x/doc/basics/common/Component/readme.html   2023-04-03 0 0 分享 微博 QZONE 微信 layabox小高 赞同来自: 您好,可以看下这个帖子。https://ask.layabox.com/question/51165 还有您说的官方示例中的@property也没有了...

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

445. 1.1.0-1.3.0版本IDE发布UI组件的runtime属性在swf运行时的问题 [ 49%]

...件的runtime属性设置后,发布的as代码里有类似代码View.regComponent("xxx.ClassName",ClassName); 1.0.4版本是这样的:View.viewClassMap["xxx.ClassName"] = ClassName; 在H5环境下运行正常,发布成swf运行会报错 报错类:laya.ui.View 报错方法:protected static ...

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

446. LAYA的AS3项目碰见个问题,求解 [ 49%]

...******   <UIView y="53" x="476" var="autoText" editorInfo="source=view/component/myTexts.ui;compId=8"/> </Dialog> 现在问题来了。 在dialog里,只能 autoText.txts.text="张三";  可显示 不能 autoText.dataSource={"name":"张三","ids":215};   不可显示   求正确...

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

447. TypeError: Cannot read property '_byteLength' of null [ 49%]

...FontFaceFromBuffer is not a function Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cannot be invoke...

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

448. as3分包,如果在ui编辑器IDE里导入了类runtime,在分包里就会报错。这个怎么处理。 [ 48%]

...   at MailWin.__proto.createChildren (Nxsg.max.js:71310)     at MailWin.Component (Nxsg.max.js:52200)     at MailWin.Box (Nxsg.max.js:58163)     at MailWin.View (Nxsg.max.js:62736)     at MailWinUI (Nxsg.max.js:71304)     at new MailWin (eval at __proto.loadJs (Nxsg.max.js:52044), <ano...

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

449. unity导出动画如何使用 root motion node [ 48%]

....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_社区 发布时间: 20180920

450. laya.display.Node [ 48%]

...置。 Node  addChildren(... args):void 批量增加子节点 Node  addComponent(type:Class):* 添加组件。 Node  addComponentIntance(comp:Component):* 添加组件实例。 Node  addInputChild(node:Node):NodeNode  callLater(method:Function, args:Array = null):void 延迟运行指定的...

来源: Laya2.0_api 发布时间: 20190513