大约有 764 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0067 秒)
...动态半透明 摄像机跟随刚体移动,刚体出现抖动。 [3.0.7]Sprite的MouseEnable属性无效 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 问题状态 最新活动: 2025-06-26 10:42 浏览: 526 关注: 2 人 东林 • 2025-06-26 13:45 嗯嗯搞清楚了,已得到官方人员...
来源: Laya_社区 发布时间: 20250626
...kagelaya.d3.core.lightClasspublic class SpotLightInheritanceSpotLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object SpotLight 类用于创建聚光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自...
来源: laya_api 发布时间: 20170929
...渲染。 */ readonly isRender:boolean; 那么实际应用就是找到该sprite3D的网格子节点SkinnedMeshSprite3D,获取其shinnedMeshRenderer直接点出属性isRender.完事 let mesh = this.owner.getChildAt(1) as Laya.SkinnedMeshSprite3D; console.log(mesh.skinnedMeshRenderer.isRender); ...
来源: Laya_社区 发布时间: 20181009
...们就可以通过getRes(.lh)得到这个资源的原型对象,即一个Sprite3D对象,这个原型对象就是你这个特效的“根”,它如果被destry(true),者与这个特效相关的所有资源都会被destry,包括纹理、模型、动画,即会释放出内存。如果你只...
来源: Laya_社区 发布时间: 20180814
...elaya.d3.core.glitterClasspublic class GlitterInheritanceGlitter RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher Object Glitter 类用于创建闪光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自...
来源: laya_api 发布时间: 20170929
...peError: Cannot read property 'btCollisionObject' of undefined 如何设置Sprite的宽高和点击区域? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什...
来源: Laya_社区 发布时间: 20181123
...于3d场景下的两个节点) //添加自定义模型 var box: Laya.MeshSprite3D = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(1, 1, 1))) as Laya.MeshSprite3D; box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); var material: Laya.BlinnPhongMaterial = new Laya.Blin...
来源: Laya_社区 发布时间: 20190717
...umentationAll Packages | All Classes | Index | Frames No Frames LightSpriteProperties | Methods | Events | Constants Packagelaya.d3.core.lightClasspublic class LightSpriteInheritanceLightSprite Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses DirectionLight, PointLight, SpotLig...
来源: laya_api 发布时间: 20170929
...ationAll Packages | All Classes | Index | Frames No Frames RenderableSprite3DProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class RenderableSprite3DInheritanceRenderableSprite3D Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses Glitter, MeshSprite3D, Sh...
来源: laya_api 发布时间: 20170929
...iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 如何设置Sprite的宽高和点击区域? 使用钢体设置防穿后仍有几率会穿透 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 龙骨skeleton鼠标点击区域...
来源: Laya_社区 发布时间: 20170123