Interface IProvidesControlInputIntersection
Provides the ability to Enable/disable a given ray-origin's ability to intersect/interact with non UI objects
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProvidesControlInputIntersection : IFunctionalityProvider
Methods
Name | Description |
---|---|
SetRayOriginEnabled(Transform, bool) | Enable/disable a given ray-origin's ability to intersect/interact with non UI objects |