MonoBehaviourPoolT Class |
Namespace: Gamelogic.Extensions
The MonoBehaviourPoolT type exposes the following members.
| Name | Description | |
|---|---|---|
| MonoBehaviourPoolT |
Initializes a new instance of the MonoBehaviourPoolT class.
|
| Name | Description | |
|---|---|---|
| IsObjectAvailable |
Gets a value indicating whether a sleeping object is available.
|
| Name | Description | |
|---|---|---|
| DecCapacity |
Decreases the capacity of the pool.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetNewObject |
Gets a freshly awoken object from the pool.
| |
| GetType | (Inherited from Object.) | |
| IncCapacity |
Increases thew capacity of the pool.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ReleaseObject |
Releases the specified object back to the pool.
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |