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

delegate ObjectPoolDelegate in Tinman.Core.System

A delegate that creates objects for a pool.

[OwnerReturn]
delegate ObjectPoolDelegate with <out T>  
  ()
type T
returns The created pooled object.

See also:

ObjectPool