Interface IProvidesSelectObject
Provide access to scene object selection
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProvidesSelectObject : IFunctionalityProvider
Methods
Name | Description |
---|---|
GetSelectionCandidate(GameObject, bool) | Given a hovered object, find what object would actually be selected |
SelectObject(GameObject, Transform, bool, bool) | Select the given object using the given rayOrigin |
SelectObjects(List<GameObject>, Transform, bool, bool) | Select the given objects using the given rayOrigin |