C# Class GenericPooler, Holdout

Inheritance: MonoBehaviour
Afficher le fichier Open project: MaddJhin/Holdout Class Usage Examples

Méthodes publiques

Свойство Type Description
current GenericPooler,
poolDict List>.Dictionary
pooledAmount int
pooledObjects List

Méthodes publiques

Méthode Description
GetPooledObject ( string objType ) : GameObject

Private Methods

Méthode Description
Awake ( ) : void

Method Details

GetPooledObject() public méthode

public GetPooledObject ( string objType ) : GameObject
objType string
Résultat GameObject

Property Details

current public_oe static_oe property

public static GenericPooler, current
Résultat GenericPooler,

poolDict public_oe property

public Dictionary> poolDict
Résultat List>.Dictionary

pooledAmount public_oe property

public int pooledAmount
Résultat int

pooledObjects public_oe property

public List pooledObjects
Résultat List