Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnMaterialPreviewGUI(MaterialEditor, Rect, GUIStyle)

Override for extending the rendering of the Preview area or completly replace the preview (by not calling base.OnMaterialPreviewGUI).
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public virtual void OnMaterialPreviewGUI(MaterialEditor materialEditor, Rect r, GUIStyle background)

Parameters

materialEditor

The MaterialEditor that are calling this method (the 'owner').

Preview rect.

background

Style for the background.