Click or drag to resize

GameObjectPool Fields

[This is preliminary documentation and is subject to change.]

The GameObjectPool type exposes the following members.

Fields
  NameDescription
Public fieldObjectAcquiredEvent
Occurs when an instance of the source object is acquired from the pool.
Public fieldObjectDestroyedEvent
Occurs when an instance of the source object is destroyed.
Public fieldObjectInstantiatedEvent
Occurs when a new instance of the source object is instantiated.
Public fieldObjectReleasedEvent
Occurs when an instance of the source object is released back to the pool.
Top
See Also