Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
MonoGdx
Utils
Pool
C# Class MonoGdx.Utils.Pool
Exibir arquivo
Open project: jaquadro/MonoGdx
Public Methods
Method
Description
Clear
( ) :
void
Release
(
object
obj
) :
void
Protected Methods
Method
Description
ReleaseCore
(
object
obj
) :
void
Method Details
Clear()
public
abstract
method
public
abstract
Clear
( ) :
void
return
void
Release()
public
method
public
Release
(
object
obj
) :
void
obj
object
return
void
ReleaseCore()
protected
abstract
method
protected
abstract
ReleaseCore
(
object
obj
) :
void
obj
object
return
void