|  | MeshAnalysisToolAttribute Constructor  | 
  
    Namespace: 
   HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
    Assembly:
   MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
 Syntax
Syntaxpublic MeshAnalysisToolAttribute(
	string name,
	int priority,
	KeyCode keybinding = KeyCode.None
)
Parameters
- name
- Type: SystemString
 The tool name.
- priority
- Type: SystemInt32
 The tool priority.
- keybinding (Optional)
- Type: KeyCode
 Specifies the hotkey binded to the tool.
 See Also
See Also