示例#1
0
 public bool IsTouching(ContactFilter2D contactFilter)
 {
     return(Rigidbody2D.INTERNAL_CALL_IsTouching(this, ref contactFilter));
 }