大约有 584 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0041 秒)
Laya3.0_api(219) Laya_社区(140) Laya2.0_api(110) laya_api(67) Laya2.0_文档(22) Laya_示例(20) Laya3.0_文档(6)
...layaAir3D插件导出后,代码里面加载此模型,报错:Unkown component type。 查找代码发现 laya.d3.js里面并未注册 Rigidbody3D 导致代码找不到。 于是添加代码在文件42292行添加 Laya.ClassUtils.regClass("Rigidbody3D", Rigidbody3D); // add by ning at 2019-07...
来源: Laya_社区 发布时间: 20190731
...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
...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
...使用的文档链接: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
...件的runtime属性设置后,发布的as代码里有类似代码View.regComponent("xxx.ClassName",ClassName); 1.0.4版本是这样的:View.viewClassMap["xxx.ClassName"] = ClassName; 在H5环境下运行正常,发布成swf运行会报错 报错类:laya.ui.View 报错方法:protected static ...
来源: Laya_社区 发布时间: 20160918
...****** <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
...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
... 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
....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
...置。 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