Click or drag to resize

MonoBehaviourPoolT Methods

The MonoBehaviourPoolT generic type exposes the following members.

Methods
  NameDescription
Public methodDecCapacity
Decreases the capacity of the pool.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetNewObject
Gets a freshly awoken object from the pool.
Public methodGetType (Inherited from Object.)
Public methodIncCapacity
Increases thew capacity of the pool.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReleaseObject
Releases the specified object back to the pool.
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also