select method

void select(
  1. List<Plane> frustumPlanes,
  2. SmartArrayNoDuplicate<T> selection, [
  3. bool allowDuplicate
])

Implementation

external void select(List<Plane> frustumPlanes, SmartArrayNoDuplicate<T> selection, [bool allowDuplicate]);