Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Closer | Rectangle in which to draw the preview. |
background | Background image. |
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.