C# Class ObjectPoolManager, hexciter

Inheritance: MonoBehaviour
Show file Open project: pR0Ps/hexciter Class Usage Examples

Public Methods

Method Description
Pop ( string goName ) : GameObject
Push ( GameObject go ) : void

Private Methods

Method Description
Awake ( ) : void

Method Details

Pop() public method

public Pop ( string goName ) : GameObject
goName string
return GameObject

Push() public method

public Push ( GameObject go ) : void
go GameObject
return void