Click or drag to resize

SerialisableGenericComponentPoolT Constructor

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

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 SerialisableGenericComponentPool(
	Transform parent,
	params Type[] additionalComponents
)

Parameters

parent
Type: UnityEngineTransform
The parent transform to which all pooled GameObject objects will be parented in the hierarchy.
additionalComponents
Type: SystemType
An optional list of additional component types, that should be added to the same GameObject as the main component type.
See Also