Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DrawPreview(Rect)

This is the first entry point for Preview Drawing.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public void DrawPreview(Rect previewArea)

Parameters

previewArea

The available area to draw the preview.

Remarks

The default implementation will draw a grid of previews if there are multiple targets available. Override this method if you want to change this behaviour.