UxrGrabManager.IsHandGrabbing Method (UxrAvatar, UxrHandSide)

Checks whether the given UxrAvatar hand is currently grabbing something.

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

Syntax

C#

public bool IsHandGrabbing(
	UxrAvatar avatar,
	UxrHandSide handSide
)

Parameters

 

avatar
Type: UltimateXR.Avatar.UxrAvatar
Avatar to check
handSide
Type: UltimateXR.Core.UxrHandSide
Whether to check the left hand or right hand

Return Value

Type: Boolean
Whether it is currently grabbing something

See Also

Reference

UxrGrabManager Class
IsHandGrabbing Overload
UltimateXR.Manipulation Namespace