Exemplo n.º 1
0
 private bool IsOutsideLeft()
 {
     return(transform.position.x < _worldPlane.Left() - .2f);
 }