Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/xLua
/ Get
Method
Get
Assets/XLua/Src/ObjectPool.cs:102–109 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
100
}
101
102
public object Get(int index)
103
{
104
if (index >= 0 && index < count)
105
{
106
return list[index].obj;
107
}
108
return null;
109
}
110
111
public object Remove(int index)
112
{
Callers
15
Start
Method · 0.45
Start
Method · 0.45
Update
Method · 0.45
Awake
Method · 0.45
GenericDelegateBridge.cs
File · 0.45
LuaEnv.cs
File · 0.45
LazyReflectionCall
Method · 0.45
LuaFunction.cs
File · 0.45
TryPrimitiveArraySet
Function · 0.45
Cast
Function · 0.45
getType
Function · 0.45
ToFunction
Function · 0.45
Calls
no outgoing calls
Tested by
1
Start
Method · 0.36