Click or drag to resize

GameObjectPoolAcquire Method

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

Overload List
  NameDescription
Public methodAcquire
Acquires an instance from the pool.
(Inherited from PoolBaseTSource, TInstance, TSettings.)
Public methodAcquire(Transform)
Acquires an instance of the source object, and sets its parent transform.
Public methodAcquire(Transform, Boolean)
Acquires an instance of the source object, and sets its parent transform.
Public methodAcquire(Vector3, Quaternion)
Acquires an instance of the source object, and sets its position and rotation.
Public methodAcquire(Vector3, Quaternion, Transform)
Acquires an instance of the source object, and sets its parent transform, position and rotation.
Top
See Also