Click or drag to resize

PoolableGameObject Methods

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

The PoolableGameObject type exposes the following members.

Methods
  NameDescription
Public methodAddToCache(Component)
Adds a poolable component to the cache.
(Inherited from PoolableObjectT.)
Public methodAddToCache(IPoolable)
Adds a poolable component to the cache.
(Inherited from PoolableObjectT.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnAcquire
Informs all poolable components that the object has been acquired from the pool.
(Inherited from PoolableObjectT.)
Public methodOnRelease
Informs all poolable components that the object has been released back to the pool.
(Inherited from PoolableObjectT.)
Public methodRefreshCache
Refreshes the cache of poolable components.
(Inherited from PoolableObjectT.)
Public methodRemoveFromCache(Component)
Removes a poolable component from the cache.
(Inherited from PoolableObjectT.)
Public methodRemoveFromCache(IPoolable)
Removes a poolable component from the cache.
(Inherited from PoolableObjectT.)
Public methodToString (Inherited from Object.)
Top
See Also