Click or drag to resize

ComponentPool Fields

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

The ComponentPool type exposes the following members.

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