UxrGrabManager.ObjectPlacing Event
Event called whenever a UxrGrabbableObject is about to be placed on an UxrGrabbableObjectAnchor. The following properties from UxrManipulationEventArgs will contain meaningful data:
- GrabbableObject: Object that is about to be placed.
- GrabbableAnchor: Anchor where the object is about to be placed on.
- Grabber: Grabber that is placing the object.
- GrabPointIndex: Grab point index of the object that is being grabbed by the UxrGrabber.
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public event EventHandler<UxrManipulationEventArgs> ObjectPlacing
Value
Type: System.EventHandler(UxrManipulationEventArgs)
Remarks
If the object is being placed it will not generate a ObjectReleasing event. Whenever an object is released it will either generate either a Place or Release event, but not both.