C# Class GenericPooler, Holdout

Inheritance: MonoBehaviour
Mostra file Open project: MaddJhin/Holdout Class Usage Examples

Public Properties

Property Type Description
current GenericPooler,
poolDict List>.Dictionary
pooledAmount int
pooledObjects List

Public Methods

Method Description
GetPooledObject ( string objType ) : GameObject

Private Methods

Method Description
Awake ( ) : void

Method Details

GetPooledObject() public method

public GetPooledObject ( string objType ) : GameObject
objType string
return GameObject

Property Details

current public_oe static_oe property

public static GenericPooler, current
return GenericPooler,

poolDict public_oe property

public Dictionary> poolDict
return List>.Dictionary

pooledAmount public_oe property

public int pooledAmount
return int

pooledObjects public_oe property

public List pooledObjects
return List