IsInFrustum static method

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

Implementation

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