Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Editor.DrawPreview

DrawPreview(previewArea: Rect): void;
void DrawPreview(Rect previewArea);
def DrawPreview(previewArea as Rect) as void

Parameters

previewPositionThe 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.