ObjectPreview.OnInteractivePreviewGUI

Cambiar al Manual
public void OnInteractivePreviewGUI (Rect r, GUIStyle background);

Parámetros

rRectángulo en el que se dibuja la vista previa.
backgroundImagen de fondo.

Descripción

Implemente para crear su propia vista previa personalizada interactiva. Las vistas previas interactivas personalizadas se utilizan en el área de vista previa del inspector y el selector de objetos.

Implement this instead of OnPreviewGUI if you only want to display interactive custom previews (you can implement both if some previews are interactive and others aren't). 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.