|
protected |
Finds all objects that are in choosen oriented bounding box (OBB)
| center | vector, center of OBB |
| orientation | vector, direction (front vector), used for calculation of OBB rotation |
| edgeLength | vector, sizes of whole box |
| excludeObjects | array<Object>, objects that should be excluded from collision check |
| collidedObjects | array<Object>, out parameter, objects that collided with OBB |
bool, true if at least one object collided with OBB, false otherwise Используется в EntityAI::IsAreaAtDoorFree().