UxrPointerInputModule.GetPointerEventData Method (UxrLaserPointer)

Gets the pointer event data of a given UxrLaserPointer if it exists.

Namespace: UltimateXR.UI.UnityInputModule
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public UxrPointerEventData GetPointerEventData(
	UxrLaserPointer laserPointer
)

Parameters

 

laserPointer
Type: UltimateXR.UI.UxrLaserPointer
Laser pointer 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