Click or drag to resize

MeshAnalysisWindow Class

Represents a window that visualizes mesh data using shading option and if a tool selected using the tool.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      EditorWindow
        HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.APIMeshAnalysisWindow

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public class MeshAnalysisWindow : EditorWindow

The MeshAnalysisWindow type exposes the following members.

Constructors
  NameDescription
Public methodMeshAnalysisWindow
Initializes a new instance of the MeshAnalysisWindow class
Top
Properties
  NameDescription
Public propertyEditorWindow.antiAlias (Inherited from EditorWindow.)
Public propertyEditorWindow.autoRepaintOnSceneChange (Inherited from EditorWindow.)
Public propertyStatic memberCurrentCamera
Gets a camera which used to draw meshes in Mesh Analysis window.
Public propertyEditorWindow.depthBufferBits (Inherited from EditorWindow.)
Public propertyFocusPosition
Gets the position of a camera orbit center.
Public propertyObject.hideFlags (Inherited from Object.)
Public propertyEditorWindow.maximized (Inherited from EditorWindow.)
Public propertyEditorWindow.maxSize (Inherited from EditorWindow.)
Public propertyEditorWindow.minSize (Inherited from EditorWindow.)
Public propertyObject.name (Inherited from Object.)
Public propertyEditorWindow.position (Inherited from EditorWindow.)
Public propertyEditorWindow.title Obsolete. (Inherited from EditorWindow.)
Public propertyEditorWindow.titleContent (Inherited from EditorWindow.)
Public propertyEditorWindow.wantsMouseMove (Inherited from EditorWindow.)
Top
Methods
  NameDescription
Public methodEditorWindow.BeginWindows (Inherited from EditorWindow.)
Public methodStatic memberChangeFocus(Vector3)
Changes the focus position of a camera.
Public methodStatic memberChangeFocus(Vector3, Vector3)
Changes the focus position of a camera.
Public methodEditorWindow.Close (Inherited from EditorWindow.)
Public methodEditorWindow.EndWindows (Inherited from EditorWindow.)
Public methodObject.Equals(System.Object) (Inherited from Object.)
Public methodEditorWindow.Focus (Inherited from EditorWindow.)
Public methodStatic memberFocusOnTriangle
Focuses the camera on the triangle.
Public methodObject.GetHashCode (Inherited from Object.)
Public methodObject.GetInstanceID (Inherited from Object.)
Public methodStatic memberGetObjectCenter
Public methodStatic memberOpen(Mesh)
Opens the window for a specified mesh.
Public methodStatic memberOpen(Mesh, String, String)
Opens the window for a specified mesh.
Public methodStatic memberPreviewToOverlayPoint
Transforms position from preview world space into overlay screen space.
Public methodStatic memberRemoveFocus
Removes a custom focus.
Public methodEditorWindow.RemoveNotification (Inherited from EditorWindow.)
Public methodEditorWindow.Repaint (Inherited from EditorWindow.)
Public methodStatic memberRepaintWindow
Repaint MeshAnalysisWindow
Public methodEditorWindow.SendEvent(UnityEngine.Event) (Inherited from EditorWindow.)
Public methodScriptableObject.SetDirty Obsolete. (Inherited from ScriptableObject.)
Public methodEditorWindow.Show (Inherited from EditorWindow.)
Public methodEditorWindow.Show(System.Boolean) (Inherited from EditorWindow.)
Public methodEditorWindow.ShowAsDropDown(UnityEngine.Rect,UnityEngine.Vector2) (Inherited from EditorWindow.)
Public methodEditorWindow.ShowAuxWindow (Inherited from EditorWindow.)
Public methodEditorWindow.ShowNotification(UnityEngine.GUIContent) (Inherited from EditorWindow.)
Public methodEditorWindow.ShowPopup (Inherited from EditorWindow.)
Public methodEditorWindow.ShowTab (Inherited from EditorWindow.)
Public methodEditorWindow.ShowUtility (Inherited from EditorWindow.)
Public methodObject.ToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventStatic memberRepaintEvent
Raised when the window repaints.
Top
Extension Methods
  NameDescription
Public Extension MethodGetDocked
Gets the docked state of specified EditorWindow.
(Defined by EditorWindowExtensions.)
Top
See Also