InteractableEngageableDetection Class |
Namespace: ImmerseSDK.Interaction
public static class InteractableEngageableDetection
The InteractableEngageableDetection type exposes the following members.
Name | Description | |
---|---|---|
InteractableEngageableDetection |
Name | Description | |
---|---|---|
FindAll(Transform, Single, ListInteractableEngageableDetectionInteractableEngageableObject) |
Gets a list of the closest interactable or engageable objects to a transform
| |
FindAll(Vector3, Single, ListInteractableEngageableDetectionInteractableEngageableObject) |
Gets a list of the closest interactable or engageable objects to a position
| |
FindEngageableObject(Transform, Single, Single) |
Gets the closest engageable object to a transform
| |
FindEngageableObject(Vector3, Single, Single) |
Gets the closest EngageableObject to a position
| |
FindInteractableObject(Transform, Single, Single) |
Gets the closest interactable object to a transform
| |
FindInteractableObject(Vector3, Single, Single) |
Gets the closest EngageableObject to a position
|
Name | Description | |
---|---|---|
MaxObjectsForDetection |
Maximum number of objects we can detect within the radius of effect
|