UxrButton3D.OnKeyReleased Method

Event trigger for the key released event. It can be overridden in child classes to handle key releases without subscribing to events.

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

Syntax

C#

protected virtual void OnKeyReleased(
	UxrControlInput controlInput,
	PointerEventData eventData
)

Parameters

 

controlInput
Type: UltimateXR.UI.UnityInputModule.Controls.UxrControlInput
Control that triggered the event
eventData
Type: PointerEventData
Input event data

See Also

Reference

UxrButton3D Class
UltimateXR.UI.UnityInputModule.Utils Namespace