TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

delegate CollectorDelegate in Tinman.Core.Collections

Consumes the given element.

delegate CollectorDelegate with <in T>  
  (T value)
type bool
params value The element to consume.
returns true to consume further elements, false to stop.

Remarks:

Methods shall return false iff no more elements shall be consumed. If in doubt, return true.