大约有 3,790 项符合查询结果, 库内数据总量为 30,897 项。 (搜索耗时: 0.0076 秒)
Laya_社区(3244) Laya2.0_文档(198) Laya3.0_api(102) Laya3.0_文档(95) Laya2.0_api(82) Laya_示例(44) laya_api(25)
...nder (laya.d3.js:1) at RenderQueue._render (laya.d3.js:1) at Scene3D._renderScene (laya.d3.js:1) at Camera.render (laya.d3.js:1) at Scene3D.renderSubmit (laya.d3.js:1) at Context.submitElement (laya.core.js:1) 附件 : --> 2019-10-24 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20191024
...18:23 问题1已测试修复, 问题2: 选中粒子组件后,Unity的Scene窗口右下角,会有一个Particle Effect小视口,里面可以控制当前选中粒子的播放,暂停,播放速度,播放进度等选项的那个窗口,大部分情况下失灵,无法播放粒子。 测...
来源: Laya_社区 发布时间: 20210717
...写的一个Shader中使用了 u_AmbientColor 这个Uniform变量来获取Scene3D中的环境灯光中的Ambient Color, 然后效果是实现了,Shader确实顺利的获取了Ambient Color, 但是在IDE中有时候会报出一个说我 u_AmbientColor没有定义的警告 然后如果我在Shad...
来源: Laya_社区 发布时间: 20230727
...n : int[read-only] 子对象数量。 Node parent : Node父节点。Node scene : Scene[read-only] 获得所属场景。 Sprite3D templet : GlitterTemplet[read-only] 获取闪光模板。 Glitter timer : Timer时间控制器,默认为Laya.timer。Node transform : Transform3D[read-only] 获...
来源: laya_api 发布时间: 20170929
...t TypeError: Cannot read property 'btCollisionObject' of undefined laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 自定义场景类导出layaMaxUI.ts有前缀导致报错 问题状态 最新活动: 2020-12-18 14:31 浏览: 1980 关注: 6 人 ...
来源: Laya_社区 发布时间: 20190412
...chy : Boolean[read-only] 获取在层级中是否激活。 Sprite3D belongScene : Boolean[read-only] 获取是否属于场景。 Sprite3D componentsCount : int[read-only] 获得组件的数量。 Sprite3D destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node displ...
来源: laya_api 发布时间: 20170603
如何在场景中获得node的位置信息? let target3 = this.scene.getChildByName("Target3"); 现在我需要知道target3这个node的位置信息。有什么办法吗? 2017-11-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20171121
...caleMode:string="fixedwidth"; static screenMode:string="none"; static startScene:string="test/TestScene.scene"; static sceneRoot:string=""; static debug:boolean=false; static stat:boolean=false; static physicsDebug:boolean=false; static exportSceneToJson:boolean=true; constructor(){} static init(){ ...
来源: Laya_社区 发布时间: 20181001
...fined preload.js:55 at MeshSprite3D._onActive (file:///E:/A_LayaDemo/test3Dscene/bin/libs/laya.d3.js:5617:17) at MeshSprite3D._activeHierarchy (file:///E:/A_LayaDemo/test3Dscene/bin/libs/laya.core.js:12325:18) at Sprite3D._activeHierarchy (file:///E:/A_LayaDemo/test3Dscene/bin/libs/laya.core.j...
来源: Laya_社区 发布时间: 20191129
...灵相关操作忽略 var heightMap = Laya.Loader.getRes("res/threeDimen/scene/TerrainScene/Assets/HeightMap.png"); //初始化MeshTerrainSprite3D this.terrainSprite = MeshTerrainSprite3D.createFromMeshAndHeightMap(meshSprite3D.meshFilter.sharedMesh as Mesh, heightMap, 6.574996471405029, 10.00000095...
来源: Laya2.0_文档 发布时间: 20210714