UxrPointerInputModule.GetPointerEventData Method (UxrFingerTip)
Gets the pointer event data of a given UxrFingerTip if it exists.
Namespace: UltimateXR.UI.UnityInputModule
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public UxrPointerEventData GetPointerEventData(
UxrFingerTip fingerTip
)
Parameters
- fingerTip
- Type: UltimateXR.UI.UxrFingerTip
Finger tip to get the event data of
Return Value
Type: UxrPointerEventData
Pointer event data if it exists or null if not
See Also
Reference
UxrPointerInputModule Class
GetPointerEventData Overload
UltimateXR.UI.UnityInputModule Namespace