Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/xLua
/ AddCaster
Method
AddCaster
Assets/XLua/Src/ObjectCasters.cs:423–426 ·
view source on GitHub ↗
(Type type, ObjectCast oc)
Source
from the content-addressed store, hash-verified
421
}
422
423
public void AddCaster(Type type, ObjectCast oc)
424
{
425
castersMap[type] = oc;
426
}
427
428
private ObjectCast genCaster(Type type)
429
{
Callers
1
RegisterCaster
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected