Click or drag to resize

ComponentPoolTryAcquire Method

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

Overload List
  NameDescription
Public methodTryAcquireT(T)
Acquires an instance of the component.
Public methodTryAcquire(Component)
Acquires an instance of the component.
(Overrides PoolBaseTSource, TInstance, TSettingsTryAcquire(TInstance).)
Public methodTryAcquireT(Transform, T)
Acquires an instance of the component, and sets the parent transform of its GameObject.
Public methodTryAcquire(Transform, Component)
Acquires an instance of the component, and sets the parent transform of its GameObject.
Public methodTryAcquireT(Vector3, Quaternion, T)
Acquires an instance of the component, and sets the position and rotation of its GameObject.
Public methodTryAcquire(Vector3, Quaternion, Component)
Acquires an instance of the component, and sets the position and rotation of its GameObject.
Public methodTryAcquireT(Transform, Vector3, Quaternion, T)
Acquires an instance of the component, and sets the parent transform, position and rotation of its GameObject.
Public methodTryAcquire(Transform, Vector3, Quaternion, Component)
Acquires an instance of the component, and sets the parent transform, position and rotation of its GameObject.
Top
See Also