Shader.GetPropertyName

切换到手册
public string GetPropertyName (int propertyIndex);

参数

propertyIndex着色器属性的索引。

描述

返回指定索引处的着色器属性的名称。

如果 Unity 在指定索引处找不到属性,函数将抛出 /ArgumentOutOfRangeException/。