Method PreviewInToolsMenuButton
PreviewInToolsMenuButton(Transform, Type, string)
Highlights a ToolMenuButton when a menu button is highlighted
Declaration
void PreviewInToolsMenuButton(Transform rayOrigin, Type toolType, string toolDescription)
Parameters
| Type | Name | Description |
|---|---|---|
| Transform | rayOrigin | Transform: Ray origin to check |
| Type | toolType | Type: MenuButton's tool type to preview |
| string | toolDescription | String: The tool description to display as a Tooltip |