NamedGameObjectPoolManagerTryAcquire Method |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() | TryAcquire(String, GameObject) |
Acquires an instance of the source object with the specified name, from an attached pool.
|
![]() | TryAcquire(String, Transform, GameObject) |
Acquires an instance of the source object with the specified name from an attached pool, and sets its parent transform.
|
![]() | TryAcquire(String, Transform, Boolean, GameObject) |
Acquires an instance of the source object with the specified name from an attached pool, and sets its parent transform.
|
![]() | TryAcquire(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.
|
![]() | TryAcquire(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.
|