public virtual Boolean Collides(Collider other)
 {
     return(other.Collides(this));
 }
示例#2
0
 public virtual Boolean Collides(Collider other)
 {
     return other.Collides(this);
 }