コード例 #1
0
 public bool PlayerTouchingWinTrigger()
 {
     return(winCollider.OverlapPoint(playerLocation.GetWorldMidPointTransform()));
 }