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