UxrGrabbableObject.Placing Event

Event called when the object is about to be placed. An object is placed when the last grip is released and there is a compatible UxrGrabbableObjectAnchor near enough to place it on. 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> Placing


Value

Type: System.EventHandler(UxrManipulationEventArgs)

Implements

IUxrGrabbable.Placing

See Also

Reference

UxrGrabbableObject Class
UltimateXR.Manipulation Namespace