Interface IProvidesSelectTool
Provide access to tool selection
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProvidesSelectTool : IFunctionalityProvider
Methods
| Name | Description |
|---|---|
| IsToolActive(Transform, Type) | Check if the active tool on the given ray origin is of the given type |
| SelectTool(Transform, Type, bool, bool) | Select tools from the menu |