Click or drag to resize

UnityXRInputModuleHandGripAmount Method

Indicates the amount of grip the hand associated with this controller has from inputs in the current frame. Returns a float value between 0 (no grip) and 1 (fully gripped)

Namespace:  ImmerseSDK.Platforms.UnityXR
Assembly:  ImmerseSDK.NotInDll (in ImmerseSDK.NotInDll.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
C#
public override float HandGripAmount()

Return Value

Type: Single
A float value between 0 (no grip) and 1 (fully gripped)
See Also