Click or drag to resize

PoolGroup Methods

The PoolGroup type exposes the following members.

Methods
  NameDescription
Public methodAddPool
Add a pool to this group.
Public methodContainsPool
Return whether a pool is a part of this group.
Public methodRemovePool
Remove a pool from this group.
Top
Extension Methods
  NameDescription
Public Extension MethodDestroy
Destroy the object.
(Defined by UnityObjectExtensions.)
Public Extension MethodDisable
Set the enabled property to .
(Defined by BehaviourExtensions.)
Public Extension MethodEnable
Set the enabled property to .
(Defined by BehaviourExtensions.)
Public Extension MethodForEachPool
Perform an action on a enumerable of items.
(Defined by EnumerableExtensions.)
Public Extension MethodGetBounds

Returns the bounds of the Component.

(Defined by ComponentExtensions.)
Public Extension MethodIndexOfPool(Pool)Overloaded.
Return the index of an item, or -1 if not found.
(Defined by EnumerableExtensions.)
Public Extension MethodIndexOfPool(Pool, IEqualityComparerPool)Overloaded.
Return the index of an item, or -1 if not found.
(Defined by EnumerableExtensions.)
Public Extension MethodIsPrefab
Returns whether the Component is a part of a prefab.
(Defined by ComponentExtensions.)
Public Extension MethodLogPool
Log all the items in enumerable to the Console.
(Defined by EnumerableExtensions.)
Public Extension MethodWithIndexPool
Allows to traverse over an enumerable along with the indices of items.
(Defined by EnumerableExtensions.)
Top
See Also