Method | Description | |
---|---|---|
Add ( object obj ) : int | ||
Clear ( ) : void | ||
Destroy ( int pos ) : object | ||
LuaObjectPool ( ) : System | ||
Remove ( int pos ) : object | ||
Replace ( int pos, object o ) : object | ||
TryGetValue ( int index ) : object | ||
this ( int i ) : object |
public Replace ( int pos, object o ) : object | ||
pos | int | |
o | object | |
return | object |