GetPropertyDescription(Shader, int)
Get the description of the shader propery at index propertyIdx of Shader s.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static string GetPropertyDescription(Shader s, int propertyIdx)
Parameters
Returns
Type | Description |
|---|---|
| string | Returns the description of the given shader property. |