C# Class ObjectPoolManager, hexciter

Inheritance: MonoBehaviour
Afficher le fichier Open project: pR0Ps/hexciter Class Usage Examples

Méthodes publiques

Méthode Description
Pop ( string goName ) : GameObject
Push ( GameObject go ) : void

Private Methods

Méthode Description
Awake ( ) : void

Method Details

Pop() public méthode

public Pop ( string goName ) : GameObject
goName string
Résultat GameObject

Push() public méthode

public Push ( GameObject go ) : void
go GameObject
Résultat void