r | Rectángulo en el que se dibuja la vista previa. |
background | Imagen de fondo. |
Implemente para crear su propia vista previa personalizada para el área de vista previa del inspector, los encabezados del editor principal y el selector de objetos.
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.