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.
Methods
Name | Syntax | Description |
---|---|---|
checkmeshcollision | collisiondetector:checkmeshcollision(mesh1; mesh2) | Checks the collision between two LUATrayMesh objects, returns the count of collision detected. |