IsShaderPropertyHidden(Shader, int)
Returns true if the shader propery at index propertyIdx is hidden with the [HideInInspector] attribute in the shader code.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static bool IsShaderPropertyHidden(Shader s, int propertyIdx)
Parameters
Returns
Type | Description |
|---|---|
| bool |