Click or drag to resize

InputModuleHandReleaseToolPickup Method

Indicates whether input on this controller has caused a grabbing state for ToolPickup classes to be exited on the associated hand

Namespace:  ImmerseSDK.Controllers
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public abstract bool HandReleaseToolPickup()

Return Value

Type: Boolean
True if the grab state should be exited on this frame, otherwise false
See Also