コード例 #1
0
 public ColliderDistance2D Distance([Writable] Collider2D collider)
 {
     return(Physics2D.Distance(this, collider));
 }