Exemplo n.º 1
0
 public ContainmentType Contains(ref BoundingFrustum frustum)
 {
     return(Collision.BoxContainsFrustum(ref this, ref frustum));
 }