MaterialEditor.GetMaterialProperties

매뉴얼로 전환
public static MaterialProperty[] GetMaterialProperties (Object[] mats);

설명

Get shader property information of the passed materials.

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

See Also: MaterialProperty.