Esempio n. 1
0
 public virtual bool IsCollidingWith(UICollider other)
 {
     return(box.CheckOverlap(other.box));
 }
Esempio n. 2
0
 public override bool IsCollidingWith(CursorBehaviour cursor)
 {
     return(BoundingBox.CheckOverlap(cursor.col.box, box));
 }