Kit Documentation
Kit Documentation
Kit Reference
Kit.Pooling
IPooled Interface
Pool Class
Pooler Class
PoolGroup Class
PoolInstance Class
PoolInstanceInfo Class
PoolLimitMode Enumeration
PoolMessageMode Enumeration
PoolLimitMode Enumeration
What to do when a pool reaches its limit?
Namespace:
Kit.Pooling
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
enum
PoolLimitMode
Request Example
View Source
Members
Member name
Description
StopGiving
Stop giving new instances.
ReuseFirst
Reuse the first instance given.
DestroyAfterUse
Create a new instance but do not pool it when it gets destroyed.
See Also
Reference
Kit.Pooling Namespace
Send comments on this topic to
agam@frag-games.com