C# Class Treefrog.Runtime.ObjectRegistry

Show file Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method Description
Add ( ObjectPool objectPool ) : void
GetObjectPool ( int id ) : ObjectPool
this ( int id ) : ObjectClass

Private Methods

Method Description
ObjectRegistry ( ) : System

Method Details

Add() public method

public Add ( ObjectPool objectPool ) : void
objectPool ObjectPool
return void

GetObjectPool() public method

public GetObjectPool ( int id ) : ObjectPool
id int
return ObjectPool

this() public method

public this ( int id ) : ObjectClass
id int
return ObjectClass