UxrGrabManager.GrabTrying Event
Event called whenever a UxrGrabber component is about to try to grab something (a hand is beginning to close). If it ends up grabbing something will depend on whether there is a UxrGrabbableObject in reach. Properties available:
- Grabber: Grabber that tried to grab.
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public event EventHandler<UxrManipulationEventArgs> GrabTrying
Value
Type: System.EventHandler(UxrManipulationEventArgs)