Version: 5.4
public void OnPreviewGUI (Rect r, GUIStyle background);

파라미터

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