Click or drag to resize

SerialisableGameObjectPoolAcquire Method

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

Overload List
  NameDescription
Public methodAcquire
Acquires an object from the pool.
(Inherited from SerialisableObjectPoolT.)
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