大约有 699 项符合查询结果, 库内数据总量为 30,809 项。 (搜索耗时: 0.0057 秒)
Laya_社区(463) Laya2.0_文档(70) Laya3.0_api(43) Laya_示例(42) Laya3.0_文档(37) Laya2.0_api(29) laya_api(15)
...property 'y' of null"的解决方案 求解:2D项目中加载View,Laya.Scene.load应该如何使用? Laya的Scene和View什么区别? 自定义组件如何实现图片资源拖动获取路径 脚本组件继承于 Laya.Script。 其中的_update方法,多长时间会调用一次? 可以...
来源: Laya_社区 发布时间: 20161118
...子弹脚本。 */ export default class GameUI extends ui.test.TestSceneUI { private mat1: Laya.BlinnPhongMaterial; private newScene: Laya.Scene3D; private arr: any; constructor() { super(); this.arr = []; ...
来源: Laya_社区 发布时间: 20201120
...bx自带的骨骼蒙皮动画文件,也是自身待机动画 将Fbx拖入Scene3D场景下,可以看到模型,但是没有贴图和动画,下面先介绍如何为LayaMonkey添加材质和贴图 (图2) 2,贴图设置关联 将贴图文件放入Assets下 (图3) 需要创建一个材...
来源: Laya3.0_文档 发布时间: 20230303
...y LightSprite PointLight Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedType mode numChildren parent range scene shad...
来源: Laya3.0_api 发布时间: 20231115
...```typescript //新建一个球体模型并添加到舞台上 var sphere = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere(1))); //新建一个球形的碰撞盒 var sphereShape = new Laya.SphereColliderShape(1); //给球添加刚体 var sphereRigid = sphere.addComponent(Laya.Ri...
来源: Laya2.0_文档 发布时间: 20210715
...被锁定, 无法添加新回复 发起人 q8196901 相关问题 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 Laya 安卓端 在服务端运行指令layadcc ./ 后进不去,提示 assetId is old 和 init dcc fail。然后过五六个小时...
来源: Laya_社区 发布时间: 20171209
...seCamera Camera Index Constructors constructor Properties _extra _forward _scene _up _url name tag useOcclusionCulling RENDERINGTYPE_DEFERREDLIGHTING RENDERINGTYPE_FORWARDRENDERING WORLDINVERTFRONT Accessors active activeInHierarchy clearColor components cullingMask destroyed displayedInStage farPla...
来源: Laya3.0_api 发布时间: 20231115
...导出的资源文件,麻烦帮忙看下 Laya.Sprite3D.load("res/LayaScene_Model_71008/Model_71008.lh", Laya.Handler.create(null, function(sprite:Laya.Sprite3D):void { scene.addChild(sprite); sprite.transform.localScale = new Laya.Vector3(0.2, 0.2, 0.2); })); 报错信息 Uncaught TypeError:...
来源: Laya_社区 发布时间: 20200104
...hy LightSprite SpotLight Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedType mode numChildren parent range scene shad...
来源: Laya3.0_api 发布时间: 20231115
...看下导出的动画效果。 ```typescript //加载我们导出的场景 Scene3D.load("res/LayaScene_LayaMonkey/Conventional/LayaMonkey.ls",Handler.create(this,function(s:Scene3D):void{ Laya.stage.addChild(s); })); ``` ![](img/6.gif)(图6)
来源: Laya2.0_文档 发布时间: 20210714