大约有 14 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0038 秒)
...属性和方法 > 属性 `albedoColor:Vector4` 漫反射颜色。 `albedoTexture:BaseTexture` 漫反射贴图。 `emissionColor:Vector4` 放射颜色。 `emissionTexture:BaseTexture` 放射贴图。 `enableEmission:Boolean` 是否激活放射属性。 `enableReflection:Boolean` 是否开启反射。...
来源: Laya2.0_文档 发布时间: 20210714
...属性和方法 > 属性 `albedoColor:Vector4` 漫反射颜色。 `albedoTexture:BaseTexture` 漫反射贴图。 `emissionColor:Vector4` 放射颜色。 `emissionTexture:BaseTexture` 放射贴图。 `enableEmission:Boolean` 是否激活放射属性。 `enableReflection:Boolean` 是否开启反射。...
来源: Laya2.0_文档 发布时间: 20210715
...属性和方法 > 属性 `albedoColor:Vector4` 漫反射颜色。 `albedoTexture:BaseTexture` 漫反射贴图。 `emissionColor:Vector4` 放射颜色。 `emissionTexture:BaseTexture` 放射贴图。 `enableEmission:Boolean` 是否激活放射属性。 `enableReflection:Boolean` 是否开启反射。...
来源: Laya2.0_文档 发布时间: 20210714
... 2. *Random Between Two Contants* 在两个常数中随机取值 ------ **Texture Sheet Animation** 图片动画 1. `Tiles` 平铺 2. `Animation` 动画 1. *Single Row* 单行 2. *whole Sheet* 整表 3. `Random Row` 随机行 4. `Frame over Time` 动画帧随时间变化 1. *contants* 常数 2. *cur...
来源: Laya2.0_文档 发布时间: 20210715
... 2. *Random Between Two Contants* 在两个常数中随机取值 ------ **Texture Sheet Animation** 图片动画 1. `Tiles` 平铺 2. `Animation` 动画 1. *Single Row* 单行 2. *whole Sheet* 整表 3. `Random Row` 随机行 4. `Frame over Time` 动画帧随时间变化 1. *contants* 常数 2. *cur...
来源: Laya2.0_文档 发布时间: 20210714
... 2. *Random Between Two Contants* 在两个常数中随机取值 ------ **Texture Sheet Animation** 图片动画 1. `Tiles` 平铺 2. `Animation` 动画 1. *Single Row* 单行 2. *whole Sheet* 整表 3. `Random Row` 随机行 4. `Frame over Time` 动画帧随时间变化 1. *contants* 常数 2. *cur...
来源: Laya2.0_文档 发布时间: 20210715
...些?在移动端,Android平台的主流纹理格式是ETC(Ericsson Texture Compression),iOS平台的主流纹理格式是PVRTC(PowerVR Texture Compression)。 需要特别说明的是,ETC1是不支持透明通道的,PVRTC是支持透明通道的,尽管在ETC2的时候,补全了...
来源: Laya2.0_文档 发布时间: 20210714
...) 1. Separate Axes - Constant - Curve - Random betweem Two Constants - ### Texture Sheet Animation module  1. Tiles 2. Animation - Single Row - whole Sheet 3. Animation - Single Row - Random Row 4. Time Mode - Fr...
来源: Laya2.0_文档 发布时间: 20200822
...eBox(1,1,1)); var material: BlinnPhongMaterial = new BlinnPhongMaterial(); Texture2D.load("res/layabox.png", Handler.create(this, function(tex:Texture2D):void { material.albedoTexture = tex; })); box.meshRenderer.material = material; var monkey:Sprite3D = res.getChildByName("LayaMonkey") as Sprite3D...
来源: Laya2.0_文档 发布时间: 20210714
...:相机输出到屏幕的高度。 Depth 深度。绘图顺序。 Target Texture 目标纹理。 ### 使用代码获取导出的摄像机 那么,如果在unity中创建了摄像机并导出,在代码中加载导出文件后,我们怎么去获取摄像机呢?这可以通过场景的子...
来源: Laya2.0_文档 发布时间: 20210714