C# Class ObjectPoolManager, hexciter
显示文件
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
public Pop ( string goName ) : GameObject |
goName |
string |
|
return |
GameObject |
|
public Push ( GameObject go ) : void |
go |
GameObject |
|
return |
void |
|