Shader.SetGlobalTexture 设置全局纹理

static function SetGlobalTexture (propertyName : string, tex : Texture) : void

Description描述

Sets a global texture property for all shaders.

为所有着色器设置一个全局纹理。

Global properties are used if a shader needs them but the material does not have them defined (for example, if the shader does not expose them in Properties block).

如果一个着色器需要某个属性,但材质没有定义它们将使用全局属性(例如,如果着色器不在 Properties模块中暴露它们)。

Usually this is used if you have a set of custom shaders that all use the same "global" texture (for example, custom diffuse-lighting cubemap). Then you can set the global property from script and don't have to setup the same texture in all materials.

通常在你有一组定义的着色器,全部使用相同的"全局"纹理(例如,自定义diffuse-lighting立方图)。然后你可以从脚本中设置全局属性,并不需要在所有的材质中设置相同的纹理。

参见: SetGlobalColor, SetGlobalFloat; Material class

最后修改:2011年3月31日 Thursday 18:15

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。