大约有 20 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0070 秒)
...box.png"); planeMat.albedo = new Laya.Vector4(0.9, 0.9, 0.9, 1); plane.meshRender.material = planeMat; var meshCollider = plane.addComponent(Laya.MeshCollider); meshCollider.mesh = plane.meshFilter.sharedMesh; var box = scene.addChild(new Laya.MeshSprite3D(new Laya.BoxMesh(0.5, 0.5, 0.5))); var mat ...
来源: Laya_示例 发布时间: 20241118
...dient Emission -> Rate over Distance Shape -> Shape -> Mesh, Mesh Render, Skinned Mesh Render, Edge Limit Velocity over Lifetime Inherit Velocity Force over Lifetime Color by Speed Size by Speed Rotation by Speed External Forces Noise Collision Triggers Sub Emitters Texture Sheet Animation ...
来源: Laya_社区 发布时间: 20161219
...模型。 ##### 4.4.1 普通模型 普通模型需要Mesh Filter组件Mesh Render组件,下面分别进行介绍。 ##### 网格过滤器Mesh Filter ![img](img/4.1-6.png) 在上图中的Unity网格过滤器属性里,LayaAir导出支持情况如下: | Unity的蒙皮网格渲染属性 | LayaAir...
来源: Laya2.0_文档 发布时间: 20210714
...minimum-scale=1.0,maximum-scale=1.0,user-scalable=no' /> <meta name="renderer" content="webkit" /> <meta name='apple-mobile-web-app-capable' content='yes' /> <meta name='full-screen' content='true' /> <meta name='x5-fullscreen' content='true' /> <meta name='360-fullscre...
来源: Laya_社区 发布时间: 20181120
...精灵纹理”,详细请参考《项目资源面板说明》。 2.3.2 RenderTexture的Texture 渲染纹理 (Render Texture)是在运行时不断更新渲染的一种特殊类型纹理 。渲染纹理的一个典型用法是将其设置为摄像机的“目标纹理”属性,这将使摄像...
来源: Laya3.0_文档 发布时间: 20241014
...点: 1. Transform 2. MeshFilter 3. MeshRenderer 4. SkinnedMeshRenderer 5. Animation 6. Animator (新) 7. Terrain 8. ParticleSystem(使用须知) 关于导出工具的使用,...
来源: Laya_社区 发布时间: 20170428
... cacheAs centerX centerY clipHeight clipWidth clipX clipY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray group height hideFlags hitArea index interval is3D isPlayi...
来源: Laya3.0_api 发布时间: 20231115
... cacheAs centerX centerY clipHeight clipWidth clipX clipY components customRenderEnable dataSource destroyed direction disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray group height hideFlags hitArea index interval is...
来源: Laya3.0_api 发布时间: 20231115
...map"时,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲...
来源: Laya2.0_api 发布时间: 20190513
...map"时,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲...
来源: Laya2.0_api 发布时间: 20190513