UxrFingerPointingVolume.IsCompatible Method
Checks if the volume is compatible with the given hand. This allows some volumes to work for the left or right hand only.
Namespace: UltimateXR.Avatar.Controllers
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public bool IsCompatible(
UxrHandSide handSide
)
Parameters
- handSide
- Type: UltimateXR.Core.UxrHandSide
Hand to check
Return Value
Type: Boolean
Boolean telling whether the given hand is compatible or not
See Also
Reference
UxrFingerPointingVolume Class
UltimateXR.Avatar.Controllers Namespace