IsCompletelyInFrustum static method

bool IsCompletelyInFrustum(
  1. List<Vector3> boundingVectors,
  2. List<Plane> frustumPlanes
)

Implementation

external static bool IsCompletelyInFrustum(List<Vector3> boundingVectors, List<Plane> frustumPlanes);