public static void RegisterType(UInt32 typeId, Type type, CacheableWrapperDelegate wrapperDelegate, Type dotnetType) { m_registeredValueTypeIdMap[typeId] = wrapperDelegate; m_typeIdNameMap[typeId] = type; m_dotnetTypeVsCKWDelegate[dotnetType] = typeId; }
public static void RegisterType(UInt32 typeId, Type type, CacheableWrapperDelegate wrapperDelegate) { m_registeredValueTypeIdMap[typeId] = wrapperDelegate; m_typeIdNameMap[typeId] = type; }