SerialisableGameObjectPool Events |
[This is preliminary documentation and is subject to change.]
The SerialisableGameObjectPool type exposes the following members.
Name | Description | |
---|---|---|
CanAcquireChanged |
Occurs when the value of CanAcquire changes.
(Inherited from SerialisableObjectPoolT.) | |
CountChanged |
Occurs when Count changes.
(Inherited from SerialisableObjectPoolT.) | |
Initialised |
Occurs when the pool is initialised.
(Inherited from SerialisableObjectPoolT.) | |
ObjectAcquired |
Occurs when an object is acquired from the pool.
(Inherited from SerialisableObjectPoolT.) | |
ObjectDestroyed |
Occurs when an object is destroyed.
(Inherited from SerialisableObjectPoolT.) | |
ObjectInstantiated |
Occurs when a new object is instantiated.
(Inherited from SerialisableObjectPoolT.) | |
ObjectReleased |
Occurs when an object is released back to the pool.
(Inherited from SerialisableObjectPoolT.) |