Click or drag to resize

GameObjectPoolAcquire Method (Vector3, Quaternion, Transform)

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

Acquires an instance of the source object, and sets its parent transform, position and rotation.

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public GameObject Acquire(
	Vector3 position,
	Quaternion rotation,
	Transform parent
)

Parameters

position
Type: UnityEngineVector3
The position to set the instance's transform to.
rotation
Type: UnityEngineQuaternion
The rotation to set the instance's transform to.
parent
Type: UnityEngineTransform
The transform to which the instance should be parented.

Return Value

Type: GameObject
An instance of the source object, Source.
See Also