Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
ObjectPoolManager
C# Class ObjectPoolManager, hexciter
Inheritance:
MonoBehaviour
Mostrar archivo
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