Interface IProvidesCheckSphere
Provides the ability to check if scene objects are contained within a sphere
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProvidesCheckSphere : IFunctionalityProvider
Methods
Name | Description |
---|---|
CheckSphere(Vector3, float, List<GameObject>, List<GameObject>) | Do a sphere check against all Renderers |