大约有 206 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0073 秒)
... this.pbrStandardMaterial = new Laya.PBRStandardMaterial(); //获取新的纹理 this.pbrTexture = Laya.Loader.getRes("res/threeDimen/texture/earth.png") as Laya.Texture2D; //为PBRStandard材质设置漫反射贴图 this.pbrStandardMaterial.albedoTexture = this.pbrTexture; //修改导出球的材...
来源: Laya2.0_文档 发布时间: 20210715
...美术资源、项目逻辑代码等。 美术素材 是指图片、压缩纹理、模型、动画(时间轴动画、刚体动画、骨骼动画等)、材质、字体、图集、预制体(粒子、UI界面等)、蓝图等可以在场景中编辑使用的可视化资源。 音乐音效 是指...
来源: Laya3.0_文档 发布时间: 20251010
...碰撞)2.19 Sub Emitters(子发射器)2.20 Texture Sheet Animation(纹理片集动画)2.21 Trails(拖尾)三、CPU粒子系统渲染介绍CPU粒子系统 一、CPU粒子系统简介 CPU 粒子系统不如 GPU 粒子系统灵活,但 CPU 粒子系统适用于更广泛的硬件,并且...
来源: Laya3.0_文档 发布时间: 20260122
...部分资源不通用所以资源必须分多份。目前支持平台专属纹理压缩格式。 `Conventional` 通用平台,只是普通的JPG和PNG。 ##### (8) Other Setting 其他设置 `Customize Export Root Directory Name ` 自定义导出文件夹名字,默认的文件夹名字为“layaS...
来源: Laya2.0_文档 发布时间: 20200620
...ters slotName:String — 插糟的名字 texture:Texture — 自定义的纹理 showSkinByIndex()method public function showSkinByIndex(skinIndex:int, freshSlotIndex:Boolean = true):void 通过索引显示一套皮肤 Parameters skinIndex:int — 皮肤索引 freshSlotIndex:Boolean (default = ...
来源: laya_api 发布时间: 20170929
...部分资源不通用所以资源必须分多份。目前支持平台专属纹理压缩格式。 `Conventional` 通用平台,只是普通的JPG和PNG。 ##### (8) Other Setting 其他设置 `Customize Export Root Directory Name ` 自定义导出文件夹名字,默认的文件夹名字为“layaS...
来源: Laya2.0_文档 发布时间: 20200620
...RMaterial.tilingOffset Defined in laya/d3/core/material/PBRMaterial.ts:317 纹理平铺和偏移。 Returns Vector4 Inherited from PBRMaterial.tilingOffset Defined in laya/d3/core/material/PBRMaterial.ts:321 纹理平铺和偏移。 Parameters value: Vector4 Returns void Static cpuMemory get cpuMemo...
来源: Laya3.0_api 发布时间: 20231102
... Font descriptor | 字体描述文件,必须要选择 xml | | Textures | 纹理图片格式,必须要选择 png | #### 第六步:导出位图字体 完成以上这些配置步骤后,就可以导出位图字体了。 选择菜单栏的 `Options`-> `Save bitmap font as…`,如下图所示:...
来源: Laya2.0_文档 发布时间: 20210715
...出来 (function(){ /** * 地板类 */ function Floor(){ //背景贴图纹理 this.bgTexture = null; //最大右边距离 this.maxRight = 0; //判断是否超过右边最大距离了 this.isOutComplete = false; //背景 this.bg = null; //背景右边补丁 this.rightBg = null; //当前地板上面...
来源: Laya_社区 发布时间: 20160803
...ters slotName:String — 插糟的名字 texture:Texture — 自定义的纹理 showSkinByIndex()method public function showSkinByIndex(skinIndex:int, freshSlotIndex:Boolean = true):void 通过索引显示一套皮肤 Parameters skinIndex:int — 皮肤索引 freshSlotIndex:Boolean (default = ...
来源: Laya2.0_api 发布时间: 20190513