PoolableObjectT Methods |
[This is preliminary documentation and is subject to change.]
The PoolableObjectT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddToCache(Component) |
Adds a poolable component to the cache.
|
![]() | AddToCache(IPoolable) |
Adds a poolable component to the cache.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnAcquire |
Informs all poolable components that the object has been acquired from the pool.
|
![]() | OnRelease |
Informs all poolable components that the object has been released back to the pool.
|
![]() | RefreshCache |
Refreshes the cache of poolable components.
|
![]() | RemoveFromCache(Component) |
Removes a poolable component from the cache.
|
![]() | RemoveFromCache(IPoolable) |
Removes a poolable component from the cache.
|
![]() | ToString | (Inherited from Object.) |