Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Editor.DrawPreview

Declaration

public void DrawPreview(Rect previewArea);

Parameters

previewArea The available area to draw the preview.

Description

The first entry point for Preview Drawing.

Draws a grid of previews if there are multiple targets available. Override this method if you want to customize this behaviour.