Click or drag to resize

ComponentPoolAcquire Method

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

Overload List
  NameDescription
Public methodAcquire
Acquires an instance of the component.
(Overrides PoolBaseTSource, TInstance, TSettingsAcquire.)
Public methodAcquireT
Acquires an instance of the component.
Public methodAcquire(Transform)
Acquires an instance of the component, and sets the parent transform of its GameObject.
Public methodAcquireT(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 methodAcquireT(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.
Public methodAcquireT(Transform, Vector3, Quaternion)
Acquires an instance of the component, and sets the parent transform, position and rotation of its GameObject.
Top
See Also