Click or drag to resize

InteractableEngageableDetectionFindAll Method (Vector3, Single, ListInteractableEngageableDetectionInteractableEngageableObject, Boolean)

Gets a list of the closest interactable or engageable objects to a position

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax

Parameters

center
Type: UnityEngine.Vector3
Target position
maxDistance
Type: SystemSingle
Maximum distance to search
results
Type: System.Collections.GenericListInteractableEngageableDetectionInteractableEngageableObject
The list of objects found
verboseLogging
Type: SystemBoolean
Enable verbose logging

Return Value

Type: Boolean
True if at least 1 object was found
See Also