GameObjectPoolCanInitialise Method |
[This is preliminary documentation and is subject to change.]
When overridden in a derived class, determines whether the pool can be initialised.
Namespace:
Umbrace.Unity.PurePool
Assembly:
Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax protected override bool CanInitialise()
Return Value
Type:
Boolean if the pool can be initialised; otherwise,
.
See Also