コード例 #1
0
 private bool IsOutsideFront()
 {
     return(transform.position.z > _worldPlane.Top() - .2f);
 }