Click or drag to resize

GameObjectPoolManagerTryAcquire Method

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

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