UxrButton3DRotate.OnKeyPressed Method

Key down event. The object is rotated according to the pressing point.

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

Syntax

C#

protected override void OnKeyPressed(
	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

UxrButton3DRotate Class
UltimateXR.UI.UnityInputModule.Utils Namespace