Shader.FindPropertyIndex

切换到手册
public int FindPropertyIndex (string propertyName);

参数

propertyName着色器属性的名称。

描述

按名称查找着色器属性的索引。

可将索引与 GetPropertyTypeGetPropertyFlags 等函数结合使用,以获取更详细的属性信息。如果 Unity 找不到具有给定名称的属性,函数将返回 -1。