Interface IProvidesIsHoveringOverUI
Provide the ability to check if a ray is hovering over UI
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProvidesIsHoveringOverUI : IFunctionalityProvider
Methods
Name | Description |
---|---|
IsHoveringOverUI(Transform) | Returns whether the specified ray origin is hovering over a UI element |