示例#1
0
 private bool IsOutsideRight()
 {
     return(transform.position.x > _worldPlane.Right() - .2f);
 }