Click or drag to resize

GameObjectPoolManagerInstance Property

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

Gets the GameObjectPoolManager 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 GameObjectPoolManager Instance { get; }

Property Value

Type: GameObjectPoolManager
Remarks

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

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

See Also