Click or drag to resize

PoolableObjectT Properties

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

The PoolableObjectT generic type exposes the following members.

Properties
  NameDescription
Public propertyCachePoolableComponents
Gets or sets a value indicating whether to cache the components found on this GameObject that implement IPoolable.
Public propertyIsInPool
Gets a value indicating whether the pooled object is currently unacquired and contained by the object pool.
Public propertyNotificationMode
Gets or sets the way in which pooled objects are notified about being acquired from, and returned to, the pool.
Public propertySourceObject
Gets the source object that this pooled object is a clone of.
Top
See Also