Use this class to render an interactive preview of a mesh.
Use this class from an ObjectPreview or Editor.OnPreviewGUI to render an interactive mesh preview.
mesh | The Mesh to display in the preview space. |
MeshPreview | Creates a new MeshPreview instance with a Mesh target. |
Dispose | Releases allocated resources associated with this object. |
OnPreviewGUI | Call this from an Editor.OnPreviewGUI or ObjectPreview.OnPreviewGUI to draw a mesh preview. |
OnPreviewSettings | Call this from Editor.OnPreviewSettings or ObjectPreview.OnPreviewSettings to draw additional settings related to the mesh preview. |
RenderStaticPreview | Creates a texture preview to override Editor.RenderStaticPreview. The current mesh will be drawn. |
GetInfoString | Returns a short summary of the Mesh attributes (ex, does this mesh contain positions, normals, tangents, etc...). |