This version of Unity is unsupported.

MaterialEditor.ApplyMaterialPropertyDrawers

Declaration

public static void ApplyMaterialPropertyDrawers(Material material);

Declaration

public static void ApplyMaterialPropertyDrawers(Object[] targets);

Description

Apply initial MaterialPropertyDrawer values.

This calls all MaterialPropertyDrawer.Apply functions on all properties that have custom drawers.