Click or drag to resize

SerialisableGenericComponentPoolTAcquire Method

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

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