Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

ObjectPreview.DrawPreview

Switch to Manual
public function DrawPreview(previewArea: Rect): void;

Parameters

previewAreaThe available area to draw the preview.

Description

This is the first entry point for Preview Drawing.

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.