This version of Unity is unsupported.

MaterialEditor.GetMaterialProperties

Declaration

public static MaterialProperty[] GetMaterialProperties(Object[] mats);

Parameters

mats The selected materials.

Returns

MaterialProperty[] Returns the material properties.

Description

Get shader property information of the materials you pass in.

When implementing custom MaterialEditors, you'd usually pass the this.targets array to this function, where this.targets is all the selected materials.

See Also: MaterialProperty.