NClickEditTool Class Members
The following tables list the members exposed by NClickEditTool.
| Name | Description |
 | ClickMouseButtonEvent | Gets or sets the mouse button event on which the tool performs click selection. By default set to ENMouseButtonEvent.LeftButtonDown. |
Top
| Name | Description |
 | OnMouseDown | Overridden. Processes the mouse down event. Overriden to perform click select, if it can be performed |
 | OnMouseUp | Overridden. Processes the mouse down event. Overriden to perform click select if it can be performed and perform drill down select if it can be performed. |
Top