isInFrustum method

bool isInFrustum(
  1. List<Plane> frustumPlanes
)

Implementation

external bool isInFrustum(List<Plane> frustumPlanes);