Click or drag to resize

UnityXRQuestInputModuleHandReleaseToolPickup Method

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

Namespace:  ImmerseSDK.Platforms.UnityXR
Assembly:  ImmerseSDK.NoDll (in ImmerseSDK.NoDll.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public override bool HandReleaseToolPickup()

Return Value

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