Click or drag to resize

InputModuleHandGripAmount 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.Controllers
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public abstract float HandGripAmount()

Return Value

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