CollisionDetector
[Desktop Automation]
This class is used to detect collisions between two meshes of the buildroom. It is created with the call Detector = system:createcollisiondetector(RasterSize);
.
Properties
None.
Methods
Name | Syntax | Description |
---|---|---|
checkmeshcollision | CollisionDetector:checkmeshcollision(mesh1:Object; mesh2:Object) | Checks the collision between two LUATrayMesh objects, returns the count of collision detected. |