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
The MaterialEditor that are calling this method (the 'owner').
Preview rect.
Style for the background.