InteractableEngageableDetection Methods |
Name | Description | |
---|---|---|
FindAll(Transform, Single, ListInteractableEngageableDetectionInteractableEngageableObject, Boolean) |
Gets a list of the closest interactable or engageable objects to a transform
| |
FindAll(Vector3, Single, ListInteractableEngageableDetectionInteractableEngageableObject, Boolean) |
Gets a list of the closest interactable or engageable objects to a position
| |
FindEngageableObject(Transform, Single, Single, Boolean) |
Gets the closest engageable object to a transform
| |
FindEngageableObject(Vector3, Single, Single, Boolean) |
Gets the closest EngageableObject to a position
| |
FindInteractableObject(Transform, Single, Single, Boolean) |
Gets the closest interactable object to a transform
| |
FindInteractableObject(Vector3, Single, Single, Boolean) |
Gets the closest EngageableObject to a position
|