Click or drag to resize

NamedGameObjectPoolManagerAcquire Method

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

Overload List
  NameDescription
Public methodAcquire(String)
Acquires an instance of the source object with the specified name, from an attached pool.
Public methodAcquire(String, Transform)
Acquires an instance of the source object with the specified name from an attached pool, and sets its parent transform.
Public methodAcquire(String, Transform, Boolean)
Acquires an instance of the source object with the specified name from an attached pool, and sets its parent transform.
Public methodAcquire(String, Vector3, Quaternion)
Acquires an instance of the source object with the specified name from an attached pool, and sets its position and rotation.
Public methodAcquire(String, Vector3, Quaternion, Transform)
Acquires an instance of the source object with the specified name from an attached pool, and sets its parent transform, position and rotation.
Top
See Also