Click or drag to resize

GameObjectPoolManagerAcquire Method

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

Overload List
  NameDescription
Public methodAcquire(TSource)
Acquires an instance of source from an attached pool.
(Inherited from PoolManagerBaseTManagerSettings, TPool, TPoolSettings, TSource, TInstance.)
Public methodAcquire(GameObject, Transform)
Acquires an instance of sourceObject from an attached pool, and sets its parent transform.
Public methodAcquire(GameObject, Transform, Boolean)
Acquires an instance of sourceObject from an attached pool, and sets its parent transform.
Public methodAcquire(GameObject, Vector3, Quaternion)
Acquires an instance of sourceObject from an attached pool, and sets its position and rotation.
Public methodAcquire(GameObject, Vector3, Quaternion, Transform)
Acquires an instance of sourceObject from an attached pool, and sets its parent transform, position and rotation.
Top
See Also