Version: 2022.3

ShaderUtil.IsShaderPropertyHidden

切换到手册
public static bool IsShaderPropertyHidden (Shader s, int propertyIdx);

参数

s 要检查的着色器。
propertyIdx 要使用的属性索引。

描述

Returns true if the shader propery at index propertyIdx is hidden with the [HideInInspector] attribute in the shader code.