overlapTestAll

fun overlapTestAll(): List<Node>

Tests to see if a node is overlapping any other nodes within the scene using Node.collisionShape.

Return

A list of all nodes that are overlapping this node. If no node is overlapping the test node, then the list is empty.