UxrCanvas.IsCompatible Method

Checks if the canvas can be used with the given hand. This allows some canvases to work for the left or right hand only.

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

Syntax

C#

public bool IsCompatible(
	UxrHandSide handSide
)

Parameters

 

handSide
Type: UltimateXR.Core.UxrHandSide
Which hand to check

Return Value

Type: Boolean
Boolean telling whether the given hand is compatible or not

See Also

Reference

UxrCanvas Class
UltimateXR.UI.UnityInputModule Namespace