MCPcopy 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

RegisterCasterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected