C# Class Treefrog.Runtime.ObjectRegistry

Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ObjectPool objectPool ) : void
GetObjectPool ( int id ) : ObjectPool
this ( int id ) : ObjectClass

Private Methods

Méthode Description
ObjectRegistry ( ) : System

Method Details

Add() public méthode

public Add ( ObjectPool objectPool ) : void
objectPool ObjectPool
Résultat void

GetObjectPool() public méthode

public GetObjectPool ( int id ) : ObjectPool
id int
Résultat ObjectPool

this() public méthode

public this ( int id ) : ObjectClass
id int
Résultat ObjectClass