Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
LuaInterface
LuaObjectPool.PoolNode
C# Class LuaInterface.LuaObjectPool.PoolNode
Show file
Open project: topameng/tolua
Class Usage Examples
Public Properties
Property
Type
Description
index
int
obj
object
Public Methods
Method
Description
PoolNode
(
int
index
,
object
obj
) :
System
Method Details
PoolNode()
public
method
public
PoolNode
(
int
index
,
object
obj
) :
System
index
int
obj
object
return
System
Property Details
index
public property
public
int
index
return
int
obj
public property
public
object
obj
return
object