C# Class ObjectRecycler, LearningUnits

Inheritance: MonoBehaviour
Afficher le fichier Open project: prime31/LearningUnits Class Usage Examples

Méthodes publiques

Méthode Description
ObjectRecycler ( GameObject go, int totalObjectsAtStart ) : System.Collections
freeObject ( GameObject objectToFree ) : void

Private Methods

Méthode Description
fireRecyledEvent ( ) : void

Method Details

ObjectRecycler() public méthode

public ObjectRecycler ( GameObject go, int totalObjectsAtStart ) : System.Collections
go GameObject
totalObjectsAtStart int
Résultat System.Collections

freeObject() public méthode

public freeObject ( GameObject objectToFree ) : void
objectToFree GameObject
Résultat void