| ComponentPoolManagerInternalAcquire Method | 
[This is preliminary documentation and is subject to change.]
Namespace: Umbrace.Unity.PurePool
 Syntax
Syntaxprotected override bool InternalAcquire( Type componentType, out ComponentPool pool, out Component instance )
[Missing <param name="componentType"/> documentation for "M:Umbrace.Unity.PurePool.ComponentPoolManager.InternalAcquire(System.Type,Umbrace.Unity.PurePool.ComponentPool@,UnityEngine.Component@)"]
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentException | If no pool exists for the specified source, and AcquireMode is set to Error. | 
 See Also
See Also