PoolObjectEventArgsT Class |
[This is preliminary documentation and is subject to change.]
Namespace: Umbrace.Unity.PurePool
public class PoolObjectEventArgs<T> : EventArgs, IPoolable, IEventSystemHandler
The PoolObjectEventArgsT type exposes the following members.
Name | Description | |
---|---|---|
![]() | PoolObjectEventArgsT |
Initialises a new instance of the PoolObjectEventArgsT class.
|
![]() | PoolObjectEventArgsT(T) |
Initialises a new instance of the PoolObjectEventArgsT class.
|
Name | Description | |
---|---|---|
![]() | AcquireInternal |
When implemented in a derived class, performs actions when the object is acquired from an object pool.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReleaseInternal |
Performs actions when the object is released back to an object pool.
|
![]() | ToString | (Inherited from Object.) |