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 PoolableObject<T>.)
Public methodAddToCache(IPoolable)
Adds a poolable component to the cache.
(Inherited from PoolableObject<T>.)
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 PoolableObject<T>.)
Public methodOnRelease
Informs all poolable components that the object has been released back to the pool.
(Inherited from PoolableObject<T>.)
Public methodRefreshCache
Refreshes the cache of poolable components.
(Inherited from PoolableObject<T>.)
Public methodRemoveFromCache(Component)
Removes a poolable component from the cache.
(Inherited from PoolableObject<T>.)
Public methodRemoveFromCache(IPoolable)
Removes a poolable component from the cache.
(Inherited from PoolableObject<T>.)
Public methodToString (Inherited from Object.)
Top
See Also