mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Add Body:isTouching(otherbody). See issue #1365.
This commit is contained in:
@@ -382,6 +382,8 @@ public:
|
||||
void setFixedRotation(bool fixed);
|
||||
bool isFixedRotation() const;
|
||||
|
||||
bool isTouching(Body *other) const;
|
||||
|
||||
/**
|
||||
* Get the World this Body resides in.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user