Click or drag to resize

PoolInstanceInfo Class

Information cached about a pool instance.
Inheritance Hierarchy
SystemObject
  Kit.PoolingPoolInstanceInfo

Namespace:  Kit.Pooling
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public class PoolInstanceInfo
Request Example View Source

The PoolInstanceInfo type exposes the following members.

Fields
  NameDescription
Public fieldComponent
The component returned when initializing.
Public fieldIsPooled
Whether the instance is being used or not.
Public fieldPool
The pool it belongs to.
Public fieldUseCount
Keeps a track of the number of times the instance been used.
Top
See Also