Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
ObjectPoolManager
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