GameObjectPoolManagerTryAcquire Method |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| TryAcquire(TSource, TInstance) |
Acquires an instance of sourceObject from an attached pool.
(Inherited from PoolManagerBaseTManagerSettings, TPool, TPoolSettings, TSource, TInstance.) | |
| TryAcquire(GameObject, Transform, GameObject) |
Acquires an instance of sourceObject from an attached pool, and sets its parent transform.
| |
| TryAcquire(GameObject, Transform, Boolean, GameObject) |
Acquires an instance of sourceObject from an attached pool, and sets its parent transform.
| |
| TryAcquire(GameObject, Vector3, Quaternion, GameObject) |
Acquires an instance of sourceObject from an attached pool, and sets its position and rotation.
| |
| TryAcquire(GameObject, Vector3, Quaternion, Transform, GameObject) |
Acquires an instance of sourceObject from an attached pool, and sets its parent transform, position and rotation.
|