|
@@ -3,7 +3,7 @@ return {
|
|
summary = 'Iterate over pairs of nearby shapes.',
|
|
summary = 'Iterate over pairs of nearby shapes.',
|
|
description = [[
|
|
description = [[
|
|
Returns an iterator that can be used to iterate over "overlaps", or potential collisions between
|
|
Returns an iterator that can be used to iterate over "overlaps", or potential collisions between
|
|
- pairs of shapes in the World. This should be called after using `World:detectOverlaps` to
|
|
|
|
|
|
+ pairs of shapes in the World. This should be called after using `World:computeOverlaps` to
|
|
compute the list of overlaps. Usually this is called automatically by `World:update`.
|
|
compute the list of overlaps. Usually this is called automatically by `World:update`.
|
|
]],
|
|
]],
|
|
arguments = {},
|
|
arguments = {},
|