Click or drag to resize
EntityObjectPool Methods

The EntityObjectPool type exposes the following members.

Methods
  NameDescription
Public methodAlloc
Public methodFree
Public methodSetMaxCapacity
Changes the maximum capacity of this pool. If the maximum capacity is increased, an amount of objects equal to the capacity difference is added to the pool. If the maximum capacity is decreased, an amount of objets equal to the capacity difference is removed from the pool of available objects.
Top
See Also