UxrGrabbableObject.Grabbing Event

Event called when the object is about to be grabbed. The following properties from UxrManipulationEventArgs will contain meaningful data:  

  • GrabbableObject: Object that is about to be grabbed.
  • GrabbableAnchor: Target where the object is currently placed. Null if it isn’t on an anchor.
  • Grabber: Grabber that is about to grab the object.
  • GrabPointIndex: Grab point index of the object that is about to be grabbed.
  • IsMultiHands: true if it is already being grabbed with one hand and it will be grabbed with both hands after. False if no hand is currently grabbing it.
  Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public event EventHandler<UxrManipulationEventArgs> Grabbing


Value

Type: System.EventHandler(UxrManipulationEventArgs)

Implements

IUxrGrabbable.Grabbing

See Also

Reference

UxrGrabbableObject Class
UltimateXR.Manipulation Namespace