In This Topic
The following tables list the members exposed by NTool.
Public Fields
Public Properties
| Name | Description |
 | Ambient | Gets or sets whether the tool is ambient. Ambient tools are such tools that are usually not disabled by the NInteractor.EnableTool method. |
 | Enabled | Gets or sets whether the tool is enabled. By default false. |
 | IsActive | Gets whether the tool is currently active |
 | OwnerCompositeTool | Gets a reference to the composite tool to which the tool belongs |
 | OwnerInputTarget | Gets the input target to which this interactor belongs. |
 | OwnerInteractor | Gets a reference to the interactor to which the tool belongs |
Top
Protected Properties
| Name | Description |
 | AdYC | |
Top
Public Methods
Public Events
| Name | Description |
 | Aborted | Occurs when a tool has been aborted |
 | Activated | Occurs when a tool has been activated |
 | Deactivated | Occurs when a tool has been deactivated |
Top
See Also