Version: 2021.1

Shader.GetPropertyDescription

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

参数

propertyIndex 着色器属性的索引。

描述

返回指定索引处的着色器属性的描述字符串。

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