Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

ObjectPreview.OnPreviewGUI

public void OnPreviewGUI(Rect r, GUIStyle background);

Parameters

rRectangle in which to draw the preview.
backgroundBackground image.

Description

Implement to create your own custom preview for the preview area of the inspector, primary editor headers and the object selector.

If you implement OnInteractivePreviewGUI then this will only be called for non-interactive custom previews. The overidden method should use the rectangle passed in and render a preview of the asset into it. The default implementation is a no-op.

See Also: OnInteractivePreviewGUI.

Did you find this page useful? Please give it a rating: