NClickSelectTool Class Members
In This Topic
The following tables list the members exposed by NClickSelectTool.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| ClickSelectMouseButtonEvent | Gets or sets the mouse button event on which the tool performs click selection. By default set to ENMouseButtonEvent.LeftButtonDown. |
Top
Public Methods
| 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
See Also