The tool manager lets you add different tools associated to your haptic cursor. It is in the Haptic Device Prefab and it is asociated with it.
To add a new Tool to the Tool Manager, make your own implementation extending from Haptic Tool, and add it in the Unity Inspector.
To change tools in the simulation, use the provided public functions.
Public Functions
Next Tool Changes to the Next Tool in the Inspector.
Previous Tool Changes to the Previous Tool in the Inspector.
Set Tool (int tool Index) Changes to the toolIndex Tool in the Inspector.
Next Tool Key Assign key to change to go to Next Tool.
Previous Tool Key Assign key to change to go to Previous Tool.