Class PoolSetup
- Namespace
- CodeBase.ObjectPooling
- Assembly
- 4Experience.CodeBase.ObjectPoolingSystem.Runtime.dll
[CreateAssetMenu(menuName = "4Experience/CodeBase/Object Pooling/PoolSetup")]
public class PoolSetup : ExtendedScriptableObject
- Inheritance
-
Object
ScriptableObject
PoolSetup
- Extension Methods
-
Properties
AllowToReInitialize
public bool AllowToReInitialize { get; private set; }
Property Value
- bool
CollectionCheck
public bool CollectionCheck { get; private set; }
Property Value
- bool
CountLimit
public int CountLimit { get; private set; }
Property Value
- int
IsUsingPreWarmedObjects
public bool IsUsingPreWarmedObjects { get; private set; }
Property Value
- bool
PoolType
public ObjectPoolType PoolType { get; private set; }
Property Value
- ObjectPoolType
PreWarmedObjectsCount
public int PreWarmedObjectsCount { get; private set; }
Property Value
- int