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

大约有 14 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0021 秒)

1. ShurikenParticleMaterial材质详解(ActionScript-3D基础(AS3)-粒子材质详解) [ 100%]

...-only] 设置渲染模式。 `color:Vector4` 颜色 `tilingOffset:Vector4` 获取纹理平铺和偏移。 `texture:BaseTexture` 漫反射贴。 `depthWrite:Boolean` 是否写入深度。 `cull:int` 剔除方式。 `blend:int` 混合方式。 `blendSrc:int` 混合源。 `blendDst:int` 混合目标...

来源: Laya2.0_文档 发布时间: 20210715

2. TrailMaterial材质详解(TypeScript-3D基础(TS)-拖尾材质详解) [ 100%]

...-only] 设置渲染模式。 `color:Vector4` 颜色 `tilingOffset:Vector4` 获取纹理平铺和偏移。 `texture:BaseTexture` 漫反射贴。 `depthWrite:Boolean` 是否写入深度。 `cull:int` 剔除方式。 `blend:int` 混合方式。 `blendSrc:int` 混合源。 `blendDst:int` 混合目标...

来源: Laya2.0_文档 发布时间: 20210714

3. TrailMaterial材质详解(ActionScript-3D基础(AS3)-拖尾材质详解) [ 100%]

...-only] 设置渲染模式。 `color:Vector4` 颜色 `tilingOffset:Vector4` 获取纹理平铺和偏移。 `texture:BaseTexture` 漫反射贴。 `depthWrite:Boolean` 是否写入深度。 `cull:int` 剔除方式。 `blend:int` 混合方式。 `blendSrc:int` 混合源。 `blendDst:int` 混合目标...

来源: Laya2.0_文档 发布时间: 20210714

4. TrailMaterial材质详解(JavaScript-3D基础(JS)-拖尾材质详解) [ 100%]

...-only] 设置渲染模式。 `color:Vector4` 颜色 `tilingOffset:Vector4` 获取纹理平铺和偏移。 `texture:BaseTexture` 漫反射贴。 `depthWrite:Boolean` 是否写入深度。 `cull:int` 剔除方式。 `blend:int` 混合方式。 `blendSrc:int` 混合源。 `blendDst:int` 混合目标...

来源: Laya2.0_文档 发布时间: 20210714

5. ShurikenParticleMaterial材质详解(JavaScript-3D基础(JS)-粒子材质详解) [ 100%]

...-only] 设置渲染模式。 `color:Vector4` 颜色 `tilingOffset:Vector4` 获取纹理平铺和偏移。 `texture:BaseTexture` 漫反射贴。 `depthWrite:Boolean` 是否写入深度。 `cull:int` 剔除方式。 `blend:int` 混合方式。 `blendSrc:int` 混合源。 `blendDst:int` 混合目标...

来源: Laya2.0_文档 发布时间: 20210715

6. ShurikenParticleMaterial材质详解(TypeScript-3D基础(TS)-粒子材质详解) [ 100%]

...-only] 设置渲染模式。 `color:Vector4` 颜色 `tilingOffset:Vector4` 获取纹理平铺和偏移。 `texture:BaseTexture` 漫反射贴。 `depthWrite:Boolean` 是否写入深度。 `cull:int` 剔除方式。 `blend:int` 混合方式。 `blendSrc:int` 混合源。 `blendDst:int` 混合目标...

来源: Laya2.0_文档 发布时间: 20210715

7. Shader概述(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 78%]

... ```typescript static addInclude(fileName, txt): void; ``` - 7.根据名字获取Shader3D对象,这是一个静态函数。 ```typescript static find(name): Shader3D ``` - 8.在特定索引获取SubShader。 ```typescript getSubShaderAt(index) ``` - 9.是否开启调试模式设置:在调试代...

来源: Laya2.0_文档 发布时间: 20210715

8. Shader概述(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 77%]

...tatic addInclude(fileName: string, txt: string): void; ``` - 7.根据名字获取Shader3D对象,这是一个静态函数。 ```typescript static find(name: string): Shader3D ``` - 8.在特定索引获取SubShader。 ```typescript getSubShaderAt(index: number): SubShader ``` - 9.是否开启调试...

来源: Laya2.0_文档 发布时间: 20210714

9. Shader概述(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 76%]

...tatic addInclude(fileName: String, txt: String): void; ``` - 7.根据名字获取Shader3D对象,这是一个静态函数。 ```typescript static find(name: String): Shader3D ``` - 8.在特定索引获取SubShader。 ```typescript getSubShaderAt(index: Number): SubShader ``` - 9.是否开启调试...

来源: Laya2.0_文档 发布时间: 20210714

10. 从Unity中编辑并导出摄像机(JavaScript-3D基础(JS)-LayaAir3D之Camera) [ 74%]

...th 深度。绘顺序。 Target Texture 目标纹理。 ### 使用代码获取导出的摄像机 ​ 那么,如果在unity中创建了摄像机并导出,在代码中加载导出文件后,我们怎么去获取摄像机呢?这可以通过场景的子节点索引或名称来获取获取...

来源: Laya2.0_文档 发布时间: 20210714