collide: Add docstring for CollisionTraverser::traverse()

This commit is contained in:
rdb 2020-07-25 12:50:09 +02:00
parent 52127f6805
commit 3fe1d286d0
1 changed files with 4 additions and 1 deletions

View File

@ -248,7 +248,10 @@ clear_colliders() {
}
/**
*
* Perform the traversal. Begins at the indicated root and detects all
* collisions with any of its collider objects against nodes at or below the
* indicated root, calling the appropriate CollisionHandler for each detected
* collision.
*/
void CollisionTraverser::
traverse(const NodePath &root) {