SerialisableGenericComponentPoolTTryAcquire Method |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() | TryAcquire(T) |
Acquires an object from the pool.
(Inherited from SerialisableObjectPoolT.) |
![]() | TryAcquire(Transform, T) |
Acquires an instance of the component, and sets the parent transform of its GameObject.
|
![]() | TryAcquire(Vector3, Quaternion, T) |
Acquires an instance of the component, and sets the position and rotation of its GameObject.
|
![]() | TryAcquire(Transform, Vector3, Quaternion, T) |
Acquires an instance of the component, and sets the parent transform, position and rotation of its GameObject.
|