container : String -> AFrame.Properties.Property
Selector to store pooled entities. Defaults to the scene.
Default : None
size : Basics.Int -> AFrame.Properties.Property
Number of preallocated entities in the pool.
Default : 0
dynamic : Basics.Bool -> AFrame.Properties.Property
Grow the pool automatically if more entities are requested after reaching the size
.
Default : false
mixin : String -> AFrame.Properties.Property
Mixin required to initialize the entities of the pool.
Default : None