Class UsesSelectObjectMethods
Extension methods for implementors of IUsesSelectObject
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public static class UsesSelectObjectMethods
Methods
Name | Description |
---|---|
GetSelectionCandidate(IUsesSelectObject, GameObject, bool) | Given a hovered object, find what object would actually be selected |
SelectObject(IUsesSelectObject, GameObject, Transform, bool, bool) | Select the given object using the given rayOrigin |
SelectObjects(IUsesSelectObject, List<GameObject>, Transform, bool, bool) | Select the given objects using the given rayOrigin |