Click or drag to resize

InteractableObjectAllowInteraction Method

Returns True if the button is allowed to be pressed

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
protected virtual bool AllowInteraction(
	ControllerLocal hand,
	bool isTrigger
)

Parameters

hand
Type: ImmerseSDK.ControllersControllerLocal
isTrigger
Type: SystemBoolean

Return Value

Type: Boolean
See Also