Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Treefrog
Runtime
ObjectRegistry
C# Class Treefrog.Runtime.ObjectRegistry
Datei anzeigen
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