Click or drag to resize

PoolableMonoBehaviour Class

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

A component that allows pooling of multiple associated MonoBehaviour components.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Umbrace.Unity.PurePoolPoolableMonoBehaviour

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
[DisallowMultipleComponent]
public class PoolableMonoBehaviour : MonoBehaviour, 
	IPoolable, IEventSystemHandler

The PoolableMonoBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodPoolableMonoBehaviour
Initializes a new instance of the PoolableMonoBehaviour class
Top
Methods
  NameDescription
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 methodToString (Inherited from Object.)
Top
See Also