Click or drag to resize

NamedGameObjectPoolManagerTryAcquire Method

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

Overload List
  NameDescription
Public methodTryAcquire(String, GameObject)
Acquires an instance of the source object with the specified name, from an attached pool.
Public methodTryAcquire(String, Transform, GameObject)
Acquires an instance of the source object with the specified name from an attached pool, and sets its parent transform.
Public methodTryAcquire(String, Transform, Boolean, GameObject)
Acquires an instance of the source object with the specified name from an attached pool, and sets its parent transform.
Public methodTryAcquire(String, Vector3, Quaternion, GameObject)
Acquires an instance of the source object with the specified name from an attached pool, and sets its position and rotation.
Public methodTryAcquire(String, Vector3, Quaternion, Transform, GameObject)
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