示例#1
0
 public override bool Intersects(ColliderComponent other)
 {
     return(other.Intersects(this));
 }