Version: 2021.1

Shader.GetPropertyType

切换到手册
public Rendering.ShaderPropertyType GetPropertyType (int propertyIndex);

参数

propertyIndex 着色器属性的索引。

描述

返回指定索引处的属性的 ShaderPropertyType

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