BoxCollider
This component let's you determine if something is colliding with the GameObject
new BoxCollider();collidingWith(BoxCollider col); // Returns boolean
getCollider(); // Returns Rectangle ObjectLast updated
This component let's you determine if something is colliding with the GameObject
new BoxCollider();collidingWith(BoxCollider col); // Returns boolean
getCollider(); // Returns Rectangle ObjectLast updated