Interface IPoolable
Allows the object to receive information about the pool that it is a part of.
Namespace: QFSW.MOP2
Assembly: QFSW.MOP2.dll
Syntax
public interface IPoolable
Methods
| Improve this Doc View SourceInitializeTemplate(ObjectPool)
Initializes the template object with the parent pool.
Declaration
void InitializeTemplate(ObjectPool pool)
Parameters
| Type | Name | Description |
|---|---|---|
| ObjectPool | pool | The pool that this template belongs to. |