Interface IProvidesCanGrabObject
Provide the ability to check if an object can be grabbed
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProvidesCanGrabObject : IFunctionalityProvider
Methods
| Name | Description |
|---|---|
| CanGrabObject(GameObject, Transform) | Returns true if the object can be grabbed |