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

大约有 764 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0074 秒)

681. [LayaAir3]3.3BETA4-2D动态刚体allow rotation关闭无效 [ 51%]

...动态半透明 摄像机跟随刚体移动,刚体出现抖动。 [3.0.7]Sprite的MouseEnable属性无效 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 问题状态 最新活动: 2025-06-26 10:42 浏览: 526 关注: 2 人 东林 • 2025-06-26 13:45 嗯嗯搞清楚了,已得到官方人员...

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

682. laya.d3.core.light.SpotLight [ 51%]

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

683. 3D项目,如何判断一个3D模型是否在摄像机的范围内,有没有这方面的接口,,, [ 51%]

...渲染。 */ readonly isRender:boolean; 那么实际应用就是找到该sprite3D的网格子节点SkinnedMeshSprite3D,获取其shinnedMeshRenderer直接点出属性isRender.完事 let mesh = this.owner.getChildAt(1) as Laya.SkinnedMeshSprite3D; console.log(mesh.skinnedMeshRenderer.isRender); ...

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

684. 3d资源释放的问题 [ 51%]

...们就可以通过getRes(.lh)得到这个资源的原型对象,即一个Sprite3D对象,这个原型对象就是你这个特效的“根”,它如果被destry(true),者与这个特效相关的所有资源都会被destry,包括纹理、模型、动画,即会释放出内存。如果你只...

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

685. laya.d3.core.glitter.Glitter [ 51%]

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

686. 场景设置UIView的var属性不起作用 [ 51%]

...peError: Cannot read property 'btCollisionObject' of undefined 如何设置Sprite的宽高和点击区域? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什...

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

687. 修改position与修改localPosition结果不一致(同处于3d场景下的两个节点) [ 51%]

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

688. laya.d3.core.light.LightSprite [ 50%]

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

689. laya.d3.core.RenderableSprite3D [ 50%]

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

690. 打包app,http无法设置content-type [ 50%]

...iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 如何设置Sprite的宽高和点击区域? 使用钢体设置防穿后仍有几率会穿透 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 龙骨skeleton鼠标点击区域...

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