Click or drag to resize

SerialisableGenericComponentPool<T>.TryAcquire Method

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

Overload List
  NameDescription
Public methodTryAcquire(T)
Acquires an object from the pool.
(Inherited from SerialisableObjectPool<T>.)
Public methodTryAcquire(Transform, T)
Acquires an instance of the component, and sets the parent transform of its GameObject.
Public methodTryAcquire(Vector3, Quaternion, T)
Acquires an instance of the component, and sets the position and rotation of its GameObject.
Public methodTryAcquire(Transform, Vector3, Quaternion, T)
Acquires an instance of the component, and sets the parent transform, position and rotation of its GameObject.
Top
See Also