Ejemplo n.º 1
0
 public static bool IsValid(this ARPlane arPlane)
 {
     return(arPlane.alignment == PlaneAlignment.HorizontalUp && arPlane.Area() > 0.75f);
 }