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:  

  Namespace: UltimateXR.Manipulation
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.

See Also

Reference

UxrGrabManager Class
UltimateXR.Manipulation Namespace