Click or drag to resize

NamedGameObjectPoolManagerInstance Property

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

Gets the NamedGameObjectPoolManager found in the scene.

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 static NamedGameObjectPoolManager Instance { get; }

Property Value

Type: NamedGameObjectPoolManager
Remarks

If more than one NamedGameObjectPoolManager exists in the scene, the instance returned by this property is undefined.

If no NamedGameObjectPoolManager is found in the scene, a new root GameObject is created with the NamedGameObjectPoolManager component attached.

See Also