Share

Collision detection

[Desktop Automation]

This class detects collisions between two meshes of the buildroom. To create an object of this class use detector = system:createcollisiondetector(rastersize);.

Properties

None.

Back to top

Methods

Name Syntax Description
checkmeshcollision collisiondetector:checkmeshcollision(mesh1; mesh2) Checks the collision between two LUATrayMesh objects, returns the count of collision detected.

Back to top

Was this information helpful?