UxrControlInput.OnInitializePotentialDrag Method
Method called by Unity when a potential drag could be started on the the control but the drag did not start yet.
Namespace: UltimateXR.UI.UnityInputModule.Controls
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public override void OnInitializePotentialDrag(
PointerEventData eventData
)
Parameters
- eventData
- Type: PointerEventData
Event data
Implements
IInitializePotentialDragHandler.OnInitializePotentialDrag(PointerEventData)
See Also
Reference
UxrControlInput Class
UltimateXR.UI.UnityInputModule.Controls Namespace