Interface IProvidesSceneRaycast
Provide access to scene raycast functionality
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProvidesSceneRaycast : IFunctionalityProvider
Methods
Name | Description |
---|---|
Raycast(Ray, out RaycastHit, out GameObject, float, List<GameObject>) | Do a raycast against all Renderers |