Shader.PropertyToID 属性标识符

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

Description描述

Gets unique identifier for a shader property name.

为一个着色器属性名获取唯一标识。

Shader property identifiers are used by MaterialPropertyBlock functions.

Each name of shader property (for example, _MainTex or _Color) is assigned an unique integer number in Unity, that stays the same for the whole game.

参见:MaterialPropertyBlock.

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

本脚本参考基于Unity 3.4.1f5

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