Playground by Górka Mateusz
Goo.Tools.Pooling.AutoObjectPooler.PoolingSet Class Reference
+ Collaboration diagram for Goo.Tools.Pooling.AutoObjectPooler.PoolingSet:

Public Member Functions

 PoolingSet ()
 
 PoolingSet (GameObject prefab)
 

Public Attributes

readonly ListOfGameObject List = new ListOfGameObject()
 
readonly Transform Parent
 

Constructor & Destructor Documentation

◆ PoolingSet() [1/2]

Goo.Tools.Pooling.AutoObjectPooler.PoolingSet.PoolingSet ( )
inline
16 {
17 Parent = null;
18 }
readonly Transform Parent
Definition: AutoObjectPooler.cs:13

◆ PoolingSet() [2/2]

Goo.Tools.Pooling.AutoObjectPooler.PoolingSet.PoolingSet ( GameObject  prefab)
inline
21 {
22 Parent = new GameObject($"[AutoPooling] {prefab.name}").transform;
23 }

Member Data Documentation

◆ List

readonly ListOfGameObject Goo.Tools.Pooling.AutoObjectPooler.PoolingSet.List = new ListOfGameObject()

◆ Parent

readonly Transform Goo.Tools.Pooling.AutoObjectPooler.PoolingSet.Parent

The documentation for this class was generated from the following file: