SerialisableGameObjectPoolAcquire Method |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| Acquire |
Acquires an object from the pool.
(Inherited from SerialisableObjectPoolT.) | |
| Acquire(Transform) |
Acquires an instance of the source object, and sets its parent transform.
| |
| Acquire(Transform, Boolean) |
Acquires an instance of the source object, and sets its parent transform.
| |
| Acquire(Vector3, Quaternion) |
Acquires an instance of the source object, and sets its position and rotation.
| |
| Acquire(Vector3, Quaternion, Transform) |
Acquires an instance of the source object, and sets its parent transform, position and rotation.
|