GetMaterialProperties(Object[])
Get shader property information of the materials you pass in.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static MaterialProperty[] GetMaterialProperties(Object[] mats)
Parameters
The selected materials.
Returns
Type | Description |
|---|---|
| MaterialProperty[] | Returns the material properties. |
Remarks
When implementing custom MaterialEditors, you'd usually pass the array to this function, where is all the selected materials.
this.targetsthis.targetsAdditional Resources: MaterialProperty.