UxrControllerInput.Input2DToControllerElement Method

Gets the controller elements UxrControllerElements enum value given a UxrInput2D enum value.

Namespace: UltimateXR.Devices
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public static UxrControllerElements Input2DToControllerElement(
	UxrInput2D input2D
)

Parameters

 

input2D
Type: UltimateXR.Devices.UxrInput2D
2D input element to get the UxrControllerElements enum value for

Return Value

Type: UxrControllerElements
UxrControllerElements enum value representing the input2D, or None if it doesn’t exist

See Also

Reference

UxrControllerInput Class
UltimateXR.Devices Namespace