# 두 박스의 충돌 여부 체크
var isOverlap = cc.rectOverlapsRect(this.boxA.getBoundingBox(), this.boxB.getBoundingBox());
- 리턴 true or false