Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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
this.targets
array to this function, where
this.targets
is all the selected materials.
Additional Resources: MaterialProperty.