class in UnityEditor
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.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseUse 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...). |