35516 lines
2.0 MiB
35516 lines
2.0 MiB
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
|
|
struct VirtualActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct VirtualActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct VirtualFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtualFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct InterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct InterfaceActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3>
|
|
struct InterfaceActionInvoker3
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3, typename T4, typename T5>
|
|
struct InterfaceActionInvoker5
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct InterfaceFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct InterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct InterfaceFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct InvokerActionInvoker1;
|
|
template <typename T1>
|
|
struct InvokerActionInvoker1<T1*>
|
|
{
|
|
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1)
|
|
{
|
|
void* params[1] = { p1 };
|
|
method->invoker_method(methodPtr, method, obj, params, params[0]);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3>
|
|
struct InvokerActionInvoker3;
|
|
template <typename T1, typename T2, typename T3>
|
|
struct InvokerActionInvoker3<T1*, T2, T3*>
|
|
{
|
|
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3* p3)
|
|
{
|
|
void* params[3] = { p1, &p2, p3 };
|
|
method->invoker_method(methodPtr, method, obj, params, params[2]);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3, typename T4>
|
|
struct InvokerActionInvoker4
|
|
{
|
|
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
void* params[4] = { &p1, &p2, &p3, &p4 };
|
|
method->invoker_method(methodPtr, method, obj, params, params[3]);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3, typename T4, typename T5>
|
|
struct InvokerActionInvoker5;
|
|
template <typename T1, typename T2, typename T3, typename T4, typename T5>
|
|
struct InvokerActionInvoker5<T1*, T2, T3, T4, T5>
|
|
{
|
|
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4 p4, T5 p5)
|
|
{
|
|
void* params[5] = { p1, &p2, &p3, &p4, &p5 };
|
|
method->invoker_method(methodPtr, method, obj, params, params[4]);
|
|
}
|
|
};
|
|
|
|
// System.Action`1<System.Boolean>
|
|
struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C;
|
|
// System.Action`1<System.Int32>
|
|
struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404;
|
|
// System.Action`1<System.UInt64>
|
|
struct Action_1_t2F07B42BD085A4AC03ECE5676157E93B9A344C1C;
|
|
// System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99;
|
|
// System.Action`2<System.Int32,Unity.Networking.Transport.NetworkDriver>
|
|
struct Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603;
|
|
// System.Action`2<Unity.Netcode.NetworkManager,Unity.Netcode.ConnectionEventData>
|
|
struct Action_2_t555B51C2CBA7678870E51D22754F9FB4C97830C9;
|
|
// System.Action`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8;
|
|
// System.Action`2<Unity.Netcode.NetworkManager/ConnectionApprovalRequest,Unity.Netcode.NetworkManager/ConnectionApprovalResponse>
|
|
struct Action_2_t5E7B4E17493B71D65B87865FA28E6CCE1C2ED68B;
|
|
// System.Collections.Generic.Dictionary`2<System.Guid,Unity.Netcode.SceneEventProgress>
|
|
struct Dictionary_2_t0270812B055A7D1C86659691D8A5E1AE5B65B721;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>
|
|
struct Dictionary_2_tE0CCE43CB23321225C159A6FBF31D85E8F1A5E9B;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
|
|
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.SceneManagement.Scene>
|
|
struct Dictionary_2_tCC2015396C24B57BF74F74538DB3DE9AD918F8D6;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.UInt32>
|
|
struct Dictionary_2_t6A075724755C7A5DCAD6974ABDEC33484D2EA941;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.NetworkBehaviour/RpcReceiveHandler>>
|
|
struct Dictionary_2_t61D9E1A79722A10277502E526E398BA456EFD5CE;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,System.Int32>
|
|
struct Dictionary_2_t384D2A0FF42BF1302A3F513FC32DB105F1CD5455;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,System.UInt32>
|
|
struct Dictionary_2_t4E1AC3103633DA3C82B1A7A6930ED5ECA825CC05;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,System.Collections.Generic.Dictionary`2<System.Int32,Unity.Netcode.NetworkObject>>
|
|
struct Dictionary_2_t1674990A173871C1D9FAEE8AB011002392DA1E5D;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler>
|
|
struct Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,System.Int32>
|
|
struct Dictionary_2_t1A4804CA9724B6CE01D6ECABE81CE0848CBA80B4;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.NetworkPrefab>
|
|
struct Dictionary_2_t7E3F7ADC88D549FC0444CEF23D9116E9E7B8F861;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.SceneEventData>
|
|
struct Dictionary_2_tCA8950DBD026CD4264E7CE9E57FB298AECECB699;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,System.Type>
|
|
struct Dictionary_2_t36FA7EC1E5B0BD4419B32EB5EBD5DFA984D70CEA;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32>
|
|
struct Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.NetworkManager/RpcReceiveHandler>
|
|
struct Dictionary_2_t535993A174BD2EEC9F9DB2BB1AA684D960BD89AD;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.Dictionary`2<System.Type,System.Int32>>
|
|
struct Dictionary_2_tF27160F3F05A0ECC97850502DD8A2BC6E3FB9041;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>>
|
|
struct Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>
|
|
struct Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Collections.NativeList`1<Unity.Netcode.NetworkMessageManager/SendQueueItem>>
|
|
struct Dictionary_2_tF94A082BC0A1596467346D509355D345EFF5FA68;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.Transports.UTP.BatchedReceiveQueue>
|
|
struct Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.Int32>
|
|
struct Dictionary_2_tAC84F565B305F33E7066B98F6CD6CC5A96A1416A;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkClient>
|
|
struct Dictionary_2_t04CE97C57D2E25D600E03BF7F53BDCDDAC05C9DF;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>
|
|
struct Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.PendingClient>
|
|
struct Dictionary_2_tD7776C25E1F5D1B8408431CA83EAAFFE3C4C9684;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.UInt64>
|
|
struct Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkManager/ConnectionApprovalResponse>
|
|
struct Dictionary_2_t647F7F7CA786348F8808D433385C1B2D157E852A;
|
|
// System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E;
|
|
// System.Collections.Generic.Dictionary`2<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>
|
|
struct Dictionary_2_tB9DB09131681DF5E71B62460E23F0AE9D07D7E4F;
|
|
// System.Collections.Generic.Dictionary`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
struct Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C;
|
|
// System.Func`2<Unity.Netcode.NetworkObject,System.Boolean>
|
|
struct Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1;
|
|
// System.Func`2<UnityEngine.SceneManagement.Scene,System.Boolean>
|
|
struct Func_2_t4F73610D0CA47FF1BD0C63B7FB85AC3BD87DC7B1;
|
|
// System.Func`2<System.String,UnityEngine.SceneManagement.Scene>
|
|
struct Func_2_t2CEDF1D050AAC5620D1B957995312D5E2E5F5570;
|
|
// System.Func`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,System.Boolean>
|
|
struct Func_2_t19E50C11C3E1F20B5A8FDB85D7DD353B6DFF868B;
|
|
// System.Func`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0;
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipatedObject>
|
|
struct HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C;
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipationEventReceiver>
|
|
struct HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F;
|
|
// System.Collections.Generic.HashSet`1<System.Int32>
|
|
struct HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2;
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.NetworkObject>
|
|
struct HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337;
|
|
// System.Collections.Generic.HashSet`1<System.UInt64>
|
|
struct HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C;
|
|
// System.Collections.Generic.HashSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87;
|
|
// System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>>
|
|
struct IEnumerable_1_tC9B78BD09596EB85FA82FA63B091B4F61900F530;
|
|
// System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>>
|
|
struct IEnumerable_1_tD97B8B7EA67F03C9DC208790005D1EFE25DD3C8A;
|
|
// System.Collections.Generic.IEnumerable`1<Unity.Netcode.NetworkObject>
|
|
struct IEnumerable_1_tD1ACBAEECE023A9A9BF2D082E4926932B6BE3EA7;
|
|
// System.Collections.Generic.IEnumerable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct IEnumerable_1_t29E7244AE33B71FA0981E50D5BC73B7938F35C66;
|
|
// System.Collections.Generic.IEqualityComparer`1<Unity.Netcode.IAnticipatedObject>
|
|
struct IEqualityComparer_1_tE7FB9DA635EF51136A01E9A6B865BEE55698C89A;
|
|
// System.Collections.Generic.IEqualityComparer`1<Unity.Netcode.IAnticipationEventReceiver>
|
|
struct IEqualityComparer_1_t70EFEDB8EA37788EF5C307C0506CBC7518037E27;
|
|
// System.Collections.Generic.IEqualityComparer`1<Unity.Netcode.NetworkObject>
|
|
struct IEqualityComparer_1_t489D6D822684D1854085C54AC12EE30B1418E4F3;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.UInt32>
|
|
struct IEqualityComparer_1_t0BB8211419723EB61BF19007AC9D62365E50500E;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.UInt64>
|
|
struct IEqualityComparer_1_t958EAC5D5BD188327B4736D6F82A08EA1476A4C8;
|
|
// System.Collections.Generic.IEqualityComparer`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct IEqualityComparer_1_t47CC0B235E693652D181B679FF6D61A469ECC122;
|
|
// System.Collections.Generic.IEqualityComparer`1<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes>
|
|
struct IEqualityComparer_1_t90703CD5D422BA175352885B8C0ADBEE468FB162;
|
|
// System.Collections.Generic.IEqualityComparer`1<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>
|
|
struct IEqualityComparer_1_tE64C0B9EDA2F5BACAB333B43424ECA25DB52CAF1;
|
|
// System.Collections.Generic.IReadOnlyDictionary`2<System.UInt64,Unity.Netcode.NetworkClient>
|
|
struct IReadOnlyDictionary_2_t5D1D0039E8A5028ACC8928132E0AC1C351A1F943;
|
|
// System.Collections.Generic.IReadOnlyList`1<Unity.Netcode.NetworkClient>
|
|
struct IReadOnlyList_1_t0179361F5E46124A5F314B3F8A3BBF6C9160E9D7;
|
|
// System.Collections.Generic.IReadOnlyList`1<System.UInt64>
|
|
struct IReadOnlyList_1_t1A3980B817C9C841FC942102C2A423C1AAD15C8E;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler>
|
|
struct KeyCollection_t92405032D0A165068D4360F9E41082B7F746614C;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,Unity.Netcode.NetworkPrefab>
|
|
struct KeyCollection_tD51FE5DFEB503A8A86980EA7106BDA0D68E8218F;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.UInt32>
|
|
struct KeyCollection_tDFD143082B4A4C7E240FB8C233E384807626C92A;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt64,System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>>
|
|
struct KeyCollection_tB751E86F9502A740FD817C14DFC4FEA6B559CFC8;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>
|
|
struct KeyCollection_t260454CC957B17C9474E6AD6448D6E39BFBA2689;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt64,Unity.Netcode.Transports.UTP.BatchedReceiveQueue>
|
|
struct KeyCollection_t44A4E49B5C14FFA8C521AFB181691FE9E37EBD40;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt64,Unity.Netcode.NetworkObject>
|
|
struct KeyCollection_tEFAF11606E1C4963A0E22FE6EE565C1543F1E42C;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt64,System.UInt64>
|
|
struct KeyCollection_tFFA90686DDD4B2C580EB4F094C43950126BE2521;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct KeyCollection_tB792ACBAE0B99278B0B7B0F7440B4788E98F0D55;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>
|
|
struct KeyCollection_t3185EF820CB92F1BDC68B6E125E7FFF1170A5FD4;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
struct KeyCollection_t56099B4F564E3749A78231A91A6D5639B8D2CF0B;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.HashSet`1<System.Int32>>
|
|
struct List_1_t498347DEA55185643F213F995B74FEE039FAD70F;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Byte>>
|
|
struct List_1_t271481075A654FA9D7D7F2CBC8C8484249302E6A;
|
|
// System.Collections.Generic.List`1<UnityEngine.Networking.ChannelQOS>
|
|
struct List_1_t85222FA2E0F2DB3034B433C2580D1D54AF021C9A;
|
|
// System.Collections.Generic.List`1<UnityEngine.Networking.ConnectionConfig>
|
|
struct List_1_tBEE447C5DCA2C53BE427F5C2A320C9E183805319;
|
|
// System.Collections.Generic.List`1<UnityEngine.GameObject>
|
|
struct List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.INetworkHooks>
|
|
struct List_1_tC1AC8A4D1ABE47FA75A90A3AB06B2FC6FACB9810;
|
|
// System.Collections.Generic.List`1<Unity.Networking.Transport.INetworkInterface>
|
|
struct List_1_tC673C156FBD962AEDC0C4957C82DD522010A9BC6;
|
|
// System.Collections.Generic.List`1<Unity.Networking.Transport.INetworkProtocol>
|
|
struct List_1_t55E70A01F2B19225279AEE9C81F69F51DE1781C0;
|
|
// System.Collections.Generic.List`1<System.Int32>
|
|
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkBehaviour>
|
|
struct List_1_t77285321F3B26D7A49CBB0F92E556C36504A91F5;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkClient>
|
|
struct List_1_t57C6C818F7D91A7154A4799FE6DEFD3ACD6F39A5;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkDelivery>
|
|
struct List_1_t3ED220D424138331023A4D1C1B67E3C63A19761B;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>
|
|
struct List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkPrefab>
|
|
struct List_1_tE788305FC69BA0DB2AEFE4DE86FACD7D09507CB6;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkPrefabsList>
|
|
struct List_1_t57B2B541977E4F353FAF6435A3FE3E0EEC477689;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkVariableBase>
|
|
struct List_1_tB6CC3AFBA7164AC34B1EF29A0A73721899567AE3;
|
|
// System.Collections.Generic.List`1<System.UInt64>
|
|
struct List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284;
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkMessageManager/MessageWithHandler>
|
|
struct List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkSceneManager/DeferredObjectCreation>
|
|
struct List_1_t047AEB943B1520DC65A508D79883320E7A45331B;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkSceneManager/DeferredObjectsMovedEvent>
|
|
struct List_1_t0119CA48E653D4C86AB7AC383F40A66452435828;
|
|
// System.Collections.Generic.Queue`1<Unity.Netcode.ReleasedNetworkId>
|
|
struct Queue_1_tD0B32970076D62B677279D96972006677EEE25A7;
|
|
// System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41;
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<System.Byte>
|
|
struct UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D;
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<System.Int32>
|
|
struct UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718;
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<Unity.Networking.Transport.NetworkEvent>
|
|
struct UnsafeList_1_tFD7DB6B00333C2C114D553F48DA91C512E033F99;
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
struct UnsafeList_1_t3A26A222433F7993EC942046A500D6EA3DCB97E6;
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<Unity.Networking.Transport.NetworkDriver/Connection>
|
|
struct UnsafeList_1_tF90CD1BACB3990B533D04C98C2C90161BD7F9C20;
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<Unity.Netcode.NetworkMessageManager/ReceiveQueueItem>
|
|
struct UnsafeList_1_t3320408FA0A297D3C409FA7ADF6C1788C8AFBDA3;
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<Unity.Networking.Transport.NetworkPipelineProcessor/PipelineImpl>
|
|
struct UnsafeList_1_t557C9C31121D73D732851DA0465D2D22CFFBF099;
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<Unity.Networking.Transport.NetworkPipelineProcessor/UpdatePipeline>
|
|
struct UnsafeList_1_t5D77D9399869F973DD7861206FE7B0BB5254BEDA;
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>
|
|
struct UnsafeList_1_t501C48EF6B212CE7B242B47AE1184A6DE456C629;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler>
|
|
struct ValueCollection_tE023426E5F79C66858A6AE4E99CE94F9BBD75F1B;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,Unity.Netcode.NetworkPrefab>
|
|
struct ValueCollection_tF25290AC6AB919B63A1530B795F77ADA20C74DBA;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.UInt32>
|
|
struct ValueCollection_t6CE8A9D4B7E902DB319DE2CEF8C211CE6D64AAC8;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt64,System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>>
|
|
struct ValueCollection_t38B7DED0462F3574911B463ACB44CFB4CCEB94BD;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>
|
|
struct ValueCollection_t665771E6CF2FED55B1E38039F735F9A376DF20BA;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt64,Unity.Netcode.Transports.UTP.BatchedReceiveQueue>
|
|
struct ValueCollection_tD491792D7459A4B5FC0EBC6F918A562110281CBD;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt64,Unity.Netcode.NetworkObject>
|
|
struct ValueCollection_tE16CAADA5797CAE26084156CD220ECF73BCA616A;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt64,System.UInt64>
|
|
struct ValueCollection_t95A51D5C2411347508C15912A00FF829518C0B2F;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>
|
|
struct ValueCollection_t1E75AA73A98A4F73BF6E0DF6C0DD96135F64D04E;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
struct ValueCollection_t3AB61A931E9B85D29A0A11FA6952A3775A93944D;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler>[]
|
|
struct EntryU5BU5D_t6158DDE24130A20FD152CA05E6F62FC6FF1F1903;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.UInt32,Unity.Netcode.NetworkPrefab>[]
|
|
struct EntryU5BU5D_tDDC2D30CDB35712C8E367478A199E08CF0080ED0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.UInt32>[]
|
|
struct EntryU5BU5D_t5287C96B29C234E552EF60087DC2E24D8072F018;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.UInt64,System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>>[]
|
|
struct EntryU5BU5D_t9D3259C97265EBD1DA1366608CC23B90120B310B;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>[]
|
|
struct EntryU5BU5D_t17206EA66CEEE27E9B1DE4259612F6A1C9CE7E9E;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.UInt64,Unity.Netcode.Transports.UTP.BatchedReceiveQueue>[]
|
|
struct EntryU5BU5D_t035D87369BEA3523150D87EEBF1E2387D9C9D61D;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.UInt64,Unity.Netcode.NetworkObject>[]
|
|
struct EntryU5BU5D_t84599A994F39896A55BFE8047ECDDD7F320B9761;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.UInt64,System.UInt64>[]
|
|
struct EntryU5BU5D_t56005863DECCE8E72147EC85DD4BB7BE8C9C2518;
|
|
// System.Collections.Generic.Dictionary`2/Entry<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>[]
|
|
struct EntryU5BU5D_t4FD2B4059BED6D7DEF0A3943CA49B878B4DE9B65;
|
|
// System.Collections.Generic.Dictionary`2/Entry<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>[]
|
|
struct EntryU5BU5D_tD02EF8C2CDB271018A115A525F07124C6A158D2D;
|
|
// System.Collections.Generic.HashSet`1/Slot<Unity.Netcode.IAnticipatedObject>[]
|
|
struct SlotU5BU5D_t5072CAA33E5CA7856BD030F9474FE8FBC217FB77;
|
|
// System.Collections.Generic.HashSet`1/Slot<Unity.Netcode.IAnticipationEventReceiver>[]
|
|
struct SlotU5BU5D_t9AEE78EAEEA0DC91027B6610E57D571D4384936E;
|
|
// System.Collections.Generic.HashSet`1/Slot<Unity.Netcode.NetworkObject>[]
|
|
struct SlotU5BU5D_t3838D7656D4A59696BFD87BCF5483EA9358C0993;
|
|
// System.Collections.Generic.HashSet`1/Slot<System.UInt64>[]
|
|
struct SlotU5BU5D_tD77BA12A8B5C999831247D5AEAA77EB7870E1CF4;
|
|
// System.Collections.Generic.HashSet`1/Slot<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>[]
|
|
struct SlotU5BU5D_t2B9148416634BCB8743E1F61254B305F1882FF1D;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
// UnityEngine.Color[]
|
|
struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389;
|
|
// UnityEngine.Color32[]
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
// UnityEngine.GameObject[]
|
|
struct GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
// Unity.Netcode.NetworkBehaviour[]
|
|
struct NetworkBehaviourU5BU5D_t7CB21B89F13B275F3E6DCF39E6AD13990AFF079C;
|
|
// Unity.Netcode.NetworkObject[]
|
|
struct NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
// UnityEngine.Quaternion[]
|
|
struct QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7;
|
|
// UnityEngine.Ray[]
|
|
struct RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419;
|
|
// UnityEngine.Ray2D[]
|
|
struct Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA;
|
|
// Unity.Netcode.ReleasedNetworkId[]
|
|
struct ReleasedNetworkIdU5BU5D_t52D25C7546481273DC02D6EA1296FB2E1D76F6DD;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
// System.UInt64[]
|
|
struct UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299;
|
|
// UnityEngine.Vector2[]
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
// UnityEngine.Vector2Int[]
|
|
struct Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534;
|
|
// UnityEngine.Vector3[]
|
|
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
|
|
// UnityEngine.Vector3Int[]
|
|
struct Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E;
|
|
// UnityEngine.Vector4[]
|
|
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD;
|
|
// Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType[]
|
|
struct __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1;
|
|
// Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType[]
|
|
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC;
|
|
// Unity.Netcode.NetworkMessageManager/MessageHandler[]
|
|
struct MessageHandlerU5BU5D_t37F554C81ABFEC39C9C736771CA2A327BA2A6330;
|
|
// Unity.Netcode.NetworkMessageManager/MessageWithHandler[]
|
|
struct MessageWithHandlerU5BU5D_t3243E93720024EE2213E113DA1A355504F630F0B;
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
// Unity.Netcode.AnticipationSystem
|
|
struct AnticipationSystem_t4898B59C04A6EFD6A1CCC840893123F889674771;
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
|
|
// Unity.Netcode.Transports.UTP.BatchedReceiveQueue
|
|
struct BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA;
|
|
// System.Reflection.Binder
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
// System.Byte
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3;
|
|
// UnityEngine.Component
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
|
|
// UnityEngine.Networking.ConnectionConfig
|
|
struct ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60;
|
|
// UnityEngine.Coroutine
|
|
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B;
|
|
// Unity.Netcode.CustomMessagingManager
|
|
struct CustomMessagingManager_t713DDF9DC30FAF5178913295556DD07C946A9746;
|
|
// System.Text.Decoder
|
|
struct Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
// System.Text.Encoding
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// UnityEngine.GameObject
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
|
|
// UnityEngine.Networking.HostTopology
|
|
struct HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F;
|
|
// Unity.Netcode.IAnticipatedObject
|
|
struct IAnticipatedObject_tC4698B9CBB15CE091D890220FE8716AC8A1EB93B;
|
|
// Unity.Netcode.IAnticipationEventReceiver
|
|
struct IAnticipationEventReceiver_t3037C95FF4AA4E9016D033068862D23668808755;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
|
|
// Unity.Netcode.IDeferredNetworkMessageManager
|
|
struct IDeferredNetworkMessageManager_t16B56EB08D165ABBD988A4AD6F3C196CDA906B91;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
// Unity.Netcode.INetworkMessageSender
|
|
struct INetworkMessageSender_t0E6CABACEA7C05580183A510AEC178C2C640D48A;
|
|
// Unity.Netcode.INetworkMetrics
|
|
struct INetworkMetrics_tE2C13758A950A5C77D2682C15F47914B13AC1C41;
|
|
// Unity.Netcode.INetworkPrefabInstanceHandler
|
|
struct INetworkPrefabInstanceHandler_t8AC145AADB6E8F198135AAEB2884886C7A8CE67E;
|
|
// Unity.Netcode.Transports.UTP.INetworkStreamDriverConstructor
|
|
struct INetworkStreamDriverConstructor_t18108EFD3B50331C2FC8D5A90A48A345B33991EA;
|
|
// Unity.Netcode.IRealTimeProvider
|
|
struct IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D;
|
|
// Unity.Netcode.ISceneManagerHandler
|
|
struct ISceneManagerHandler_t1FC9BBF14395FBCDEC72A6494B2CD3C4BB25A35B;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71;
|
|
// Unity.Collections.NativeQueueBlockPoolData
|
|
struct NativeQueueBlockPoolData_t3A0B3E1B852D995248D51AB68660D1B367D28E87;
|
|
// Unity.Collections.NativeQueueData
|
|
struct NativeQueueData_t61B94D7FE48C5715DD5D0C8CB574F73BF15C6E52;
|
|
// Unity.Netcode.NetworkBehaviour
|
|
struct NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE;
|
|
// Unity.Netcode.NetworkBehaviourUpdater
|
|
struct NetworkBehaviourUpdater_t215DD428092983D5AECE1BF5BA0576E5070F987C;
|
|
// Unity.Netcode.NetworkClient
|
|
struct NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64;
|
|
// Unity.Netcode.NetworkConfig
|
|
struct NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113;
|
|
// Unity.Netcode.NetworkConnectionManager
|
|
struct NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1;
|
|
// Unity.Netcode.NetworkManager
|
|
struct NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468;
|
|
// Unity.Netcode.NetworkMessageManager
|
|
struct NetworkMessageManager_t3AC5DCD467E3287780F83E2B4A37CC5DCB40C468;
|
|
// Unity.Netcode.NetworkMetricsManager
|
|
struct NetworkMetricsManager_tD9F432E8A6803DEC0B9BEB12E72EDD552AEB8987;
|
|
// Unity.Netcode.NetworkObject
|
|
struct NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366;
|
|
// Unity.Netcode.NetworkPrefab
|
|
struct NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945;
|
|
// Unity.Netcode.NetworkPrefabHandler
|
|
struct NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE;
|
|
// Unity.Netcode.NetworkPrefabs
|
|
struct NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324;
|
|
// Unity.Netcode.NetworkSceneManager
|
|
struct NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC;
|
|
// Unity.Netcode.NetworkSpawnManager
|
|
struct NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D;
|
|
// Unity.Netcode.NetworkTickSystem
|
|
struct NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A;
|
|
// Unity.Netcode.NetworkTimeSystem
|
|
struct NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2;
|
|
// Unity.Netcode.NetworkTransport
|
|
struct NetworkTransport_t55E07951299283974C86476F46CC977780560B64;
|
|
// Unity.Netcode.NotServerException
|
|
struct NotServerException_tF91A11C8CBAEE7830CD1AA4FFDD4F74DC22D705C;
|
|
// System.NullReferenceException
|
|
struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB;
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
|
// System.OverflowException
|
|
struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C;
|
|
// Unity.Netcode.RealTimeProvider
|
|
struct RealTimeProvider_tC7E3BBEBF8AE83F6368A1ACE596E6A5B13FDBC2B;
|
|
// Unity.Netcode.RpcTarget
|
|
struct RpcTarget_t0F23BD75DF373B0172AD08117DB945D6CD994832;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
// Unity.Netcode.Transports.UTP.SecretsLoaderHelper
|
|
struct SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE;
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
|
|
// Unity.Netcode.SpawnStateException
|
|
struct SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E;
|
|
// System.IO.Stream
|
|
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE;
|
|
// System.IO.StreamReader
|
|
struct StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B;
|
|
// System.String
|
|
struct String_t;
|
|
// System.Threading.Tasks.Task
|
|
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572;
|
|
// UnityEngine.Transform
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
|
|
// System.Type
|
|
struct Type_t;
|
|
// Unity.Netcode.Transports.UNET.UNetTransport
|
|
struct UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A;
|
|
// Unity.Netcode.Transports.UTP.UnityTransport
|
|
struct UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4;
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeHashMapData
|
|
struct UnsafeHashMapData_t82AA009E447306C927002C4EED80392BD8D8E5B4;
|
|
// System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
// System.WeakReference
|
|
struct WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E;
|
|
// Unity.Netcode.FastBufferReader/ReaderHandle
|
|
struct ReaderHandle_t7A818FF1A9ACF79E6D6322AFF494B9FB12C48CC8;
|
|
// Unity.Netcode.FastBufferWriter/WriterHandle
|
|
struct WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6;
|
|
// Unity.Networking.Transport.NetworkDriver/Concurrent
|
|
struct Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14;
|
|
// Unity.Netcode.NetworkManager/ReanticipateDelegate
|
|
struct ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065;
|
|
// Unity.Netcode.NetworkMessageManager/MessageHandler
|
|
struct MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B;
|
|
// Unity.Netcode.NetworkMessageManager/VersionGetter
|
|
struct VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196;
|
|
// Unity.Netcode.NetworkObject/SpawnDelegate
|
|
struct SpawnDelegate_t54493DE8F3E71A9E28528811BBD80E50C09BFF57;
|
|
// Unity.Netcode.NetworkObject/VisibilityDelegate
|
|
struct VisibilityDelegate_t43869941CF7C26CBA2B0FEBB3E7A33BA67D3216A;
|
|
// Unity.Netcode.NetworkSceneManager/OnEventCompletedDelegateHandler
|
|
struct OnEventCompletedDelegateHandler_t95567703998423114BF49A290F181D1B8E6A2788;
|
|
// Unity.Netcode.NetworkSceneManager/OnLoadCompleteDelegateHandler
|
|
struct OnLoadCompleteDelegateHandler_tC045B41AD80060C4AE4527C98594D182D3ED42AA;
|
|
// Unity.Netcode.NetworkSceneManager/OnLoadDelegateHandler
|
|
struct OnLoadDelegateHandler_tA25126944392E242417AFECEB80F5E9C6A263202;
|
|
// Unity.Netcode.NetworkSceneManager/OnSynchronizeCompleteDelegateHandler
|
|
struct OnSynchronizeCompleteDelegateHandler_t17480B12CFFDA7CE8C4F94D1B146B665BB5B9DCF;
|
|
// Unity.Netcode.NetworkSceneManager/OnSynchronizeDelegateHandler
|
|
struct OnSynchronizeDelegateHandler_tDEACDFF8D665DB5C950FBF6B8585C8823D572059;
|
|
// Unity.Netcode.NetworkSceneManager/OnUnloadCompleteDelegateHandler
|
|
struct OnUnloadCompleteDelegateHandler_t1C2E9C9FDF4C111C76B308F23430139392F8FFB0;
|
|
// Unity.Netcode.NetworkSceneManager/OnUnloadDelegateHandler
|
|
struct OnUnloadDelegateHandler_tEC6E7C1D4559115F6519A7DF6CA2E7816A8C0AE5;
|
|
// Unity.Netcode.NetworkSceneManager/SceneEventDelegate
|
|
struct SceneEventDelegate_t82B37D5917AD9AA99F3226EE945D2EB2C0CD8DD1;
|
|
// Unity.Netcode.NetworkSceneManager/VerifySceneBeforeLoadingDelegateHandler
|
|
struct VerifySceneBeforeLoadingDelegateHandler_tEE61624D507F0E432B6F4EDD56EC0D213BFE2A4E;
|
|
// Unity.Netcode.NetworkSceneManager/VerifySceneBeforeUnloadingDelegateHandler
|
|
struct VerifySceneBeforeUnloadingDelegateHandler_t03E054BD51737F01541AB2368461EE061D68E4EC;
|
|
// Unity.Netcode.NetworkSpawnManager/<>c
|
|
struct U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF;
|
|
// Unity.Netcode.NetworkTransport/TransportEventDelegate
|
|
struct TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tB9DB09131681DF5E71B62460E23F0AE9D07D7E4F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IAnticipatedObject_tC4698B9CBB15CE091D890220FE8716AC8A1EB93B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IAnticipationEventReceiver_t3037C95FF4AA4E9016D033068862D23668808755_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDeferredNetworkMessageManager_t16B56EB08D165ABBD988A4AD6F3C196CDA906B91_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t0AC4B0264C90B43D2F1B3B68095F5A35E8750525_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t0D7218F0DC5E17555FA54256075C4DEAE4B73450_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t81C2EF64A39BB376C744B3CD1A6E7D278AE77A00_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tD1ACBAEECE023A9A9BF2D082E4926932B6BE3EA7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t95293235FA971B51892BB5790591F4A7EDAA9A07_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t96571B6DD36ADE5D8304929F37C040CAE349E671_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t9F8C0C6332727DDF63C389AC074D96B4E710BE72_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tE07B98951C528DCEC133D87CFB6966101285E71E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* INetworkMetrics_tE2C13758A950A5C77D2682C15F47914B13AC1C41_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* INetworkPrefabInstanceHandler_t8AC145AADB6E8F198135AAEB2884886C7A8CE67E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* INetworkStreamDriverConstructor_t18108EFD3B50331C2FC8D5A90A48A345B33991EA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IReadOnlyCollection_1_t1F44C862909D89A9960B735107E3C46BC6220D67_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IReadOnlyDictionary_2_t5D1D0039E8A5028ACC8928132E0AC1C351A1F943_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IReadOnlyList_1_t0179361F5E46124A5F314B3F8A3BBF6C9160E9D7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* KeyValuePair_2U5BU5D_t32BA924C5BC521465E78D0D4328753469816C4C3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkDelivery_t8AEDF5FAB32A531130149F7D6D89023D3164D6AD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkEvent_tFC4FE8610A831452CA942B169FB11657DA90B9EB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkPipelineStageCollection_tFBDFB10FD21D1B4A4D5C2C075ED202AE88BA6C4A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotServerException_tF91A11C8CBAEE7830CD1AA4FFDD4F74DC22D705C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Queue_1_tD0B32970076D62B677279D96972006677EEE25A7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RealTimeProvider_tC7E3BBEBF8AE83F6368A1ACE596E6A5B13FDBC2B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral007340D030CB340DAA999A41E70D700EB49485F5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral01036EB235DB5EE230F96EAC7CAAFA7B2C3278C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral037E4213958AF283D26ED854AB8624846E1144C5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0792E4AFA7E48CD5B525E1E10BEB391BD861FCA4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral087D18F09F7AABB557CD8388581252CB37B4CBFA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral08C63E0437F308EC664A222F6519F2A84B9C11D1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0A2B729244E3D5A04BA740FAA8DCEE1B8DDBA97E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1416E2AE1647C307C1ABA8DF41F951E12B4518B6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral16A1F44E626C6E51CC4568E9D038831D467CB052;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral16AEF74423B1755030046BE7AB19FAAE3335B198;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1812ED2F2239F62391593B71DE1096D7784E218F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral19E695215E8746B92A73A3DC5BC42B039244F6CA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1BA280C4AC596D1757D38ADC504F4D2A8588BE09;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral20B32B57AA687E1664A1EAD7161D926219B31B3B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral21485A24450AF24EBB33C80E94F925D7B879E91F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2AA85C92110CB328BBE837E28ECEDDA3F5C5516D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral357BFB1EF804083E0B58DA274A5B38ADF23E439E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral35A21A758285BD93E0C0EC3DD2924E3BB3F72097;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral35C06E70CFFAB6D4B1FA8BA3D4CC946B326C7AD6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral384E0F036CC5B515B02DD8729F59C9ED43495DE8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3B51118E481DAD52C82DF8B4D02F036A67F0C2A9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral40EDD2212F9F2591A57758EBDA05FE96A5564CB9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4198AF98259608DACAA2B6A8AA1ED829824AB979;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral442AD59296F0071E35444A4C6A4754EDF0192C6A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4521698695D7C1CCE8E23AE007B2B3A44E65B83C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral464102F1E51C61D3039C8346344E6B0C50BF5752;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral46C83298C0D52CFCD7BD41494F722594BB86DDE8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral50DB573F22462419308A2C21680E53A07B2F9118;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5204FA1E4C71FB72265C38E497665261C12837C3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5246A2C602CDEE53F99D5D033408725719DCEE0E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5612A49B705A4FE2E8A26462FE59C5D016593F5C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5680996C7EE3F9AF41175269E1679265F298EB01;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5749AAB47E3C15D905BA77A32864FB887DCCDD00;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5A3EB0856ABC31C25987451CEDA1FADAD8EB52DC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5FC154761871B7293BA5D77E57A16A71359FE4E5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral618D4A4BDBD2E1DF49E28BDBC6F379A930378293;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral644832CF60047B3D9FAB0A389B880AEF5B87FE70;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6477FB0CBF4E978465F5CB8C51161A34304B3890;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral68D80EA53E050899180105FA6D081FEA4D4A789C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6992BAB5D0DA18DBB6B8CC0786AA2CE98F091D68;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6AADA7F1F15F6777EC5A389193BBBC18C07F0F4D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6ADD3CF3D55D7A6D4C5E7EB7EB60DAD965EA9394;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6CBC2672C8D6CA64BE38741D0052878AD0261970;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral712AB6D5DA03F1F603EFCB08758CC5EEE27C0859;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7196F18B0BB51254CB7C429583CF5054191C0524;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7227ED4C674FB5E13D3BF2DE22D171E366F95E8F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral749C96035869FC15F1617B2EFD62427E420472B6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7611982F79A855A90FB3072D042B8814DB239102;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral79035C8D5F5793A2C34403397C5D79AE7A02A155;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A9746450EDAE716B0E0568BD80DF1E0892E43FB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7BD97639EEDDEB8C0AD70322C13DC2E403EDE616;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7C30C892D34B699451F1D8D876389C637C1021F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7CD98782E6D2FF48AC2FF228F3F2B3178F849DF9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral82C9E73181CA72F47C910A7EF02BE15659453D35;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral83DED9A821A680A9C3EF0C38B2DEC6622C2BD121;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral83E6526E6CC6F86D0F81148E48FAA9BD354B446B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8611D3B69B0B715A192FABBEFCCAD48DB5074B46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8F040CB311AFF0399493A8E1E9B3373F6407009B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9033E767C7E2FEB776CA0B4C15369E63C995C4CD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9147515337D6D3658C1F571703F60A99E6815FBA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral96C502F2672EE8CA635B0E03F0F848B19683110C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9CA9192249DD16DC6C6336314648F0964730DA50;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA19DFA80D01AE3F3CE45DD710605443066726F4F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA41B9B203D437061F44811D5D996A2737A495DAA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA8CA26B1350CEC1B39EDB4DA36A0B7957321974C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA9C52582463E83DEFCA4FAE51BCA879063462DA0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD6A6D9356737D637F17F24AA57653F9884ED198;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAE8F3F50F8D6A51A29E3EBD0A31F00C86B93A7CF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB220A7A551E44071D059C9126F13F7EA0BB3F947;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB2D0BA81C2F20C32E3572E9EA663362B4C791AC2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB6BD3CDCE51765F4D550CB3419A0705737A2D47B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBC17098F83049171D00FCCF97DF1E2007ECAF00B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBD4B44B128888B4302BD7BE7931C43B8DB6A7EE9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC0B9CE4F93E3FF8C8F54F1145A6DE6125C9719B1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC118BE12DD0417735721938B2663D6FAA58AFBF3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD117FD4C2D27C4302BF95329BA61814A141B3098;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD1B9C347346F5D881C6912E306B81D88C59210B8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5476B4D26F0D93405A47E7865C0C4B7FC148874;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDF4ADD2D57F4BAB0951244413CF80823252C53CF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDF69635E2D87C03F044ED28377E94BD6B105FF5D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDFE29606B44E2D340A1A597B600494984E1A7995;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE132B6356450125CD39CFDC2E7AE7DFD49FA3F2D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE40160D9DA52E2A9F3C180FBFDED668C63CED0AD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE41C5B6E51FFAC441D1612E7E7728CE5C169F3A4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEAA16BB5BCF87DF80856948ED17F2DE3B4915FB0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF228735828A21EB536BD7D1B8582E1A731D46466;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF258902371641A17276D7E53D25B16B6C26A890B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFC81C1719B246FAF2B02FB9B639685CDC97C4C8D;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArraySegment_1_get_Array_m85F374406C1E34FDEFA7F160336A247891AF8105_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArraySegment_1_get_Offset_m28FEFF65E8FA9A92DF84966071346BFD426CC3AA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArraySegment_1_op_Equality_m8DDD8A4F446528A05995B3A15AD7635E28FE244D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mC102458BB8B25E5CE1A8971549DAE271D25568C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisUnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_mDFDF528F272AEE465FED1CE8BB5330AA0F744D28_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInChildren_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mDFA65F3854DCF9E76E0F8AEF2AD9135DF204AD30_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m370C175FD5C4D5E44F48B00453720BCA3F546BF4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m65539C8FB6184250C20D5F657E3DB6D1164B42BF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mA037C2E2F62249E39885ED68AB222666BCB4DB4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mAF02CAE1627411860813AA0201D855A6AB749E60_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mB2C569C740954AC5A1AA2F97B9E81713067C9B8D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mC2139B7218E341AD6993DF6F9A9A0C8EB43144AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mC65B71A02DFC041C231389C350167BEBB358892D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m062CEB4C99310EDD758768644696BB43C6F8A27B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m5050A8ED598E870BB3A292F60CA8F125B0AA6A80_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m776ADA2BD8F21B5CF35973B590723B43B8340329_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m008EE5FB5C632127CB4F00C4892DAB489AB1B7BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m27FB6CDBBFA54394DF3D46FC96B239C50859896C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m88786852A8AB4F5387535A625407CF0602BC046B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m8C93607CDA946D0487D5DEC76B530A3A37D35FAA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mD1668BB3E6FA4CBB2547D12287D0AF383244F273_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mEC245D37340955F480EA7B52565553CF8AD870DE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsValue_m3DC4CF60CC2CF11ABC2B2CE63EFE14D8B4D9BEDF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m08DD6C409A17A5BEC6A4BF2A832D67F213603553_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m121C176E03C8FAF9DD3D1327B0A5A740A8DC540A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mAA581745688513F9E9E946CD53485763871F8013_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m157C5C355B3F70983085122641AC4E154A8A2CBC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m31870CCC5C6D0D321DDEE5ED9A359CBCA1ED3884_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m53D58F5769DE0C78878DE3FC06C993FBDD78FE67_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mA963D5F332884F479C5ED7051A30DCCD8C8E47DD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mAE62B9948A0CEE783F66F9E9FC85730381EC7013_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mFD41B0580547B1F46E44DFFB22A23175A45C0936_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m60E85B714CB0969AF032271E9055073EA938DCBC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m8955297C80F95892F3BBC32BCF327CA3CF22B4A7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m9BEF32B5F0845A41B54C238225D5A4D1E7F5A3F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB85EE81DA8B0108503FAF30D2E6AA4A99C661552_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB93963CC52EF7BACC2DBF92A28CDBD6E79F8A007_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mD42C03F5079D71BA857313B0569975C6B8308ACF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mF8347FBF2591819915995573E025D8333CDAD592_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m183C736BA89D63C3380553A7C79BE36E329A3C81_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m55852909E50C4786A4AB4B1BC5012EF228AA0C19_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m71B0753B2A9BE5DF3320E932974B3BEF2D29DFE3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m9CA0898CE2B1D9B7833037BB9A2F78339ABB90F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mA06587167BFCD4F750C4849EB0EBE8ADB808D6B7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mB8D7D57BC0CC1A0C8CE90764C8E49FF8072ACD1A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mCDD912769188B970CC3B40B68838E0CE9AC6C571_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE419D1ED8DEA5B783153498259F69101B74EA3F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mF948179EB2BCCC6B6BCC1A832DA73C68F531A176_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m13EA9DE8C461808B5BFE63E4D1C6FCF132159F70_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m2FA94B5501DF81888AEA1D9399DDFF2357224020_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m9EACCB2FE62411809CEA75D43888AF7DBBFDD873_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mCC82D09873A84225D41D313E0B1D377F4B273D84_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mDF747A6BE5FA0C1FB00FA3AFFC8E4DB90AE16948_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m0A366303BDD0CE0ED424E22C02B38F062EB36795_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m09FD5D3FA2CDDB16940E270D3273AAB1A36C5AF3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m26BDE98ADDE2424456D95202ABA0BAA1D30E079B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m1F79B5C829C4A8219BEA6848A252669AD1032777_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m7CDCC00ACAE986902D55286A37E78B76FC751890_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m78515890430E386D65A015ED0586A4655A628572_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m71C79DBB4C4633DDA982C2F35E48E7BF2D0C0FBB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m07D362A07C19B36C2FD1B4DC79DD99903D4DA95D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m10BF4464B5B217FE3A91D5F4253E942EA5E68652_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m52C4A26A0A38F9BB56472580045AFD70BEEEC6AE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m5A75DFC69FAF26E24498822E4BF541BC7FCE1153_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m5DEC471984135944B73E79F88C75E88430238AF6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m609EECEE108D3DAF2B136EF7882F48BA39819C92_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m681934D2DF747EC15C33F618AA9716FB21B32A23_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m6C03A1426C65803A8DBC0AFD73E392C1B4386513_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m9FB01015E439E90A10738C6134B30FC96A29F20D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC39E7C3B1C6A6521D8443D6681F3952F97AE9750_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC5A07418A5D4B7F41B1AE6D9DA5F307CCF8EA301_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mCDCEAA40DE4F9BBA327EE0C879CADAFAC9E9A63D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mF57F57982BC79234C265C5B9E5B14A10EEC31514_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m229DEAC84C9C05B6DC7B038B219014A5ACF36B57_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m494F8C4F165EF33EB235234248134CBDA2C15931_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m62407660FD405CD79B4C3DE43D8D0CC99E4A530B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m722D0C909BE2C23A52B144C90BD4A736F2C22704_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m96F4B0BD0A5485C8E8CC57D961DF6F1FA256AF27_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mB090F6E1959BE9CB144F4F7BC5D8BA0BB1F4B640_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mBA961C119140246EE3B77080B59C1B2158E45A94_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC4397E67CFDE463FC5D2C8B31992B53004DA57F9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mD2598B46C89986AA1D33B4F56126960BF6175062_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mDA945F8B2AE1CD87919B57CB7705D5053C81D5FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF55E5A6975282B41376B285AF7ED38CA9E19DBB8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mFC753F80A7B658E99A5F04CC9ACC52ED9DD1C4B0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mFE0F62205805D9E257F701E9C79967C7604F71BB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m03B5BF99A84FB01095607D66EB175C807EEF2178_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m082A01FAA96BF20E4D292107660DE3B590D4E10B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m1F15060AA27CF11AE8B511A62381353A512A7CDB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m33D28F03A09CA0F36EACEBC301F4F41BEBDB3A4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m5E3579137B781B888610439A5F9C36A5BE747BC9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m65969C1CCF64E71F406D33B69802D5AE2F509049_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6E2C7BE910184450449F139484D6C095E46E522E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m7236EBE1CFCB6533F96E030500D322B13D0CA5A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9A31BE16C882B8EF0FDD6398F2C941CD7022AD3D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mA1431409BE32A810980AB98DF0EA17DC9DF466F9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mA410D3A25B765A2E862298CB4901BDB78D1189EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mC8463F058AE3FF313E954F64D9B216CADC8CFE06_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mD2B74B372903C313C0182165C9F73C519E106151_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteByteSafe_m2D997B52B33831E45D0DE68AF101707421D1335A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m0DCE33B3030B26055D7F1E3C869749447357FE3D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mAA04B0B614ACD24F13A58C50DB7FBF638CCDF1E8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m4F49D8D6C7E376E4E418CF22168BA30C41023A8B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m7AC2ABF246D73875E6E81DFBCDF89D2E0F6AB6EC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m1AA937B90B0CEB5250851747EF2F86B52A28969E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m372654E877AEF5E113604F43A52EEC5F5188476C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m3875162D3A43AC0F7BA616D43F02E0A9AE2D03E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m2E98222DC2C73C15B43159E0D10D60A330DFABC0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m4BF30B5802658CDEACD0DC9D69823E9472825736_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_m2F14528C3B454B7E70A5A4B76F8CB5D6C1BF32ED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mE0028B7800F6FC7640D1353DF5D7373432A25B27_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m25B76E898E127C698ACAB73FAB056A2F96252CCF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mDA25C27418FEE1C7F2DC2A570A1B0138B8AA155D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mA2DD528856B2B6F93B91015D61502F5706BE7166_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mAC76FD0FF0B45EF92D789151D3E46D5F80C6D1A0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m9F0C01892F41C1B9F8723C8C0CCA72B2E0B5152D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_mE8068168FBEDAFB1D56F645FE5BB1C6FE3941A4E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m24083F73D425C912B88197F4A020CB58FED2F9A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF77460EF7381C9CF7ABE9C53584CB8ACEE2E80ED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3DC6BA5B83463F71B4E3AF641AF49DF69B302465_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5E0457E67875ED757EF41630094527F7AB9C0546_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m3685A787CB417776E7A314E39CB40FBEFE5B5C0B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mA325CD4419E981321EBE2361E69305BBC8B9DF1F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m9C2388E09363F8904502A700E0091D0B4C264A12_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mAA3942F0E1DBAF6C6E22D7CB2B4CED30FFAE5CA8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m8B17E92D71720489772AE7103A0E4F5B83421636_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m2A7D0487DF3A2244BCB39ADE615BF3B3BF588BFA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_mD4BF992C8BEFDE938EDFA6B0CBA92FC121521006_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m55408CFCA5A59E79B3711337A86E8FE9025ADFBE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m68447B585FDBFEECBC5FBAF1C4437E7AC2174737_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mAEC78CF122135708708D84D6BEB3783BFC00AB12_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mCD1AB02A05EA1BFC30AFDA83F237603190893E54_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m877F2421B8EEDF38620B05275EF27C4D883DD2C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mD3C025D91E9F8906D5B44A7E1F45F2C11CCDF6E5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m741BEC480443319343787E8802C1FDA3D97951AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mE0FC4A690EE9DC5BDF4A345C298ED9BDC86E25B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m5577922AF6175DD4AA3B195CC5C0A6E7F9A9608E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m81234F66A4992822AFD16F61A73C56840C418438_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m079F6891B5F8FE3338F7BB65C066FB787ED3CD06_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m8C6FF24963E6E13AFD0FF1D1360F2375ADFC6E6B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m017D6B89BC5963E81B69921AA9CF567F7A69ECD4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m4FA2AD9A20367626FC3C5FB55ED9B6184310034B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteValueSafe_m0F27F4503AFFE1229BEC702F82897D43187F2AF5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FastBufferWriter_WriteValue_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m2E8E63F1B6E717D125EA6F6D9E92405E3994A76E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_TryGetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m45C131F49E7A9F2F791D82FC5C3E7F181573E794_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m620EC7F4A6077312BDFA1BFA0BD9A5B36132C2CD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_mBC1006593BDA81F38BCAC913DA281C8437CF04D0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_mDDC19349508A007CB487C28A63D4EC3F4BB59A01_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Clear_m5FABFCEB547E70B270297A2A2E62F2AD22C77CCC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Clear_mEDA36A64EDA163E0B41368DFFFCA1D71376770E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m40C38FCB41EB0306B7C9ABEBD65331BF77C35379_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m8DDCA67B1330DE9A3E5A0062A2030FCBA5753392_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_mCDB1CC1394B96A323D7C3CDB56E2DE3380FFCDFA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_m68DFF1547203DAE1FB7C543B39B4468C26FEC37B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_mA9EE324C0F152945E0170FC6CB33584EBA708075_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_mB25DC11BA4E1807944E1AF7966A0060EEACCE2A7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m27A65A7270B063B434BC31407620D0BCB315CA0C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m9F010D216DD02B312D6140FBDC4CD7D1B6A15B8E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_mFAD20A2681083C9DCC92D5A63A8A98C198057726_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_get_Count_m3E9F4888B653D3AF3953B3BBB27CE2076AFED2B0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IJobExtensions_Run_TisSendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_m8805B81AA5D1503F36E31919FA2D1A9ACA2D6AB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_m45582D53760B8E2CB5D77ECA65A9C7B5E3FCE80A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m021A1F603DB4FEC5A0CD6EF0D2D1B681694BEB7E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m2436B5AA9B2A20EB535900DA63BADE43960B2909_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m3184CB53F86778A01E4FAD2743D2249EFBC91D6F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m4D69BFB18DB78AF5D2F4028FD6227A66E5E30EB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m241D85407DA71D4A8C7A5158985F82472CC4C8C5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m2C63F8504AA98C5D1617FC7746AF4ABEA2CEED2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m3B946A59D62AF27DB0EF37F03BCCB04D8E274D10_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m9211EE294464EC9D0383B18FBED2C316E5B4F624_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m33D1B77633ABADDEE2DDB5F075E190D2F18FFA3B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m553050C87F0BF32427648D10CE6B6452B32ABB71_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mD2A675BAFA11C99FA8AD3E39B5CC99AF8AA55CFD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m1A4BBE2DDB593CA8A29323E3A108F09250D51B54_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mA843D26C63E5963415DFCA6E49DFA27AFD9C75E8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mAA26CF017B8E05BE6EBFD55F536CBE262E02782C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mB64AD810DAF616B12579D50AF76388DAE6072C9E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mE7467078A2D1DAE11A0859CE92A2AA53324A9788_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mECA37B4EB9A7DAAA41D6E06F51AED5D8CBA023AF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m29BEDE660794161B463CE980419121848921671C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF2D5F7FEA18D35CB454DEAD52957C316652549B9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Add_m427C263965065B94DF268C9EACBEE0496DC24B90_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_AsArray_mE16930FF723114AF02B699ADB8009C5162D3761E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Dispose_m1EAC342766B62EF838C22FC2AB2D96B4354FF784_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Dispose_mC0442A0F667EFDA4EAA6B6BAC0139B86A935AAD6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_GetEnumerator_m0B13CCF571EFA970C5D524F2113A37B88A43EF6F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_ResizeUninitialized_m753321DB060C4AAEC2ACD94AAC4D2766D52A821F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_m8C903F568E40A185F0756A7A98CB77CD2619D078_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_mE639C651EB144270377F11F9F6F5D985AE431513_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_IsCreated_m0088506340DF8D71C5E8A04FD537552F82443F88_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkBehaviourReference__ctor_m1149EDF988C8A80FBEB691CAF08E780A8EE75B84_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkConnectionManager_GetServerTransportId_mF951847AF72F8F2F0C4F6D842D32633B249A7846_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkConnectionManager_SendMessage_TisChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103_m2346B288F46596B4B74AC1F8DABCB75B617BB3A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkConnectionManager_SendMessage_TisCreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_mC846B383350E20CD3EC1CD3863975C928F83A8AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkConnectionManager_SendMessage_TisDestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_TisList_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284_m76E8DB6DCD0589CB595B108607CE97F536028564_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkConnectionManager_SendMessage_TisTimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471_TisList_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284_m6C6BF40622B1443051EC31770D8DB2935FA2C5CB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisAnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440_mA93E40F5932C4904B4F6072716429E512E13FC20_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisAnticipationCounterSyncPongMessage_t09E01EDA2B4C82FDCC2AB10BE4F14B14B4BE561F_m7ADFD460245BD1CF0312DDA7E232185CD97A98BB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103_m109311E9C1271CCBB9D0BE60D241CDDF3638D09A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisClientConnectedMessage_tADCD93468AB0DC7530616900F85D58E57EC3C46E_mC37333C9B2C1B025D44A4A0BF4ADADE047C45629_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisClientDisconnectedMessage_t0C8722005B5EC57AF31E4400B5D754172EC06AF5_m2EEB54385993D357FE82F2EF2040920288E39BE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisClientRpcMessage_t87E63B082294B32DCA108CF613AC130A54F35793_mB916B0757D00F9E9EF7BD967C93CD5EE8E03C4AA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisConnectionApprovedMessage_t250E9A4D6270086FBF6335EC55E336A6D6FFAA58_mD7D962A3C674F53E72D853CD3BE2E2744E291166_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisConnectionRequestMessage_tB06FE3CD0016BEBC930EE84D68A99F55FD782876_m0FC1DC3937653EC4905C335F32F28079352CCC72_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisCreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_mB34377022551AD9570B77F974D6199E6A96235BA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisDestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_m02D23D309EE51FDACEF45CA380092E2C62FA302E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisDisconnectReasonMessage_t9E24670899D700D426010C5987CA051C92E07BC4_mA3ECB71A0ABD64F6C283AEA24B262B4CA1A2FE13_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisNamedMessage_t9F7A03E65A493463A4DE58EC08A5572A08DBDE93_m4A2C2DD253CAF39F2FB17D43A56BAEA482DB9FA7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisNetworkVariableDeltaMessage_t40B8A55EB37D727A801A7B527AE80510913DB41A_m8EDC17CDEB76A36AAD7F1E2CD9F9240992C9D6E7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisParentSyncMessage_t48DA84CC941D4AF403632912F1F04052217102DD_m707D07C61DA35DFE26E7453A422C8C5C145EB758_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisProxyMessage_tF8FCA596585524136AA901CB4F80FB1EFBD09044_mC1939C703593988F441B068867E82726025427D6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisRpcMessage_t17348F9B6955A0235FF29AF289D7855D67AB0C15_m762BA9E3E2014A83C23853287DFCE76DE497D2EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisSceneEventMessage_tE156E8C393F2398028771693E05519F01B391601_mD032FEAC205542EB51419D308699B3C03F2A8614_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisServerLogMessage_t45AF3BF04681628E36E6B5176B06EACA3543D52D_m8A04485267AC2CF64201B1D9A520479645399F46_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisServerRpcMessage_t95BF94F3ABD343A3C6166D36C81CCF42A3A4E3EB_m0E3D4389AC8D01446E468AF69EBE5E79ACF1517C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisTimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471_m75CCA9C78F6DCB4E13E849F6E203D116AD3BDD41_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_CreateMessageAndGetVersion_TisUnnamedMessage_t898AD6C7ED277D4C847E155D992D68ACFB256977_m56ADBAFE023912F24978AF20DE283DD68EAEF1B1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisAnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440_mB3783A8146A55282CA59CF32C1126E064DF7E0AF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisAnticipationCounterSyncPongMessage_t09E01EDA2B4C82FDCC2AB10BE4F14B14B4BE561F_mA27F84C669721E80C02C0642AB77509590AB5801_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103_m7C4C6E87B3CAE40C89046B9277DF988D9292ABD7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisClientConnectedMessage_tADCD93468AB0DC7530616900F85D58E57EC3C46E_m96337DC99C94A70E819C680E38E76148B20A78EB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisClientDisconnectedMessage_t0C8722005B5EC57AF31E4400B5D754172EC06AF5_m8E975506E51A42A15CF608C5659E31646B9B1734_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisClientRpcMessage_t87E63B082294B32DCA108CF613AC130A54F35793_m2575EFF5F987FDB3B07220FEA5B4C8A580B73140_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisConnectionApprovedMessage_t250E9A4D6270086FBF6335EC55E336A6D6FFAA58_m92E7B08C885CFACEEB7B44DB7EEE4280EEB43D55_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisConnectionRequestMessage_tB06FE3CD0016BEBC930EE84D68A99F55FD782876_m36FB50AD1D2816DC8973DC23012F5289C9C5A310_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisCreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_m81D47AA246A33533CBADAE8B5F183181E165AC28_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisDestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_m5390A987694559BF780CE7C1896A439F000D64E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisDisconnectReasonMessage_t9E24670899D700D426010C5987CA051C92E07BC4_m2C9ED7D5A8900E3F4A2D06E5DD7E3513807BEC3F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisNamedMessage_t9F7A03E65A493463A4DE58EC08A5572A08DBDE93_m9D639A7D0421CBA5E7446307CDF53E6D6C22F73B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisNetworkVariableDeltaMessage_t40B8A55EB37D727A801A7B527AE80510913DB41A_m0ADF32663560A00AED405A88B3DF31F9347A66B2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisParentSyncMessage_t48DA84CC941D4AF403632912F1F04052217102DD_mBEEED3497C2E51200A718E4B5E5CEEE5DCB4135C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisProxyMessage_tF8FCA596585524136AA901CB4F80FB1EFBD09044_m0BEAD1F4D6D9AFE793E59B2D3C2E7D60BC542EFE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisRpcMessage_t17348F9B6955A0235FF29AF289D7855D67AB0C15_m56B3EB9D9D9F030552CF10D93572EB508EA41EAC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisSceneEventMessage_tE156E8C393F2398028771693E05519F01B391601_m2D24A683E641BE027AD2EDD25EF03A1B933425BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisServerLogMessage_t45AF3BF04681628E36E6B5176B06EACA3543D52D_mF2A5B08F6DBD30FC499D1AD1E89363DA82A71BC2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisServerRpcMessage_t95BF94F3ABD343A3C6166D36C81CCF42A3A4E3EB_m573AB357B992A3DEEF3783B69C15129C6F5592B0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisTimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471_mFE12A161E7230307BB3E43A81E9A123FC4D05FA4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_ReceiveMessage_TisUnnamedMessage_t898AD6C7ED277D4C847E155D992D68ACFB256977_m61D4EDCE5DC9877E7EF0C19AA7BFC48674CB6DFD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMessageManager_SendMessage_TisAnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440_mFCD7E1F01F046A85F6A6C925D180472D67664911_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkObjectReference__ctor_m00244F6AF3B4D7A3B37BA4A49BB9D4AFBCAD3D25_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkObjectReference__ctor_m46A14801BBBDFFA2E20070EE999F89717FC167DF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkPrefabHandler_AddNetworkPrefab_m95BAF0091CB88A169A8E3FA2E6CBAD4FB6F305DD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkPrefabHandler_RegisterHostGlobalObjectIdHashValues_mA3358B235E99C8DCFA11EB3756BA09CE2F3ACFB5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkPrefabHandler_RemoveNetworkPrefab_m83687FDF7D63F58D3A8928FCAB197AC96775EBC2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkSpawnManager_ChangeOwnership_mAEDCF65E6A317F372DB3223041A0885FA27303E9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkSpawnManager_DespawnObject_mE9A341309500151E73FD89B846C98E210FFF5863_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkSpawnManager_GetPlayerNetworkObject_mDB5CB1D2ADCCDA0ECFB584EC4F2A974A4351E183_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkSpawnManager_SpawnNetworkObjectLocally_mDCDD37E34F40F49814F03CB6EA88940A695D96D1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkSpawnManager_SpawnNetworkObjectLocally_mF34BE90D2A339FBB50F7479CCBF5B10E41C01EBC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkSpawnManager_UpdateOwnershipTable_m5E69C4F919DCEE4A38B42C3F0070AFB5C4377DE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkTickSystem__ctor_mC5D8B736EA2491B31CC42F54DB365EAD50AB2271_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetworkTimeSystem_OnTickSyncTime_mEB04E0E5AB26671E2DAF7D5BB52D4BEF2F173704_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m1534AD85F2094EE7E4C958FBEE356468ED7A1B51_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mE505A8DC0C472662734396D9134C756674102C40_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mDC0D880BCCF15346C0D7E4FFE228C49C33FEE47C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mDEB82F7445A31CA12FE47E887EAE322E7ABB1B54_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m8110F0280E87FBA9BDFB4E501153B826525A522D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectsOfType_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mA673D79778D388DE99F7010F91202DA6E3E6D3F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Override_1_get_Overidden_m44CE35969015524CEF08DCA3B8FE49448A423F46_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Override_1_get_Value_mFD2533C25D01DC70CB9F05421D5622EEF19F4EC0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_m931411ACDA25E4DCD31031FAA4DCED9417E46591_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_mD8CBB5BC67B2A236934331543F328326A68F173D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Peek_m49D4CA1B34422D452511F1A2231416B13A9342E7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_mE1AFF3E3C820601DEF43A7B14AB2A9F25BC23C93_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_mFA37E372491D7707F0AB7B12FC6DB7CC89E450E5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CServerResetShudownStateForSceneObjectsU3Eb__34_0_m238532BC8F5D837D65C862E3B3C234F4E5F342BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeUtility_AlignOf_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mB152D3C658FB48DEDB6E662EEB0C91018E7F2857_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeUtility_AlignOf_TisWriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_mA0E6B9C7C0BA6DD73308B215EB5C1CCA61C8AD21_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_m3DED007ABC7D6210DF9239B5958ED9A64AD1733D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AnticipationCounterSyncPongMessage_t09E01EDA2B4C82FDCC2AB10BE4F14B14B4BE561F_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ClientConnectedMessage_tADCD93468AB0DC7530616900F85D58E57EC3C46E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ClientDisconnectedMessage_t0C8722005B5EC57AF31E4400B5D754172EC06AF5_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ClientRpcMessage_t87E63B082294B32DCA108CF613AC130A54F35793_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ConnectionApprovedMessage_t250E9A4D6270086FBF6335EC55E336A6D6FFAA58_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ConnectionRequestMessage_tB06FE3CD0016BEBC930EE84D68A99F55FD782876_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* CreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* DestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* DisconnectReasonMessage_t9E24670899D700D426010C5987CA051C92E07BC4_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* FragmentationPipelineStage_tE8E0162E8E2630293BB6E178E70841B1C8CEA498_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* NamedMessage_t9F7A03E65A493463A4DE58EC08A5572A08DBDE93_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* NetworkVariableDeltaMessage_t40B8A55EB37D727A801A7B527AE80510913DB41A_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ParentSyncMessage_t48DA84CC941D4AF403632912F1F04052217102DD_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ProxyMessage_tF8FCA596585524136AA901CB4F80FB1EFBD09044_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ReliableSequencedPipelineStage_tF426F5730ACE7F0BF084710243FE5F60DE8EA510_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* RpcMessage_t17348F9B6955A0235FF29AF289D7855D67AB0C15_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* SceneEventMessage_tE156E8C393F2398028771693E05519F01B391601_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ServerLogMessage_t45AF3BF04681628E36E6B5176B06EACA3543D52D_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ServerRpcMessage_t95BF94F3ABD343A3C6166D36C81CCF42A3A4E3EB_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* TimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UnnamedMessage_t898AD6C7ED277D4C847E155D992D68ACFB256977_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UnreliableSequencedPipelineStage_t625184725960F7CD0FC7FF99316E91B304E581AC_0_0_0_var;
|
|
struct Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14;;
|
|
struct Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshaled_com;
|
|
struct Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshaled_com;;
|
|
struct Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshaled_pinvoke;
|
|
struct Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshaled_pinvoke;;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
|
|
struct KeyValuePair_2U5BU5D_t32BA924C5BC521465E78D0D4328753469816C4C3;
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389;
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7;
|
|
struct RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419;
|
|
struct Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
struct Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534;
|
|
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
|
|
struct Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E;
|
|
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD;
|
|
struct __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1;
|
|
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler>
|
|
struct Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_t6158DDE24130A20FD152CA05E6F62FC6FF1F1903* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_t92405032D0A165068D4360F9E41082B7F746614C* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tE023426E5F79C66858A6AE4E99CE94F9BBD75F1B* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.NetworkPrefab>
|
|
struct Dictionary_2_t7E3F7ADC88D549FC0444CEF23D9116E9E7B8F861 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_tDDC2D30CDB35712C8E367478A199E08CF0080ED0* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_tD51FE5DFEB503A8A86980EA7106BDA0D68E8218F* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tF25290AC6AB919B63A1530B795F77ADA20C74DBA* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32>
|
|
struct Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_t5287C96B29C234E552EF60087DC2E24D8072F018* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_tDFD143082B4A4C7E240FB8C233E384807626C92A* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t6CE8A9D4B7E902DB319DE2CEF8C211CE6D64AAC8* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>>
|
|
struct Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_t9D3259C97265EBD1DA1366608CC23B90120B310B* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_tB751E86F9502A740FD817C14DFC4FEA6B559CFC8* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t38B7DED0462F3574911B463ACB44CFB4CCEB94BD* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>
|
|
struct Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_t17206EA66CEEE27E9B1DE4259612F6A1C9CE7E9E* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_t260454CC957B17C9474E6AD6448D6E39BFBA2689* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t665771E6CF2FED55B1E38039F735F9A376DF20BA* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.Transports.UTP.BatchedReceiveQueue>
|
|
struct Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_t035D87369BEA3523150D87EEBF1E2387D9C9D61D* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_t44A4E49B5C14FFA8C521AFB181691FE9E37EBD40* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tD491792D7459A4B5FC0EBC6F918A562110281CBD* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>
|
|
struct Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_t84599A994F39896A55BFE8047ECDDD7F320B9761* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_tEFAF11606E1C4963A0E22FE6EE565C1543F1E42C* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tE16CAADA5797CAE26084156CD220ECF73BCA616A* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.UInt64>
|
|
struct Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_t56005863DECCE8E72147EC85DD4BB7BE8C9C2518* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_tFFA90686DDD4B2C580EB4F094C43950126BE2521* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t95A51D5C2411347508C15912A00FF829518C0B2F* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>
|
|
struct Dictionary_2_tB9DB09131681DF5E71B62460E23F0AE9D07D7E4F : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_t4FD2B4059BED6D7DEF0A3943CA49B878B4DE9B65* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_t3185EF820CB92F1BDC68B6E125E7FFF1170A5FD4* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t1E75AA73A98A4F73BF6E0DF6C0DD96135F64D04E* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
struct Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_tD02EF8C2CDB271018A115A525F07124C6A158D2D* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_t56099B4F564E3749A78231A91A6D5639B8D2CF0B* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t3AB61A931E9B85D29A0A11FA6952A3775A93944D* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipatedObject>
|
|
struct HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
|
|
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
|
|
SlotU5BU5D_t5072CAA33E5CA7856BD030F9474FE8FBC217FB77* ____slots_8;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_count
|
|
int32_t ____count_9;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
|
|
int32_t ____lastIndex_10;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
|
|
int32_t ____freeList_11;
|
|
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
|
|
RuntimeObject* ____comparer_12;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_version
|
|
int32_t ____version_13;
|
|
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipationEventReceiver>
|
|
struct HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
|
|
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
|
|
SlotU5BU5D_t9AEE78EAEEA0DC91027B6610E57D571D4384936E* ____slots_8;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_count
|
|
int32_t ____count_9;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
|
|
int32_t ____lastIndex_10;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
|
|
int32_t ____freeList_11;
|
|
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
|
|
RuntimeObject* ____comparer_12;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_version
|
|
int32_t ____version_13;
|
|
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.NetworkObject>
|
|
struct HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
|
|
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
|
|
SlotU5BU5D_t3838D7656D4A59696BFD87BCF5483EA9358C0993* ____slots_8;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_count
|
|
int32_t ____count_9;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
|
|
int32_t ____lastIndex_10;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
|
|
int32_t ____freeList_11;
|
|
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
|
|
RuntimeObject* ____comparer_12;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_version
|
|
int32_t ____version_13;
|
|
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1<System.UInt64>
|
|
struct HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
|
|
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
|
|
SlotU5BU5D_tD77BA12A8B5C999831247D5AEAA77EB7870E1CF4* ____slots_8;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_count
|
|
int32_t ____count_9;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
|
|
int32_t ____lastIndex_10;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
|
|
int32_t ____freeList_11;
|
|
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
|
|
RuntimeObject* ____comparer_12;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_version
|
|
int32_t ____version_13;
|
|
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
|
|
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
|
|
SlotU5BU5D_t2B9148416634BCB8743E1F61254B305F1882FF1D* ____slots_8;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_count
|
|
int32_t ____count_9;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
|
|
int32_t ____lastIndex_10;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
|
|
int32_t ____freeList_11;
|
|
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
|
|
RuntimeObject* ____comparer_12;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_version
|
|
int32_t ____version_13;
|
|
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
struct KeyCollection_t56099B4F564E3749A78231A91A6D5639B8D2CF0B : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection::_dictionary
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* ____dictionary_0;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.GameObject>
|
|
struct List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkBehaviour>
|
|
struct List_1_t77285321F3B26D7A49CBB0F92E556C36504A91F5 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
NetworkBehaviourU5BU5D_t7CB21B89F13B275F3E6DCF39E6AD13990AFF079C* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>
|
|
struct List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.UInt64>
|
|
struct List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkMessageManager/MessageWithHandler>
|
|
struct List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
MessageWithHandlerU5BU5D_t3243E93720024EE2213E113DA1A355504F630F0B* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.Queue`1<Unity.Netcode.ReleasedNetworkId>
|
|
struct Queue_1_tD0B32970076D62B677279D96972006677EEE25A7 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.Queue`1::_array
|
|
ReleasedNetworkIdU5BU5D_t52D25C7546481273DC02D6EA1296FB2E1D76F6DD* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_head
|
|
int32_t ____head_1;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_tail
|
|
int32_t ____tail_2;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_size
|
|
int32_t ____size_3;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_version
|
|
int32_t ____version_4;
|
|
// System.Object System.Collections.Generic.Queue`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_5;
|
|
};
|
|
|
|
// System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.Queue`1::_array
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_head
|
|
int32_t ____head_1;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_tail
|
|
int32_t ____tail_2;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_size
|
|
int32_t ____size_3;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_version
|
|
int32_t ____version_4;
|
|
// System.Object System.Collections.Generic.Queue`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_5;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt64,Unity.Netcode.NetworkObject>
|
|
struct ValueCollection_tE16CAADA5797CAE26084156CD220ECF73BCA616A : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection::_dictionary
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* ____dictionary_0;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
struct ValueCollection_t3AB61A931E9B85D29A0A11FA6952A3775A93944D : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection::_dictionary
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* ____dictionary_0;
|
|
};
|
|
|
|
// <PrivateImplementationDetails>
|
|
struct U3CPrivateImplementationDetailsU3E_tD21904779CC32A6177B4E0D9832E2914FD13FFDA : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// Unity.Netcode.AnticipationSystem
|
|
struct AnticipationSystem_t4898B59C04A6EFD6A1CCC840893123F889674771 : public RuntimeObject
|
|
{
|
|
// System.UInt64 Unity.Netcode.AnticipationSystem::LastAnticipationAck
|
|
uint64_t ___LastAnticipationAck_0;
|
|
// System.Double Unity.Netcode.AnticipationSystem::LastAnticipationAckTime
|
|
double ___LastAnticipationAckTime_1;
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipatedObject> Unity.Netcode.AnticipationSystem::AllAnticipatedObjects
|
|
HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C* ___AllAnticipatedObjects_2;
|
|
// System.UInt64 Unity.Netcode.AnticipationSystem::AnticipationCounter
|
|
uint64_t ___AnticipationCounter_3;
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.AnticipationSystem::m_NetworkManager
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___m_NetworkManager_4;
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipatedObject> Unity.Netcode.AnticipationSystem::ObjectsToReanticipate
|
|
HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C* ___ObjectsToReanticipate_5;
|
|
// Unity.Netcode.NetworkManager/ReanticipateDelegate Unity.Netcode.AnticipationSystem::OnReanticipate
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* ___OnReanticipate_6;
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipationEventReceiver> Unity.Netcode.AnticipationSystem::m_AnticipationEventReceivers
|
|
HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F* ___m_AnticipationEventReceivers_7;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.BatchedReceiveQueue
|
|
struct BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA : public RuntimeObject
|
|
{
|
|
// System.Byte[] Unity.Netcode.Transports.UTP.BatchedReceiveQueue::m_Data
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___m_Data_0;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedReceiveQueue::m_Offset
|
|
int32_t ___m_Offset_1;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedReceiveQueue::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.ErrorUtilities
|
|
struct ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Networking.HostTopology
|
|
struct HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F : public RuntimeObject
|
|
{
|
|
// UnityEngine.Networking.ConnectionConfig UnityEngine.Networking.HostTopology::m_DefConfig
|
|
ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* ___m_DefConfig_0;
|
|
// System.Int32 UnityEngine.Networking.HostTopology::m_MaxDefConnections
|
|
int32_t ___m_MaxDefConnections_1;
|
|
// System.Collections.Generic.List`1<UnityEngine.Networking.ConnectionConfig> UnityEngine.Networking.HostTopology::m_SpecialConnections
|
|
List_1_tBEE447C5DCA2C53BE427F5C2A320C9E183805319* ___m_SpecialConnections_2;
|
|
// System.UInt16 UnityEngine.Networking.HostTopology::m_ReceivedMessagePoolSize
|
|
uint16_t ___m_ReceivedMessagePoolSize_3;
|
|
// System.UInt16 UnityEngine.Networking.HostTopology::m_SentMessagePoolSize
|
|
uint16_t ___m_SentMessagePoolSize_4;
|
|
// System.Single UnityEngine.Networking.HostTopology::m_MessagePoolSizeGrowthFactor
|
|
float ___m_MessagePoolSizeGrowthFactor_5;
|
|
};
|
|
|
|
// __GEN.INetworkMessageHelper
|
|
struct INetworkMessageHelper_tDC97E429C68BAFC65A42F405E05675742105B273 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject
|
|
{
|
|
// System.Object System.MarshalByRefObject::_identity
|
|
RuntimeObject* ____identity_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
// Native definition for COM marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// Unity.Netcode.NetworkBehaviourUpdater
|
|
struct NetworkBehaviourUpdater_t215DD428092983D5AECE1BF5BA0576E5070F987C : public RuntimeObject
|
|
{
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.NetworkBehaviourUpdater::m_NetworkManager
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___m_NetworkManager_0;
|
|
// Unity.Netcode.NetworkConnectionManager Unity.Netcode.NetworkBehaviourUpdater::m_ConnectionManager
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* ___m_ConnectionManager_1;
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.NetworkObject> Unity.Netcode.NetworkBehaviourUpdater::m_DirtyNetworkObjects
|
|
HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* ___m_DirtyNetworkObjects_2;
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.NetworkObject> Unity.Netcode.NetworkBehaviourUpdater::m_PendingDirtyNetworkObjects
|
|
HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* ___m_PendingDirtyNetworkObjects_3;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkClient
|
|
struct NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64 : public RuntimeObject
|
|
{
|
|
// System.Boolean Unity.Netcode.NetworkClient::<IsServer>k__BackingField
|
|
bool ___U3CIsServerU3Ek__BackingField_0;
|
|
// System.Boolean Unity.Netcode.NetworkClient::<IsClient>k__BackingField
|
|
bool ___U3CIsClientU3Ek__BackingField_1;
|
|
// System.Boolean Unity.Netcode.NetworkClient::<IsConnected>k__BackingField
|
|
bool ___U3CIsConnectedU3Ek__BackingField_2;
|
|
// System.Boolean Unity.Netcode.NetworkClient::<IsApproved>k__BackingField
|
|
bool ___U3CIsApprovedU3Ek__BackingField_3;
|
|
// System.UInt64 Unity.Netcode.NetworkClient::ClientId
|
|
uint64_t ___ClientId_4;
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkClient::PlayerObject
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___PlayerObject_5;
|
|
// Unity.Netcode.NetworkSpawnManager Unity.Netcode.NetworkClient::<SpawnManager>k__BackingField
|
|
NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* ___U3CSpawnManagerU3Ek__BackingField_6;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkConnectionManager
|
|
struct NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1 : public RuntimeObject
|
|
{
|
|
// System.String Unity.Netcode.NetworkConnectionManager::<DisconnectReason>k__BackingField
|
|
String_t* ___U3CDisconnectReasonU3Ek__BackingField_0;
|
|
// System.Action`1<System.UInt64> Unity.Netcode.NetworkConnectionManager::OnClientConnectedCallback
|
|
Action_1_t2F07B42BD085A4AC03ECE5676157E93B9A344C1C* ___OnClientConnectedCallback_1;
|
|
// System.Action`1<System.UInt64> Unity.Netcode.NetworkConnectionManager::OnClientDisconnectCallback
|
|
Action_1_t2F07B42BD085A4AC03ECE5676157E93B9A344C1C* ___OnClientDisconnectCallback_2;
|
|
// System.Action`2<Unity.Netcode.NetworkManager,Unity.Netcode.ConnectionEventData> Unity.Netcode.NetworkConnectionManager::OnConnectionEvent
|
|
Action_2_t555B51C2CBA7678870E51D22754F9FB4C97830C9* ___OnConnectionEvent_3;
|
|
// System.Action Unity.Netcode.NetworkConnectionManager::OnTransportFailure
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___OnTransportFailure_4;
|
|
// System.Boolean Unity.Netcode.NetworkConnectionManager::<IsListening>k__BackingField
|
|
bool ___U3CIsListeningU3Ek__BackingField_5;
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.NetworkConnectionManager::NetworkManager
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___NetworkManager_6;
|
|
// Unity.Netcode.NetworkMessageManager Unity.Netcode.NetworkConnectionManager::MessageManager
|
|
NetworkMessageManager_t3AC5DCD467E3287780F83E2B4A37CC5DCB40C468* ___MessageManager_7;
|
|
// Unity.Netcode.NetworkClient Unity.Netcode.NetworkConnectionManager::LocalClient
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* ___LocalClient_8;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkManager/ConnectionApprovalResponse> Unity.Netcode.NetworkConnectionManager::ClientsToApprove
|
|
Dictionary_2_t647F7F7CA786348F8808D433385C1B2D157E852A* ___ClientsToApprove_9;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkClient> Unity.Netcode.NetworkConnectionManager::ConnectedClients
|
|
Dictionary_2_t04CE97C57D2E25D600E03BF7F53BDCDDAC05C9DF* ___ConnectedClients_10;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.UInt64> Unity.Netcode.NetworkConnectionManager::ClientIdToTransportIdMap
|
|
Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* ___ClientIdToTransportIdMap_11;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.UInt64> Unity.Netcode.NetworkConnectionManager::TransportIdToClientIdMap
|
|
Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* ___TransportIdToClientIdMap_12;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkClient> Unity.Netcode.NetworkConnectionManager::ConnectedClientsList
|
|
List_1_t57C6C818F7D91A7154A4799FE6DEFD3ACD6F39A5* ___ConnectedClientsList_13;
|
|
// System.Collections.Generic.List`1<System.UInt64> Unity.Netcode.NetworkConnectionManager::ConnectedClientIds
|
|
List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284* ___ConnectedClientIds_14;
|
|
// System.Action`2<Unity.Netcode.NetworkManager/ConnectionApprovalRequest,Unity.Netcode.NetworkManager/ConnectionApprovalResponse> Unity.Netcode.NetworkConnectionManager::ConnectionApprovalCallback
|
|
Action_2_t5E7B4E17493B71D65B87865FA28E6CCE1C2ED68B* ___ConnectionApprovalCallback_15;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.PendingClient> Unity.Netcode.NetworkConnectionManager::m_PendingClients
|
|
Dictionary_2_tD7776C25E1F5D1B8408431CA83EAAFFE3C4C9684* ___m_PendingClients_16;
|
|
// UnityEngine.Coroutine Unity.Netcode.NetworkConnectionManager::LocalClientApprovalCoroutine
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___LocalClientApprovalCoroutine_17;
|
|
// System.UInt64 Unity.Netcode.NetworkConnectionManager::m_NextClientId
|
|
uint64_t ___m_NextClientId_18;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkPrefabHandler
|
|
struct NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE : public RuntimeObject
|
|
{
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.NetworkPrefabHandler::m_NetworkManager
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___m_NetworkManager_0;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler> Unity.Netcode.NetworkPrefabHandler::m_PrefabAssetToPrefabHandler
|
|
Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* ___m_PrefabAssetToPrefabHandler_1;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32> Unity.Netcode.NetworkPrefabHandler::m_PrefabInstanceToPrefabAsset
|
|
Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* ___m_PrefabInstanceToPrefabAsset_2;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkPrefabs
|
|
struct NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkPrefabsList> Unity.Netcode.NetworkPrefabs::NetworkPrefabsLists
|
|
List_1_t57B2B541977E4F353FAF6435A3FE3E0EEC477689* ___NetworkPrefabsLists_0;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.NetworkPrefab> Unity.Netcode.NetworkPrefabs::NetworkPrefabOverrideLinks
|
|
Dictionary_2_t7E3F7ADC88D549FC0444CEF23D9116E9E7B8F861* ___NetworkPrefabOverrideLinks_1;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32> Unity.Netcode.NetworkPrefabs::OverrideToNetworkPrefab
|
|
Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* ___OverrideToNetworkPrefab_2;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkPrefab> Unity.Netcode.NetworkPrefabs::m_Prefabs
|
|
List_1_tE788305FC69BA0DB2AEFE4DE86FACD7D09507CB6* ___m_Prefabs_3;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkPrefab> Unity.Netcode.NetworkPrefabs::m_RuntimeAddedPrefabs
|
|
List_1_tE788305FC69BA0DB2AEFE4DE86FACD7D09507CB6* ___m_RuntimeAddedPrefabs_4;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkSpawnManager
|
|
struct NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>> Unity.Netcode.NetworkSpawnManager::ObjectsToShowToClient
|
|
Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* ___ObjectsToShowToClient_0;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject> Unity.Netcode.NetworkSpawnManager::SpawnedObjects
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* ___SpawnedObjects_1;
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.NetworkObject> Unity.Netcode.NetworkSpawnManager::SpawnedObjectsList
|
|
HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* ___SpawnedObjectsList_2;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>> Unity.Netcode.NetworkSpawnManager::OwnershipToObjectsTable
|
|
Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* ___OwnershipToObjectsTable_3;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.UInt64> Unity.Netcode.NetworkSpawnManager::m_ObjectToOwnershipTable
|
|
Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* ___m_ObjectToOwnershipTable_4;
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.NetworkSpawnManager::<NetworkManager>k__BackingField
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___U3CNetworkManagerU3Ek__BackingField_5;
|
|
// System.Collections.Generic.Queue`1<Unity.Netcode.ReleasedNetworkId> Unity.Netcode.NetworkSpawnManager::ReleasedNetworkObjectIds
|
|
Queue_1_tD0B32970076D62B677279D96972006677EEE25A7* ___ReleasedNetworkObjectIds_6;
|
|
// System.UInt64 Unity.Netcode.NetworkSpawnManager::m_NetworkObjectIdCounter
|
|
uint64_t ___m_NetworkObjectIdCounter_7;
|
|
// System.Collections.Generic.List`1<System.UInt64> Unity.Netcode.NetworkSpawnManager::m_TargetClientIds
|
|
List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284* ___m_TargetClientIds_8;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkTimeSystem
|
|
struct NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2 : public RuntimeObject
|
|
{
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::m_TimeSec
|
|
double ___m_TimeSec_4;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::m_CurrentLocalTimeOffset
|
|
double ___m_CurrentLocalTimeOffset_5;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::m_DesiredLocalTimeOffset
|
|
double ___m_DesiredLocalTimeOffset_6;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::m_CurrentServerTimeOffset
|
|
double ___m_CurrentServerTimeOffset_7;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::m_DesiredServerTimeOffset
|
|
double ___m_DesiredServerTimeOffset_8;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::<LocalBufferSec>k__BackingField
|
|
double ___U3CLocalBufferSecU3Ek__BackingField_9;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::<ServerBufferSec>k__BackingField
|
|
double ___U3CServerBufferSecU3Ek__BackingField_10;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::<HardResetThresholdSec>k__BackingField
|
|
double ___U3CHardResetThresholdSecU3Ek__BackingField_11;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::<AdjustmentRatio>k__BackingField
|
|
double ___U3CAdjustmentRatioU3Ek__BackingField_12;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::<LastSyncedServerTimeSec>k__BackingField
|
|
double ___U3CLastSyncedServerTimeSecU3Ek__BackingField_13;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::<LastSyncedRttSec>k__BackingField
|
|
double ___U3CLastSyncedRttSecU3Ek__BackingField_14;
|
|
// Unity.Netcode.NetworkConnectionManager Unity.Netcode.NetworkTimeSystem::m_ConnectionManager
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* ___m_ConnectionManager_15;
|
|
// Unity.Netcode.NetworkTransport Unity.Netcode.NetworkTimeSystem::m_NetworkTransport
|
|
NetworkTransport_t55E07951299283974C86476F46CC977780560B64* ___m_NetworkTransport_16;
|
|
// Unity.Netcode.NetworkTickSystem Unity.Netcode.NetworkTimeSystem::m_NetworkTickSystem
|
|
NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* ___m_NetworkTickSystem_17;
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.NetworkTimeSystem::m_NetworkManager
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___m_NetworkManager_18;
|
|
// System.Int32 Unity.Netcode.NetworkTimeSystem::m_TimeSyncFrequencyTicks
|
|
int32_t ___m_TimeSyncFrequencyTicks_19;
|
|
};
|
|
|
|
// Unity.Netcode.RealTimeProvider
|
|
struct RealTimeProvider_tC7E3BBEBF8AE83F6368A1ACE596E6A5B13FDBC2B : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
// System.Int32 System.String::_stringLength
|
|
int32_t ____stringLength_4;
|
|
// System.Char System.String::_firstChar
|
|
Il2CppChar ____firstChar_5;
|
|
};
|
|
|
|
// System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
|
|
// Unity.Netcode.NetworkSpawnManager/<>c
|
|
struct U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.ArraySegment`1<System.Byte>
|
|
struct ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093
|
|
{
|
|
// T[] System.ArraySegment`1::_array
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____array_1;
|
|
// System.Int32 System.ArraySegment`1::_offset
|
|
int32_t ____offset_2;
|
|
// System.Int32 System.ArraySegment`1::_count
|
|
int32_t ____count_3;
|
|
};
|
|
|
|
// System.ArraySegment`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178
|
|
{
|
|
// T[] System.ArraySegment`1::_array
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ____array_1;
|
|
// System.Int32 System.ArraySegment`1::_offset
|
|
int32_t ____offset_2;
|
|
// System.Int32 System.ArraySegment`1::_count
|
|
int32_t ____count_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.GameObject>
|
|
struct Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.IAnticipatedObject>
|
|
struct Enumerator_t2D00DF8B477B981043A85440C6F7D8CDFF72C781
|
|
{
|
|
// System.Collections.Generic.HashSet`1<T> System.Collections.Generic.HashSet`1/Enumerator::_set
|
|
HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C* ____set_0;
|
|
// System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.HashSet`1/Enumerator::_current
|
|
RuntimeObject* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.IAnticipationEventReceiver>
|
|
struct Enumerator_tEC7FC009B9D771B394B7F1E0CADC6C12CFC7CBD3
|
|
{
|
|
// System.Collections.Generic.HashSet`1<T> System.Collections.Generic.HashSet`1/Enumerator::_set
|
|
HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F* ____set_0;
|
|
// System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.HashSet`1/Enumerator::_current
|
|
RuntimeObject* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.Netcode.NetworkBehaviour>
|
|
struct Enumerator_tB17D3BB881778B22964DC5116E4CFEF7A2B39F25
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t77285321F3B26D7A49CBB0F92E556C36504A91F5* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.NetworkObject>
|
|
struct Enumerator_t08D2A82D9E38E7B084FD4A017063CBB6B265B486
|
|
{
|
|
// System.Collections.Generic.HashSet`1<T> System.Collections.Generic.HashSet`1/Enumerator::_set
|
|
HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* ____set_0;
|
|
// System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.HashSet`1/Enumerator::_current
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.Netcode.NetworkObject>
|
|
struct Enumerator_t50D7F64F2BC7CEDDFC45A8F1B0BEB30C1F7B9054
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.UInt64>
|
|
struct Enumerator_t70A8D395D3DE5F360B445F6583EA858859FFB344
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
uint64_t ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB;
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF;
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct Enumerator_tE10E03C65C00BC14DE96993EA5248F610F88C977;
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222;
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.UInt32,System.UInt32>
|
|
struct KeyValuePair_2_t5EE249ADC2FC7C38972080E5425B78D0667C19AE
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
uint32_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
uint32_t ___value_1;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>
|
|
struct KeyValuePair_2_t744C02BB1B5C2F0E7A61D112775A6B73813EE9F0
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
uint64_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* ___value_1;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.UInt64,Unity.Netcode.NetworkClient>
|
|
struct KeyValuePair_2_t83E43462EAE089D2792B34367B65667184A2B91B
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
uint64_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* ___value_1;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669;
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
bool ___value_1;
|
|
};
|
|
|
|
// System.Nullable`1<System.Int32>
|
|
struct Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
int32_t ___value_1;
|
|
};
|
|
|
|
// System.Nullable`1<System.UInt32>
|
|
struct Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
uint32_t ___value_1;
|
|
};
|
|
|
|
// System.Nullable`1<System.UInt64>
|
|
struct Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
uint64_t ___value_1;
|
|
};
|
|
|
|
// System.Nullable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
typedef Il2CppFullySharedGenericStruct Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339;
|
|
|
|
// Unity.Netcode.NetworkManager/Override`1<System.UInt16>
|
|
struct Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6
|
|
{
|
|
// T Unity.Netcode.NetworkManager/Override`1::m_Value
|
|
uint16_t ___m_Value_0;
|
|
// System.Boolean Unity.Netcode.NetworkManager/Override`1::<Overidden>k__BackingField
|
|
bool ___U3COveriddenU3Ek__BackingField_1;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkManager/Override`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct Override_1_t9580BA37D0A0E32EEA06F4964ADE5F647866611A;
|
|
|
|
// Unity.Collections.NativeQueue`1/ParallelWriter<Unity.Networking.Transport.QueuedSendMessage>
|
|
struct ParallelWriter_tD2337D6A048735D05F7C0698B7FEEDAD7153DE97
|
|
{
|
|
// Unity.Collections.NativeQueueData* Unity.Collections.NativeQueue`1/ParallelWriter::m_Buffer
|
|
NativeQueueData_t61B94D7FE48C5715DD5D0C8CB574F73BF15C6E52* ___m_Buffer_0;
|
|
// Unity.Collections.NativeQueueBlockPoolData* Unity.Collections.NativeQueue`1/ParallelWriter::m_QueuePool
|
|
NativeQueueBlockPoolData_t3A0B3E1B852D995248D51AB68660D1B367D28E87* ___m_QueuePool_1;
|
|
// System.Int32 Unity.Collections.NativeQueue`1/ParallelWriter::m_ThreadIndex
|
|
int32_t ___m_ThreadIndex_2;
|
|
};
|
|
|
|
// Unity.Collections.NativeQueue`1/ParallelWriter<Unity.Networking.Transport.NetworkPipelineProcessor/UpdatePipeline>
|
|
struct ParallelWriter_t55B873B53088E2C14EC0CE7DD3ECA37705CB04CC
|
|
{
|
|
// Unity.Collections.NativeQueueData* Unity.Collections.NativeQueue`1/ParallelWriter::m_Buffer
|
|
NativeQueueData_t61B94D7FE48C5715DD5D0C8CB574F73BF15C6E52* ___m_Buffer_0;
|
|
// Unity.Collections.NativeQueueBlockPoolData* Unity.Collections.NativeQueue`1/ParallelWriter::m_QueuePool
|
|
NativeQueueBlockPoolData_t3A0B3E1B852D995248D51AB68660D1B367D28E87* ___m_QueuePool_1;
|
|
// System.Int32 Unity.Collections.NativeQueue`1/ParallelWriter::m_ThreadIndex
|
|
int32_t ___m_ThreadIndex_2;
|
|
};
|
|
|
|
// Unity.Netcode.AnticipationCounterSyncPingMessage
|
|
struct AnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440
|
|
{
|
|
// System.UInt64 Unity.Netcode.AnticipationCounterSyncPingMessage::Counter
|
|
uint64_t ___Counter_0;
|
|
// System.Double Unity.Netcode.AnticipationCounterSyncPingMessage::Time
|
|
double ___Time_1;
|
|
};
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
};
|
|
|
|
// System.Byte
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
|
|
{
|
|
// System.Byte System.Byte::m_value
|
|
uint8_t ___m_value_0;
|
|
};
|
|
|
|
// Unity.Netcode.ByteBool
|
|
struct ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Boolean Unity.Netcode.ByteBool::BoolValue
|
|
bool ___BoolValue_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
bool ___BoolValue_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Byte Unity.Netcode.ByteBool::ByteValue
|
|
uint8_t ___ByteValue_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___ByteValue_1_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
// Native definition for P/Invoke marshalling of Unity.Netcode.ByteBool
|
|
struct ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8_marshaled_pinvoke
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___BoolValue_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___BoolValue_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
uint8_t ___ByteValue_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___ByteValue_1_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
// Native definition for COM marshalling of Unity.Netcode.ByteBool
|
|
struct ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8_marshaled_com
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___BoolValue_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___BoolValue_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
uint8_t ___ByteValue_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___ByteValue_1_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
|
|
// Unity.Netcode.ChangeOwnershipMessage
|
|
struct ChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103
|
|
{
|
|
// System.UInt64 Unity.Netcode.ChangeOwnershipMessage::NetworkObjectId
|
|
uint64_t ___NetworkObjectId_0;
|
|
// System.UInt64 Unity.Netcode.ChangeOwnershipMessage::OwnerClientId
|
|
uint64_t ___OwnerClientId_1;
|
|
};
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
|
|
{
|
|
// System.Char System.Char::m_value
|
|
Il2CppChar ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.Color
|
|
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
|
|
{
|
|
// System.Single UnityEngine.Color::r
|
|
float ___r_0;
|
|
// System.Single UnityEngine.Color::g
|
|
float ___g_1;
|
|
// System.Single UnityEngine.Color::b
|
|
float ___b_2;
|
|
// System.Single UnityEngine.Color::a
|
|
float ___a_3;
|
|
};
|
|
|
|
// UnityEngine.Color32
|
|
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int32 UnityEngine.Color32::rgba
|
|
int32_t ___rgba_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___rgba_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.Color32::r
|
|
uint8_t ___r_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___r_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___g_2_OffsetPadding[1];
|
|
// System.Byte UnityEngine.Color32::g
|
|
uint8_t ___g_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___g_2_OffsetPadding_forAlignmentOnly[1];
|
|
uint8_t ___g_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___b_3_OffsetPadding[2];
|
|
// System.Byte UnityEngine.Color32::b
|
|
uint8_t ___b_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___b_3_OffsetPadding_forAlignmentOnly[2];
|
|
uint8_t ___b_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___a_4_OffsetPadding[3];
|
|
// System.Byte UnityEngine.Color32::a
|
|
uint8_t ___a_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___a_4_OffsetPadding_forAlignmentOnly[3];
|
|
uint8_t ___a_4_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
|
|
// Unity.Netcode.DestroyObjectMessage
|
|
struct DestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050
|
|
{
|
|
// System.UInt64 Unity.Netcode.DestroyObjectMessage::NetworkObjectId
|
|
uint64_t ___NetworkObjectId_0;
|
|
// System.Boolean Unity.Netcode.DestroyObjectMessage::DestroyGameObject
|
|
bool ___DestroyGameObject_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of Unity.Netcode.DestroyObjectMessage
|
|
struct DestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_marshaled_pinvoke
|
|
{
|
|
uint64_t ___NetworkObjectId_0;
|
|
int32_t ___DestroyGameObject_1;
|
|
};
|
|
// Native definition for COM marshalling of Unity.Netcode.DestroyObjectMessage
|
|
struct DestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_marshaled_com
|
|
{
|
|
uint64_t ___NetworkObjectId_0;
|
|
int32_t ___DestroyGameObject_1;
|
|
};
|
|
|
|
// System.Double
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
};
|
|
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
|
|
// Unity.Netcode.FastBufferReader
|
|
struct FastBufferReader_t1FA49C2063B2EAAADB8DE7FF571FF284719D0E99
|
|
{
|
|
// Unity.Netcode.FastBufferReader/ReaderHandle* Unity.Netcode.FastBufferReader::Handle
|
|
ReaderHandle_t7A818FF1A9ACF79E6D6322AFF494B9FB12C48CC8* ___Handle_0;
|
|
};
|
|
|
|
// Unity.Netcode.FastBufferWriter
|
|
struct FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC
|
|
{
|
|
// Unity.Netcode.FastBufferWriter/WriterHandle* Unity.Netcode.FastBufferWriter::Handle
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* ___Handle_0;
|
|
};
|
|
|
|
// Unity.Collections.FixedBytes16
|
|
struct FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0000
|
|
uint8_t ___byte0000_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___byte0000_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0001_1_OffsetPadding[1];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0001
|
|
uint8_t ___byte0001_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0001_1_OffsetPadding_forAlignmentOnly[1];
|
|
uint8_t ___byte0001_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0002_2_OffsetPadding[2];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0002
|
|
uint8_t ___byte0002_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0002_2_OffsetPadding_forAlignmentOnly[2];
|
|
uint8_t ___byte0002_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0003_3_OffsetPadding[3];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0003
|
|
uint8_t ___byte0003_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0003_3_OffsetPadding_forAlignmentOnly[3];
|
|
uint8_t ___byte0003_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0004_4_OffsetPadding[4];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0004
|
|
uint8_t ___byte0004_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0004_4_OffsetPadding_forAlignmentOnly[4];
|
|
uint8_t ___byte0004_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0005_5_OffsetPadding[5];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0005
|
|
uint8_t ___byte0005_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0005_5_OffsetPadding_forAlignmentOnly[5];
|
|
uint8_t ___byte0005_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0006_6_OffsetPadding[6];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0006
|
|
uint8_t ___byte0006_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0006_6_OffsetPadding_forAlignmentOnly[6];
|
|
uint8_t ___byte0006_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0007_7_OffsetPadding[7];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0007
|
|
uint8_t ___byte0007_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0007_7_OffsetPadding_forAlignmentOnly[7];
|
|
uint8_t ___byte0007_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0008_8_OffsetPadding[8];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0008
|
|
uint8_t ___byte0008_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0008_8_OffsetPadding_forAlignmentOnly[8];
|
|
uint8_t ___byte0008_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0009_9_OffsetPadding[9];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0009
|
|
uint8_t ___byte0009_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0009_9_OffsetPadding_forAlignmentOnly[9];
|
|
uint8_t ___byte0009_9_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0010_10_OffsetPadding[10];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0010
|
|
uint8_t ___byte0010_10;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0010_10_OffsetPadding_forAlignmentOnly[10];
|
|
uint8_t ___byte0010_10_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0011_11_OffsetPadding[11];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0011
|
|
uint8_t ___byte0011_11;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0011_11_OffsetPadding_forAlignmentOnly[11];
|
|
uint8_t ___byte0011_11_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0012_12_OffsetPadding[12];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0012
|
|
uint8_t ___byte0012_12;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0012_12_OffsetPadding_forAlignmentOnly[12];
|
|
uint8_t ___byte0012_12_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0013_13_OffsetPadding[13];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0013
|
|
uint8_t ___byte0013_13;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0013_13_OffsetPadding_forAlignmentOnly[13];
|
|
uint8_t ___byte0013_13_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0014_14_OffsetPadding[14];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0014
|
|
uint8_t ___byte0014_14;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0014_14_OffsetPadding_forAlignmentOnly[14];
|
|
uint8_t ___byte0014_14_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0015_15_OffsetPadding[15];
|
|
// System.Byte Unity.Collections.FixedBytes16::byte0015
|
|
uint8_t ___byte0015_15;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0015_15_OffsetPadding_forAlignmentOnly[15];
|
|
uint8_t ___byte0015_15_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
uint8_t FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0__padding[16];
|
|
};
|
|
};
|
|
|
|
// Unity.Netcode.ILPPMessageProvider
|
|
struct ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976__padding[1];
|
|
};
|
|
};
|
|
|
|
// System.Int32
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
};
|
|
|
|
// System.Int64
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
|
{
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
};
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkConfigParameter
|
|
struct NetworkConfigParameter_t2AA94683DFCAE075DB53029EE1C08A72B5E2C22D
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.NetworkConfigParameter::connectTimeoutMS
|
|
int32_t ___connectTimeoutMS_0;
|
|
// System.Int32 Unity.Networking.Transport.NetworkConfigParameter::maxConnectAttempts
|
|
int32_t ___maxConnectAttempts_1;
|
|
// System.Int32 Unity.Networking.Transport.NetworkConfigParameter::disconnectTimeoutMS
|
|
int32_t ___disconnectTimeoutMS_2;
|
|
// System.Int32 Unity.Networking.Transport.NetworkConfigParameter::heartbeatTimeoutMS
|
|
int32_t ___heartbeatTimeoutMS_3;
|
|
// System.Int32 Unity.Networking.Transport.NetworkConfigParameter::maxFrameTimeMS
|
|
int32_t ___maxFrameTimeMS_4;
|
|
// System.Int32 Unity.Networking.Transport.NetworkConfigParameter::fixedFrameTimeMS
|
|
int32_t ___fixedFrameTimeMS_5;
|
|
// System.Int32 Unity.Networking.Transport.NetworkConfigParameter::maxMessageSize
|
|
int32_t ___maxMessageSize_6;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkConnection
|
|
struct NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.NetworkConnection::m_NetworkId
|
|
int32_t ___m_NetworkId_0;
|
|
// System.Int32 Unity.Networking.Transport.NetworkConnection::m_NetworkVersion
|
|
int32_t ___m_NetworkVersion_1;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkDataStreamParameter
|
|
struct NetworkDataStreamParameter_t0151BCC5F97AE52ECE6BAF1351C7E8FF6E070CFA
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.NetworkDataStreamParameter::size
|
|
int32_t ___size_1;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkMessageHeader
|
|
struct NetworkMessageHeader_tFFC66D680C8854B3110927656A5175C93575A673
|
|
{
|
|
// System.UInt32 Unity.Netcode.NetworkMessageHeader::MessageType
|
|
uint32_t ___MessageType_0;
|
|
// System.UInt32 Unity.Netcode.NetworkMessageHeader::MessageSize
|
|
uint32_t ___MessageSize_1;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.NetworkMetricsContext
|
|
struct NetworkMetricsContext_t1F0D6EA5D46CAEF908A2BF8795C67F4AB9726ECD
|
|
{
|
|
// System.UInt32 Unity.Netcode.Transports.UTP.NetworkMetricsContext::PacketSentCount
|
|
uint32_t ___PacketSentCount_0;
|
|
// System.UInt32 Unity.Netcode.Transports.UTP.NetworkMetricsContext::PacketReceivedCount
|
|
uint32_t ___PacketReceivedCount_1;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkObjectReference
|
|
struct NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD
|
|
{
|
|
// System.UInt64 Unity.Netcode.NetworkObjectReference::m_NetworkObjectId
|
|
uint64_t ___m_NetworkObjectId_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkPipeline
|
|
struct NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.NetworkPipeline::Id
|
|
int32_t ___Id_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkPipelineStageId
|
|
struct NetworkPipelineStageId_tBE4FAE81AD1922E0BEEDBC611342E3B0A7B5ECCA
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.NetworkPipelineStageId::Index
|
|
int32_t ___Index_0;
|
|
// System.Int32 Unity.Networking.Transport.NetworkPipelineStageId::IsValid
|
|
int32_t ___IsValid_1;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkTime
|
|
struct NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F
|
|
{
|
|
// System.Double Unity.Netcode.NetworkTime::m_TimeSec
|
|
double ___m_TimeSec_0;
|
|
// System.UInt32 Unity.Netcode.NetworkTime::m_TickRate
|
|
uint32_t ___m_TickRate_1;
|
|
// System.Double Unity.Netcode.NetworkTime::m_TickInterval
|
|
double ___m_TickInterval_2;
|
|
// System.Int32 Unity.Netcode.NetworkTime::m_CachedTick
|
|
int32_t ___m_CachedTick_3;
|
|
// System.Double Unity.Netcode.NetworkTime::m_CachedTickOffset
|
|
double ___m_CachedTickOffset_4;
|
|
};
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974
|
|
{
|
|
// System.Single UnityEngine.Quaternion::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Quaternion::y
|
|
float ___y_1;
|
|
// System.Single UnityEngine.Quaternion::z
|
|
float ___z_2;
|
|
// System.Single UnityEngine.Quaternion::w
|
|
float ___w_3;
|
|
};
|
|
|
|
// Unity.Mathematics.Random
|
|
struct Random_tF24B964D3D5DE57D52CCDBF2E91ACE60F01F5F37
|
|
{
|
|
// System.UInt32 Unity.Mathematics.Random::state
|
|
uint32_t ___state_0;
|
|
};
|
|
|
|
// Unity.Netcode.ReleasedNetworkId
|
|
struct ReleasedNetworkId_t7D3158E07773C6B85BCBAA69507DC8BEB8547414
|
|
{
|
|
// System.UInt64 Unity.Netcode.ReleasedNetworkId::NetworkId
|
|
uint64_t ___NetworkId_0;
|
|
// System.Single Unity.Netcode.ReleasedNetworkId::ReleaseTime
|
|
float ___ReleaseTime_1;
|
|
};
|
|
|
|
// UnityEngine.SceneManagement.Scene
|
|
struct Scene_tA1DC762B79745EB5140F054C884855B922318356
|
|
{
|
|
// System.Int32 UnityEngine.SceneManagement.Scene::m_Handle
|
|
int32_t ___m_Handle_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.Utilities.SequenceBufferContext
|
|
struct SequenceBufferContext_tCDD8D043109579611EC4BF49D7CD31756AAF2599
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.Utilities.SequenceBufferContext::Sequence
|
|
int32_t ___Sequence_0;
|
|
// System.Int32 Unity.Networking.Transport.Utilities.SequenceBufferContext::Acked
|
|
int32_t ___Acked_1;
|
|
// System.UInt64 Unity.Networking.Transport.Utilities.SequenceBufferContext::AckedMask
|
|
uint64_t ___AckedMask_2;
|
|
// System.UInt64 Unity.Networking.Transport.Utilities.SequenceBufferContext::LastAckedMask
|
|
uint64_t ___LastAckedMask_3;
|
|
// System.UInt32 Unity.Networking.Transport.Utilities.SequenceBufferContext::AckMask
|
|
uint32_t ___AckMask_4;
|
|
// System.UInt32 Unity.Networking.Transport.Utilities.SequenceBufferContext::LastAckMask
|
|
uint32_t ___LastAckMask_5;
|
|
};
|
|
|
|
// System.Single
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
};
|
|
|
|
// System.IO.TextReader
|
|
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
|
|
{
|
|
};
|
|
|
|
// Unity.Netcode.TimeSyncMessage
|
|
struct TimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471
|
|
{
|
|
// System.Int32 Unity.Netcode.TimeSyncMessage::Tick
|
|
int32_t ___Tick_0;
|
|
};
|
|
|
|
// System.UInt16
|
|
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
|
|
{
|
|
// System.UInt16 System.UInt16::m_value
|
|
uint16_t ___m_value_0;
|
|
};
|
|
|
|
// System.UInt32
|
|
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
|
|
{
|
|
// System.UInt32 System.UInt32::m_value
|
|
uint32_t ___m_value_0;
|
|
};
|
|
|
|
// System.UInt64
|
|
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
|
|
{
|
|
// System.UInt64 System.UInt64::m_value
|
|
uint64_t ___m_value_0;
|
|
};
|
|
|
|
// Unity.Netcode.UIntFloat
|
|
struct UIntFloat_tFBEF4FDD12CED260608013A2D32609F085D0E817
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Single Unity.Netcode.UIntFloat::FloatValue
|
|
float ___FloatValue_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
float ___FloatValue_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.UInt32 Unity.Netcode.UIntFloat::UIntValue
|
|
uint32_t ___UIntValue_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint32_t ___UIntValue_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Double Unity.Netcode.UIntFloat::DoubleValue
|
|
double ___DoubleValue_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
double ___DoubleValue_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.UInt64 Unity.Netcode.UIntFloat::ULongValue
|
|
uint64_t ___ULongValue_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint64_t ___ULongValue_3_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
|
|
{
|
|
// System.Single UnityEngine.Vector2::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Vector2::y
|
|
float ___y_1;
|
|
};
|
|
|
|
// UnityEngine.Vector2Int
|
|
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A
|
|
{
|
|
// System.Int32 UnityEngine.Vector2Int::m_X
|
|
int32_t ___m_X_0;
|
|
// System.Int32 UnityEngine.Vector2Int::m_Y
|
|
int32_t ___m_Y_1;
|
|
};
|
|
|
|
// UnityEngine.Vector3
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
|
|
{
|
|
// System.Single UnityEngine.Vector3::x
|
|
float ___x_2;
|
|
// System.Single UnityEngine.Vector3::y
|
|
float ___y_3;
|
|
// System.Single UnityEngine.Vector3::z
|
|
float ___z_4;
|
|
};
|
|
|
|
// UnityEngine.Vector3Int
|
|
struct Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376
|
|
{
|
|
// System.Int32 UnityEngine.Vector3Int::m_X
|
|
int32_t ___m_X_0;
|
|
// System.Int32 UnityEngine.Vector3Int::m_Y
|
|
int32_t ___m_Y_1;
|
|
// System.Int32 UnityEngine.Vector3Int::m_Z
|
|
int32_t ___m_Z_2;
|
|
};
|
|
|
|
// UnityEngine.Vector4
|
|
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
|
|
{
|
|
// System.Single UnityEngine.Vector4::x
|
|
float ___x_1;
|
|
// System.Single UnityEngine.Vector4::y
|
|
float ___y_2;
|
|
// System.Single UnityEngine.Vector4::z
|
|
float ___z_3;
|
|
// System.Single UnityEngine.Vector4::w
|
|
float ___w_4;
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=128
|
|
struct __StaticArrayInitTypeSizeU3D128_t657EFE1E055635FB0333044E0D63FE348A0F2A13
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D128_t657EFE1E055635FB0333044E0D63FE348A0F2A13__padding[128];
|
|
};
|
|
};
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=256
|
|
struct __StaticArrayInitTypeSizeU3D256_t6C6F2B053275FEEDECC666952C89ECDDC30817FD
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D256_t6C6F2B053275FEEDECC666952C89ECDDC30817FD__padding[256];
|
|
};
|
|
};
|
|
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle
|
|
struct AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148
|
|
{
|
|
// System.UInt16 Unity.Collections.AllocatorManager/AllocatorHandle::Index
|
|
uint16_t ___Index_0;
|
|
// System.UInt16 Unity.Collections.AllocatorManager/AllocatorHandle::Version
|
|
uint16_t ___Version_1;
|
|
};
|
|
|
|
// Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress
|
|
struct Baselib_NetworkAddress_t2F4AF92B4EEFE31182BADF512CA004AFF48128E0
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data0
|
|
uint8_t ___data0_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___data0_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data1_1_OffsetPadding[1];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data1
|
|
uint8_t ___data1_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data1_1_OffsetPadding_forAlignmentOnly[1];
|
|
uint8_t ___data1_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data2_2_OffsetPadding[2];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data2
|
|
uint8_t ___data2_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data2_2_OffsetPadding_forAlignmentOnly[2];
|
|
uint8_t ___data2_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data3_3_OffsetPadding[3];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data3
|
|
uint8_t ___data3_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data3_3_OffsetPadding_forAlignmentOnly[3];
|
|
uint8_t ___data3_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data4_4_OffsetPadding[4];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data4
|
|
uint8_t ___data4_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data4_4_OffsetPadding_forAlignmentOnly[4];
|
|
uint8_t ___data4_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data5_5_OffsetPadding[5];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data5
|
|
uint8_t ___data5_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data5_5_OffsetPadding_forAlignmentOnly[5];
|
|
uint8_t ___data5_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data6_6_OffsetPadding[6];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data6
|
|
uint8_t ___data6_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data6_6_OffsetPadding_forAlignmentOnly[6];
|
|
uint8_t ___data6_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data7_7_OffsetPadding[7];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data7
|
|
uint8_t ___data7_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data7_7_OffsetPadding_forAlignmentOnly[7];
|
|
uint8_t ___data7_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data8_8_OffsetPadding[8];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data8
|
|
uint8_t ___data8_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data8_8_OffsetPadding_forAlignmentOnly[8];
|
|
uint8_t ___data8_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data9_9_OffsetPadding[9];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data9
|
|
uint8_t ___data9_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data9_9_OffsetPadding_forAlignmentOnly[9];
|
|
uint8_t ___data9_9_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data10_10_OffsetPadding[10];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data10
|
|
uint8_t ___data10_10;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data10_10_OffsetPadding_forAlignmentOnly[10];
|
|
uint8_t ___data10_10_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data11_11_OffsetPadding[11];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data11
|
|
uint8_t ___data11_11;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data11_11_OffsetPadding_forAlignmentOnly[11];
|
|
uint8_t ___data11_11_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data12_12_OffsetPadding[12];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data12
|
|
uint8_t ___data12_12;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data12_12_OffsetPadding_forAlignmentOnly[12];
|
|
uint8_t ___data12_12_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data13_13_OffsetPadding[13];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data13
|
|
uint8_t ___data13_13;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data13_13_OffsetPadding_forAlignmentOnly[13];
|
|
uint8_t ___data13_13_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data14_14_OffsetPadding[14];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data14
|
|
uint8_t ___data14_14;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data14_14_OffsetPadding_forAlignmentOnly[14];
|
|
uint8_t ___data14_14_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___data15_15_OffsetPadding[15];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::data15
|
|
uint8_t ___data15_15;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___data15_15_OffsetPadding_forAlignmentOnly[15];
|
|
uint8_t ___data15_15_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_0
|
|
uint8_t ___ipv6_0_16;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___ipv6_0_16_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_1_17_OffsetPadding[1];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_1
|
|
uint8_t ___ipv6_1_17;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_1_17_OffsetPadding_forAlignmentOnly[1];
|
|
uint8_t ___ipv6_1_17_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_2_18_OffsetPadding[2];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_2
|
|
uint8_t ___ipv6_2_18;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_2_18_OffsetPadding_forAlignmentOnly[2];
|
|
uint8_t ___ipv6_2_18_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_3_19_OffsetPadding[3];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_3
|
|
uint8_t ___ipv6_3_19;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_3_19_OffsetPadding_forAlignmentOnly[3];
|
|
uint8_t ___ipv6_3_19_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_4_20_OffsetPadding[4];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_4
|
|
uint8_t ___ipv6_4_20;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_4_20_OffsetPadding_forAlignmentOnly[4];
|
|
uint8_t ___ipv6_4_20_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_5_21_OffsetPadding[5];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_5
|
|
uint8_t ___ipv6_5_21;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_5_21_OffsetPadding_forAlignmentOnly[5];
|
|
uint8_t ___ipv6_5_21_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_6_22_OffsetPadding[6];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_6
|
|
uint8_t ___ipv6_6_22;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_6_22_OffsetPadding_forAlignmentOnly[6];
|
|
uint8_t ___ipv6_6_22_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_7_23_OffsetPadding[7];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_7
|
|
uint8_t ___ipv6_7_23;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_7_23_OffsetPadding_forAlignmentOnly[7];
|
|
uint8_t ___ipv6_7_23_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_8_24_OffsetPadding[8];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_8
|
|
uint8_t ___ipv6_8_24;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_8_24_OffsetPadding_forAlignmentOnly[8];
|
|
uint8_t ___ipv6_8_24_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_9_25_OffsetPadding[9];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_9
|
|
uint8_t ___ipv6_9_25;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_9_25_OffsetPadding_forAlignmentOnly[9];
|
|
uint8_t ___ipv6_9_25_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_10_26_OffsetPadding[10];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_10
|
|
uint8_t ___ipv6_10_26;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_10_26_OffsetPadding_forAlignmentOnly[10];
|
|
uint8_t ___ipv6_10_26_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_11_27_OffsetPadding[11];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_11
|
|
uint8_t ___ipv6_11_27;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_11_27_OffsetPadding_forAlignmentOnly[11];
|
|
uint8_t ___ipv6_11_27_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_12_28_OffsetPadding[12];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_12
|
|
uint8_t ___ipv6_12_28;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_12_28_OffsetPadding_forAlignmentOnly[12];
|
|
uint8_t ___ipv6_12_28_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_13_29_OffsetPadding[13];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_13
|
|
uint8_t ___ipv6_13_29;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_13_29_OffsetPadding_forAlignmentOnly[13];
|
|
uint8_t ___ipv6_13_29_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_14_30_OffsetPadding[14];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_14
|
|
uint8_t ___ipv6_14_30;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_14_30_OffsetPadding_forAlignmentOnly[14];
|
|
uint8_t ___ipv6_14_30_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_15_31_OffsetPadding[15];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_15
|
|
uint8_t ___ipv6_15_31;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_15_31_OffsetPadding_forAlignmentOnly[15];
|
|
uint8_t ___ipv6_15_31_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv4_0
|
|
uint8_t ___ipv4_0_32;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___ipv4_0_32_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv4_1_33_OffsetPadding[1];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv4_1
|
|
uint8_t ___ipv4_1_33;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv4_1_33_OffsetPadding_forAlignmentOnly[1];
|
|
uint8_t ___ipv4_1_33_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv4_2_34_OffsetPadding[2];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv4_2
|
|
uint8_t ___ipv4_2_34;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv4_2_34_OffsetPadding_forAlignmentOnly[2];
|
|
uint8_t ___ipv4_2_34_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv4_3_35_OffsetPadding[3];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv4_3
|
|
uint8_t ___ipv4_3_35;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv4_3_35_OffsetPadding_forAlignmentOnly[3];
|
|
uint8_t ___ipv4_3_35_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___port0_36_OffsetPadding[16];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::port0
|
|
uint8_t ___port0_36;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___port0_36_OffsetPadding_forAlignmentOnly[16];
|
|
uint8_t ___port0_36_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___port1_37_OffsetPadding[17];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::port1
|
|
uint8_t ___port1_37;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___port1_37_OffsetPadding_forAlignmentOnly[17];
|
|
uint8_t ___port1_37_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___family_38_OffsetPadding[18];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::family
|
|
uint8_t ___family_38;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___family_38_OffsetPadding_forAlignmentOnly[18];
|
|
uint8_t ___family_38_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ____padding_39_OffsetPadding[19];
|
|
// System.Byte Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::_padding
|
|
uint8_t ____padding_39;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ____padding_39_OffsetPadding_forAlignmentOnly[19];
|
|
uint8_t ____padding_39_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ipv6_scope_id_40_OffsetPadding[20];
|
|
// System.UInt32 Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress::ipv6_scope_id
|
|
uint32_t ___ipv6_scope_id_40;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ipv6_scope_id_40_OffsetPadding_forAlignmentOnly[20];
|
|
uint32_t ___ipv6_scope_id_40_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
|
|
// Unity.Networking.Transport.DataStreamReader/Context
|
|
struct Context_tD63E0B178C9748CD0DD094D0A85FEDD8096267C5
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.DataStreamReader/Context::m_ReadByteIndex
|
|
int32_t ___m_ReadByteIndex_0;
|
|
// System.Int32 Unity.Networking.Transport.DataStreamReader/Context::m_BitIndex
|
|
int32_t ___m_BitIndex_1;
|
|
// System.UInt64 Unity.Networking.Transport.DataStreamReader/Context::m_BitBuffer
|
|
uint64_t ___m_BitBuffer_2;
|
|
// System.Int32 Unity.Networking.Transport.DataStreamReader/Context::m_FailedReads
|
|
int32_t ___m_FailedReads_3;
|
|
};
|
|
|
|
// Unity.Networking.Transport.DataStreamWriter/StreamData
|
|
struct StreamData_tF9752A5347148C4C2FD2C07D204FABE9539D1E94
|
|
{
|
|
// System.Byte* Unity.Networking.Transport.DataStreamWriter/StreamData::buffer
|
|
uint8_t* ___buffer_0;
|
|
// System.Int32 Unity.Networking.Transport.DataStreamWriter/StreamData::length
|
|
int32_t ___length_1;
|
|
// System.Int32 Unity.Networking.Transport.DataStreamWriter/StreamData::capacity
|
|
int32_t ___capacity_2;
|
|
// System.UInt64 Unity.Networking.Transport.DataStreamWriter/StreamData::bitBuffer
|
|
uint64_t ___bitBuffer_3;
|
|
// System.Int32 Unity.Networking.Transport.DataStreamWriter/StreamData::bitIndex
|
|
int32_t ___bitIndex_4;
|
|
// System.Int32 Unity.Networking.Transport.DataStreamWriter/StreamData::failedWrites
|
|
int32_t ___failedWrites_5;
|
|
};
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForEnums
|
|
struct ForEnums_tD6A048FB8E80A3A6DC7DE4B6DE48D635362F7511
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t ForEnums_tD6A048FB8E80A3A6DC7DE4B6DE48D635362F7511__padding[1];
|
|
};
|
|
};
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForFixedStrings
|
|
struct ForFixedStrings_t7BA5440368648ED537383EE3A4A90FD3EE0FCF69
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t ForFixedStrings_t7BA5440368648ED537383EE3A4A90FD3EE0FCF69__padding[1];
|
|
};
|
|
};
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForGeneric
|
|
struct ForGeneric_t75CFE5C22C856F0990A529250BC4CDB2181A88A6
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t ForGeneric_t75CFE5C22C856F0990A529250BC4CDB2181A88A6__padding[1];
|
|
};
|
|
};
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForNetworkSerializable
|
|
struct ForNetworkSerializable_t9761409AA2A84D519B485A78188E85CFF1A9C7E3
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t ForNetworkSerializable_t9761409AA2A84D519B485A78188E85CFF1A9C7E3__padding[1];
|
|
};
|
|
};
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForPrimitives
|
|
struct ForPrimitives_t4120884959A3BC3EAC3D4980A4DA8010E09DA292
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t ForPrimitives_t4120884959A3BC3EAC3D4980A4DA8010E09DA292__padding[1];
|
|
};
|
|
};
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForStructs
|
|
struct ForStructs_t415180F4B3263FD619114E5DAAC9C3030BEBB83D
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t ForStructs_t415180F4B3263FD619114E5DAAC9C3030BEBB83D__padding[1];
|
|
};
|
|
};
|
|
|
|
// Unity.Netcode.NetworkMessageManager/MessageWithHandler
|
|
struct MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38
|
|
{
|
|
// System.Type Unity.Netcode.NetworkMessageManager/MessageWithHandler::MessageType
|
|
Type_t* ___MessageType_0;
|
|
// Unity.Netcode.NetworkMessageManager/MessageHandler Unity.Netcode.NetworkMessageManager/MessageWithHandler::Handler
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* ___Handler_1;
|
|
// Unity.Netcode.NetworkMessageManager/VersionGetter Unity.Netcode.NetworkMessageManager/MessageWithHandler::GetVersion
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* ___GetVersion_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of Unity.Netcode.NetworkMessageManager/MessageWithHandler
|
|
struct MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38_marshaled_pinvoke
|
|
{
|
|
Type_t* ___MessageType_0;
|
|
Il2CppMethodPointer ___Handler_1;
|
|
Il2CppMethodPointer ___GetVersion_2;
|
|
};
|
|
// Native definition for COM marshalling of Unity.Netcode.NetworkMessageManager/MessageWithHandler
|
|
struct MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38_marshaled_com
|
|
{
|
|
Type_t* ___MessageType_0;
|
|
Il2CppMethodPointer ___Handler_1;
|
|
Il2CppMethodPointer ___GetVersion_2;
|
|
};
|
|
|
|
// Unity.Networking.Transport.Relay.RelayAllocationId/<Value>e__FixedBuffer
|
|
struct U3CValueU3Ee__FixedBuffer_t0E279F5AD765D68C7D3ADB57B98FD471710955C8
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.Byte Unity.Networking.Transport.Relay.RelayAllocationId/<Value>e__FixedBuffer::FixedElementField
|
|
uint8_t ___FixedElementField_0;
|
|
};
|
|
uint8_t U3CValueU3Ee__FixedBuffer_t0E279F5AD765D68C7D3ADB57B98FD471710955C8__padding[16];
|
|
};
|
|
};
|
|
|
|
// Unity.Networking.Transport.Relay.RelayConnectionData/<Value>e__FixedBuffer
|
|
struct U3CValueU3Ee__FixedBuffer_t2EBBD6566B9DD8EF0CBC9EF9A9340955B5792054
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.Byte Unity.Networking.Transport.Relay.RelayConnectionData/<Value>e__FixedBuffer::FixedElementField
|
|
uint8_t ___FixedElementField_0;
|
|
};
|
|
uint8_t U3CValueU3Ee__FixedBuffer_t2EBBD6566B9DD8EF0CBC9EF9A9340955B5792054__padding[255];
|
|
};
|
|
};
|
|
|
|
// Unity.Networking.Transport.Relay.RelayHMACKey/<Value>e__FixedBuffer
|
|
struct U3CValueU3Ee__FixedBuffer_t3C8B36A587C8DE2573C0B7FD1CBD94E571B38A67
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.Byte Unity.Networking.Transport.Relay.RelayHMACKey/<Value>e__FixedBuffer::FixedElementField
|
|
uint8_t ___FixedElementField_0;
|
|
};
|
|
uint8_t U3CValueU3Ee__FixedBuffer_t3C8B36A587C8DE2573C0B7FD1CBD94E571B38A67__padding[64];
|
|
};
|
|
};
|
|
|
|
// Unity.Networking.Transport.Relay.RelayServerData/<HMAC>e__FixedBuffer
|
|
struct U3CHMACU3Ee__FixedBuffer_tEBE6EB5356C21D7CDAA77E2AB69381855EAD9816
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.Byte Unity.Networking.Transport.Relay.RelayServerData/<HMAC>e__FixedBuffer::FixedElementField
|
|
uint8_t ___FixedElementField_0;
|
|
};
|
|
uint8_t U3CHMACU3Ee__FixedBuffer_tEBE6EB5356C21D7CDAA77E2AB69381855EAD9816__padding[32];
|
|
};
|
|
};
|
|
|
|
// Unity.Networking.Transport.Utilities.ReliableUtility/RTTInfo
|
|
struct RTTInfo_tAF1A100DBA67BD0367A9ABA6928B4E574CBE5518
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/RTTInfo::LastRtt
|
|
int32_t ___LastRtt_0;
|
|
// System.Single Unity.Networking.Transport.Utilities.ReliableUtility/RTTInfo::SmoothedRtt
|
|
float ___SmoothedRtt_1;
|
|
// System.Single Unity.Networking.Transport.Utilities.ReliableUtility/RTTInfo::SmoothedVariance
|
|
float ___SmoothedVariance_2;
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/RTTInfo::ResendTimeout
|
|
int32_t ___ResendTimeout_3;
|
|
};
|
|
|
|
// Unity.Networking.Transport.Utilities.ReliableUtility/Statistics
|
|
struct Statistics_t11CF93D4C83ABFDDFD0BBAD848B752181939A2E5
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/Statistics::PacketsReceived
|
|
int32_t ___PacketsReceived_0;
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/Statistics::PacketsSent
|
|
int32_t ___PacketsSent_1;
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/Statistics::PacketsDropped
|
|
int32_t ___PacketsDropped_2;
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/Statistics::PacketsOutOfOrder
|
|
int32_t ___PacketsOutOfOrder_3;
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/Statistics::PacketsDuplicated
|
|
int32_t ___PacketsDuplicated_4;
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/Statistics::PacketsStale
|
|
int32_t ___PacketsStale_5;
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/Statistics::PacketsResent
|
|
int32_t ___PacketsResent_6;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ClientSecrets
|
|
struct ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F
|
|
{
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ClientSecrets::ServerCommonName
|
|
String_t* ___ServerCommonName_0;
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ClientSecrets::ClientCertificate
|
|
String_t* ___ClientCertificate_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ClientSecrets
|
|
struct ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F_marshaled_pinvoke
|
|
{
|
|
char* ___ServerCommonName_0;
|
|
char* ___ClientCertificate_1;
|
|
};
|
|
// Native definition for COM marshalling of Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ClientSecrets
|
|
struct ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F_marshaled_com
|
|
{
|
|
Il2CppChar* ___ServerCommonName_0;
|
|
Il2CppChar* ___ClientCertificate_1;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ServerSecrets
|
|
struct ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C
|
|
{
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ServerSecrets::ServerPrivate
|
|
String_t* ___ServerPrivate_0;
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ServerSecrets::ServerCertificate
|
|
String_t* ___ServerCertificate_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ServerSecrets
|
|
struct ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C_marshaled_pinvoke
|
|
{
|
|
char* ___ServerPrivate_0;
|
|
char* ___ServerCertificate_1;
|
|
};
|
|
// Native definition for COM marshalling of Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ServerSecrets
|
|
struct ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C_marshaled_com
|
|
{
|
|
Il2CppChar* ___ServerPrivate_0;
|
|
Il2CppChar* ___ServerCertificate_1;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData
|
|
struct ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865
|
|
{
|
|
// System.String Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData::Address
|
|
String_t* ___Address_0;
|
|
// System.UInt16 Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData::Port
|
|
uint16_t ___Port_1;
|
|
// System.String Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData::ServerListenAddress
|
|
String_t* ___ServerListenAddress_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData
|
|
struct ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865_marshaled_pinvoke
|
|
{
|
|
char* ___Address_0;
|
|
uint16_t ___Port_1;
|
|
char* ___ServerListenAddress_2;
|
|
};
|
|
// Native definition for COM marshalling of Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData
|
|
struct ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865_marshaled_com
|
|
{
|
|
Il2CppChar* ___Address_0;
|
|
uint16_t ___Port_1;
|
|
Il2CppChar* ___ServerListenAddress_2;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/PacketLossCache
|
|
struct PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7
|
|
{
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport/PacketLossCache::PacketsReceived
|
|
int32_t ___PacketsReceived_0;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport/PacketLossCache::PacketsDropped
|
|
int32_t ___PacketsDropped_1;
|
|
// System.Single Unity.Netcode.Transports.UTP.UnityTransport/PacketLossCache::PacketLoss
|
|
float ___PacketLoss_2;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/SimulatorParameters
|
|
struct SimulatorParameters_tC3C55F01C7027F7CBEA00FBD6828ACBBE16F3A67
|
|
{
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport/SimulatorParameters::PacketDelayMS
|
|
int32_t ___PacketDelayMS_0;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport/SimulatorParameters::PacketJitterMS
|
|
int32_t ___PacketJitterMS_1;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport/SimulatorParameters::PacketDropRate
|
|
int32_t ___PacketDropRate_2;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkEventQueue/Concurrent/ConcurrentConnectionQueue
|
|
struct ConcurrentConnectionQueue_tE38C2DE6E083563C24985FECE98CFCF061E80C78
|
|
{
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<System.Int32>* Unity.Networking.Transport.NetworkEventQueue/Concurrent/ConcurrentConnectionQueue::m_ConnectionEventHeadTail
|
|
UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* ___m_ConnectionEventHeadTail_0;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>
|
|
struct Enumerator_t0A16057CBD5D80336A2695C2B05F5E13A07F68A3
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
|
|
Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
|
|
int32_t ____version_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
|
|
int32_t ____index_2;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
|
|
KeyValuePair_2_t5EE249ADC2FC7C38972080E5425B78D0667C19AE ____current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
|
|
int32_t ____getEnumeratorRetType_4;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>
|
|
struct Enumerator_t7943EFBDB796C338CCE354E415E6CACE016F0504
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
|
|
Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
|
|
int32_t ____version_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
|
|
int32_t ____index_2;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
|
|
KeyValuePair_2_t744C02BB1B5C2F0E7A61D112775A6B73813EE9F0 ____current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
|
|
int32_t ____getEnumeratorRetType_4;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1;
|
|
|
|
// Unity.Burst.FunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ComputePacketOverheadDelegate>
|
|
struct FunctionPointer_1_tF29FF6D2564E315434ED47AB1554C8096BDB3B3A
|
|
{
|
|
// System.IntPtr Unity.Burst.FunctionPointer`1::_ptr
|
|
intptr_t ____ptr_0;
|
|
};
|
|
|
|
// Unity.Burst.FunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ConnectDelegate>
|
|
struct FunctionPointer_1_t8C37DE1737CA4B219489A8BE872435F8391F4F08
|
|
{
|
|
// System.IntPtr Unity.Burst.FunctionPointer`1::_ptr
|
|
intptr_t ____ptr_0;
|
|
};
|
|
|
|
// Unity.Burst.FunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/DisconnectDelegate>
|
|
struct FunctionPointer_1_t2B11019D68001BBA761F297DF394B647E9B2D0AF
|
|
{
|
|
// System.IntPtr Unity.Burst.FunctionPointer`1::_ptr
|
|
intptr_t ____ptr_0;
|
|
};
|
|
|
|
// Unity.Burst.FunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessReceiveDelegate>
|
|
struct FunctionPointer_1_tE199B9295009A8E22A29B6DDD22ED499A663A39B
|
|
{
|
|
// System.IntPtr Unity.Burst.FunctionPointer`1::_ptr
|
|
intptr_t ____ptr_0;
|
|
};
|
|
|
|
// Unity.Burst.FunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessSendConnectionAcceptDelegate>
|
|
struct FunctionPointer_1_t04915FE164A4EB6B97CE508C2D62CCB1830EDD86
|
|
{
|
|
// System.IntPtr Unity.Burst.FunctionPointer`1::_ptr
|
|
intptr_t ____ptr_0;
|
|
};
|
|
|
|
// Unity.Burst.FunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessSendDelegate>
|
|
struct FunctionPointer_1_t10B538976246CA89EE16B10A9A3F981194F98C59
|
|
{
|
|
// System.IntPtr Unity.Burst.FunctionPointer`1::_ptr
|
|
intptr_t ____ptr_0;
|
|
};
|
|
|
|
// Unity.Burst.FunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessSendPingDelegate>
|
|
struct FunctionPointer_1_t87DC6AA7478438FC2A893CEFC30932DB880EECFE
|
|
{
|
|
// System.IntPtr Unity.Burst.FunctionPointer`1::_ptr
|
|
intptr_t ____ptr_0;
|
|
};
|
|
|
|
// Unity.Burst.FunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessSendPongDelegate>
|
|
struct FunctionPointer_1_t92B1E9993FD30276E18F8D355C528D0024CE9CEF
|
|
{
|
|
// System.IntPtr Unity.Burst.FunctionPointer`1::_ptr
|
|
intptr_t ____ptr_0;
|
|
};
|
|
|
|
// Unity.Burst.FunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/UpdateDelegate>
|
|
struct FunctionPointer_1_t646F6606413775C943F0F4782FBB82DED8FB3123
|
|
{
|
|
// System.IntPtr Unity.Burst.FunctionPointer`1::_ptr
|
|
intptr_t ____ptr_0;
|
|
};
|
|
|
|
// Unity.Burst.FunctionPointer`1<Unity.Networking.Transport.NetworkSendInterface/AbortSendMessageDelegate>
|
|
struct FunctionPointer_1_t605FCD8E1E05F041A75BCDAE5CE44D9A201BFAA1
|
|
{
|
|
// System.IntPtr Unity.Burst.FunctionPointer`1::_ptr
|
|
intptr_t ____ptr_0;
|
|
};
|
|
|
|
// Unity.Burst.FunctionPointer`1<Unity.Networking.Transport.NetworkSendInterface/BeginSendMessageDelegate>
|
|
struct FunctionPointer_1_t5E2F5FC9CFE7FBBBECA6EB73BABFA0CD5F645155
|
|
{
|
|
// System.IntPtr Unity.Burst.FunctionPointer`1::_ptr
|
|
intptr_t ____ptr_0;
|
|
};
|
|
|
|
// Unity.Burst.FunctionPointer`1<Unity.Networking.Transport.NetworkSendInterface/EndSendMessageDelegate>
|
|
struct FunctionPointer_1_tD15B3870776AA5A42DBB36B9CCA6AA930B9628DE
|
|
{
|
|
// System.IntPtr Unity.Burst.FunctionPointer`1::_ptr
|
|
intptr_t ____ptr_0;
|
|
};
|
|
|
|
// Unity.Collections.NativeList`1<System.Byte>
|
|
struct NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94
|
|
{
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<T>* Unity.Collections.NativeList`1::m_ListData
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* ___m_ListData_0;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.NativeList`1::m_DeprecatedAllocator
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_DeprecatedAllocator_1;
|
|
};
|
|
|
|
// Unity.Collections.NativeList`1<System.Int32>
|
|
struct NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213
|
|
{
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<T>* Unity.Collections.NativeList`1::m_ListData
|
|
UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* ___m_ListData_0;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.NativeList`1::m_DeprecatedAllocator
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_DeprecatedAllocator_1;
|
|
};
|
|
|
|
// Unity.Collections.NativeList`1<Unity.Networking.Transport.NetworkEvent>
|
|
struct NativeList_1_t163E4B6B8B23750406A8688DA1D7FD433EF9EDC1
|
|
{
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<T>* Unity.Collections.NativeList`1::m_ListData
|
|
UnsafeList_1_tFD7DB6B00333C2C114D553F48DA91C512E033F99* ___m_ListData_0;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.NativeList`1::m_DeprecatedAllocator
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_DeprecatedAllocator_1;
|
|
};
|
|
|
|
// Unity.Collections.NativeList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
struct NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1
|
|
{
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<T>* Unity.Collections.NativeList`1::m_ListData
|
|
UnsafeList_1_t3A26A222433F7993EC942046A500D6EA3DCB97E6* ___m_ListData_0;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.NativeList`1::m_DeprecatedAllocator
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_DeprecatedAllocator_1;
|
|
};
|
|
|
|
// Unity.Collections.NativeList`1<Unity.Networking.Transport.NetworkDriver/Connection>
|
|
struct NativeList_1_tD3715B1226B4E157D6FC09924FDC7EDC5FC0E8C9
|
|
{
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<T>* Unity.Collections.NativeList`1::m_ListData
|
|
UnsafeList_1_tF90CD1BACB3990B533D04C98C2C90161BD7F9C20* ___m_ListData_0;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.NativeList`1::m_DeprecatedAllocator
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_DeprecatedAllocator_1;
|
|
};
|
|
|
|
// Unity.Collections.NativeList`1<Unity.Netcode.NetworkMessageManager/ReceiveQueueItem>
|
|
struct NativeList_1_t244AB70F86E3DE6A3C8F7DE0CE70E58B90A72AAB
|
|
{
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<T>* Unity.Collections.NativeList`1::m_ListData
|
|
UnsafeList_1_t3320408FA0A297D3C409FA7ADF6C1788C8AFBDA3* ___m_ListData_0;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.NativeList`1::m_DeprecatedAllocator
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_DeprecatedAllocator_1;
|
|
};
|
|
|
|
// Unity.Collections.NativeList`1<Unity.Networking.Transport.NetworkPipelineProcessor/PipelineImpl>
|
|
struct NativeList_1_t7D0C4FADF421E663CFE4731E9B320F919701A66C
|
|
{
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<T>* Unity.Collections.NativeList`1::m_ListData
|
|
UnsafeList_1_t557C9C31121D73D732851DA0465D2D22CFFBF099* ___m_ListData_0;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.NativeList`1::m_DeprecatedAllocator
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_DeprecatedAllocator_1;
|
|
};
|
|
|
|
// Unity.Collections.NativeList`1<Unity.Networking.Transport.NetworkPipelineProcessor/UpdatePipeline>
|
|
struct NativeList_1_t1869FE735F5176A07019C960A26F7477BA6142B3
|
|
{
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<T>* Unity.Collections.NativeList`1::m_ListData
|
|
UnsafeList_1_t5D77D9399869F973DD7861206FE7B0BB5254BEDA* ___m_ListData_0;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.NativeList`1::m_DeprecatedAllocator
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_DeprecatedAllocator_1;
|
|
};
|
|
|
|
// Unity.Collections.NativeList`1<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>
|
|
struct NativeList_1_t19C42565694B875C975B0E66AD45E82CDE2EE935
|
|
{
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeList`1<T>* Unity.Collections.NativeList`1::m_ListData
|
|
UnsafeList_1_t501C48EF6B212CE7B242B47AE1184A6DE456C629* ___m_ListData_0;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.NativeList`1::m_DeprecatedAllocator
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_DeprecatedAllocator_1;
|
|
};
|
|
|
|
// Unity.Collections.NativeQueue`1<System.Int32>
|
|
struct NativeQueue_1_tC1DEEC6300FED2BCDE96AFD346BEE6CF8E03412A
|
|
{
|
|
// Unity.Collections.NativeQueueData* Unity.Collections.NativeQueue`1::m_Buffer
|
|
NativeQueueData_t61B94D7FE48C5715DD5D0C8CB574F73BF15C6E52* ___m_Buffer_0;
|
|
// Unity.Collections.NativeQueueBlockPoolData* Unity.Collections.NativeQueue`1::m_QueuePool
|
|
NativeQueueBlockPoolData_t3A0B3E1B852D995248D51AB68660D1B367D28E87* ___m_QueuePool_1;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.NativeQueue`1::m_AllocatorLabel
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel_2;
|
|
};
|
|
|
|
// Unity.Collections.NativeQueue`1<Unity.Networking.Transport.QueuedSendMessage>
|
|
struct NativeQueue_1_t6F98B587B9BF83745B5D350CBDB27E86744FB2A1
|
|
{
|
|
// Unity.Collections.NativeQueueData* Unity.Collections.NativeQueue`1::m_Buffer
|
|
NativeQueueData_t61B94D7FE48C5715DD5D0C8CB574F73BF15C6E52* ___m_Buffer_0;
|
|
// Unity.Collections.NativeQueueBlockPoolData* Unity.Collections.NativeQueue`1::m_QueuePool
|
|
NativeQueueBlockPoolData_t3A0B3E1B852D995248D51AB68660D1B367D28E87* ___m_QueuePool_1;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.NativeQueue`1::m_AllocatorLabel
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel_2;
|
|
};
|
|
|
|
// Unity.Collections.NativeQueue`1<Unity.Networking.Transport.NetworkEventQueue/SubQueueItem>
|
|
struct NativeQueue_1_t1998FE7B3590BD3E5658462E15CDFDC7E946B3F8
|
|
{
|
|
// Unity.Collections.NativeQueueData* Unity.Collections.NativeQueue`1::m_Buffer
|
|
NativeQueueData_t61B94D7FE48C5715DD5D0C8CB574F73BF15C6E52* ___m_Buffer_0;
|
|
// Unity.Collections.NativeQueueBlockPoolData* Unity.Collections.NativeQueue`1::m_QueuePool
|
|
NativeQueueBlockPoolData_t3A0B3E1B852D995248D51AB68660D1B367D28E87* ___m_QueuePool_1;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.NativeQueue`1::m_AllocatorLabel
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel_2;
|
|
};
|
|
|
|
// Unity.Collections.NativeQueue`1<Unity.Networking.Transport.NetworkPipelineProcessor/UpdatePipeline>
|
|
struct NativeQueue_1_t3C5DFC28122633C8F672980038A79B3B7D26790A
|
|
{
|
|
// Unity.Collections.NativeQueueData* Unity.Collections.NativeQueue`1::m_Buffer
|
|
NativeQueueData_t61B94D7FE48C5715DD5D0C8CB574F73BF15C6E52* ___m_Buffer_0;
|
|
// Unity.Collections.NativeQueueBlockPoolData* Unity.Collections.NativeQueue`1::m_QueuePool
|
|
NativeQueueBlockPoolData_t3A0B3E1B852D995248D51AB68660D1B367D28E87* ___m_QueuePool_1;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.NativeQueue`1::m_AllocatorLabel
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel_2;
|
|
};
|
|
|
|
// Unity.Collections.NativeReference`1<System.Int32>
|
|
struct NativeReference_1_t142B519FC6820DE38579CF6960317C3BF6EA7EAE
|
|
{
|
|
// System.Void* Unity.Collections.NativeReference`1::m_Data
|
|
void* ___m_Data_0;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.NativeReference`1::m_AllocatorLabel
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel_1;
|
|
};
|
|
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeHashMap`2<System.Int64,Unity.Networking.Transport.NetworkSettings/ParameterSlice>
|
|
struct UnsafeHashMap_2_tF7A9469DA8C5BBA8B491A7436DE7FD6D75DE130B
|
|
{
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeHashMapData* Unity.Collections.LowLevel.Unsafe.UnsafeHashMap`2::m_Buffer
|
|
UnsafeHashMapData_t82AA009E447306C927002C4EED80392BD8D8E5B4* ___m_Buffer_0;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.LowLevel.Unsafe.UnsafeHashMap`2::m_AllocatorLabel
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel_1;
|
|
};
|
|
|
|
// Unity.Collections.Allocator
|
|
struct Allocator_t996642592271AAD9EE688F142741D512C07B5824
|
|
{
|
|
// System.Int32 Unity.Collections.Allocator::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Netcode.BitWriter
|
|
struct BitWriter_t1FE6FF6B97C2520AC2F146B050FCF8FA039936B8
|
|
{
|
|
// Unity.Netcode.FastBufferWriter Unity.Netcode.BitWriter::m_Writer
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC ___m_Writer_0;
|
|
// System.Byte* Unity.Netcode.BitWriter::m_BufferPointer
|
|
uint8_t* ___m_BufferPointer_1;
|
|
// System.Int32 Unity.Netcode.BitWriter::m_Position
|
|
int32_t ___m_Position_2;
|
|
// System.Int32 Unity.Netcode.BitWriter::m_BitPosition
|
|
int32_t ___m_BitPosition_3;
|
|
};
|
|
|
|
// UnityEngine.Networking.ConnectionAcksType
|
|
struct ConnectionAcksType_tAE9307E570195A508E438C70E787A46EA4C60275
|
|
{
|
|
// System.Int32 UnityEngine.Networking.ConnectionAcksType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Networking.Transport.DataStreamReader
|
|
struct DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3
|
|
{
|
|
// System.Byte* Unity.Networking.Transport.DataStreamReader::m_bufferPtr
|
|
uint8_t* ___m_bufferPtr_0;
|
|
// Unity.Networking.Transport.DataStreamReader/Context Unity.Networking.Transport.DataStreamReader::m_Context
|
|
Context_tD63E0B178C9748CD0DD094D0A85FEDD8096267C5 ___m_Context_1;
|
|
// System.Int32 Unity.Networking.Transport.DataStreamReader::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// Unity.Networking.Transport.DataStreamWriter
|
|
struct DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA
|
|
{
|
|
// Unity.Networking.Transport.DataStreamWriter/StreamData Unity.Networking.Transport.DataStreamWriter::m_Data
|
|
StreamData_tF9752A5347148C4C2FD2C07D204FABE9539D1E94 ___m_Data_0;
|
|
// System.IntPtr Unity.Networking.Transport.DataStreamWriter::m_SendHandleData
|
|
intptr_t ___m_SendHandleData_1;
|
|
};
|
|
|
|
// System.Delegate
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
// System.IntPtr System.Delegate::method_ptr
|
|
intptr_t ___method_ptr_0;
|
|
// System.IntPtr System.Delegate::invoke_impl
|
|
intptr_t ___invoke_impl_1;
|
|
// System.Object System.Delegate::m_target
|
|
RuntimeObject* ___m_target_2;
|
|
// System.IntPtr System.Delegate::method
|
|
intptr_t ___method_3;
|
|
// System.IntPtr System.Delegate::delegate_trampoline
|
|
intptr_t ___delegate_trampoline_4;
|
|
// System.IntPtr System.Delegate::extra_arg
|
|
intptr_t ___extra_arg_5;
|
|
// System.IntPtr System.Delegate::method_code
|
|
intptr_t ___method_code_6;
|
|
// System.IntPtr System.Delegate::interp_method
|
|
intptr_t ___interp_method_7;
|
|
// System.IntPtr System.Delegate::interp_invoke_impl
|
|
intptr_t ___interp_invoke_impl_8;
|
|
// System.Reflection.MethodInfo System.Delegate::method_info
|
|
MethodInfo_t* ___method_info_9;
|
|
// System.Reflection.MethodInfo System.Delegate::original_method_info
|
|
MethodInfo_t* ___original_method_info_10;
|
|
// System.DelegateData System.Delegate::data
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
// System.Boolean System.Delegate::method_is_virtual
|
|
bool ___method_is_virtual_12;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
intptr_t ___interp_method_7;
|
|
intptr_t ___interp_invoke_impl_8;
|
|
MethodInfo_t* ___method_info_9;
|
|
MethodInfo_t* ___original_method_info_10;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
int32_t ___method_is_virtual_12;
|
|
};
|
|
// Native definition for COM marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
intptr_t ___interp_method_7;
|
|
intptr_t ___interp_invoke_impl_8;
|
|
MethodInfo_t* ___method_info_9;
|
|
MethodInfo_t* ___original_method_info_10;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
int32_t ___method_is_virtual_12;
|
|
};
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
// System.String System.Exception::_className
|
|
String_t* ____className_1;
|
|
// System.String System.Exception::_message
|
|
String_t* ____message_2;
|
|
// System.Collections.IDictionary System.Exception::_data
|
|
RuntimeObject* ____data_3;
|
|
// System.Exception System.Exception::_innerException
|
|
Exception_t* ____innerException_4;
|
|
// System.String System.Exception::_helpURL
|
|
String_t* ____helpURL_5;
|
|
// System.Object System.Exception::_stackTrace
|
|
RuntimeObject* ____stackTrace_6;
|
|
// System.String System.Exception::_stackTraceString
|
|
String_t* ____stackTraceString_7;
|
|
// System.String System.Exception::_remoteStackTraceString
|
|
String_t* ____remoteStackTraceString_8;
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|
int32_t ____remoteStackIndex_9;
|
|
// System.Object System.Exception::_dynamicMethods
|
|
RuntimeObject* ____dynamicMethods_10;
|
|
// System.Int32 System.Exception::_HResult
|
|
int32_t ____HResult_11;
|
|
// System.String System.Exception::_source
|
|
String_t* ____source_12;
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
|
|
// System.Int32 System.Exception::caught_in_unmanaged
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// Native definition for COM marshalling of System.Exception
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className_1;
|
|
Il2CppChar* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|
Il2CppChar* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
Il2CppChar* ____stackTraceString_7;
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
Il2CppChar* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
|
|
// Unity.Collections.FixedBytes126
|
|
struct FixedBytes126_tC223222E11A3E93A15FE1C62C3429FC169DBC989
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// Unity.Collections.FixedBytes16 Unity.Collections.FixedBytes126::offset0000
|
|
FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0 ___offset0000_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0 ___offset0000_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___offset0016_1_OffsetPadding[16];
|
|
// Unity.Collections.FixedBytes16 Unity.Collections.FixedBytes126::offset0016
|
|
FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0 ___offset0016_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___offset0016_1_OffsetPadding_forAlignmentOnly[16];
|
|
FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0 ___offset0016_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___offset0032_2_OffsetPadding[32];
|
|
// Unity.Collections.FixedBytes16 Unity.Collections.FixedBytes126::offset0032
|
|
FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0 ___offset0032_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___offset0032_2_OffsetPadding_forAlignmentOnly[32];
|
|
FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0 ___offset0032_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___offset0048_3_OffsetPadding[48];
|
|
// Unity.Collections.FixedBytes16 Unity.Collections.FixedBytes126::offset0048
|
|
FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0 ___offset0048_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___offset0048_3_OffsetPadding_forAlignmentOnly[48];
|
|
FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0 ___offset0048_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___offset0064_4_OffsetPadding[64];
|
|
// Unity.Collections.FixedBytes16 Unity.Collections.FixedBytes126::offset0064
|
|
FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0 ___offset0064_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___offset0064_4_OffsetPadding_forAlignmentOnly[64];
|
|
FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0 ___offset0064_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___offset0080_5_OffsetPadding[80];
|
|
// Unity.Collections.FixedBytes16 Unity.Collections.FixedBytes126::offset0080
|
|
FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0 ___offset0080_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___offset0080_5_OffsetPadding_forAlignmentOnly[80];
|
|
FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0 ___offset0080_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___offset0096_6_OffsetPadding[96];
|
|
// Unity.Collections.FixedBytes16 Unity.Collections.FixedBytes126::offset0096
|
|
FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0 ___offset0096_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___offset0096_6_OffsetPadding_forAlignmentOnly[96];
|
|
FixedBytes16_tBBD888116CBD6329886E0FE97A82EEB4B7CB3FA0 ___offset0096_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0112_7_OffsetPadding[112];
|
|
// System.Byte Unity.Collections.FixedBytes126::byte0112
|
|
uint8_t ___byte0112_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0112_7_OffsetPadding_forAlignmentOnly[112];
|
|
uint8_t ___byte0112_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0113_8_OffsetPadding[113];
|
|
// System.Byte Unity.Collections.FixedBytes126::byte0113
|
|
uint8_t ___byte0113_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0113_8_OffsetPadding_forAlignmentOnly[113];
|
|
uint8_t ___byte0113_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0114_9_OffsetPadding[114];
|
|
// System.Byte Unity.Collections.FixedBytes126::byte0114
|
|
uint8_t ___byte0114_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0114_9_OffsetPadding_forAlignmentOnly[114];
|
|
uint8_t ___byte0114_9_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0115_10_OffsetPadding[115];
|
|
// System.Byte Unity.Collections.FixedBytes126::byte0115
|
|
uint8_t ___byte0115_10;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0115_10_OffsetPadding_forAlignmentOnly[115];
|
|
uint8_t ___byte0115_10_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0116_11_OffsetPadding[116];
|
|
// System.Byte Unity.Collections.FixedBytes126::byte0116
|
|
uint8_t ___byte0116_11;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0116_11_OffsetPadding_forAlignmentOnly[116];
|
|
uint8_t ___byte0116_11_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0117_12_OffsetPadding[117];
|
|
// System.Byte Unity.Collections.FixedBytes126::byte0117
|
|
uint8_t ___byte0117_12;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0117_12_OffsetPadding_forAlignmentOnly[117];
|
|
uint8_t ___byte0117_12_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0118_13_OffsetPadding[118];
|
|
// System.Byte Unity.Collections.FixedBytes126::byte0118
|
|
uint8_t ___byte0118_13;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0118_13_OffsetPadding_forAlignmentOnly[118];
|
|
uint8_t ___byte0118_13_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0119_14_OffsetPadding[119];
|
|
// System.Byte Unity.Collections.FixedBytes126::byte0119
|
|
uint8_t ___byte0119_14;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0119_14_OffsetPadding_forAlignmentOnly[119];
|
|
uint8_t ___byte0119_14_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0120_15_OffsetPadding[120];
|
|
// System.Byte Unity.Collections.FixedBytes126::byte0120
|
|
uint8_t ___byte0120_15;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0120_15_OffsetPadding_forAlignmentOnly[120];
|
|
uint8_t ___byte0120_15_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0121_16_OffsetPadding[121];
|
|
// System.Byte Unity.Collections.FixedBytes126::byte0121
|
|
uint8_t ___byte0121_16;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0121_16_OffsetPadding_forAlignmentOnly[121];
|
|
uint8_t ___byte0121_16_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0122_17_OffsetPadding[122];
|
|
// System.Byte Unity.Collections.FixedBytes126::byte0122
|
|
uint8_t ___byte0122_17;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0122_17_OffsetPadding_forAlignmentOnly[122];
|
|
uint8_t ___byte0122_17_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0123_18_OffsetPadding[123];
|
|
// System.Byte Unity.Collections.FixedBytes126::byte0123
|
|
uint8_t ___byte0123_18;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0123_18_OffsetPadding_forAlignmentOnly[123];
|
|
uint8_t ___byte0123_18_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0124_19_OffsetPadding[124];
|
|
// System.Byte Unity.Collections.FixedBytes126::byte0124
|
|
uint8_t ___byte0124_19;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0124_19_OffsetPadding_forAlignmentOnly[124];
|
|
uint8_t ___byte0124_19_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0125_20_OffsetPadding[125];
|
|
// System.Byte Unity.Collections.FixedBytes126::byte0125
|
|
uint8_t ___byte0125_20;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0125_20_OffsetPadding_forAlignmentOnly[125];
|
|
uint8_t ___byte0125_20_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
uint8_t FixedBytes126_tC223222E11A3E93A15FE1C62C3429FC169DBC989__padding[126];
|
|
};
|
|
};
|
|
|
|
// System.Runtime.InteropServices.GCHandle
|
|
struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC
|
|
{
|
|
// System.IntPtr System.Runtime.InteropServices.GCHandle::handle
|
|
intptr_t ___handle_0;
|
|
};
|
|
|
|
// Unity.Netcode.HashSize
|
|
struct HashSize_t9E73BD17480F4850EC07A5E2CB937C0B6D620516
|
|
{
|
|
// System.Byte Unity.Netcode.HashSize::value__
|
|
uint8_t ___value___2;
|
|
};
|
|
|
|
// Unity.Jobs.JobHandle
|
|
struct JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08
|
|
{
|
|
// System.IntPtr Unity.Jobs.JobHandle::jobGroup
|
|
intptr_t ___jobGroup_0;
|
|
// System.Int32 Unity.Jobs.JobHandle::version
|
|
int32_t ___version_1;
|
|
};
|
|
|
|
// UnityEngine.SceneManagement.LoadSceneMode
|
|
struct LoadSceneMode_t3E17ADA25A3C4F14ECF6026741219437DA054963
|
|
{
|
|
// System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Netcode.LogLevel
|
|
struct LogLevel_t013BB6EFADA5632CBEF01C893E572DBE8FC2985B
|
|
{
|
|
// System.Int32 Unity.Netcode.LogLevel::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Collections.NativeArrayOptions
|
|
struct NativeArrayOptions_t3E979EEF4B4840228A7692A97DA07553C6465F1D
|
|
{
|
|
// System.Int32 Unity.Collections.NativeArrayOptions::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkBehaviourReference
|
|
struct NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986
|
|
{
|
|
// Unity.Netcode.NetworkObjectReference Unity.Netcode.NetworkBehaviourReference::m_NetworkObjectReference
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD ___m_NetworkObjectReference_0;
|
|
// System.UInt16 Unity.Netcode.NetworkBehaviourReference::m_NetworkBehaviourId
|
|
uint16_t ___m_NetworkBehaviourId_1;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkContext
|
|
struct NetworkContext_t1978043F273D5D5DDF727F6CC654BB259C8A87A1
|
|
{
|
|
// System.Object Unity.Netcode.NetworkContext::SystemOwner
|
|
RuntimeObject* ___SystemOwner_0;
|
|
// System.UInt64 Unity.Netcode.NetworkContext::SenderId
|
|
uint64_t ___SenderId_1;
|
|
// System.Single Unity.Netcode.NetworkContext::Timestamp
|
|
float ___Timestamp_2;
|
|
// Unity.Netcode.NetworkMessageHeader Unity.Netcode.NetworkContext::Header
|
|
NetworkMessageHeader_tFFC66D680C8854B3110927656A5175C93575A673 ___Header_3;
|
|
// System.Int32 Unity.Netcode.NetworkContext::SerializedHeaderSize
|
|
int32_t ___SerializedHeaderSize_4;
|
|
// System.UInt32 Unity.Netcode.NetworkContext::MessageSize
|
|
uint32_t ___MessageSize_5;
|
|
};
|
|
// Native definition for P/Invoke marshalling of Unity.Netcode.NetworkContext
|
|
struct NetworkContext_t1978043F273D5D5DDF727F6CC654BB259C8A87A1_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___SystemOwner_0;
|
|
uint64_t ___SenderId_1;
|
|
float ___Timestamp_2;
|
|
NetworkMessageHeader_tFFC66D680C8854B3110927656A5175C93575A673 ___Header_3;
|
|
int32_t ___SerializedHeaderSize_4;
|
|
uint32_t ___MessageSize_5;
|
|
};
|
|
// Native definition for COM marshalling of Unity.Netcode.NetworkContext
|
|
struct NetworkContext_t1978043F273D5D5DDF727F6CC654BB259C8A87A1_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___SystemOwner_0;
|
|
uint64_t ___SenderId_1;
|
|
float ___Timestamp_2;
|
|
NetworkMessageHeader_tFFC66D680C8854B3110927656A5175C93575A673 ___Header_3;
|
|
int32_t ___SerializedHeaderSize_4;
|
|
uint32_t ___MessageSize_5;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkDelivery
|
|
struct NetworkDelivery_t8AEDF5FAB32A531130149F7D6D89023D3164D6AD
|
|
{
|
|
// System.Int32 Unity.Netcode.NetworkDelivery::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkEndPoint
|
|
struct NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63
|
|
{
|
|
// Unity.Baselib.LowLevel.Binding/Baselib_NetworkAddress Unity.Networking.Transport.NetworkEndPoint::rawNetworkAddress
|
|
Baselib_NetworkAddress_t2F4AF92B4EEFE31182BADF512CA004AFF48128E0 ___rawNetworkAddress_5;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkEvent
|
|
struct NetworkEvent_tFC4FE8610A831452CA942B169FB11657DA90B9EB
|
|
{
|
|
// System.Int32 Unity.Netcode.NetworkEvent::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.Networking.NetworkEventType
|
|
struct NetworkEventType_t9F8D1313339B219FB8648231E271596C8B1B37DA
|
|
{
|
|
// System.Int32 UnityEngine.Networking.NetworkEventType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkFamily
|
|
struct NetworkFamily_t76D1D6633F5436F7A1CF96E07D478822EBCD07D6
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.NetworkFamily::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkPrefabOverride
|
|
struct NetworkPrefabOverride_tB7AD75490B3E42DB463518431B50B7C1D9964B4F
|
|
{
|
|
// System.Int32 Unity.Netcode.NetworkPrefabOverride::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkTickSystem
|
|
struct NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A : public RuntimeObject
|
|
{
|
|
// System.UInt32 Unity.Netcode.NetworkTickSystem::<TickRate>k__BackingField
|
|
uint32_t ___U3CTickRateU3Ek__BackingField_1;
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTickSystem::<LocalTime>k__BackingField
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___U3CLocalTimeU3Ek__BackingField_2;
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTickSystem::<ServerTime>k__BackingField
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___U3CServerTimeU3Ek__BackingField_3;
|
|
// System.Action Unity.Netcode.NetworkTickSystem::Tick
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___Tick_4;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
|
|
{
|
|
// System.IntPtr UnityEngine.Object::m_CachedPtr
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
|
|
// UnityEngine.Networking.QosType
|
|
struct QosType_tCBCBB4E4465E250D1108F0F864F12E4E7F5D55CA
|
|
{
|
|
// System.Int32 UnityEngine.Networking.QosType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.Ray
|
|
struct Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.Ray::m_Origin
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Origin_0;
|
|
// UnityEngine.Vector3 UnityEngine.Ray::m_Direction
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Direction_1;
|
|
};
|
|
|
|
// UnityEngine.Ray2D
|
|
struct Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A
|
|
{
|
|
// UnityEngine.Vector2 UnityEngine.Ray2D::m_Origin
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Origin_0;
|
|
// UnityEngine.Vector2 UnityEngine.Ray2D::m_Direction
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Direction_1;
|
|
};
|
|
|
|
// Unity.Networking.Transport.Relay.RelayAllocationId
|
|
struct RelayAllocationId_tAD787B0E59C71831D70A45A63526CBC685AA2984
|
|
{
|
|
// Unity.Networking.Transport.Relay.RelayAllocationId/<Value>e__FixedBuffer Unity.Networking.Transport.Relay.RelayAllocationId::Value
|
|
U3CValueU3Ee__FixedBuffer_t0E279F5AD765D68C7D3ADB57B98FD471710955C8 ___Value_1;
|
|
};
|
|
|
|
// Unity.Networking.Transport.Relay.RelayConnectionData
|
|
struct RelayConnectionData_tA5306A14AEB9FA72A119334CBE01CE0B1F7AC18D
|
|
{
|
|
// Unity.Networking.Transport.Relay.RelayConnectionData/<Value>e__FixedBuffer Unity.Networking.Transport.Relay.RelayConnectionData::Value
|
|
U3CValueU3Ee__FixedBuffer_t2EBBD6566B9DD8EF0CBC9EF9A9340955B5792054 ___Value_1;
|
|
};
|
|
|
|
// Unity.Networking.Transport.Relay.RelayConnectionStatus
|
|
struct RelayConnectionStatus_t7D77CB19D1EA3EE96EFC01CA56B4B58A7244BB2A
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.Relay.RelayConnectionStatus::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Networking.Transport.Relay.RelayHMACKey
|
|
struct RelayHMACKey_t8A1480D4E69892635FBA3B1408C094733613B844
|
|
{
|
|
// Unity.Networking.Transport.Relay.RelayHMACKey/<Value>e__FixedBuffer Unity.Networking.Transport.Relay.RelayHMACKey::Value
|
|
U3CValueU3Ee__FixedBuffer_t3C8B36A587C8DE2573C0B7FD1CBD94E571B38A67 ___Value_1;
|
|
};
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
|
|
{
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.Error.StatusCode
|
|
struct StatusCode_tCFBABBFF302C8E7E77B398732A6D400AFFB4BF2A
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.Error.StatusCode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.IO.StreamReader
|
|
struct StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B : public TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7
|
|
{
|
|
// System.IO.Stream System.IO.StreamReader::_stream
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ____stream_3;
|
|
// System.Text.Encoding System.IO.StreamReader::_encoding
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ____encoding_4;
|
|
// System.Text.Decoder System.IO.StreamReader::_decoder
|
|
Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* ____decoder_5;
|
|
// System.Byte[] System.IO.StreamReader::_byteBuffer
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____byteBuffer_6;
|
|
// System.Char[] System.IO.StreamReader::_charBuffer
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____charBuffer_7;
|
|
// System.Int32 System.IO.StreamReader::_charPos
|
|
int32_t ____charPos_8;
|
|
// System.Int32 System.IO.StreamReader::_charLen
|
|
int32_t ____charLen_9;
|
|
// System.Int32 System.IO.StreamReader::_byteLen
|
|
int32_t ____byteLen_10;
|
|
// System.Int32 System.IO.StreamReader::_bytePos
|
|
int32_t ____bytePos_11;
|
|
// System.Int32 System.IO.StreamReader::_maxCharsPerBuffer
|
|
int32_t ____maxCharsPerBuffer_12;
|
|
// System.Boolean System.IO.StreamReader::_detectEncoding
|
|
bool ____detectEncoding_13;
|
|
// System.Boolean System.IO.StreamReader::_checkPreamble
|
|
bool ____checkPreamble_14;
|
|
// System.Boolean System.IO.StreamReader::_isBlocked
|
|
bool ____isBlocked_15;
|
|
// System.Boolean System.IO.StreamReader::_closable
|
|
bool ____closable_16;
|
|
// System.Threading.Tasks.Task System.IO.StreamReader::_asyncReadTask
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ____asyncReadTask_17;
|
|
};
|
|
|
|
// System.StringSplitOptions
|
|
struct StringSplitOptions_t4DD892C76C70DD4800FC1B76054D69826F770062
|
|
{
|
|
// System.Int32 System.StringSplitOptions::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Netcode.IDeferredNetworkMessageManager/TriggerType
|
|
struct TriggerType_tD170D11559D6B1EAAA1C93ADDA68AC615B72BEDC
|
|
{
|
|
// System.Int32 Unity.Netcode.IDeferredNetworkMessageManager/TriggerType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkBehaviour/__RpcExecStage
|
|
struct __RpcExecStage_t5742FF9F2E363A53ECA9C00231E9BE396A6A6F39
|
|
{
|
|
// System.Int32 Unity.Netcode.NetworkBehaviour/__RpcExecStage::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkConnection/State
|
|
struct State_t58277D770B48C86476C47DA7091149AE7927FAFE
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.NetworkConnection/State::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkDriver/Parameters
|
|
struct Parameters_t9967AF7588FE3273938F70B8335411748E0D2742
|
|
{
|
|
// Unity.Networking.Transport.NetworkDataStreamParameter Unity.Networking.Transport.NetworkDriver/Parameters::dataStream
|
|
NetworkDataStreamParameter_t0151BCC5F97AE52ECE6BAF1351C7E8FF6E070CFA ___dataStream_0;
|
|
// Unity.Networking.Transport.NetworkConfigParameter Unity.Networking.Transport.NetworkDriver/Parameters::config
|
|
NetworkConfigParameter_t2AA94683DFCAE075DB53029EE1C08A72B5E2C22D ___config_1;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkEvent/Type
|
|
struct Type_t9DFA975903989EC9CC592CB31AC06726AD2A3E1F
|
|
{
|
|
// System.Int16 Unity.Networking.Transport.NetworkEvent/Type::value__
|
|
int16_t ___value___2;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkManager/ServerShutdownStates
|
|
struct ServerShutdownStates_t86F3C90010A36FEC7E6FF8B9A8E93446D518056F
|
|
{
|
|
// System.Int32 Unity.Netcode.NetworkManager/ServerShutdownStates::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes
|
|
struct InstantiateAndSpawnErrorTypes_t5A0341D3A5D95AB24E1FC007D3D63A569D1CAC2C
|
|
{
|
|
// System.Int32 Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Networking.Transport.Utilities.ReliableUtility/ErrorCodes
|
|
struct ErrorCodes_t61EC5DB9BE3DBBA27FF9A22382E0B0AD3DCB6311
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/ErrorCodes::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UNET.UNetTransport/SendMode
|
|
struct SendMode_tC4991C5CBFD4231CFAD1D3D408645595A0FDEA33
|
|
{
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport/SendMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Networking.Transport.Protocols.UdpCHeader/HeaderFlags
|
|
struct HeaderFlags_t496E3E36816D7584540914D2080F3DBF08463863
|
|
{
|
|
// System.Byte Unity.Networking.Transport.Protocols.UdpCHeader/HeaderFlags::value__
|
|
uint8_t ___value___2;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/ProtocolType
|
|
struct ProtocolType_t05ECA5F83DFC30930520440759ECCE4C93FE12DB
|
|
{
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport/ProtocolType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/SendTarget
|
|
struct SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653
|
|
{
|
|
// System.UInt64 Unity.Netcode.Transports.UTP.UnityTransport/SendTarget::ClientId
|
|
uint64_t ___ClientId_0;
|
|
// Unity.Networking.Transport.NetworkPipeline Unity.Netcode.Transports.UTP.UnityTransport/SendTarget::NetworkPipeline
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___NetworkPipeline_1;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/State
|
|
struct State_t54482BAFC120E071C8D19EE2CDE1E2D0E0099A8C
|
|
{
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport/State::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkObject/SceneObject/TransformData
|
|
struct TransformData_t4062B6AC0185B2680A3F5904FF85BADD71D79B8C
|
|
{
|
|
// UnityEngine.Vector3 Unity.Netcode.NetworkObject/SceneObject/TransformData::Position
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___Position_0;
|
|
// UnityEngine.Quaternion Unity.Netcode.NetworkObject/SceneObject/TransformData::Rotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___Rotation_1;
|
|
// UnityEngine.Vector3 Unity.Netcode.NetworkObject/SceneObject/TransformData::Scale
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___Scale_2;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
struct Enumerator_t5792751BB1368B27B31A13289F8E53829A2E45F4
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_dictionary
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_currentKey
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ____currentKey_3;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>
|
|
struct KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
int32_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
String_t* ___value_1;
|
|
};
|
|
|
|
// Unity.Collections.NativeArray`1<System.Byte>
|
|
struct NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF
|
|
{
|
|
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
|
|
void* ___m_Buffer_0;
|
|
// System.Int32 Unity.Collections.NativeArray`1::m_Length
|
|
int32_t ___m_Length_1;
|
|
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
|
|
int32_t ___m_AllocatorLabel_2;
|
|
};
|
|
|
|
// Unity.Collections.NativeArray`1<System.Int32>
|
|
struct NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C
|
|
{
|
|
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
|
|
void* ___m_Buffer_0;
|
|
// System.Int32 Unity.Collections.NativeArray`1::m_Length
|
|
int32_t ___m_Length_1;
|
|
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
|
|
int32_t ___m_AllocatorLabel_2;
|
|
};
|
|
|
|
// Unity.Collections.NativeArray`1<System.Int64>
|
|
struct NativeArray_1_t25F6CEC65DB0532CB91E2B2890FF6C2D52A210A3
|
|
{
|
|
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
|
|
void* ___m_Buffer_0;
|
|
// System.Int32 Unity.Collections.NativeArray`1::m_Length
|
|
int32_t ___m_Length_1;
|
|
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
|
|
int32_t ___m_AllocatorLabel_2;
|
|
};
|
|
|
|
// Unity.Collections.NativeArray`1<Unity.Networking.Transport.NetworkPipelineStage>
|
|
struct NativeArray_1_t1D84CFD52CE97F84261C9C154534A72B0EA66A15
|
|
{
|
|
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
|
|
void* ___m_Buffer_0;
|
|
// System.Int32 Unity.Collections.NativeArray`1::m_Length
|
|
int32_t ___m_Length_1;
|
|
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
|
|
int32_t ___m_AllocatorLabel_2;
|
|
};
|
|
|
|
// Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
struct NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18
|
|
{
|
|
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
|
|
void* ___m_Buffer_0;
|
|
// System.Int32 Unity.Collections.NativeArray`1::m_Length
|
|
int32_t ___m_Length_1;
|
|
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
|
|
int32_t ___m_AllocatorLabel_2;
|
|
};
|
|
|
|
// Unity.Collections.NativeArray`1<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>
|
|
struct NativeArray_1_t85010600A230013CEAFF0C4764FC2A49F522CBE4
|
|
{
|
|
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
|
|
void* ___m_Buffer_0;
|
|
// System.Int32 Unity.Collections.NativeArray`1::m_Length
|
|
int32_t ___m_Length_1;
|
|
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
|
|
int32_t ___m_AllocatorLabel_2;
|
|
};
|
|
|
|
// Unity.Collections.NativeHashMap`2<System.Int64,Unity.Networking.Transport.NetworkSettings/ParameterSlice>
|
|
struct NativeHashMap_2_tCD58FF7DD75EEFB0E828AE808528187662F809FC
|
|
{
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeHashMap`2<TKey,TValue> Unity.Collections.NativeHashMap`2::m_HashMapData
|
|
UnsafeHashMap_2_tF7A9469DA8C5BBA8B491A7436DE7FD6D75DE130B ___m_HashMapData_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ComputePacketOverheadDelegate>
|
|
struct TransportFunctionPointer_1_t403A4BA6983AC49EB5EDF3EB14F092C746490EFF
|
|
{
|
|
// Unity.Burst.FunctionPointer`1<T> Unity.Networking.Transport.TransportFunctionPointer`1::Ptr
|
|
FunctionPointer_1_tF29FF6D2564E315434ED47AB1554C8096BDB3B3A ___Ptr_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ConnectDelegate>
|
|
struct TransportFunctionPointer_1_t71E737606530D4C87CDCF73063247BA844270CFF
|
|
{
|
|
// Unity.Burst.FunctionPointer`1<T> Unity.Networking.Transport.TransportFunctionPointer`1::Ptr
|
|
FunctionPointer_1_t8C37DE1737CA4B219489A8BE872435F8391F4F08 ___Ptr_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/DisconnectDelegate>
|
|
struct TransportFunctionPointer_1_t8CB155AD69427676535F5D25A3C9408D5012DDB0
|
|
{
|
|
// Unity.Burst.FunctionPointer`1<T> Unity.Networking.Transport.TransportFunctionPointer`1::Ptr
|
|
FunctionPointer_1_t2B11019D68001BBA761F297DF394B647E9B2D0AF ___Ptr_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessReceiveDelegate>
|
|
struct TransportFunctionPointer_1_tF0C75E421ACA913F2FA062ED002F9586FEA669FC
|
|
{
|
|
// Unity.Burst.FunctionPointer`1<T> Unity.Networking.Transport.TransportFunctionPointer`1::Ptr
|
|
FunctionPointer_1_tE199B9295009A8E22A29B6DDD22ED499A663A39B ___Ptr_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessSendConnectionAcceptDelegate>
|
|
struct TransportFunctionPointer_1_t8BEB3732EF9358D73F93626B99D9423182E4C47D
|
|
{
|
|
// Unity.Burst.FunctionPointer`1<T> Unity.Networking.Transport.TransportFunctionPointer`1::Ptr
|
|
FunctionPointer_1_t04915FE164A4EB6B97CE508C2D62CCB1830EDD86 ___Ptr_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessSendDelegate>
|
|
struct TransportFunctionPointer_1_t77C607A1DCF675C39F99E9EEE5AB36FB7CC494B1
|
|
{
|
|
// Unity.Burst.FunctionPointer`1<T> Unity.Networking.Transport.TransportFunctionPointer`1::Ptr
|
|
FunctionPointer_1_t10B538976246CA89EE16B10A9A3F981194F98C59 ___Ptr_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessSendPingDelegate>
|
|
struct TransportFunctionPointer_1_t97CB0A2F7C4082FD45ACA0AE4155845480AE8843
|
|
{
|
|
// Unity.Burst.FunctionPointer`1<T> Unity.Networking.Transport.TransportFunctionPointer`1::Ptr
|
|
FunctionPointer_1_t87DC6AA7478438FC2A893CEFC30932DB880EECFE ___Ptr_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessSendPongDelegate>
|
|
struct TransportFunctionPointer_1_t1974F1C28035CE103ECF0504CE8E87D6037E0398
|
|
{
|
|
// Unity.Burst.FunctionPointer`1<T> Unity.Networking.Transport.TransportFunctionPointer`1::Ptr
|
|
FunctionPointer_1_t92B1E9993FD30276E18F8D355C528D0024CE9CEF ___Ptr_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/UpdateDelegate>
|
|
struct TransportFunctionPointer_1_tBB4FC4ACEB955CF3ECDC5FB78DE9132C126522F2
|
|
{
|
|
// Unity.Burst.FunctionPointer`1<T> Unity.Networking.Transport.TransportFunctionPointer`1::Ptr
|
|
FunctionPointer_1_t646F6606413775C943F0F4782FBB82DED8FB3123 ___Ptr_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkSendInterface/AbortSendMessageDelegate>
|
|
struct TransportFunctionPointer_1_t6BF0E9809FEF820449ED4B566281FFDB8B1F6807
|
|
{
|
|
// Unity.Burst.FunctionPointer`1<T> Unity.Networking.Transport.TransportFunctionPointer`1::Ptr
|
|
FunctionPointer_1_t605FCD8E1E05F041A75BCDAE5CE44D9A201BFAA1 ___Ptr_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkSendInterface/BeginSendMessageDelegate>
|
|
struct TransportFunctionPointer_1_t9F2FD24758ADF9E597DCA02A01D7972B74AF6736
|
|
{
|
|
// Unity.Burst.FunctionPointer`1<T> Unity.Networking.Transport.TransportFunctionPointer`1::Ptr
|
|
FunctionPointer_1_t5E2F5FC9CFE7FBBBECA6EB73BABFA0CD5F645155 ___Ptr_0;
|
|
};
|
|
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkSendInterface/EndSendMessageDelegate>
|
|
struct TransportFunctionPointer_1_t1933A8E5B03799A74CE910DB0A4F8FF67DD0405D
|
|
{
|
|
// Unity.Burst.FunctionPointer`1<T> Unity.Networking.Transport.TransportFunctionPointer`1::Ptr
|
|
FunctionPointer_1_tD15B3870776AA5A42DBB36B9CCA6AA930B9628DE ___Ptr_0;
|
|
};
|
|
|
|
// UnityEngine.Component
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Networking.ConnectionConfig
|
|
struct ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60 : public RuntimeObject
|
|
{
|
|
// System.UInt16 UnityEngine.Networking.ConnectionConfig::m_PacketSize
|
|
uint16_t ___m_PacketSize_0;
|
|
// System.UInt16 UnityEngine.Networking.ConnectionConfig::m_FragmentSize
|
|
uint16_t ___m_FragmentSize_1;
|
|
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_ResendTimeout
|
|
uint32_t ___m_ResendTimeout_2;
|
|
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_DisconnectTimeout
|
|
uint32_t ___m_DisconnectTimeout_3;
|
|
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_ConnectTimeout
|
|
uint32_t ___m_ConnectTimeout_4;
|
|
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_MinUpdateTimeout
|
|
uint32_t ___m_MinUpdateTimeout_5;
|
|
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_PingTimeout
|
|
uint32_t ___m_PingTimeout_6;
|
|
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_ReducedPingTimeout
|
|
uint32_t ___m_ReducedPingTimeout_7;
|
|
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_AllCostTimeout
|
|
uint32_t ___m_AllCostTimeout_8;
|
|
// System.Byte UnityEngine.Networking.ConnectionConfig::m_NetworkDropThreshold
|
|
uint8_t ___m_NetworkDropThreshold_9;
|
|
// System.Byte UnityEngine.Networking.ConnectionConfig::m_OverflowDropThreshold
|
|
uint8_t ___m_OverflowDropThreshold_10;
|
|
// System.Byte UnityEngine.Networking.ConnectionConfig::m_MaxConnectionAttempt
|
|
uint8_t ___m_MaxConnectionAttempt_11;
|
|
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_AckDelay
|
|
uint32_t ___m_AckDelay_12;
|
|
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_SendDelay
|
|
uint32_t ___m_SendDelay_13;
|
|
// System.UInt16 UnityEngine.Networking.ConnectionConfig::m_MaxCombinedReliableMessageSize
|
|
uint16_t ___m_MaxCombinedReliableMessageSize_14;
|
|
// System.UInt16 UnityEngine.Networking.ConnectionConfig::m_MaxCombinedReliableMessageCount
|
|
uint16_t ___m_MaxCombinedReliableMessageCount_15;
|
|
// System.UInt16 UnityEngine.Networking.ConnectionConfig::m_MaxSentMessageQueueSize
|
|
uint16_t ___m_MaxSentMessageQueueSize_16;
|
|
// UnityEngine.Networking.ConnectionAcksType UnityEngine.Networking.ConnectionConfig::m_AcksType
|
|
int32_t ___m_AcksType_17;
|
|
// System.Boolean UnityEngine.Networking.ConnectionConfig::m_UsePlatformSpecificProtocols
|
|
bool ___m_UsePlatformSpecificProtocols_18;
|
|
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_InitialBandwidth
|
|
uint32_t ___m_InitialBandwidth_19;
|
|
// System.Single UnityEngine.Networking.ConnectionConfig::m_BandwidthPeakFactor
|
|
float ___m_BandwidthPeakFactor_20;
|
|
// System.UInt16 UnityEngine.Networking.ConnectionConfig::m_WebSocketReceiveBufferMaxSize
|
|
uint16_t ___m_WebSocketReceiveBufferMaxSize_21;
|
|
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_UdpSocketReceiveBufferMaxSize
|
|
uint32_t ___m_UdpSocketReceiveBufferMaxSize_22;
|
|
// System.String UnityEngine.Networking.ConnectionConfig::m_SSLCertFilePath
|
|
String_t* ___m_SSLCertFilePath_23;
|
|
// System.String UnityEngine.Networking.ConnectionConfig::m_SSLPrivateKeyFilePath
|
|
String_t* ___m_SSLPrivateKeyFilePath_24;
|
|
// System.String UnityEngine.Networking.ConnectionConfig::m_SSLCAFilePath
|
|
String_t* ___m_SSLCAFilePath_25;
|
|
// System.Collections.Generic.List`1<UnityEngine.Networking.ChannelQOS> UnityEngine.Networking.ConnectionConfig::m_Channels
|
|
List_1_t85222FA2E0F2DB3034B433C2580D1D54AF021C9A* ___m_Channels_26;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Byte>> UnityEngine.Networking.ConnectionConfig::m_SharedOrderChannels
|
|
List_1_t271481075A654FA9D7D7F2CBC8C8484249302E6A* ___m_SharedOrderChannels_27;
|
|
};
|
|
|
|
// Unity.Collections.FixedString128Bytes
|
|
struct FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.UInt16 Unity.Collections.FixedString128Bytes::utf8LengthInBytes
|
|
uint16_t ___utf8LengthInBytes_0;
|
|
// Unity.Collections.FixedBytes126 Unity.Collections.FixedString128Bytes::bytes
|
|
FixedBytes126_tC223222E11A3E93A15FE1C62C3429FC169DBC989 ___bytes_1;
|
|
};
|
|
uint8_t FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952__padding[128];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.GameObject
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_13;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_13;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkConfig
|
|
struct NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113 : public RuntimeObject
|
|
{
|
|
// System.UInt16 Unity.Netcode.NetworkConfig::ProtocolVersion
|
|
uint16_t ___ProtocolVersion_0;
|
|
// Unity.Netcode.NetworkTransport Unity.Netcode.NetworkConfig::NetworkTransport
|
|
NetworkTransport_t55E07951299283974C86476F46CC977780560B64* ___NetworkTransport_1;
|
|
// UnityEngine.GameObject Unity.Netcode.NetworkConfig::PlayerPrefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___PlayerPrefab_2;
|
|
// Unity.Netcode.NetworkPrefabs Unity.Netcode.NetworkConfig::Prefabs
|
|
NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* ___Prefabs_3;
|
|
// System.UInt32 Unity.Netcode.NetworkConfig::TickRate
|
|
uint32_t ___TickRate_4;
|
|
// System.Int32 Unity.Netcode.NetworkConfig::ClientConnectionBufferTimeout
|
|
int32_t ___ClientConnectionBufferTimeout_5;
|
|
// System.Boolean Unity.Netcode.NetworkConfig::ConnectionApproval
|
|
bool ___ConnectionApproval_6;
|
|
// System.Byte[] Unity.Netcode.NetworkConfig::ConnectionData
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___ConnectionData_7;
|
|
// System.Boolean Unity.Netcode.NetworkConfig::EnableTimeResync
|
|
bool ___EnableTimeResync_8;
|
|
// System.Int32 Unity.Netcode.NetworkConfig::TimeResyncInterval
|
|
int32_t ___TimeResyncInterval_9;
|
|
// System.Boolean Unity.Netcode.NetworkConfig::EnsureNetworkVariableLengthSafety
|
|
bool ___EnsureNetworkVariableLengthSafety_10;
|
|
// System.Boolean Unity.Netcode.NetworkConfig::EnableSceneManagement
|
|
bool ___EnableSceneManagement_11;
|
|
// System.Boolean Unity.Netcode.NetworkConfig::ForceSamePrefabs
|
|
bool ___ForceSamePrefabs_12;
|
|
// System.Boolean Unity.Netcode.NetworkConfig::RecycleNetworkIds
|
|
bool ___RecycleNetworkIds_13;
|
|
// System.Single Unity.Netcode.NetworkConfig::NetworkIdRecycleDelay
|
|
float ___NetworkIdRecycleDelay_14;
|
|
// Unity.Netcode.HashSize Unity.Netcode.NetworkConfig::RpcHashSize
|
|
uint8_t ___RpcHashSize_15;
|
|
// System.Int32 Unity.Netcode.NetworkConfig::LoadSceneTimeOut
|
|
int32_t ___LoadSceneTimeOut_16;
|
|
// System.Single Unity.Netcode.NetworkConfig::SpawnTimeout
|
|
float ___SpawnTimeout_17;
|
|
// System.Boolean Unity.Netcode.NetworkConfig::EnableNetworkLogs
|
|
bool ___EnableNetworkLogs_18;
|
|
// System.Nullable`1<System.UInt64> Unity.Netcode.NetworkConfig::m_ConfigHash
|
|
Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 ___m_ConfigHash_21;
|
|
// System.Boolean Unity.Netcode.NetworkConfig::m_DidWarnOldPrefabList
|
|
bool ___m_DidWarnOldPrefabList_22;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkPrefab> Unity.Netcode.NetworkConfig::OldPrefabList
|
|
List_1_tE788305FC69BA0DB2AEFE4DE86FACD7D09507CB6* ___OldPrefabList_23;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkEventQueue
|
|
struct NetworkEventQueue_tDE8EC1A139521E69F9BBEC2D54C58B58E44CA723
|
|
{
|
|
// Unity.Collections.NativeQueue`1<Unity.Networking.Transport.NetworkEventQueue/SubQueueItem> Unity.Networking.Transport.NetworkEventQueue::m_MasterEventQ
|
|
NativeQueue_1_t1998FE7B3590BD3E5658462E15CDFDC7E946B3F8 ___m_MasterEventQ_0;
|
|
// Unity.Collections.NativeList`1<Unity.Networking.Transport.NetworkEvent> Unity.Networking.Transport.NetworkEventQueue::m_ConnectionEventQ
|
|
NativeList_1_t163E4B6B8B23750406A8688DA1D7FD433EF9EDC1 ___m_ConnectionEventQ_1;
|
|
// Unity.Collections.NativeList`1<System.Int32> Unity.Networking.Transport.NetworkEventQueue::m_ConnectionEventHeadTail
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___m_ConnectionEventHeadTail_2;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkMessageManager
|
|
struct NetworkMessageManager_t3AC5DCD467E3287780F83E2B4A37CC5DCB40C468 : public RuntimeObject
|
|
{
|
|
// System.Boolean Unity.Netcode.NetworkMessageManager::StopProcessing
|
|
bool ___StopProcessing_0;
|
|
// Unity.Collections.NativeList`1<Unity.Netcode.NetworkMessageManager/ReceiveQueueItem> Unity.Netcode.NetworkMessageManager::m_IncomingMessageQueue
|
|
NativeList_1_t244AB70F86E3DE6A3C8F7DE0CE70E58B90A72AAB ___m_IncomingMessageQueue_1;
|
|
// Unity.Netcode.NetworkMessageManager/MessageHandler[] Unity.Netcode.NetworkMessageManager::m_MessageHandlers
|
|
MessageHandlerU5BU5D_t37F554C81ABFEC39C9C736771CA2A327BA2A6330* ___m_MessageHandlers_2;
|
|
// System.Type[] Unity.Netcode.NetworkMessageManager::m_ReverseTypeMap
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_ReverseTypeMap_3;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,System.UInt32> Unity.Netcode.NetworkMessageManager::m_MessageTypes
|
|
Dictionary_2_t4E1AC3103633DA3C82B1A7A6930ED5ECA825CC05* ___m_MessageTypes_4;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Collections.NativeList`1<Unity.Netcode.NetworkMessageManager/SendQueueItem>> Unity.Netcode.NetworkMessageManager::m_SendQueues
|
|
Dictionary_2_tF94A082BC0A1596467346D509355D345EFF5FA68* ___m_SendQueues_5;
|
|
// System.Collections.Generic.HashSet`1<System.UInt64> Unity.Netcode.NetworkMessageManager::m_DisconnectedClients
|
|
HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C* ___m_DisconnectedClients_6;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.Dictionary`2<System.Type,System.Int32>> Unity.Netcode.NetworkMessageManager::m_PerClientMessageVersions
|
|
Dictionary_2_tF27160F3F05A0ECC97850502DD8A2BC6E3FB9041* ___m_PerClientMessageVersions_7;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,System.Type> Unity.Netcode.NetworkMessageManager::m_MessagesByHash
|
|
Dictionary_2_t36FA7EC1E5B0BD4419B32EB5EBD5DFA984D70CEA* ___m_MessagesByHash_8;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,System.Int32> Unity.Netcode.NetworkMessageManager::m_LocalVersions
|
|
Dictionary_2_t384D2A0FF42BF1302A3F513FC32DB105F1CD5455* ___m_LocalVersions_9;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.INetworkHooks> Unity.Netcode.NetworkMessageManager::m_Hooks
|
|
List_1_tC1AC8A4D1ABE47FA75A90A3AB06B2FC6FACB9810* ___m_Hooks_10;
|
|
// System.UInt32 Unity.Netcode.NetworkMessageManager::m_HighMessageType
|
|
uint32_t ___m_HighMessageType_11;
|
|
// System.Object Unity.Netcode.NetworkMessageManager::m_Owner
|
|
RuntimeObject* ___m_Owner_12;
|
|
// Unity.Netcode.INetworkMessageSender Unity.Netcode.NetworkMessageManager::m_Sender
|
|
RuntimeObject* ___m_Sender_13;
|
|
// System.Boolean Unity.Netcode.NetworkMessageManager::m_Disposed
|
|
bool ___m_Disposed_14;
|
|
// System.UInt64 Unity.Netcode.NetworkMessageManager::m_LocalClientId
|
|
uint64_t ___m_LocalClientId_15;
|
|
// System.Int32 Unity.Netcode.NetworkMessageManager::NonFragmentedMessageMaxSize
|
|
int32_t ___NonFragmentedMessageMaxSize_17;
|
|
// System.Int32 Unity.Netcode.NetworkMessageManager::FragmentedMessageMaxSize
|
|
int32_t ___FragmentedMessageMaxSize_18;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.Int32> Unity.Netcode.NetworkMessageManager::PeerMTUSizes
|
|
Dictionary_2_tAC84F565B305F33E7066B98F6CD6CC5A96A1416A* ___PeerMTUSizes_19;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkPrefab
|
|
struct NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945 : public RuntimeObject
|
|
{
|
|
// Unity.Netcode.NetworkPrefabOverride Unity.Netcode.NetworkPrefab::Override
|
|
int32_t ___Override_0;
|
|
// UnityEngine.GameObject Unity.Netcode.NetworkPrefab::Prefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___Prefab_1;
|
|
// UnityEngine.GameObject Unity.Netcode.NetworkPrefab::SourcePrefabToOverride
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___SourcePrefabToOverride_2;
|
|
// System.UInt32 Unity.Netcode.NetworkPrefab::SourceHashToOverride
|
|
uint32_t ___SourceHashToOverride_3;
|
|
// UnityEngine.GameObject Unity.Netcode.NetworkPrefab::OverridingTargetPrefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___OverridingTargetPrefab_4;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkSceneManager
|
|
struct NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC : public RuntimeObject
|
|
{
|
|
// System.Boolean Unity.Netcode.NetworkSceneManager::m_IsSceneEventActive
|
|
bool ___m_IsSceneEventActive_3;
|
|
// Unity.Netcode.NetworkSceneManager/SceneEventDelegate Unity.Netcode.NetworkSceneManager::OnSceneEvent
|
|
SceneEventDelegate_t82B37D5917AD9AA99F3226EE945D2EB2C0CD8DD1* ___OnSceneEvent_4;
|
|
// Unity.Netcode.NetworkSceneManager/OnLoadDelegateHandler Unity.Netcode.NetworkSceneManager::OnLoad
|
|
OnLoadDelegateHandler_tA25126944392E242417AFECEB80F5E9C6A263202* ___OnLoad_5;
|
|
// Unity.Netcode.NetworkSceneManager/OnUnloadDelegateHandler Unity.Netcode.NetworkSceneManager::OnUnload
|
|
OnUnloadDelegateHandler_tEC6E7C1D4559115F6519A7DF6CA2E7816A8C0AE5* ___OnUnload_6;
|
|
// Unity.Netcode.NetworkSceneManager/OnSynchronizeDelegateHandler Unity.Netcode.NetworkSceneManager::OnSynchronize
|
|
OnSynchronizeDelegateHandler_tDEACDFF8D665DB5C950FBF6B8585C8823D572059* ___OnSynchronize_7;
|
|
// Unity.Netcode.NetworkSceneManager/OnEventCompletedDelegateHandler Unity.Netcode.NetworkSceneManager::OnLoadEventCompleted
|
|
OnEventCompletedDelegateHandler_t95567703998423114BF49A290F181D1B8E6A2788* ___OnLoadEventCompleted_8;
|
|
// Unity.Netcode.NetworkSceneManager/OnEventCompletedDelegateHandler Unity.Netcode.NetworkSceneManager::OnUnloadEventCompleted
|
|
OnEventCompletedDelegateHandler_t95567703998423114BF49A290F181D1B8E6A2788* ___OnUnloadEventCompleted_9;
|
|
// Unity.Netcode.NetworkSceneManager/OnLoadCompleteDelegateHandler Unity.Netcode.NetworkSceneManager::OnLoadComplete
|
|
OnLoadCompleteDelegateHandler_tC045B41AD80060C4AE4527C98594D182D3ED42AA* ___OnLoadComplete_10;
|
|
// Unity.Netcode.NetworkSceneManager/OnUnloadCompleteDelegateHandler Unity.Netcode.NetworkSceneManager::OnUnloadComplete
|
|
OnUnloadCompleteDelegateHandler_t1C2E9C9FDF4C111C76B308F23430139392F8FFB0* ___OnUnloadComplete_11;
|
|
// Unity.Netcode.NetworkSceneManager/OnSynchronizeCompleteDelegateHandler Unity.Netcode.NetworkSceneManager::OnSynchronizeComplete
|
|
OnSynchronizeCompleteDelegateHandler_t17480B12CFFDA7CE8C4F94D1B146B665BB5B9DCF* ___OnSynchronizeComplete_12;
|
|
// Unity.Netcode.NetworkSceneManager/VerifySceneBeforeLoadingDelegateHandler Unity.Netcode.NetworkSceneManager::VerifySceneBeforeLoading
|
|
VerifySceneBeforeLoadingDelegateHandler_tEE61624D507F0E432B6F4EDD56EC0D213BFE2A4E* ___VerifySceneBeforeLoading_13;
|
|
// Unity.Netcode.NetworkSceneManager/VerifySceneBeforeUnloadingDelegateHandler Unity.Netcode.NetworkSceneManager::VerifySceneBeforeUnloading
|
|
VerifySceneBeforeUnloadingDelegateHandler_t03E054BD51737F01541AB2368461EE061D68E4EC* ___VerifySceneBeforeUnloading_14;
|
|
// System.Boolean Unity.Netcode.NetworkSceneManager::PostSynchronizationSceneUnloading
|
|
bool ___PostSynchronizationSceneUnloading_15;
|
|
// System.Boolean Unity.Netcode.NetworkSceneManager::m_ActiveSceneSynchronizationEnabled
|
|
bool ___m_ActiveSceneSynchronizationEnabled_16;
|
|
// Unity.Netcode.ISceneManagerHandler Unity.Netcode.NetworkSceneManager::SceneManagerHandler
|
|
RuntimeObject* ___SceneManagerHandler_17;
|
|
// System.Collections.Generic.Dictionary`2<System.Guid,Unity.Netcode.SceneEventProgress> Unity.Netcode.NetworkSceneManager::SceneEventProgressTracking
|
|
Dictionary_2_t0270812B055A7D1C86659691D8A5E1AE5B65B721* ___SceneEventProgressTracking_18;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,System.Collections.Generic.Dictionary`2<System.Int32,Unity.Netcode.NetworkObject>> Unity.Netcode.NetworkSceneManager::ScenePlacedObjects
|
|
Dictionary_2_t1674990A173871C1D9FAEE8AB011002392DA1E5D* ___ScenePlacedObjects_19;
|
|
// UnityEngine.SceneManagement.Scene Unity.Netcode.NetworkSceneManager::SceneBeingSynchronized
|
|
Scene_tA1DC762B79745EB5140F054C884855B922318356 ___SceneBeingSynchronized_20;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.SceneManagement.Scene> Unity.Netcode.NetworkSceneManager::ScenesLoaded
|
|
Dictionary_2_tCC2015396C24B57BF74F74538DB3DE9AD918F8D6* ___ScenesLoaded_21;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> Unity.Netcode.NetworkSceneManager::ServerSceneHandleToClientSceneHandle
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___ServerSceneHandleToClientSceneHandle_22;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> Unity.Netcode.NetworkSceneManager::ClientSceneHandleToServerSceneHandle
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___ClientSceneHandleToServerSceneHandle_23;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,System.Int32> Unity.Netcode.NetworkSceneManager::HashToBuildIndex
|
|
Dictionary_2_t1A4804CA9724B6CE01D6ECABE81CE0848CBA80B4* ___HashToBuildIndex_24;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.UInt32> Unity.Netcode.NetworkSceneManager::BuildIndexToHash
|
|
Dictionary_2_t6A075724755C7A5DCAD6974ABDEC33484D2EA941* ___BuildIndexToHash_25;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.SceneEventData> Unity.Netcode.NetworkSceneManager::SceneEventDataStore
|
|
Dictionary_2_tCA8950DBD026CD4264E7CE9E57FB298AECECB699* ___SceneEventDataStore_27;
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.NetworkSceneManager::NetworkManager
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___NetworkManager_28;
|
|
// UnityEngine.SceneManagement.Scene Unity.Netcode.NetworkSceneManager::DontDestroyOnLoadScene
|
|
Scene_tA1DC762B79745EB5140F054C884855B922318356 ___DontDestroyOnLoadScene_29;
|
|
// UnityEngine.SceneManagement.LoadSceneMode Unity.Netcode.NetworkSceneManager::<ClientSynchronizationMode>k__BackingField
|
|
int32_t ___U3CClientSynchronizationModeU3Ek__BackingField_30;
|
|
// System.Boolean Unity.Netcode.NetworkSceneManager::m_DisableValidationWarningMessages
|
|
bool ___m_DisableValidationWarningMessages_31;
|
|
// UnityEngine.SceneManagement.LoadSceneMode Unity.Netcode.NetworkSceneManager::DeferLoadingFilter
|
|
int32_t ___DeferLoadingFilter_32;
|
|
// System.Func`2<System.String,UnityEngine.SceneManagement.Scene> Unity.Netcode.NetworkSceneManager::OverrideGetAndAddNewlyLoadedSceneByName
|
|
Func_2_t2CEDF1D050AAC5620D1B957995312D5E2E5F5570* ___OverrideGetAndAddNewlyLoadedSceneByName_33;
|
|
// System.Func`2<UnityEngine.SceneManagement.Scene,System.Boolean> Unity.Netcode.NetworkSceneManager::ExcludeSceneFromSychronization
|
|
Func_2_t4F73610D0CA47FF1BD0C63B7FB85AC3BD87DC7B1* ___ExcludeSceneFromSychronization_34;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>> Unity.Netcode.NetworkSceneManager::ObjectsMigratedIntoNewScene
|
|
Dictionary_2_tE0CCE43CB23321225C159A6FBF31D85E8F1A5E9B* ___ObjectsMigratedIntoNewScene_35;
|
|
// System.Collections.Generic.List`1<System.Int32> Unity.Netcode.NetworkSceneManager::m_ScenesToRemoveFromObjectMigration
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_ScenesToRemoveFromObjectMigration_36;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkSceneManager/DeferredObjectsMovedEvent> Unity.Netcode.NetworkSceneManager::DeferredObjectsMovedEvents
|
|
List_1_t0119CA48E653D4C86AB7AC383F40A66452435828* ___DeferredObjectsMovedEvents_37;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkSceneManager/DeferredObjectCreation> Unity.Netcode.NetworkSceneManager::DeferredObjectCreationList
|
|
List_1_t047AEB943B1520DC65A508D79883320E7A45331B* ___DeferredObjectCreationList_38;
|
|
// System.Int32 Unity.Netcode.NetworkSceneManager::DeferredObjectCreationCount
|
|
int32_t ___DeferredObjectCreationCount_39;
|
|
};
|
|
|
|
// Unity.Netcode.NotServerException
|
|
struct NotServerException_tF91A11C8CBAEE7830CD1AA4FFDD4F74DC22D705C : public Exception_t
|
|
{
|
|
};
|
|
|
|
// Unity.Networking.Transport.Relay.RelayServerData
|
|
struct RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09
|
|
{
|
|
// Unity.Networking.Transport.NetworkEndPoint Unity.Networking.Transport.Relay.RelayServerData::Endpoint
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ___Endpoint_0;
|
|
// System.UInt16 Unity.Networking.Transport.Relay.RelayServerData::Nonce
|
|
uint16_t ___Nonce_1;
|
|
// Unity.Networking.Transport.Relay.RelayConnectionData Unity.Networking.Transport.Relay.RelayServerData::ConnectionData
|
|
RelayConnectionData_tA5306A14AEB9FA72A119334CBE01CE0B1F7AC18D ___ConnectionData_2;
|
|
// Unity.Networking.Transport.Relay.RelayConnectionData Unity.Networking.Transport.Relay.RelayServerData::HostConnectionData
|
|
RelayConnectionData_tA5306A14AEB9FA72A119334CBE01CE0B1F7AC18D ___HostConnectionData_3;
|
|
// Unity.Networking.Transport.Relay.RelayAllocationId Unity.Networking.Transport.Relay.RelayServerData::AllocationId
|
|
RelayAllocationId_tAD787B0E59C71831D70A45A63526CBC685AA2984 ___AllocationId_4;
|
|
// Unity.Networking.Transport.Relay.RelayHMACKey Unity.Networking.Transport.Relay.RelayServerData::HMACKey
|
|
RelayHMACKey_t8A1480D4E69892635FBA3B1408C094733613B844 ___HMACKey_5;
|
|
// Unity.Networking.Transport.Relay.RelayServerData/<HMAC>e__FixedBuffer Unity.Networking.Transport.Relay.RelayServerData::HMAC
|
|
U3CHMACU3Ee__FixedBuffer_tEBE6EB5356C21D7CDAA77E2AB69381855EAD9816 ___HMAC_6;
|
|
// System.Byte Unity.Networking.Transport.Relay.RelayServerData::IsSecure
|
|
uint8_t ___IsSecure_7;
|
|
};
|
|
|
|
// Unity.Netcode.SpawnStateException
|
|
struct SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E : public Exception_t
|
|
{
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
|
|
};
|
|
|
|
// System.WeakReference
|
|
struct WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E : public RuntimeObject
|
|
{
|
|
// System.Boolean System.WeakReference::isLongReference
|
|
bool ___isLongReference_0;
|
|
// System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___gcHandle_1;
|
|
};
|
|
|
|
// Unity.Netcode.FastBufferReader/ReaderHandle
|
|
struct ReaderHandle_t7A818FF1A9ACF79E6D6322AFF494B9FB12C48CC8
|
|
{
|
|
// System.Byte* Unity.Netcode.FastBufferReader/ReaderHandle::BufferPointer
|
|
uint8_t* ___BufferPointer_0;
|
|
// System.Int32 Unity.Netcode.FastBufferReader/ReaderHandle::Position
|
|
int32_t ___Position_1;
|
|
// System.Int32 Unity.Netcode.FastBufferReader/ReaderHandle::Length
|
|
int32_t ___Length_2;
|
|
// Unity.Collections.Allocator Unity.Netcode.FastBufferReader/ReaderHandle::Allocator
|
|
int32_t ___Allocator_3;
|
|
};
|
|
|
|
// Unity.Netcode.FastBufferWriter/WriterHandle
|
|
struct WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6
|
|
{
|
|
// System.Byte* Unity.Netcode.FastBufferWriter/WriterHandle::BufferPointer
|
|
uint8_t* ___BufferPointer_0;
|
|
// System.Int32 Unity.Netcode.FastBufferWriter/WriterHandle::Position
|
|
int32_t ___Position_1;
|
|
// System.Int32 Unity.Netcode.FastBufferWriter/WriterHandle::Length
|
|
int32_t ___Length_2;
|
|
// System.Int32 Unity.Netcode.FastBufferWriter/WriterHandle::Capacity
|
|
int32_t ___Capacity_3;
|
|
// System.Int32 Unity.Netcode.FastBufferWriter/WriterHandle::MaxCapacity
|
|
int32_t ___MaxCapacity_4;
|
|
// Unity.Collections.Allocator Unity.Netcode.FastBufferWriter/WriterHandle::Allocator
|
|
int32_t ___Allocator_5;
|
|
// System.Boolean Unity.Netcode.FastBufferWriter/WriterHandle::BufferGrew
|
|
bool ___BufferGrew_6;
|
|
};
|
|
// Native definition for P/Invoke marshalling of Unity.Netcode.FastBufferWriter/WriterHandle
|
|
struct WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_marshaled_pinvoke
|
|
{
|
|
uint8_t* ___BufferPointer_0;
|
|
int32_t ___Position_1;
|
|
int32_t ___Length_2;
|
|
int32_t ___Capacity_3;
|
|
int32_t ___MaxCapacity_4;
|
|
int32_t ___Allocator_5;
|
|
int32_t ___BufferGrew_6;
|
|
};
|
|
// Native definition for COM marshalling of Unity.Netcode.FastBufferWriter/WriterHandle
|
|
struct WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_marshaled_com
|
|
{
|
|
uint8_t* ___BufferPointer_0;
|
|
int32_t ___Position_1;
|
|
int32_t ___Length_2;
|
|
int32_t ___Capacity_3;
|
|
int32_t ___MaxCapacity_4;
|
|
int32_t ___Allocator_5;
|
|
int32_t ___BufferGrew_6;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkEventQueue/Concurrent
|
|
struct Concurrent_t92C384E6E68FB84D47BABBD1610E5FF8CFE3F2B3
|
|
{
|
|
// Unity.Collections.NativeList`1<Unity.Networking.Transport.NetworkEvent> Unity.Networking.Transport.NetworkEventQueue/Concurrent::m_ConnectionEventQ
|
|
NativeList_1_t163E4B6B8B23750406A8688DA1D7FD433EF9EDC1 ___m_ConnectionEventQ_0;
|
|
// Unity.Networking.Transport.NetworkEventQueue/Concurrent/ConcurrentConnectionQueue Unity.Networking.Transport.NetworkEventQueue/Concurrent::m_ConnectionEventHeadTail
|
|
ConcurrentConnectionQueue_tE38C2DE6E083563C24985FECE98CFCF061E80C78 ___m_ConnectionEventHeadTail_1;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkObject/SceneObject
|
|
struct SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5
|
|
{
|
|
// System.Byte Unity.Netcode.NetworkObject/SceneObject::m_BitField
|
|
uint8_t ___m_BitField_0;
|
|
// System.UInt32 Unity.Netcode.NetworkObject/SceneObject::Hash
|
|
uint32_t ___Hash_1;
|
|
// System.UInt64 Unity.Netcode.NetworkObject/SceneObject::NetworkObjectId
|
|
uint64_t ___NetworkObjectId_2;
|
|
// System.UInt64 Unity.Netcode.NetworkObject/SceneObject::OwnerClientId
|
|
uint64_t ___OwnerClientId_3;
|
|
// System.UInt64 Unity.Netcode.NetworkObject/SceneObject::ParentObjectId
|
|
uint64_t ___ParentObjectId_4;
|
|
// Unity.Netcode.NetworkObject/SceneObject/TransformData Unity.Netcode.NetworkObject/SceneObject::Transform
|
|
TransformData_t4062B6AC0185B2680A3F5904FF85BADD71D79B8C ___Transform_5;
|
|
// System.Nullable`1<System.UInt64> Unity.Netcode.NetworkObject/SceneObject::LatestParent
|
|
Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 ___LatestParent_6;
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkObject/SceneObject::OwnerObject
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___OwnerObject_7;
|
|
// System.UInt64 Unity.Netcode.NetworkObject/SceneObject::TargetClientId
|
|
uint64_t ___TargetClientId_8;
|
|
// System.Int32 Unity.Netcode.NetworkObject/SceneObject::NetworkSceneHandle
|
|
int32_t ___NetworkSceneHandle_9;
|
|
};
|
|
// Native definition for P/Invoke marshalling of Unity.Netcode.NetworkObject/SceneObject
|
|
struct SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5_marshaled_pinvoke
|
|
{
|
|
uint8_t ___m_BitField_0;
|
|
uint32_t ___Hash_1;
|
|
uint64_t ___NetworkObjectId_2;
|
|
uint64_t ___OwnerClientId_3;
|
|
uint64_t ___ParentObjectId_4;
|
|
TransformData_t4062B6AC0185B2680A3F5904FF85BADD71D79B8C ___Transform_5;
|
|
Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 ___LatestParent_6;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___OwnerObject_7;
|
|
uint64_t ___TargetClientId_8;
|
|
int32_t ___NetworkSceneHandle_9;
|
|
};
|
|
// Native definition for COM marshalling of Unity.Netcode.NetworkObject/SceneObject
|
|
struct SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5_marshaled_com
|
|
{
|
|
uint8_t ___m_BitField_0;
|
|
uint32_t ___Hash_1;
|
|
uint64_t ___NetworkObjectId_2;
|
|
uint64_t ___OwnerClientId_3;
|
|
uint64_t ___ParentObjectId_4;
|
|
TransformData_t4062B6AC0185B2680A3F5904FF85BADD71D79B8C ___Transform_5;
|
|
Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 ___LatestParent_6;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___OwnerObject_7;
|
|
uint64_t ___TargetClientId_8;
|
|
int32_t ___NetworkSceneHandle_9;
|
|
};
|
|
|
|
// Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext
|
|
struct SharedContext_t575CA37AEBD0F17E8E9C83FEF60ADBF9F718A9A0
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext::WindowSize
|
|
int32_t ___WindowSize_0;
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext::MinimumResendTime
|
|
int32_t ___MinimumResendTime_1;
|
|
// Unity.Networking.Transport.Utilities.SequenceBufferContext Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext::SentPackets
|
|
SequenceBufferContext_tCDD8D043109579611EC4BF49D7CD31756AAF2599 ___SentPackets_2;
|
|
// Unity.Networking.Transport.Utilities.SequenceBufferContext Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext::ReceivedPackets
|
|
SequenceBufferContext_tCDD8D043109579611EC4BF49D7CD31756AAF2599 ___ReceivedPackets_3;
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext::DuplicatesSinceLastAck
|
|
int32_t ___DuplicatesSinceLastAck_4;
|
|
// Unity.Networking.Transport.Utilities.ReliableUtility/Statistics Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext::stats
|
|
Statistics_t11CF93D4C83ABFDDFD0BBAD848B752181939A2E5 ___stats_5;
|
|
// Unity.Networking.Transport.Utilities.ReliableUtility/ErrorCodes Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext::errorCode
|
|
int32_t ___errorCode_6;
|
|
// Unity.Networking.Transport.Utilities.ReliableUtility/RTTInfo Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext::RttInfo
|
|
RTTInfo_tAF1A100DBA67BD0367A9ABA6928B4E574CBE5518 ___RttInfo_7;
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext::TimerDataOffset
|
|
int32_t ___TimerDataOffset_8;
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext::TimerDataStride
|
|
int32_t ___TimerDataStride_9;
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext::RemoteTimerDataOffset
|
|
int32_t ___RemoteTimerDataOffset_10;
|
|
// System.Int32 Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext::RemoteTimerDataStride
|
|
int32_t ___RemoteTimerDataStride_11;
|
|
};
|
|
|
|
// System.Action`1<System.Int32>
|
|
struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// Unity.Collections.NativeArray`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
typedef Il2CppFullySharedGenericStruct Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405;
|
|
|
|
// Unity.Collections.NativeArray`1/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>
|
|
struct Enumerator_t80B573881CD54D322A01D47FD6501B91C9258327
|
|
{
|
|
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1/Enumerator::m_Array
|
|
NativeArray_1_t85010600A230013CEAFF0C4764FC2A49F522CBE4 ___m_Array_0;
|
|
// System.Int32 Unity.Collections.NativeArray`1/Enumerator::m_Index
|
|
int32_t ___m_Index_1;
|
|
// T Unity.Collections.NativeArray`1/Enumerator::value
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ___value_2;
|
|
};
|
|
|
|
// System.Func`2<Unity.Netcode.NetworkObject,System.Boolean>
|
|
struct Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.ArgumentException::_paramName
|
|
String_t* ____paramName_18;
|
|
};
|
|
|
|
// System.ArithmeticException
|
|
struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.BatchedSendQueue
|
|
struct BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988
|
|
{
|
|
// Unity.Collections.NativeList`1<System.Byte> Unity.Netcode.Transports.UTP.BatchedSendQueue::m_Data
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___m_Data_0;
|
|
// Unity.Collections.NativeArray`1<System.Int32> Unity.Netcode.Transports.UTP.BatchedSendQueue::m_HeadTailIndices
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_HeadTailIndices_1;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedSendQueue::m_MaximumCapacity
|
|
int32_t ___m_MaximumCapacity_2;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedSendQueue::m_MinimumCapacity
|
|
int32_t ___m_MinimumCapacity_3;
|
|
};
|
|
|
|
// UnityEngine.Behaviour
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// Unity.Netcode.CreateObjectMessage
|
|
struct CreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792
|
|
{
|
|
// Unity.Netcode.NetworkObject/SceneObject Unity.Netcode.CreateObjectMessage::ObjectInfo
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 ___ObjectInfo_0;
|
|
// Unity.Netcode.FastBufferReader Unity.Netcode.CreateObjectMessage::m_ReceivedNetworkVariableData
|
|
FastBufferReader_t1FA49C2063B2EAAADB8DE7FF571FF284719D0E99 ___m_ReceivedNetworkVariableData_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of Unity.Netcode.CreateObjectMessage
|
|
struct CreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_marshaled_pinvoke
|
|
{
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5_marshaled_pinvoke ___ObjectInfo_0;
|
|
FastBufferReader_t1FA49C2063B2EAAADB8DE7FF571FF284719D0E99 ___m_ReceivedNetworkVariableData_1;
|
|
};
|
|
// Native definition for COM marshalling of Unity.Netcode.CreateObjectMessage
|
|
struct CreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_marshaled_com
|
|
{
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5_marshaled_com ___ObjectInfo_0;
|
|
FastBufferReader_t1FA49C2063B2EAAADB8DE7FF571FF284719D0E99 ___m_ReceivedNetworkVariableData_1;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkPipelineProcessor
|
|
struct NetworkPipelineProcessor_tB90104D304F7FE6A0E8BB5AD39C95B2441F6E59C
|
|
{
|
|
// Unity.Collections.NativeArray`1<Unity.Networking.Transport.NetworkPipelineStage> Unity.Networking.Transport.NetworkPipelineProcessor::m_StageCollection
|
|
NativeArray_1_t1D84CFD52CE97F84261C9C154534A72B0EA66A15 ___m_StageCollection_2;
|
|
// Unity.Collections.NativeArray`1<System.Byte> Unity.Networking.Transport.NetworkPipelineProcessor::m_StaticInstanceBuffer
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_StaticInstanceBuffer_3;
|
|
// Unity.Collections.NativeList`1<System.Int32> Unity.Networking.Transport.NetworkPipelineProcessor::m_StageList
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___m_StageList_4;
|
|
// Unity.Collections.NativeList`1<System.Int32> Unity.Networking.Transport.NetworkPipelineProcessor::m_AccumulatedHeaderCapacity
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___m_AccumulatedHeaderCapacity_5;
|
|
// Unity.Collections.NativeList`1<Unity.Networking.Transport.NetworkPipelineProcessor/PipelineImpl> Unity.Networking.Transport.NetworkPipelineProcessor::m_Pipelines
|
|
NativeList_1_t7D0C4FADF421E663CFE4731E9B320F919701A66C ___m_Pipelines_6;
|
|
// Unity.Collections.NativeList`1<System.Byte> Unity.Networking.Transport.NetworkPipelineProcessor::m_ReceiveBuffer
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___m_ReceiveBuffer_7;
|
|
// Unity.Collections.NativeList`1<System.Byte> Unity.Networking.Transport.NetworkPipelineProcessor::m_SendBuffer
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___m_SendBuffer_8;
|
|
// Unity.Collections.NativeList`1<System.Byte> Unity.Networking.Transport.NetworkPipelineProcessor::m_SharedBuffer
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___m_SharedBuffer_9;
|
|
// Unity.Collections.NativeList`1<Unity.Networking.Transport.NetworkPipelineProcessor/UpdatePipeline> Unity.Networking.Transport.NetworkPipelineProcessor::m_ReceiveStageNeedsUpdate
|
|
NativeList_1_t1869FE735F5176A07019C960A26F7477BA6142B3 ___m_ReceiveStageNeedsUpdate_10;
|
|
// Unity.Collections.NativeList`1<Unity.Networking.Transport.NetworkPipelineProcessor/UpdatePipeline> Unity.Networking.Transport.NetworkPipelineProcessor::m_SendStageNeedsUpdate
|
|
NativeList_1_t1869FE735F5176A07019C960A26F7477BA6142B3 ___m_SendStageNeedsUpdate_11;
|
|
// Unity.Collections.NativeQueue`1<Unity.Networking.Transport.NetworkPipelineProcessor/UpdatePipeline> Unity.Networking.Transport.NetworkPipelineProcessor::m_SendStageNeedsUpdateRead
|
|
NativeQueue_1_t3C5DFC28122633C8F672980038A79B3B7D26790A ___m_SendStageNeedsUpdateRead_12;
|
|
// Unity.Collections.NativeArray`1<System.Int32> Unity.Networking.Transport.NetworkPipelineProcessor::sizePerConnection
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___sizePerConnection_13;
|
|
// Unity.Collections.NativeArray`1<System.Int64> Unity.Networking.Transport.NetworkPipelineProcessor::m_timestamp
|
|
NativeArray_1_t25F6CEC65DB0532CB91E2B2890FF6C2D52A210A3 ___m_timestamp_14;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkProtocol
|
|
struct NetworkProtocol_t817E46E6CEE8782B0BB83A0A95DFFD7ADCB84BC9
|
|
{
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ComputePacketOverheadDelegate> Unity.Networking.Transport.NetworkProtocol::ComputePacketOverhead
|
|
TransportFunctionPointer_1_t403A4BA6983AC49EB5EDF3EB14F092C746490EFF ___ComputePacketOverhead_0;
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessReceiveDelegate> Unity.Networking.Transport.NetworkProtocol::ProcessReceive
|
|
TransportFunctionPointer_1_tF0C75E421ACA913F2FA062ED002F9586FEA669FC ___ProcessReceive_1;
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessSendDelegate> Unity.Networking.Transport.NetworkProtocol::ProcessSend
|
|
TransportFunctionPointer_1_t77C607A1DCF675C39F99E9EEE5AB36FB7CC494B1 ___ProcessSend_2;
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessSendConnectionAcceptDelegate> Unity.Networking.Transport.NetworkProtocol::ProcessSendConnectionAccept
|
|
TransportFunctionPointer_1_t8BEB3732EF9358D73F93626B99D9423182E4C47D ___ProcessSendConnectionAccept_3;
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ConnectDelegate> Unity.Networking.Transport.NetworkProtocol::Connect
|
|
TransportFunctionPointer_1_t71E737606530D4C87CDCF73063247BA844270CFF ___Connect_4;
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/DisconnectDelegate> Unity.Networking.Transport.NetworkProtocol::Disconnect
|
|
TransportFunctionPointer_1_t8CB155AD69427676535F5D25A3C9408D5012DDB0 ___Disconnect_5;
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessSendPingDelegate> Unity.Networking.Transport.NetworkProtocol::ProcessSendPing
|
|
TransportFunctionPointer_1_t97CB0A2F7C4082FD45ACA0AE4155845480AE8843 ___ProcessSendPing_6;
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/ProcessSendPongDelegate> Unity.Networking.Transport.NetworkProtocol::ProcessSendPong
|
|
TransportFunctionPointer_1_t1974F1C28035CE103ECF0504CE8E87D6037E0398 ___ProcessSendPong_7;
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkProtocol/UpdateDelegate> Unity.Networking.Transport.NetworkProtocol::Update
|
|
TransportFunctionPointer_1_tBB4FC4ACEB955CF3ECDC5FB78DE9132C126522F2 ___Update_8;
|
|
// System.IntPtr Unity.Networking.Transport.NetworkProtocol::UserData
|
|
intptr_t ___UserData_9;
|
|
// System.Int32 Unity.Networking.Transport.NetworkProtocol::MaxHeaderSize
|
|
int32_t ___MaxHeaderSize_10;
|
|
// System.Int32 Unity.Networking.Transport.NetworkProtocol::MaxFooterSize
|
|
int32_t ___MaxFooterSize_11;
|
|
// System.Boolean Unity.Networking.Transport.NetworkProtocol::NeedsUpdate
|
|
bool ___NeedsUpdate_12;
|
|
};
|
|
// Native definition for P/Invoke marshalling of Unity.Networking.Transport.NetworkProtocol
|
|
struct NetworkProtocol_t817E46E6CEE8782B0BB83A0A95DFFD7ADCB84BC9_marshaled_pinvoke
|
|
{
|
|
TransportFunctionPointer_1_t403A4BA6983AC49EB5EDF3EB14F092C746490EFF ___ComputePacketOverhead_0;
|
|
TransportFunctionPointer_1_tF0C75E421ACA913F2FA062ED002F9586FEA669FC ___ProcessReceive_1;
|
|
TransportFunctionPointer_1_t77C607A1DCF675C39F99E9EEE5AB36FB7CC494B1 ___ProcessSend_2;
|
|
TransportFunctionPointer_1_t8BEB3732EF9358D73F93626B99D9423182E4C47D ___ProcessSendConnectionAccept_3;
|
|
TransportFunctionPointer_1_t71E737606530D4C87CDCF73063247BA844270CFF ___Connect_4;
|
|
TransportFunctionPointer_1_t8CB155AD69427676535F5D25A3C9408D5012DDB0 ___Disconnect_5;
|
|
TransportFunctionPointer_1_t97CB0A2F7C4082FD45ACA0AE4155845480AE8843 ___ProcessSendPing_6;
|
|
TransportFunctionPointer_1_t1974F1C28035CE103ECF0504CE8E87D6037E0398 ___ProcessSendPong_7;
|
|
TransportFunctionPointer_1_tBB4FC4ACEB955CF3ECDC5FB78DE9132C126522F2 ___Update_8;
|
|
intptr_t ___UserData_9;
|
|
int32_t ___MaxHeaderSize_10;
|
|
int32_t ___MaxFooterSize_11;
|
|
int32_t ___NeedsUpdate_12;
|
|
};
|
|
// Native definition for COM marshalling of Unity.Networking.Transport.NetworkProtocol
|
|
struct NetworkProtocol_t817E46E6CEE8782B0BB83A0A95DFFD7ADCB84BC9_marshaled_com
|
|
{
|
|
TransportFunctionPointer_1_t403A4BA6983AC49EB5EDF3EB14F092C746490EFF ___ComputePacketOverhead_0;
|
|
TransportFunctionPointer_1_tF0C75E421ACA913F2FA062ED002F9586FEA669FC ___ProcessReceive_1;
|
|
TransportFunctionPointer_1_t77C607A1DCF675C39F99E9EEE5AB36FB7CC494B1 ___ProcessSend_2;
|
|
TransportFunctionPointer_1_t8BEB3732EF9358D73F93626B99D9423182E4C47D ___ProcessSendConnectionAccept_3;
|
|
TransportFunctionPointer_1_t71E737606530D4C87CDCF73063247BA844270CFF ___Connect_4;
|
|
TransportFunctionPointer_1_t8CB155AD69427676535F5D25A3C9408D5012DDB0 ___Disconnect_5;
|
|
TransportFunctionPointer_1_t97CB0A2F7C4082FD45ACA0AE4155845480AE8843 ___ProcessSendPing_6;
|
|
TransportFunctionPointer_1_t1974F1C28035CE103ECF0504CE8E87D6037E0398 ___ProcessSendPong_7;
|
|
TransportFunctionPointer_1_tBB4FC4ACEB955CF3ECDC5FB78DE9132C126522F2 ___Update_8;
|
|
intptr_t ___UserData_9;
|
|
int32_t ___MaxHeaderSize_10;
|
|
int32_t ___MaxFooterSize_11;
|
|
int32_t ___NeedsUpdate_12;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkSendInterface
|
|
struct NetworkSendInterface_t3C39B6892E6E0D3587471F02F0A82F8252E55035
|
|
{
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkSendInterface/BeginSendMessageDelegate> Unity.Networking.Transport.NetworkSendInterface::BeginSendMessage
|
|
TransportFunctionPointer_1_t9F2FD24758ADF9E597DCA02A01D7972B74AF6736 ___BeginSendMessage_0;
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkSendInterface/EndSendMessageDelegate> Unity.Networking.Transport.NetworkSendInterface::EndSendMessage
|
|
TransportFunctionPointer_1_t1933A8E5B03799A74CE910DB0A4F8FF67DD0405D ___EndSendMessage_1;
|
|
// Unity.Networking.Transport.TransportFunctionPointer`1<Unity.Networking.Transport.NetworkSendInterface/AbortSendMessageDelegate> Unity.Networking.Transport.NetworkSendInterface::AbortSendMessage
|
|
TransportFunctionPointer_1_t6BF0E9809FEF820449ED4B566281FFDB8B1F6807 ___AbortSendMessage_2;
|
|
// System.IntPtr Unity.Networking.Transport.NetworkSendInterface::UserData
|
|
intptr_t ___UserData_3;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkSettings
|
|
struct NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0
|
|
{
|
|
// Unity.Collections.NativeHashMap`2<System.Int64,Unity.Networking.Transport.NetworkSettings/ParameterSlice> Unity.Networking.Transport.NetworkSettings::m_ParameterOffsets
|
|
NativeHashMap_2_tCD58FF7DD75EEFB0E828AE808528187662F809FC ___m_ParameterOffsets_1;
|
|
// Unity.Collections.NativeList`1<System.Byte> Unity.Networking.Transport.NetworkSettings::m_Parameters
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___m_Parameters_2;
|
|
// System.Byte Unity.Networking.Transport.NetworkSettings::m_Initialized
|
|
uint8_t ___m_Initialized_3;
|
|
};
|
|
|
|
// System.NullReferenceException
|
|
struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Transform
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// Unity.Netcode.NetworkManager/ReanticipateDelegate
|
|
struct ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// Unity.Netcode.NetworkMessageManager/MessageHandler
|
|
struct MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// Unity.Netcode.NetworkMessageManager/VersionGetter
|
|
struct VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// Unity.Netcode.NetworkObject/VisibilityDelegate
|
|
struct VisibilityDelegate_t43869941CF7C26CBA2B0FEBB3E7A33BA67D3216A : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkPipelineProcessor/Concurrent
|
|
struct Concurrent_t76D9AE05BA23B3FBC0B4C7AADEAA81E828C46673
|
|
{
|
|
// Unity.Collections.NativeArray`1<Unity.Networking.Transport.NetworkPipelineStage> Unity.Networking.Transport.NetworkPipelineProcessor/Concurrent::m_StageCollection
|
|
NativeArray_1_t1D84CFD52CE97F84261C9C154534A72B0EA66A15 ___m_StageCollection_0;
|
|
// Unity.Collections.NativeArray`1<System.Byte> Unity.Networking.Transport.NetworkPipelineProcessor/Concurrent::m_StaticInstanceBuffer
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_StaticInstanceBuffer_1;
|
|
// Unity.Collections.NativeList`1<Unity.Networking.Transport.NetworkPipelineProcessor/PipelineImpl> Unity.Networking.Transport.NetworkPipelineProcessor/Concurrent::m_Pipelines
|
|
NativeList_1_t7D0C4FADF421E663CFE4731E9B320F919701A66C ___m_Pipelines_2;
|
|
// Unity.Collections.NativeList`1<System.Int32> Unity.Networking.Transport.NetworkPipelineProcessor/Concurrent::m_StageList
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___m_StageList_3;
|
|
// Unity.Collections.NativeList`1<System.Int32> Unity.Networking.Transport.NetworkPipelineProcessor/Concurrent::m_AccumulatedHeaderCapacity
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___m_AccumulatedHeaderCapacity_4;
|
|
// Unity.Collections.NativeQueue`1/ParallelWriter<Unity.Networking.Transport.NetworkPipelineProcessor/UpdatePipeline> Unity.Networking.Transport.NetworkPipelineProcessor/Concurrent::m_SendStageNeedsUpdateWrite
|
|
ParallelWriter_t55B873B53088E2C14EC0CE7DD3ECA37705CB04CC ___m_SendStageNeedsUpdateWrite_5;
|
|
// Unity.Collections.NativeArray`1<System.Int32> Unity.Networking.Transport.NetworkPipelineProcessor/Concurrent::sizePerConnection
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___sizePerConnection_6;
|
|
// Unity.Collections.NativeList`1<System.Byte> Unity.Networking.Transport.NetworkPipelineProcessor/Concurrent::sharedBuffer
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___sharedBuffer_7;
|
|
// Unity.Collections.NativeList`1<System.Byte> Unity.Networking.Transport.NetworkPipelineProcessor/Concurrent::sendBuffer
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___sendBuffer_8;
|
|
// Unity.Collections.NativeArray`1<System.Int64> Unity.Networking.Transport.NetworkPipelineProcessor/Concurrent::m_timestamp
|
|
NativeArray_1_t25F6CEC65DB0532CB91E2B2890FF6C2D52A210A3 ___m_timestamp_9;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkTransport/TransportEventDelegate
|
|
struct TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
struct Enumerator_t78A82A05AC2820BE318F9F3DAD0F9B1802CB97FB
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_dictionary
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_currentValue
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 ____currentValue_3;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
struct KeyValuePair_2_tD9D8D451DD3BF1ED3A1A65D8945C85F8A5C93293
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 ___value_1;
|
|
};
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
};
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkDriver
|
|
struct NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036
|
|
{
|
|
// System.Int32 Unity.Networking.Transport.NetworkDriver::m_NetworkInterfaceIndex
|
|
int32_t ___m_NetworkInterfaceIndex_2;
|
|
// Unity.Networking.Transport.NetworkSendInterface Unity.Networking.Transport.NetworkDriver::m_NetworkSendInterface
|
|
NetworkSendInterface_t3C39B6892E6E0D3587471F02F0A82F8252E55035 ___m_NetworkSendInterface_3;
|
|
// System.Int32 Unity.Networking.Transport.NetworkDriver::m_NetworkProtocolIndex
|
|
int32_t ___m_NetworkProtocolIndex_4;
|
|
// Unity.Networking.Transport.NetworkProtocol Unity.Networking.Transport.NetworkDriver::m_NetworkProtocolInterface
|
|
NetworkProtocol_t817E46E6CEE8782B0BB83A0A95DFFD7ADCB84BC9 ___m_NetworkProtocolInterface_5;
|
|
// Unity.Collections.NativeQueue`1<Unity.Networking.Transport.QueuedSendMessage> Unity.Networking.Transport.NetworkDriver::m_ParallelSendQueue
|
|
NativeQueue_1_t6F98B587B9BF83745B5D350CBDB27E86744FB2A1 ___m_ParallelSendQueue_6;
|
|
// Unity.Networking.Transport.NetworkEventQueue Unity.Networking.Transport.NetworkDriver::m_EventQueue
|
|
NetworkEventQueue_tDE8EC1A139521E69F9BBEC2D54C58B58E44CA723 ___m_EventQueue_7;
|
|
// Unity.Collections.NativeArray`1<System.Byte> Unity.Networking.Transport.NetworkDriver::m_DisconnectReasons
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_DisconnectReasons_8;
|
|
// Unity.Collections.NativeQueue`1<System.Int32> Unity.Networking.Transport.NetworkDriver::m_FreeList
|
|
NativeQueue_1_tC1DEEC6300FED2BCDE96AFD346BEE6CF8E03412A ___m_FreeList_9;
|
|
// Unity.Collections.NativeQueue`1<System.Int32> Unity.Networking.Transport.NetworkDriver::m_NetworkAcceptQueue
|
|
NativeQueue_1_tC1DEEC6300FED2BCDE96AFD346BEE6CF8E03412A ___m_NetworkAcceptQueue_10;
|
|
// Unity.Collections.NativeList`1<Unity.Networking.Transport.NetworkDriver/Connection> Unity.Networking.Transport.NetworkDriver::m_ConnectionList
|
|
NativeList_1_tD3715B1226B4E157D6FC09924FDC7EDC5FC0E8C9 ___m_ConnectionList_11;
|
|
// Unity.Collections.NativeArray`1<System.Int32> Unity.Networking.Transport.NetworkDriver::m_InternalState
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_InternalState_12;
|
|
// Unity.Collections.NativeReference`1<System.Int32> Unity.Networking.Transport.NetworkDriver::m_ProtocolStatus
|
|
NativeReference_1_t142B519FC6820DE38579CF6960317C3BF6EA7EAE ___m_ProtocolStatus_13;
|
|
// Unity.Collections.NativeQueue`1<System.Int32> Unity.Networking.Transport.NetworkDriver::m_PendingFree
|
|
NativeQueue_1_tC1DEEC6300FED2BCDE96AFD346BEE6CF8E03412A ___m_PendingFree_14;
|
|
// Unity.Collections.NativeArray`1<System.Int32> Unity.Networking.Transport.NetworkDriver::m_ErrorCodes
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_ErrorCodes_15;
|
|
// Unity.Networking.Transport.NetworkDriver/Parameters Unity.Networking.Transport.NetworkDriver::m_NetworkParams
|
|
Parameters_t9967AF7588FE3273938F70B8335411748E0D2742 ___m_NetworkParams_16;
|
|
// Unity.Collections.NativeList`1<System.Byte> Unity.Networking.Transport.NetworkDriver::m_DataStream
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___m_DataStream_17;
|
|
// Unity.Collections.NativeArray`1<System.Int32> Unity.Networking.Transport.NetworkDriver::m_DataStreamHead
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_DataStreamHead_18;
|
|
// Unity.Networking.Transport.NetworkPipelineProcessor Unity.Networking.Transport.NetworkDriver::m_PipelineProcessor
|
|
NetworkPipelineProcessor_tB90104D304F7FE6A0E8BB5AD39C95B2441F6E59C ___m_PipelineProcessor_19;
|
|
// Unity.Networking.Transport.Protocols.UdpCHeader/HeaderFlags Unity.Networking.Transport.NetworkDriver::m_DefaultHeaderFlags
|
|
uint8_t ___m_DefaultHeaderFlags_20;
|
|
// System.Int64 Unity.Networking.Transport.NetworkDriver::m_UpdateTime
|
|
int64_t ___m_UpdateTime_21;
|
|
// System.Int64 Unity.Networking.Transport.NetworkDriver::m_UpdateTimeAdjustment
|
|
int64_t ___m_UpdateTimeAdjustment_22;
|
|
// Unity.Mathematics.Random Unity.Networking.Transport.NetworkDriver::m_Rand
|
|
Random_tF24B964D3D5DE57D52CCDBF2E91ACE60F01F5F37 ___m_Rand_23;
|
|
};
|
|
// Native definition for P/Invoke marshalling of Unity.Networking.Transport.NetworkDriver
|
|
struct NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_NetworkInterfaceIndex_2;
|
|
NetworkSendInterface_t3C39B6892E6E0D3587471F02F0A82F8252E55035 ___m_NetworkSendInterface_3;
|
|
int32_t ___m_NetworkProtocolIndex_4;
|
|
NetworkProtocol_t817E46E6CEE8782B0BB83A0A95DFFD7ADCB84BC9_marshaled_pinvoke ___m_NetworkProtocolInterface_5;
|
|
NativeQueue_1_t6F98B587B9BF83745B5D350CBDB27E86744FB2A1 ___m_ParallelSendQueue_6;
|
|
NetworkEventQueue_tDE8EC1A139521E69F9BBEC2D54C58B58E44CA723 ___m_EventQueue_7;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_DisconnectReasons_8;
|
|
NativeQueue_1_tC1DEEC6300FED2BCDE96AFD346BEE6CF8E03412A ___m_FreeList_9;
|
|
NativeQueue_1_tC1DEEC6300FED2BCDE96AFD346BEE6CF8E03412A ___m_NetworkAcceptQueue_10;
|
|
NativeList_1_tD3715B1226B4E157D6FC09924FDC7EDC5FC0E8C9 ___m_ConnectionList_11;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_InternalState_12;
|
|
NativeReference_1_t142B519FC6820DE38579CF6960317C3BF6EA7EAE ___m_ProtocolStatus_13;
|
|
NativeQueue_1_tC1DEEC6300FED2BCDE96AFD346BEE6CF8E03412A ___m_PendingFree_14;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_ErrorCodes_15;
|
|
Parameters_t9967AF7588FE3273938F70B8335411748E0D2742 ___m_NetworkParams_16;
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___m_DataStream_17;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_DataStreamHead_18;
|
|
NetworkPipelineProcessor_tB90104D304F7FE6A0E8BB5AD39C95B2441F6E59C ___m_PipelineProcessor_19;
|
|
uint8_t ___m_DefaultHeaderFlags_20;
|
|
int64_t ___m_UpdateTime_21;
|
|
int64_t ___m_UpdateTimeAdjustment_22;
|
|
Random_tF24B964D3D5DE57D52CCDBF2E91ACE60F01F5F37 ___m_Rand_23;
|
|
};
|
|
// Native definition for COM marshalling of Unity.Networking.Transport.NetworkDriver
|
|
struct NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_marshaled_com
|
|
{
|
|
int32_t ___m_NetworkInterfaceIndex_2;
|
|
NetworkSendInterface_t3C39B6892E6E0D3587471F02F0A82F8252E55035 ___m_NetworkSendInterface_3;
|
|
int32_t ___m_NetworkProtocolIndex_4;
|
|
NetworkProtocol_t817E46E6CEE8782B0BB83A0A95DFFD7ADCB84BC9_marshaled_com ___m_NetworkProtocolInterface_5;
|
|
NativeQueue_1_t6F98B587B9BF83745B5D350CBDB27E86744FB2A1 ___m_ParallelSendQueue_6;
|
|
NetworkEventQueue_tDE8EC1A139521E69F9BBEC2D54C58B58E44CA723 ___m_EventQueue_7;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_DisconnectReasons_8;
|
|
NativeQueue_1_tC1DEEC6300FED2BCDE96AFD346BEE6CF8E03412A ___m_FreeList_9;
|
|
NativeQueue_1_tC1DEEC6300FED2BCDE96AFD346BEE6CF8E03412A ___m_NetworkAcceptQueue_10;
|
|
NativeList_1_tD3715B1226B4E157D6FC09924FDC7EDC5FC0E8C9 ___m_ConnectionList_11;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_InternalState_12;
|
|
NativeReference_1_t142B519FC6820DE38579CF6960317C3BF6EA7EAE ___m_ProtocolStatus_13;
|
|
NativeQueue_1_tC1DEEC6300FED2BCDE96AFD346BEE6CF8E03412A ___m_PendingFree_14;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_ErrorCodes_15;
|
|
Parameters_t9967AF7588FE3273938F70B8335411748E0D2742 ___m_NetworkParams_16;
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___m_DataStream_17;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_DataStreamHead_18;
|
|
NetworkPipelineProcessor_tB90104D304F7FE6A0E8BB5AD39C95B2441F6E59C ___m_PipelineProcessor_19;
|
|
uint8_t ___m_DefaultHeaderFlags_20;
|
|
int64_t ___m_UpdateTime_21;
|
|
int64_t ___m_UpdateTimeAdjustment_22;
|
|
Random_tF24B964D3D5DE57D52CCDBF2E91ACE60F01F5F37 ___m_Rand_23;
|
|
};
|
|
|
|
// System.OverflowException
|
|
struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C : public ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA
|
|
{
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkDriver/Concurrent
|
|
struct Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14
|
|
{
|
|
// Unity.Networking.Transport.NetworkSendInterface Unity.Networking.Transport.NetworkDriver/Concurrent::m_NetworkSendInterface
|
|
NetworkSendInterface_t3C39B6892E6E0D3587471F02F0A82F8252E55035 ___m_NetworkSendInterface_0;
|
|
// Unity.Networking.Transport.NetworkProtocol Unity.Networking.Transport.NetworkDriver/Concurrent::m_NetworkProtocolInterface
|
|
NetworkProtocol_t817E46E6CEE8782B0BB83A0A95DFFD7ADCB84BC9 ___m_NetworkProtocolInterface_1;
|
|
// Unity.Networking.Transport.NetworkEventQueue/Concurrent Unity.Networking.Transport.NetworkDriver/Concurrent::m_EventQueue
|
|
Concurrent_t92C384E6E68FB84D47BABBD1610E5FF8CFE3F2B3 ___m_EventQueue_2;
|
|
// Unity.Collections.NativeArray`1<System.Byte> Unity.Networking.Transport.NetworkDriver/Concurrent::m_DisconnectReasons
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_DisconnectReasons_3;
|
|
// Unity.Collections.NativeList`1<Unity.Networking.Transport.NetworkDriver/Connection> Unity.Networking.Transport.NetworkDriver/Concurrent::m_ConnectionList
|
|
NativeList_1_tD3715B1226B4E157D6FC09924FDC7EDC5FC0E8C9 ___m_ConnectionList_4;
|
|
// Unity.Collections.NativeList`1<System.Byte> Unity.Networking.Transport.NetworkDriver/Concurrent::m_DataStream
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___m_DataStream_5;
|
|
// Unity.Networking.Transport.NetworkPipelineProcessor/Concurrent Unity.Networking.Transport.NetworkDriver/Concurrent::m_PipelineProcessor
|
|
Concurrent_t76D9AE05BA23B3FBC0B4C7AADEAA81E828C46673 ___m_PipelineProcessor_6;
|
|
// Unity.Networking.Transport.Protocols.UdpCHeader/HeaderFlags Unity.Networking.Transport.NetworkDriver/Concurrent::m_DefaultHeaderFlags
|
|
uint8_t ___m_DefaultHeaderFlags_7;
|
|
// Unity.Collections.NativeQueue`1/ParallelWriter<Unity.Networking.Transport.QueuedSendMessage> Unity.Networking.Transport.NetworkDriver/Concurrent::m_ConcurrentParallelSendQueue
|
|
ParallelWriter_tD2337D6A048735D05F7C0698B7FEEDAD7153DE97 ___m_ConcurrentParallelSendQueue_8;
|
|
// System.Int32 Unity.Networking.Transport.NetworkDriver/Concurrent::m_MaxMessageSize
|
|
int32_t ___m_MaxMessageSize_9;
|
|
};
|
|
// Native definition for P/Invoke marshalling of Unity.Networking.Transport.NetworkDriver/Concurrent
|
|
struct Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshaled_pinvoke
|
|
{
|
|
NetworkSendInterface_t3C39B6892E6E0D3587471F02F0A82F8252E55035 ___m_NetworkSendInterface_0;
|
|
NetworkProtocol_t817E46E6CEE8782B0BB83A0A95DFFD7ADCB84BC9_marshaled_pinvoke ___m_NetworkProtocolInterface_1;
|
|
Concurrent_t92C384E6E68FB84D47BABBD1610E5FF8CFE3F2B3 ___m_EventQueue_2;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_DisconnectReasons_3;
|
|
NativeList_1_tD3715B1226B4E157D6FC09924FDC7EDC5FC0E8C9 ___m_ConnectionList_4;
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___m_DataStream_5;
|
|
Concurrent_t76D9AE05BA23B3FBC0B4C7AADEAA81E828C46673 ___m_PipelineProcessor_6;
|
|
uint8_t ___m_DefaultHeaderFlags_7;
|
|
ParallelWriter_tD2337D6A048735D05F7C0698B7FEEDAD7153DE97 ___m_ConcurrentParallelSendQueue_8;
|
|
int32_t ___m_MaxMessageSize_9;
|
|
};
|
|
// Native definition for COM marshalling of Unity.Networking.Transport.NetworkDriver/Concurrent
|
|
struct Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshaled_com
|
|
{
|
|
NetworkSendInterface_t3C39B6892E6E0D3587471F02F0A82F8252E55035 ___m_NetworkSendInterface_0;
|
|
NetworkProtocol_t817E46E6CEE8782B0BB83A0A95DFFD7ADCB84BC9_marshaled_com ___m_NetworkProtocolInterface_1;
|
|
Concurrent_t92C384E6E68FB84D47BABBD1610E5FF8CFE3F2B3 ___m_EventQueue_2;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_DisconnectReasons_3;
|
|
NativeList_1_tD3715B1226B4E157D6FC09924FDC7EDC5FC0E8C9 ___m_ConnectionList_4;
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___m_DataStream_5;
|
|
Concurrent_t76D9AE05BA23B3FBC0B4C7AADEAA81E828C46673 ___m_PipelineProcessor_6;
|
|
uint8_t ___m_DefaultHeaderFlags_7;
|
|
ParallelWriter_tD2337D6A048735D05F7C0698B7FEEDAD7153DE97 ___m_ConcurrentParallelSendQueue_8;
|
|
int32_t ___m_MaxMessageSize_9;
|
|
};
|
|
|
|
// System.Action`2<System.Int32,Unity.Networking.Transport.NetworkDriver>
|
|
struct Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
struct Enumerator_t88E97C0EC0DCA5E1994B18881637E25E4AEC96AD
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
|
|
int32_t ____version_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
|
|
int32_t ____index_2;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
|
|
KeyValuePair_2_tD9D8D451DD3BF1ED3A1A65D8945C85F8A5C93293 ____current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
|
|
int32_t ____getEnumeratorRetType_4;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkBehaviour
|
|
struct NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// Unity.Netcode.NetworkBehaviour/__RpcExecStage Unity.Netcode.NetworkBehaviour::__rpc_exec_stage
|
|
int32_t _____rpc_exec_stage_5;
|
|
// System.Boolean Unity.Netcode.NetworkBehaviour::<IsLocalPlayer>k__BackingField
|
|
bool ___U3CIsLocalPlayerU3Ek__BackingField_8;
|
|
// System.Boolean Unity.Netcode.NetworkBehaviour::<IsOwner>k__BackingField
|
|
bool ___U3CIsOwnerU3Ek__BackingField_9;
|
|
// System.Boolean Unity.Netcode.NetworkBehaviour::<IsServer>k__BackingField
|
|
bool ___U3CIsServerU3Ek__BackingField_10;
|
|
// System.Boolean Unity.Netcode.NetworkBehaviour::<ServerIsHost>k__BackingField
|
|
bool ___U3CServerIsHostU3Ek__BackingField_11;
|
|
// System.Boolean Unity.Netcode.NetworkBehaviour::<IsClient>k__BackingField
|
|
bool ___U3CIsClientU3Ek__BackingField_12;
|
|
// System.Boolean Unity.Netcode.NetworkBehaviour::<IsHost>k__BackingField
|
|
bool ___U3CIsHostU3Ek__BackingField_13;
|
|
// System.Boolean Unity.Netcode.NetworkBehaviour::<IsOwnedByServer>k__BackingField
|
|
bool ___U3CIsOwnedByServerU3Ek__BackingField_14;
|
|
// System.Boolean Unity.Netcode.NetworkBehaviour::<IsSpawned>k__BackingField
|
|
bool ___U3CIsSpawnedU3Ek__BackingField_15;
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkBehaviour::m_NetworkObject
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___m_NetworkObject_16;
|
|
// System.UInt64 Unity.Netcode.NetworkBehaviour::<NetworkObjectId>k__BackingField
|
|
uint64_t ___U3CNetworkObjectIdU3Ek__BackingField_17;
|
|
// System.UInt16 Unity.Netcode.NetworkBehaviour::<NetworkBehaviourId>k__BackingField
|
|
uint16_t ___U3CNetworkBehaviourIdU3Ek__BackingField_18;
|
|
// System.UInt16 Unity.Netcode.NetworkBehaviour::NetworkBehaviourIdCache
|
|
uint16_t ___NetworkBehaviourIdCache_19;
|
|
// System.UInt64 Unity.Netcode.NetworkBehaviour::<OwnerClientId>k__BackingField
|
|
uint64_t ___U3COwnerClientIdU3Ek__BackingField_20;
|
|
// System.Boolean Unity.Netcode.NetworkBehaviour::m_VarInit
|
|
bool ___m_VarInit_21;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.HashSet`1<System.Int32>> Unity.Netcode.NetworkBehaviour::m_DeliveryMappedNetworkVariableIndices
|
|
List_1_t498347DEA55185643F213F995B74FEE039FAD70F* ___m_DeliveryMappedNetworkVariableIndices_22;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkDelivery> Unity.Netcode.NetworkBehaviour::m_DeliveryTypesForNetworkVariableGroups
|
|
List_1_t3ED220D424138331023A4D1C1B67E3C63A19761B* ___m_DeliveryTypesForNetworkVariableGroups_23;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkVariableBase> Unity.Netcode.NetworkBehaviour::NetworkVariableFields
|
|
List_1_tB6CC3AFBA7164AC34B1EF29A0A73721899567AE3* ___NetworkVariableFields_24;
|
|
// System.Collections.Generic.List`1<System.Int32> Unity.Netcode.NetworkBehaviour::NetworkVariableIndexesToReset
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___NetworkVariableIndexesToReset_25;
|
|
// System.Collections.Generic.HashSet`1<System.Int32> Unity.Netcode.NetworkBehaviour::NetworkVariableIndexesToResetSet
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___NetworkVariableIndexesToResetSet_26;
|
|
// System.UInt64 Unity.Netcode.NetworkBehaviour::<m_TargetIdBeingSynchronized>k__BackingField
|
|
uint64_t ___U3Cm_TargetIdBeingSynchronizedU3Ek__BackingField_27;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkManager
|
|
struct NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// Unity.Netcode.NetworkManager/ServerShutdownStates Unity.Netcode.NetworkManager::ServerShutdownState
|
|
int32_t ___ServerShutdownState_5;
|
|
// System.Single Unity.Netcode.NetworkManager::m_ShutdownTimeout
|
|
float ___m_ShutdownTimeout_6;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.PendingClient> Unity.Netcode.NetworkManager::PendingClients
|
|
Dictionary_2_tD7776C25E1F5D1B8408431CA83EAAFFE3C4C9684* ___PendingClients_8;
|
|
// System.Boolean Unity.Netcode.NetworkManager::m_ShuttingDown
|
|
bool ___m_ShuttingDown_9;
|
|
// Unity.Netcode.NetworkConfig Unity.Netcode.NetworkManager::NetworkConfig
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* ___NetworkConfig_10;
|
|
// System.Boolean Unity.Netcode.NetworkManager::RunInBackground
|
|
bool ___RunInBackground_11;
|
|
// Unity.Netcode.LogLevel Unity.Netcode.NetworkManager::LogLevel
|
|
int32_t ___LogLevel_12;
|
|
// System.Action Unity.Netcode.NetworkManager::OnServerStarted
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___OnServerStarted_15;
|
|
// System.Action Unity.Netcode.NetworkManager::OnClientStarted
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___OnClientStarted_16;
|
|
// System.Action`1<System.Boolean> Unity.Netcode.NetworkManager::OnServerStopped
|
|
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___OnServerStopped_17;
|
|
// System.Action`1<System.Boolean> Unity.Netcode.NetworkManager::OnClientStopped
|
|
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___OnClientStopped_18;
|
|
// Unity.Netcode.NetworkPrefabHandler Unity.Netcode.NetworkManager::m_PrefabHandler
|
|
NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* ___m_PrefabHandler_19;
|
|
// Unity.Netcode.NetworkSpawnManager Unity.Netcode.NetworkManager::<SpawnManager>k__BackingField
|
|
NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* ___U3CSpawnManagerU3Ek__BackingField_20;
|
|
// Unity.Netcode.IDeferredNetworkMessageManager Unity.Netcode.NetworkManager::<DeferredMessageManager>k__BackingField
|
|
RuntimeObject* ___U3CDeferredMessageManagerU3Ek__BackingField_21;
|
|
// Unity.Netcode.RpcTarget Unity.Netcode.NetworkManager::RpcTarget
|
|
RpcTarget_t0F23BD75DF373B0172AD08117DB945D6CD994832* ___RpcTarget_22;
|
|
// Unity.Netcode.CustomMessagingManager Unity.Netcode.NetworkManager::<CustomMessagingManager>k__BackingField
|
|
CustomMessagingManager_t713DDF9DC30FAF5178913295556DD07C946A9746* ___U3CCustomMessagingManagerU3Ek__BackingField_23;
|
|
// Unity.Netcode.NetworkSceneManager Unity.Netcode.NetworkManager::<SceneManager>k__BackingField
|
|
NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC* ___U3CSceneManagerU3Ek__BackingField_24;
|
|
// Unity.Netcode.NetworkBehaviourUpdater Unity.Netcode.NetworkManager::<BehaviourUpdater>k__BackingField
|
|
NetworkBehaviourUpdater_t215DD428092983D5AECE1BF5BA0576E5070F987C* ___U3CBehaviourUpdaterU3Ek__BackingField_25;
|
|
// Unity.Netcode.NetworkTimeSystem Unity.Netcode.NetworkManager::<NetworkTimeSystem>k__BackingField
|
|
NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* ___U3CNetworkTimeSystemU3Ek__BackingField_26;
|
|
// Unity.Netcode.NetworkTickSystem Unity.Netcode.NetworkManager::<NetworkTickSystem>k__BackingField
|
|
NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* ___U3CNetworkTickSystemU3Ek__BackingField_27;
|
|
// Unity.Netcode.AnticipationSystem Unity.Netcode.NetworkManager::<AnticipationSystem>k__BackingField
|
|
AnticipationSystem_t4898B59C04A6EFD6A1CCC840893123F889674771* ___U3CAnticipationSystemU3Ek__BackingField_28;
|
|
// Unity.Netcode.IRealTimeProvider Unity.Netcode.NetworkManager::<RealTimeProvider>k__BackingField
|
|
RuntimeObject* ___U3CRealTimeProviderU3Ek__BackingField_29;
|
|
// Unity.Netcode.NetworkMetricsManager Unity.Netcode.NetworkManager::MetricsManager
|
|
NetworkMetricsManager_tD9F432E8A6803DEC0B9BEB12E72EDD552AEB8987* ___MetricsManager_30;
|
|
// Unity.Netcode.NetworkConnectionManager Unity.Netcode.NetworkManager::ConnectionManager
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* ___ConnectionManager_31;
|
|
// Unity.Netcode.NetworkMessageManager Unity.Netcode.NetworkManager::MessageManager
|
|
NetworkMessageManager_t3AC5DCD467E3287780F83E2B4A37CC5DCB40C468* ___MessageManager_32;
|
|
// Unity.Netcode.NetworkManager/Override`1<System.UInt16> Unity.Netcode.NetworkManager::PortOverride
|
|
Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6 ___PortOverride_33;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkObject
|
|
struct NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.UInt32 Unity.Netcode.NetworkObject::GlobalObjectIdHash
|
|
uint32_t ___GlobalObjectIdHash_4;
|
|
// System.UInt32 Unity.Netcode.NetworkObject::PrefabGlobalObjectIdHash
|
|
uint32_t ___PrefabGlobalObjectIdHash_5;
|
|
// System.UInt32 Unity.Netcode.NetworkObject::InScenePlacedSourceGlobalObjectIdHash
|
|
uint32_t ___InScenePlacedSourceGlobalObjectIdHash_6;
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.NetworkObject::NetworkManagerOwner
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___NetworkManagerOwner_7;
|
|
// System.UInt64 Unity.Netcode.NetworkObject::<NetworkObjectId>k__BackingField
|
|
uint64_t ___U3CNetworkObjectIdU3Ek__BackingField_8;
|
|
// System.UInt64 Unity.Netcode.NetworkObject::<OwnerClientId>k__BackingField
|
|
uint64_t ___U3COwnerClientIdU3Ek__BackingField_9;
|
|
// System.Boolean Unity.Netcode.NetworkObject::AlwaysReplicateAsRoot
|
|
bool ___AlwaysReplicateAsRoot_10;
|
|
// System.Boolean Unity.Netcode.NetworkObject::<IsPlayerObject>k__BackingField
|
|
bool ___U3CIsPlayerObjectU3Ek__BackingField_11;
|
|
// System.Boolean Unity.Netcode.NetworkObject::SynchronizeTransform
|
|
bool ___SynchronizeTransform_12;
|
|
// System.Boolean Unity.Netcode.NetworkObject::<IsSpawned>k__BackingField
|
|
bool ___U3CIsSpawnedU3Ek__BackingField_13;
|
|
// System.Nullable`1<System.Boolean> Unity.Netcode.NetworkObject::<IsSceneObject>k__BackingField
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___U3CIsSceneObjectU3Ek__BackingField_14;
|
|
// System.Boolean Unity.Netcode.NetworkObject::<DestroyWithScene>k__BackingField
|
|
bool ___U3CDestroyWithSceneU3Ek__BackingField_15;
|
|
// System.Boolean Unity.Netcode.NetworkObject::ActiveSceneSynchronization
|
|
bool ___ActiveSceneSynchronization_16;
|
|
// System.Boolean Unity.Netcode.NetworkObject::SceneMigrationSynchronization
|
|
bool ___SceneMigrationSynchronization_17;
|
|
// System.Action Unity.Netcode.NetworkObject::OnMigratedToNewScene
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___OnMigratedToNewScene_18;
|
|
// System.Boolean Unity.Netcode.NetworkObject::SpawnWithObservers
|
|
bool ___SpawnWithObservers_19;
|
|
// Unity.Netcode.NetworkObject/VisibilityDelegate Unity.Netcode.NetworkObject::CheckObjectVisibility
|
|
VisibilityDelegate_t43869941CF7C26CBA2B0FEBB3E7A33BA67D3216A* ___CheckObjectVisibility_20;
|
|
// Unity.Netcode.NetworkObject/SpawnDelegate Unity.Netcode.NetworkObject::IncludeTransformWhenSpawning
|
|
SpawnDelegate_t54493DE8F3E71A9E28528811BBD80E50C09BFF57* ___IncludeTransformWhenSpawning_21;
|
|
// System.Boolean Unity.Netcode.NetworkObject::DontDestroyWithOwner
|
|
bool ___DontDestroyWithOwner_22;
|
|
// System.Boolean Unity.Netcode.NetworkObject::AutoObjectParentSync
|
|
bool ___AutoObjectParentSync_23;
|
|
// System.Collections.Generic.HashSet`1<System.UInt64> Unity.Netcode.NetworkObject::Observers
|
|
HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C* ___Observers_24;
|
|
// System.Collections.Generic.HashSet`1<System.UInt64> Unity.Netcode.NetworkObject::m_EmptyULongHashSet
|
|
HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C* ___m_EmptyULongHashSet_25;
|
|
// System.Int32 Unity.Netcode.NetworkObject::SceneOriginHandle
|
|
int32_t ___SceneOriginHandle_26;
|
|
// System.Int32 Unity.Netcode.NetworkObject::NetworkSceneHandle
|
|
int32_t ___NetworkSceneHandle_27;
|
|
// UnityEngine.SceneManagement.Scene Unity.Netcode.NetworkObject::m_SceneOrigin
|
|
Scene_tA1DC762B79745EB5140F054C884855B922318356 ___m_SceneOrigin_28;
|
|
// System.Nullable`1<System.UInt64> Unity.Netcode.NetworkObject::m_LatestParent
|
|
Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 ___m_LatestParent_29;
|
|
// UnityEngine.Transform Unity.Netcode.NetworkObject::m_CachedParent
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_CachedParent_30;
|
|
// System.Boolean Unity.Netcode.NetworkObject::m_CachedWorldPositionStays
|
|
bool ___m_CachedWorldPositionStays_31;
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkBehaviour> Unity.Netcode.NetworkObject::m_ChildNetworkBehaviours
|
|
List_1_t77285321F3B26D7A49CBB0F92E556C36504A91F5* ___m_ChildNetworkBehaviours_33;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkTransport
|
|
struct NetworkTransport_t55E07951299283974C86476F46CC977780560B64 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// Unity.Netcode.INetworkMetrics Unity.Netcode.NetworkTransport::NetworkMetrics
|
|
RuntimeObject* ___NetworkMetrics_4;
|
|
// Unity.Netcode.NetworkTransport/TransportEventDelegate Unity.Netcode.NetworkTransport::OnTransportEvent
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* ___OnTransportEvent_5;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.SecretsLoaderHelper
|
|
struct SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::m_ServerCommonName
|
|
String_t* ___m_ServerCommonName_4;
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::m_ClientCAFilePath
|
|
String_t* ___m_ClientCAFilePath_5;
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::m_ClientCAOverride
|
|
String_t* ___m_ClientCAOverride_6;
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::m_ServerCertificateFilePath
|
|
String_t* ___m_ServerCertificateFilePath_7;
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::m_ServerPrivateFilePath
|
|
String_t* ___m_ServerPrivateFilePath_8;
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::m_ClientCA
|
|
String_t* ___m_ClientCA_9;
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::m_ServerCertificate
|
|
String_t* ___m_ServerCertificate_10;
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::m_ServerPrivate
|
|
String_t* ___m_ServerPrivate_11;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob
|
|
struct SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC
|
|
{
|
|
// Unity.Networking.Transport.NetworkDriver/Concurrent Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob::Driver
|
|
Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14 ___Driver_0;
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/SendTarget Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob::Target
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ___Target_1;
|
|
// Unity.Netcode.Transports.UTP.BatchedSendQueue Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob::Queue
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 ___Queue_2;
|
|
// Unity.Networking.Transport.NetworkPipeline Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob::ReliablePipeline
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___ReliablePipeline_3;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob::MTU
|
|
int32_t ___MTU_4;
|
|
};
|
|
// Native definition for P/Invoke marshalling of Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob
|
|
struct SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_marshaled_pinvoke
|
|
{
|
|
Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshaled_pinvoke ___Driver_0;
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ___Target_1;
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 ___Queue_2;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___ReliablePipeline_3;
|
|
int32_t ___MTU_4;
|
|
};
|
|
// Native definition for COM marshalling of Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob
|
|
struct SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_marshaled_com
|
|
{
|
|
Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshaled_com ___Driver_0;
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ___Target_1;
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 ___Queue_2;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___ReliablePipeline_3;
|
|
int32_t ___MTU_4;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UNET.UNetTransport
|
|
struct UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A : public NetworkTransport_t55E07951299283974C86476F46CC977780560B64
|
|
{
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::m_UnreliableChannelId
|
|
int32_t ___m_UnreliableChannelId_6;
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::m_UnreliableSequencedChannelId
|
|
int32_t ___m_UnreliableSequencedChannelId_7;
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::m_ReliableChannelId
|
|
int32_t ___m_ReliableChannelId_8;
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::m_ReliableSequencedChannelId
|
|
int32_t ___m_ReliableSequencedChannelId_9;
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::m_ReliableFragmentedSequencedChannelId
|
|
int32_t ___m_ReliableFragmentedSequencedChannelId_10;
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::MessageBufferSize
|
|
int32_t ___MessageBufferSize_11;
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::MaxConnections
|
|
int32_t ___MaxConnections_12;
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::MaxSentMessageQueueSize
|
|
int32_t ___MaxSentMessageQueueSize_13;
|
|
// System.String Unity.Netcode.Transports.UNET.UNetTransport::ConnectAddress
|
|
String_t* ___ConnectAddress_14;
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::ConnectPort
|
|
int32_t ___ConnectPort_15;
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::ServerListenPort
|
|
int32_t ___ServerListenPort_16;
|
|
// Unity.Netcode.Transports.UNET.UNetTransport/SendMode Unity.Netcode.Transports.UNET.UNetTransport::MessageSendMode
|
|
int32_t ___MessageSendMode_17;
|
|
// System.Byte[] Unity.Netcode.Transports.UNET.UNetTransport::m_MessageBuffer
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___m_MessageBuffer_18;
|
|
// System.WeakReference Unity.Netcode.Transports.UNET.UNetTransport::m_TemporaryBufferReference
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* ___m_TemporaryBufferReference_19;
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::m_ServerConnectionId
|
|
int32_t ___m_ServerConnectionId_20;
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::m_ServerHostId
|
|
int32_t ___m_ServerHostId_21;
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.Transports.UNET.UNetTransport::NetworkManager
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___NetworkManager_22;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport
|
|
struct UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4 : public NetworkTransport_t55E07951299283974C86476F46CC977780560B64
|
|
{
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/ProtocolType Unity.Netcode.Transports.UTP.UnityTransport::m_ProtocolType
|
|
int32_t ___m_ProtocolType_12;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::m_MaxPacketQueueSize
|
|
int32_t ___m_MaxPacketQueueSize_13;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::m_MaxPayloadSize
|
|
int32_t ___m_MaxPayloadSize_14;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::m_MaxSendQueueSize
|
|
int32_t ___m_MaxSendQueueSize_15;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::m_HeartbeatTimeoutMS
|
|
int32_t ___m_HeartbeatTimeoutMS_16;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::m_ConnectTimeoutMS
|
|
int32_t ___m_ConnectTimeoutMS_17;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::m_MaxConnectAttempts
|
|
int32_t ___m_MaxConnectAttempts_18;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::m_DisconnectTimeoutMS
|
|
int32_t ___m_DisconnectTimeoutMS_19;
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData Unity.Netcode.Transports.UTP.UnityTransport::ConnectionData
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865 ___ConnectionData_20;
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/SimulatorParameters Unity.Netcode.Transports.UTP.UnityTransport::DebugSimulator
|
|
SimulatorParameters_tC3C55F01C7027F7CBEA00FBD6828ACBBE16F3A67 ___DebugSimulator_21;
|
|
// System.Nullable`1<System.UInt32> Unity.Netcode.Transports.UTP.UnityTransport::<DebugSimulatorRandomSeed>k__BackingField
|
|
Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099 ___U3CDebugSimulatorRandomSeedU3Ek__BackingField_22;
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/PacketLossCache Unity.Netcode.Transports.UTP.UnityTransport::m_PacketLossCache
|
|
PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7 ___m_PacketLossCache_25;
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/State Unity.Netcode.Transports.UTP.UnityTransport::m_State
|
|
int32_t ___m_State_26;
|
|
// Unity.Networking.Transport.NetworkDriver Unity.Netcode.Transports.UTP.UnityTransport::m_Driver
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 ___m_Driver_27;
|
|
// Unity.Networking.Transport.NetworkSettings Unity.Netcode.Transports.UTP.UnityTransport::m_NetworkSettings
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0 ___m_NetworkSettings_28;
|
|
// System.UInt64 Unity.Netcode.Transports.UTP.UnityTransport::m_ServerClientId
|
|
uint64_t ___m_ServerClientId_29;
|
|
// Unity.Networking.Transport.NetworkPipeline Unity.Netcode.Transports.UTP.UnityTransport::m_UnreliableFragmentedPipeline
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___m_UnreliableFragmentedPipeline_30;
|
|
// Unity.Networking.Transport.NetworkPipeline Unity.Netcode.Transports.UTP.UnityTransport::m_UnreliableSequencedFragmentedPipeline
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___m_UnreliableSequencedFragmentedPipeline_31;
|
|
// Unity.Networking.Transport.NetworkPipeline Unity.Netcode.Transports.UTP.UnityTransport::m_ReliableSequencedPipeline
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___m_ReliableSequencedPipeline_32;
|
|
// Unity.Networking.Transport.Relay.RelayServerData Unity.Netcode.Transports.UTP.UnityTransport::m_RelayServerData
|
|
RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09 ___m_RelayServerData_33;
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.Transports.UTP.UnityTransport::NetworkManager
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___NetworkManager_34;
|
|
// Unity.Netcode.IRealTimeProvider Unity.Netcode.Transports.UTP.UnityTransport::m_RealTimeProvider
|
|
RuntimeObject* ___m_RealTimeProvider_35;
|
|
// System.Collections.Generic.Dictionary`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue> Unity.Netcode.Transports.UTP.UnityTransport::m_SendQueue
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* ___m_SendQueue_36;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.Transports.UTP.BatchedReceiveQueue> Unity.Netcode.Transports.UTP.UnityTransport::m_ReliableReceiveQueues
|
|
Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A* ___m_ReliableReceiveQueues_37;
|
|
// System.String Unity.Netcode.Transports.UTP.UnityTransport::m_ServerPrivateKey
|
|
String_t* ___m_ServerPrivateKey_38;
|
|
// System.String Unity.Netcode.Transports.UTP.UnityTransport::m_ServerCertificate
|
|
String_t* ___m_ServerCertificate_39;
|
|
// System.String Unity.Netcode.Transports.UTP.UnityTransport::m_ServerCommonName
|
|
String_t* ___m_ServerCommonName_40;
|
|
// System.String Unity.Netcode.Transports.UTP.UnityTransport::m_ClientCaCertificate
|
|
String_t* ___m_ClientCaCertificate_41;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.NetworkPrefab>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.NetworkPrefab>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.Transports.UTP.BatchedReceiveQueue>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.Transports.UTP.BatchedReceiveQueue>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.UInt64>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.UInt64,System.UInt64>
|
|
|
|
// System.Collections.Generic.Dictionary`2<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>
|
|
|
|
// System.Collections.Generic.Dictionary`2<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>
|
|
|
|
// System.Collections.Generic.Dictionary`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
|
|
// System.Collections.Generic.Dictionary`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipatedObject>
|
|
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipatedObject>
|
|
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipationEventReceiver>
|
|
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipationEventReceiver>
|
|
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.NetworkObject>
|
|
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.NetworkObject>
|
|
|
|
// System.Collections.Generic.HashSet`1<System.UInt64>
|
|
|
|
// System.Collections.Generic.HashSet`1<System.UInt64>
|
|
|
|
// System.Collections.Generic.HashSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.HashSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.GameObject>
|
|
struct List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.GameObject>
|
|
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkBehaviour>
|
|
struct List_1_t77285321F3B26D7A49CBB0F92E556C36504A91F5_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
NetworkBehaviourU5BU5D_t7CB21B89F13B275F3E6DCF39E6AD13990AFF079C* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkBehaviour>
|
|
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>
|
|
struct List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>
|
|
|
|
// System.Collections.Generic.List`1<System.UInt64>
|
|
struct List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.UInt64>
|
|
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkMessageManager/MessageWithHandler>
|
|
struct List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
MessageWithHandlerU5BU5D_t3243E93720024EE2213E113DA1A355504F630F0B* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkMessageManager/MessageWithHandler>
|
|
|
|
// System.Collections.Generic.Queue`1<Unity.Netcode.ReleasedNetworkId>
|
|
|
|
// System.Collections.Generic.Queue`1<Unity.Netcode.ReleasedNetworkId>
|
|
|
|
// System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt64,Unity.Netcode.NetworkObject>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt64,Unity.Netcode.NetworkObject>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
|
|
// <PrivateImplementationDetails>
|
|
struct U3CPrivateImplementationDetailsU3E_tD21904779CC32A6177B4E0D9832E2914FD13FFDA_StaticFields
|
|
{
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=256 <PrivateImplementationDetails>::069E42803A623C550E1D97957542706C51EE52C6262757503BCA925BF40009C9
|
|
__StaticArrayInitTypeSizeU3D256_t6C6F2B053275FEEDECC666952C89ECDDC30817FD ___069E42803A623C550E1D97957542706C51EE52C6262757503BCA925BF40009C9_0;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=128 <PrivateImplementationDetails>::0DC23B9F693E00DB8A82C23DBC72BF724412EEFE73C8011C7B034B95055395BA
|
|
__StaticArrayInitTypeSizeU3D128_t657EFE1E055635FB0333044E0D63FE348A0F2A13 ___0DC23B9F693E00DB8A82C23DBC72BF724412EEFE73C8011C7B034B95055395BA_1;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=128 <PrivateImplementationDetails>::AEC63A1D9817B88413C02DFD4ACAA4DCE92E7B31885038AD5F851B01F6E20836
|
|
__StaticArrayInitTypeSizeU3D128_t657EFE1E055635FB0333044E0D63FE348A0F2A13 ___AEC63A1D9817B88413C02DFD4ACAA4DCE92E7B31885038AD5F851B01F6E20836_2;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=256 <PrivateImplementationDetails>::CFFA0C336E65626D7D6A1B7DEC9EA46121AA12320D3A2187436F489C100F3047
|
|
__StaticArrayInitTypeSizeU3D256_t6C6F2B053275FEEDECC666952C89ECDDC30817FD ___CFFA0C336E65626D7D6A1B7DEC9EA46121AA12320D3A2187436F489C100F3047_3;
|
|
};
|
|
|
|
// <PrivateImplementationDetails>
|
|
|
|
// Unity.Netcode.AnticipationSystem
|
|
|
|
// Unity.Netcode.AnticipationSystem
|
|
|
|
// Unity.Netcode.Transports.UTP.BatchedReceiveQueue
|
|
|
|
// Unity.Netcode.Transports.UTP.BatchedReceiveQueue
|
|
|
|
// Unity.Netcode.Transports.UTP.ErrorUtilities
|
|
struct ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_StaticFields
|
|
{
|
|
// Unity.Collections.FixedString128Bytes Unity.Netcode.Transports.UTP.ErrorUtilities::k_NetworkSuccess
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 ___k_NetworkSuccess_0;
|
|
// Unity.Collections.FixedString128Bytes Unity.Netcode.Transports.UTP.ErrorUtilities::k_NetworkIdMismatch
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 ___k_NetworkIdMismatch_1;
|
|
// Unity.Collections.FixedString128Bytes Unity.Netcode.Transports.UTP.ErrorUtilities::k_NetworkVersionMismatch
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 ___k_NetworkVersionMismatch_2;
|
|
// Unity.Collections.FixedString128Bytes Unity.Netcode.Transports.UTP.ErrorUtilities::k_NetworkStateMismatch
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 ___k_NetworkStateMismatch_3;
|
|
// Unity.Collections.FixedString128Bytes Unity.Netcode.Transports.UTP.ErrorUtilities::k_NetworkPacketOverflow
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 ___k_NetworkPacketOverflow_4;
|
|
// Unity.Collections.FixedString128Bytes Unity.Netcode.Transports.UTP.ErrorUtilities::k_NetworkSendQueueFull
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 ___k_NetworkSendQueueFull_5;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.ErrorUtilities
|
|
|
|
// UnityEngine.Networking.HostTopology
|
|
|
|
// UnityEngine.Networking.HostTopology
|
|
|
|
// __GEN.INetworkMessageHelper
|
|
|
|
// __GEN.INetworkMessageHelper
|
|
|
|
// Unity.Netcode.NetworkBehaviourUpdater
|
|
|
|
// Unity.Netcode.NetworkBehaviourUpdater
|
|
|
|
// Unity.Netcode.NetworkClient
|
|
|
|
// Unity.Netcode.NetworkClient
|
|
|
|
// Unity.Netcode.NetworkConnectionManager
|
|
|
|
// Unity.Netcode.NetworkConnectionManager
|
|
|
|
// Unity.Netcode.NetworkPrefabHandler
|
|
|
|
// Unity.Netcode.NetworkPrefabHandler
|
|
|
|
// Unity.Netcode.NetworkPrefabs
|
|
|
|
// Unity.Netcode.NetworkPrefabs
|
|
|
|
// Unity.Netcode.NetworkSpawnManager
|
|
struct NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_StaticFields
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String> Unity.Netcode.NetworkSpawnManager::InstantiateAndSpawnErrors
|
|
Dictionary_2_tB9DB09131681DF5E71B62460E23F0AE9D07D7E4F* ___InstantiateAndSpawnErrors_9;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkSpawnManager
|
|
|
|
// Unity.Netcode.NetworkTimeSystem
|
|
|
|
// Unity.Netcode.NetworkTimeSystem
|
|
|
|
// Unity.Netcode.RealTimeProvider
|
|
|
|
// Unity.Netcode.RealTimeProvider
|
|
|
|
// System.String
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// System.String
|
|
|
|
// System.ValueType
|
|
|
|
// System.ValueType
|
|
|
|
// Unity.Netcode.NetworkSpawnManager/<>c
|
|
struct U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_StaticFields
|
|
{
|
|
// Unity.Netcode.NetworkSpawnManager/<>c Unity.Netcode.NetworkSpawnManager/<>c::<>9
|
|
U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF* ___U3CU3E9_0;
|
|
// System.Func`2<Unity.Netcode.NetworkObject,System.Boolean> Unity.Netcode.NetworkSpawnManager/<>c::<>9__34_0
|
|
Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1* ___U3CU3E9__34_0_1;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkSpawnManager/<>c
|
|
|
|
// System.ArraySegment`1<System.Byte>
|
|
struct ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_StaticFields
|
|
{
|
|
// System.ArraySegment`1<T> System.ArraySegment`1::<Empty>k__BackingField
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___U3CEmptyU3Ek__BackingField_0;
|
|
};
|
|
|
|
// System.ArraySegment`1<System.Byte>
|
|
|
|
// System.ArraySegment`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178_StaticFields
|
|
{
|
|
// System.ArraySegment`1<T> System.ArraySegment`1::<Empty>k__BackingField
|
|
ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178 ___U3CEmptyU3Ek__BackingField_0;
|
|
};
|
|
|
|
// System.ArraySegment`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.GameObject>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.GameObject>
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.IAnticipatedObject>
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.IAnticipatedObject>
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.IAnticipationEventReceiver>
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.IAnticipationEventReceiver>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.Netcode.NetworkBehaviour>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.Netcode.NetworkBehaviour>
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.NetworkObject>
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.NetworkObject>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.Netcode.NetworkObject>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.Netcode.NetworkObject>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.UInt64>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.UInt64>
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.UInt32,System.UInt32>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.UInt32,System.UInt32>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.UInt64,Unity.Netcode.NetworkClient>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.UInt64,Unity.Netcode.NetworkClient>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
|
|
// System.Nullable`1<System.Int32>
|
|
|
|
// System.Nullable`1<System.Int32>
|
|
|
|
// System.Nullable`1<System.UInt32>
|
|
|
|
// System.Nullable`1<System.UInt32>
|
|
|
|
// System.Nullable`1<System.UInt64>
|
|
|
|
// System.Nullable`1<System.UInt64>
|
|
|
|
// System.Nullable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
|
|
// System.Nullable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
|
|
// Unity.Netcode.NetworkManager/Override`1<System.UInt16>
|
|
|
|
// Unity.Netcode.NetworkManager/Override`1<System.UInt16>
|
|
|
|
// Unity.Netcode.NetworkManager/Override`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// Unity.Netcode.NetworkManager/Override`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// Unity.Netcode.AnticipationCounterSyncPingMessage
|
|
|
|
// Unity.Netcode.AnticipationCounterSyncPingMessage
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
};
|
|
|
|
// System.Boolean
|
|
|
|
// System.Byte
|
|
|
|
// System.Byte
|
|
|
|
// Unity.Netcode.ByteBool
|
|
|
|
// Unity.Netcode.ByteBool
|
|
|
|
// Unity.Netcode.ChangeOwnershipMessage
|
|
|
|
// Unity.Netcode.ChangeOwnershipMessage
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
|
{
|
|
// System.Byte[] System.Char::s_categoryForLatin1
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
|
|
};
|
|
|
|
// System.Char
|
|
|
|
// UnityEngine.Color
|
|
|
|
// UnityEngine.Color
|
|
|
|
// UnityEngine.Color32
|
|
|
|
// UnityEngine.Color32
|
|
|
|
// Unity.Netcode.DestroyObjectMessage
|
|
|
|
// Unity.Netcode.DestroyObjectMessage
|
|
|
|
// System.Double
|
|
|
|
// System.Double
|
|
|
|
// Unity.Netcode.FastBufferReader
|
|
|
|
// Unity.Netcode.FastBufferReader
|
|
|
|
// Unity.Netcode.FastBufferWriter
|
|
struct FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_StaticFields
|
|
{
|
|
// System.Byte[] Unity.Netcode.FastBufferWriter::s_ByteArrayCache
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_ByteArrayCache_1;
|
|
};
|
|
|
|
// Unity.Netcode.FastBufferWriter
|
|
|
|
// Unity.Netcode.ILPPMessageProvider
|
|
struct ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields
|
|
{
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkMessageManager/MessageWithHandler> Unity.Netcode.ILPPMessageProvider::__network_message_types
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* _____network_message_types_0;
|
|
};
|
|
|
|
// Unity.Netcode.ILPPMessageProvider
|
|
|
|
// System.Int32
|
|
|
|
// System.Int32
|
|
|
|
// System.Int64
|
|
|
|
// System.Int64
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
};
|
|
|
|
// System.IntPtr
|
|
|
|
// Unity.Networking.Transport.NetworkConnection
|
|
|
|
// Unity.Networking.Transport.NetworkConnection
|
|
|
|
// Unity.Netcode.Transports.UTP.NetworkMetricsContext
|
|
|
|
// Unity.Netcode.Transports.UTP.NetworkMetricsContext
|
|
|
|
// Unity.Netcode.NetworkObjectReference
|
|
struct NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_StaticFields
|
|
{
|
|
// System.UInt64 Unity.Netcode.NetworkObjectReference::s_NullId
|
|
uint64_t ___s_NullId_1;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkObjectReference
|
|
|
|
// Unity.Networking.Transport.NetworkPipeline
|
|
|
|
// Unity.Networking.Transport.NetworkPipeline
|
|
|
|
// Unity.Networking.Transport.NetworkPipelineStageId
|
|
|
|
// Unity.Networking.Transport.NetworkPipelineStageId
|
|
|
|
// Unity.Netcode.NetworkTime
|
|
|
|
// Unity.Netcode.NetworkTime
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields
|
|
{
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___identityQuaternion_4;
|
|
};
|
|
|
|
// UnityEngine.Quaternion
|
|
|
|
// Unity.Netcode.ReleasedNetworkId
|
|
|
|
// Unity.Netcode.ReleasedNetworkId
|
|
|
|
// UnityEngine.SceneManagement.Scene
|
|
|
|
// UnityEngine.SceneManagement.Scene
|
|
|
|
// System.Single
|
|
|
|
// System.Single
|
|
|
|
// System.IO.TextReader
|
|
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_StaticFields
|
|
{
|
|
// System.IO.TextReader System.IO.TextReader::Null
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___Null_1;
|
|
};
|
|
|
|
// System.IO.TextReader
|
|
|
|
// Unity.Netcode.TimeSyncMessage
|
|
|
|
// Unity.Netcode.TimeSyncMessage
|
|
|
|
// System.UInt16
|
|
|
|
// System.UInt16
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt64
|
|
|
|
// System.UInt64
|
|
|
|
// Unity.Netcode.UIntFloat
|
|
|
|
// Unity.Netcode.UIntFloat
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
|
|
{
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9;
|
|
};
|
|
|
|
// UnityEngine.Vector2
|
|
|
|
// UnityEngine.Vector2Int
|
|
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_StaticFields
|
|
{
|
|
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Zero
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Zero_2;
|
|
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_One
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_One_3;
|
|
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Up
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Up_4;
|
|
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Down
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Down_5;
|
|
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Left
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Left_6;
|
|
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Right
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Right_7;
|
|
};
|
|
|
|
// UnityEngine.Vector2Int
|
|
|
|
// UnityEngine.Vector3
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14;
|
|
};
|
|
|
|
// UnityEngine.Vector3
|
|
|
|
// UnityEngine.Vector3Int
|
|
struct Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_StaticFields
|
|
{
|
|
// UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Zero
|
|
Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_Zero_3;
|
|
// UnityEngine.Vector3Int UnityEngine.Vector3Int::s_One
|
|
Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_One_4;
|
|
// UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Up
|
|
Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_Up_5;
|
|
// UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Down
|
|
Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_Down_6;
|
|
// UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Left
|
|
Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_Left_7;
|
|
// UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Right
|
|
Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_Right_8;
|
|
// UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Forward
|
|
Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_Forward_9;
|
|
// UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Back
|
|
Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_Back_10;
|
|
};
|
|
|
|
// UnityEngine.Vector3Int
|
|
|
|
// UnityEngine.Vector4
|
|
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields
|
|
{
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector_5;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector_6;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector_7;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector_8;
|
|
};
|
|
|
|
// UnityEngine.Vector4
|
|
|
|
// System.Void
|
|
|
|
// System.Void
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=128
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=128
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=256
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=256
|
|
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle
|
|
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForEnums
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForEnums
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForFixedStrings
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForFixedStrings
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForGeneric
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForGeneric
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForNetworkSerializable
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForNetworkSerializable
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForPrimitives
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForPrimitives
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForStructs
|
|
|
|
// Unity.Netcode.FastBufferWriter/ForStructs
|
|
|
|
// Unity.Netcode.NetworkMessageManager/MessageWithHandler
|
|
|
|
// Unity.Netcode.NetworkMessageManager/MessageWithHandler
|
|
|
|
// Unity.Networking.Transport.Utilities.ReliableUtility/RTTInfo
|
|
|
|
// Unity.Networking.Transport.Utilities.ReliableUtility/RTTInfo
|
|
|
|
// Unity.Networking.Transport.Utilities.ReliableUtility/Statistics
|
|
|
|
// Unity.Networking.Transport.Utilities.ReliableUtility/Statistics
|
|
|
|
// Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ClientSecrets
|
|
|
|
// Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ClientSecrets
|
|
|
|
// Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ServerSecrets
|
|
|
|
// Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ServerSecrets
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/PacketLossCache
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/PacketLossCache
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/SimulatorParameters
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/SimulatorParameters
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// Unity.Collections.NativeList`1<System.Byte>
|
|
|
|
// Unity.Collections.NativeList`1<System.Byte>
|
|
|
|
// Unity.Collections.NativeList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
|
|
// Unity.Collections.NativeList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
|
|
// Unity.Collections.NativeList`1<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>
|
|
|
|
// Unity.Collections.NativeList`1<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>
|
|
|
|
// Unity.Collections.Allocator
|
|
|
|
// Unity.Collections.Allocator
|
|
|
|
// Unity.Netcode.BitWriter
|
|
|
|
// Unity.Netcode.BitWriter
|
|
|
|
// Unity.Networking.Transport.DataStreamReader
|
|
|
|
// Unity.Networking.Transport.DataStreamReader
|
|
|
|
// Unity.Networking.Transport.DataStreamWriter
|
|
|
|
// Unity.Networking.Transport.DataStreamWriter
|
|
|
|
// System.Delegate
|
|
|
|
// System.Delegate
|
|
|
|
// System.Exception
|
|
struct Exception_t_StaticFields
|
|
{
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject* ___s_EDILock_0;
|
|
};
|
|
|
|
// System.Exception
|
|
|
|
// Unity.Jobs.JobHandle
|
|
|
|
// Unity.Jobs.JobHandle
|
|
|
|
// Unity.Netcode.LogLevel
|
|
|
|
// Unity.Netcode.LogLevel
|
|
|
|
// Unity.Collections.NativeArrayOptions
|
|
|
|
// Unity.Collections.NativeArrayOptions
|
|
|
|
// Unity.Netcode.NetworkBehaviourReference
|
|
struct NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_StaticFields
|
|
{
|
|
// System.UInt16 Unity.Netcode.NetworkBehaviourReference::s_NullId
|
|
uint16_t ___s_NullId_2;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkBehaviourReference
|
|
|
|
// Unity.Netcode.NetworkContext
|
|
|
|
// Unity.Netcode.NetworkContext
|
|
|
|
// Unity.Netcode.NetworkDelivery
|
|
|
|
// Unity.Netcode.NetworkDelivery
|
|
|
|
// Unity.Networking.Transport.NetworkEndPoint
|
|
struct NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_StaticFields
|
|
{
|
|
// System.Boolean Unity.Networking.Transport.NetworkEndPoint::IsLittleEndian
|
|
bool ___IsLittleEndian_4;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkEndPoint
|
|
|
|
// Unity.Netcode.NetworkEvent
|
|
|
|
// Unity.Netcode.NetworkEvent
|
|
|
|
// UnityEngine.Networking.NetworkEventType
|
|
|
|
// UnityEngine.Networking.NetworkEventType
|
|
|
|
// Unity.Networking.Transport.NetworkFamily
|
|
|
|
// Unity.Networking.Transport.NetworkFamily
|
|
|
|
// Unity.Netcode.NetworkPrefabOverride
|
|
|
|
// Unity.Netcode.NetworkPrefabOverride
|
|
|
|
// Unity.Netcode.NetworkTickSystem
|
|
|
|
// Unity.Netcode.NetworkTickSystem
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
|
|
// UnityEngine.Networking.QosType
|
|
|
|
// UnityEngine.Networking.QosType
|
|
|
|
// UnityEngine.Ray
|
|
|
|
// UnityEngine.Ray
|
|
|
|
// UnityEngine.Ray2D
|
|
|
|
// UnityEngine.Ray2D
|
|
|
|
// Unity.Networking.Transport.Relay.RelayConnectionStatus
|
|
|
|
// Unity.Networking.Transport.Relay.RelayConnectionStatus
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// Unity.Networking.Transport.Error.StatusCode
|
|
|
|
// Unity.Networking.Transport.Error.StatusCode
|
|
|
|
// System.IO.StreamReader
|
|
struct StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B_StaticFields
|
|
{
|
|
// System.IO.StreamReader System.IO.StreamReader::Null
|
|
StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* ___Null_2;
|
|
};
|
|
|
|
// System.IO.StreamReader
|
|
|
|
// System.StringSplitOptions
|
|
|
|
// System.StringSplitOptions
|
|
|
|
// Unity.Netcode.IDeferredNetworkMessageManager/TriggerType
|
|
|
|
// Unity.Netcode.IDeferredNetworkMessageManager/TriggerType
|
|
|
|
// Unity.Networking.Transport.NetworkConnection/State
|
|
|
|
// Unity.Networking.Transport.NetworkConnection/State
|
|
|
|
// Unity.Networking.Transport.NetworkEvent/Type
|
|
|
|
// Unity.Networking.Transport.NetworkEvent/Type
|
|
|
|
// Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes
|
|
|
|
// Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes
|
|
|
|
// Unity.Netcode.Transports.UNET.UNetTransport/SendMode
|
|
|
|
// Unity.Netcode.Transports.UNET.UNetTransport/SendMode
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/ProtocolType
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/ProtocolType
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/SendTarget
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/SendTarget
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/State
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/State
|
|
|
|
// Unity.Netcode.NetworkObject/SceneObject/TransformData
|
|
|
|
// Unity.Netcode.NetworkObject/SceneObject/TransformData
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>
|
|
|
|
// Unity.Collections.NativeArray`1<System.Byte>
|
|
|
|
// Unity.Collections.NativeArray`1<System.Byte>
|
|
|
|
// Unity.Collections.NativeArray`1<System.Int32>
|
|
|
|
// Unity.Collections.NativeArray`1<System.Int32>
|
|
|
|
// Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
|
|
// Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
|
|
// UnityEngine.Component
|
|
|
|
// UnityEngine.Component
|
|
|
|
// UnityEngine.Networking.ConnectionConfig
|
|
|
|
// UnityEngine.Networking.ConnectionConfig
|
|
|
|
// Unity.Collections.FixedString128Bytes
|
|
|
|
// Unity.Collections.FixedString128Bytes
|
|
|
|
// UnityEngine.GameObject
|
|
|
|
// UnityEngine.GameObject
|
|
|
|
// Unity.Netcode.NetworkConfig
|
|
|
|
// Unity.Netcode.NetworkConfig
|
|
|
|
// Unity.Netcode.NetworkMessageManager
|
|
|
|
// Unity.Netcode.NetworkMessageManager
|
|
|
|
// Unity.Netcode.NetworkPrefab
|
|
|
|
// Unity.Netcode.NetworkPrefab
|
|
|
|
// Unity.Netcode.NetworkSceneManager
|
|
struct NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC_StaticFields
|
|
{
|
|
// System.Boolean Unity.Netcode.NetworkSceneManager::DisableReSynchronization
|
|
bool ___DisableReSynchronization_2;
|
|
// System.Boolean Unity.Netcode.NetworkSceneManager::IsSpawnedObjectsPendingInDontDestroyOnLoad
|
|
bool ___IsSpawnedObjectsPendingInDontDestroyOnLoad_26;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkSceneManager
|
|
|
|
// Unity.Netcode.NotServerException
|
|
|
|
// Unity.Netcode.NotServerException
|
|
|
|
// Unity.Networking.Transport.Relay.RelayServerData
|
|
|
|
// Unity.Networking.Transport.Relay.RelayServerData
|
|
|
|
// Unity.Netcode.SpawnStateException
|
|
|
|
// Unity.Netcode.SpawnStateException
|
|
|
|
// System.Type
|
|
struct Type_t_StaticFields
|
|
{
|
|
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
|
|
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
|
|
// System.Char System.Type::Delimiter
|
|
Il2CppChar ___Delimiter_1;
|
|
// System.Type[] System.Type::EmptyTypes
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
|
|
// System.Object System.Type::Missing
|
|
RuntimeObject* ___Missing_3;
|
|
// System.Reflection.MemberFilter System.Type::FilterAttribute
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
|
|
// System.Reflection.MemberFilter System.Type::FilterName
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
|
|
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
|
|
};
|
|
|
|
// System.Type
|
|
|
|
// System.WeakReference
|
|
|
|
// System.WeakReference
|
|
|
|
// Unity.Netcode.FastBufferReader/ReaderHandle
|
|
|
|
// Unity.Netcode.FastBufferReader/ReaderHandle
|
|
|
|
// Unity.Netcode.FastBufferWriter/WriterHandle
|
|
|
|
// Unity.Netcode.FastBufferWriter/WriterHandle
|
|
|
|
// Unity.Netcode.NetworkObject/SceneObject
|
|
|
|
// Unity.Netcode.NetworkObject/SceneObject
|
|
|
|
// Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext
|
|
|
|
// Unity.Networking.Transport.Utilities.ReliableUtility/SharedContext
|
|
|
|
// System.Action`1<System.Int32>
|
|
|
|
// System.Action`1<System.Int32>
|
|
|
|
// System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Action`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Action`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// Unity.Collections.NativeArray`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
|
|
// Unity.Collections.NativeArray`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
|
|
// Unity.Collections.NativeArray`1/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>
|
|
|
|
// Unity.Collections.NativeArray`1/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>
|
|
|
|
// System.Func`2<Unity.Netcode.NetworkObject,System.Boolean>
|
|
|
|
// System.Func`2<Unity.Netcode.NetworkObject,System.Boolean>
|
|
|
|
// System.Action
|
|
|
|
// System.Action
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.AsyncCallback
|
|
|
|
// System.AsyncCallback
|
|
|
|
// Unity.Netcode.Transports.UTP.BatchedSendQueue
|
|
|
|
// Unity.Netcode.Transports.UTP.BatchedSendQueue
|
|
|
|
// Unity.Netcode.CreateObjectMessage
|
|
|
|
// Unity.Netcode.CreateObjectMessage
|
|
|
|
// Unity.Networking.Transport.NetworkSettings
|
|
|
|
// Unity.Networking.Transport.NetworkSettings
|
|
|
|
// System.NullReferenceException
|
|
|
|
// System.NullReferenceException
|
|
|
|
// UnityEngine.Transform
|
|
|
|
// UnityEngine.Transform
|
|
|
|
// Unity.Netcode.NetworkManager/ReanticipateDelegate
|
|
|
|
// Unity.Netcode.NetworkManager/ReanticipateDelegate
|
|
|
|
// Unity.Netcode.NetworkMessageManager/MessageHandler
|
|
|
|
// Unity.Netcode.NetworkMessageManager/MessageHandler
|
|
|
|
// Unity.Netcode.NetworkMessageManager/VersionGetter
|
|
|
|
// Unity.Netcode.NetworkMessageManager/VersionGetter
|
|
|
|
// Unity.Netcode.NetworkObject/VisibilityDelegate
|
|
|
|
// Unity.Netcode.NetworkObject/VisibilityDelegate
|
|
|
|
// Unity.Netcode.NetworkTransport/TransportEventDelegate
|
|
|
|
// Unity.Netcode.NetworkTransport/TransportEventDelegate
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
|
|
// Unity.Networking.Transport.NetworkDriver
|
|
struct NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_StaticFields
|
|
{
|
|
// System.Collections.Generic.List`1<Unity.Networking.Transport.INetworkInterface> Unity.Networking.Transport.NetworkDriver::s_NetworkInterfaces
|
|
List_1_tC673C156FBD962AEDC0C4957C82DD522010A9BC6* ___s_NetworkInterfaces_0;
|
|
// System.Collections.Generic.List`1<Unity.Networking.Transport.INetworkProtocol> Unity.Networking.Transport.NetworkDriver::s_NetworkProtocols
|
|
List_1_t55E70A01F2B19225279AEE9C81F69F51DE1781C0* ___s_NetworkProtocols_1;
|
|
};
|
|
|
|
// Unity.Networking.Transport.NetworkDriver
|
|
|
|
// System.OverflowException
|
|
|
|
// System.OverflowException
|
|
|
|
// Unity.Networking.Transport.NetworkDriver/Concurrent
|
|
|
|
// Unity.Networking.Transport.NetworkDriver/Concurrent
|
|
|
|
// System.Action`2<System.Int32,Unity.Networking.Transport.NetworkDriver>
|
|
|
|
// System.Action`2<System.Int32,Unity.Networking.Transport.NetworkDriver>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>
|
|
|
|
// Unity.Netcode.NetworkBehaviour
|
|
struct NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE_StaticFields
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<System.Type,System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.NetworkBehaviour/RpcReceiveHandler>> Unity.Netcode.NetworkBehaviour::__rpc_func_table
|
|
Dictionary_2_t61D9E1A79722A10277502E526E398BA456EFD5CE* _____rpc_func_table_4;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkBehaviour
|
|
|
|
// Unity.Netcode.NetworkManager
|
|
struct NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_StaticFields
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.NetworkManager/RpcReceiveHandler> Unity.Netcode.NetworkManager::__rpc_func_table
|
|
Dictionary_2_t535993A174BD2EEC9F9DB2BB1AA684D960BD89AD* _____rpc_func_table_4;
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.NetworkManager::<Singleton>k__BackingField
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___U3CSingletonU3Ek__BackingField_13;
|
|
// System.Action Unity.Netcode.NetworkManager::OnSingletonReady
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___OnSingletonReady_14;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkManager
|
|
|
|
// Unity.Netcode.NetworkObject
|
|
struct NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_StaticFields
|
|
{
|
|
// System.Collections.Generic.HashSet`1<Unity.Netcode.NetworkObject> Unity.Netcode.NetworkObject::OrphanChildren
|
|
HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* ___OrphanChildren_32;
|
|
};
|
|
|
|
// Unity.Netcode.NetworkObject
|
|
|
|
// Unity.Netcode.NetworkTransport
|
|
|
|
// Unity.Netcode.NetworkTransport
|
|
|
|
// Unity.Netcode.Transports.UTP.SecretsLoaderHelper
|
|
|
|
// Unity.Netcode.Transports.UTP.SecretsLoaderHelper
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob
|
|
|
|
// Unity.Netcode.Transports.UNET.UNetTransport
|
|
|
|
// Unity.Netcode.Transports.UNET.UNetTransport
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport
|
|
struct UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields
|
|
{
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData Unity.Netcode.Transports.UTP.UnityTransport::s_DefaultConnectionAddressData
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865 ___s_DefaultConnectionAddressData_10;
|
|
// Unity.Netcode.Transports.UTP.INetworkStreamDriverConstructor Unity.Netcode.Transports.UTP.UnityTransport::s_DriverConstructor
|
|
RuntimeObject* ___s_DriverConstructor_11;
|
|
// System.Action`2<System.Int32,Unity.Networking.Transport.NetworkDriver> Unity.Netcode.Transports.UTP.UnityTransport::TransportInitialized
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* ___TransportInitialized_23;
|
|
// System.Action`1<System.Int32> Unity.Netcode.Transports.UTP.UnityTransport::TransportDisposed
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___TransportDisposed_24;
|
|
};
|
|
|
|
// Unity.Netcode.Transports.UTP.UnityTransport
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
inline uint8_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Vector2[]
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 m_Items[1];
|
|
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Vector3[]
|
|
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 m_Items[1];
|
|
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Vector2Int[]
|
|
struct Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A m_Items[1];
|
|
|
|
inline Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Vector3Int[]
|
|
struct Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 m_Items[1];
|
|
|
|
inline Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Vector4[]
|
|
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 m_Items[1];
|
|
|
|
inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Quaternion[]
|
|
struct QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 m_Items[1];
|
|
|
|
inline Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Color[]
|
|
struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Color_tD001788D726C3A7F1379BEED0260B9591F440C1F m_Items[1];
|
|
|
|
inline Color_tD001788D726C3A7F1379BEED0260B9591F440C1F GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Color_tD001788D726C3A7F1379BEED0260B9591F440C1F GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Color32[]
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B m_Items[1];
|
|
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Ray[]
|
|
struct RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00 m_Items[1];
|
|
|
|
inline Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Ray2D[]
|
|
struct Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A m_Items[1];
|
|
|
|
inline Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
|
|
|
|
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// Unity.Netcode.NetworkObject[]
|
|
struct NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* m_Items[1];
|
|
|
|
inline NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>[]
|
|
struct KeyValuePair_2U5BU5D_t32BA924C5BC521465E78D0D4328753469816C4C3 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B m_Items[1];
|
|
|
|
inline KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL);
|
|
}
|
|
inline KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL);
|
|
}
|
|
};
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Delegate_t* m_Items[1];
|
|
|
|
inline Delegate_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Delegate_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Type_t* m_Items[1];
|
|
|
|
inline Type_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Type_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Type_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Type_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Type_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType[]
|
|
struct __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + il2cpp_array_calc_byte_offset(this, index);
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + il2cpp_array_calc_byte_offset(this, index);
|
|
}
|
|
};
|
|
// Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType[]
|
|
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + il2cpp_array_calc_byte_offset(this, index);
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + il2cpp_array_calc_byte_offset(this, index);
|
|
}
|
|
};
|
|
|
|
IL2CPP_EXTERN_C void Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshal_pinvoke(const Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14& unmarshaled, Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshal_pinvoke_back(const Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshaled_pinvoke& marshaled, Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14& unmarshaled);
|
|
IL2CPP_EXTERN_C void Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshal_pinvoke_cleanup(Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshal_com(const Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14& unmarshaled, Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshal_com_back(const Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshaled_com& marshaled, Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14& unmarshaled);
|
|
IL2CPP_EXTERN_C void Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshal_com_cleanup(Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshaled_com& marshaled);
|
|
|
|
// System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::AlignOf<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnsafeUtility_AlignOf_TisIl2CppFullySharedGenericStruct_m11D1023B182BE19CF0F1A57DBE826004A1B81A41_gshared (const RuntimeMethod* method) ;
|
|
// System.Void System.ArraySegment`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(T[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArraySegment_1__ctor_m3A1337B17EA471D2D1538CB43ADB3B91267F978F_gshared (ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178* __this, __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ___0_array, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>(T&,Unity.Netcode.FastBufferWriter/ForPrimitives)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_TisIl2CppFullySharedGenericStruct_m576FF3C4FCD70A41F8A902F9BF4CAE68AC93243F_gshared_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct* ___0_value, ForPrimitives_t4120884959A3BC3EAC3D4980A4DA8010E09DA292 ___1_unused, const RuntimeMethod* method) ;
|
|
// System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafePtr<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>(Unity.Collections.NativeArray`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafePtr_TisIl2CppFullySharedGenericStruct_m4AB802D5B1B296D0F976C1E7631699B0C4A4D00F_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_nativeArray, const RuntimeMethod* method) ;
|
|
// System.Void* Unity.Collections.LowLevel.Unsafe.NativeListUnsafeUtility::GetUnsafePtr<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>(Unity.Collections.NativeList`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeListUnsafeUtility_GetUnsafePtr_TisIl2CppFullySharedGenericStruct_mE9C167B5E37C0635A71E22EBFB746FB93AA72EC0_gshared (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1 ___0_list, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Collections.NativeList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_mBCE0D52E1FEFC40B5CFEE2F41B493C7FF6A07FA7_gshared (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>(T&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mE5CD156A6895E12A0F9A5D8DB9765BD02A32B3AA_gshared_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>(T[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mEE7CB1EE0E6BF4C5222E68AC48B425F9CC14A509_gshared_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>(T&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_mF402B59B8984B433580C21FF5521929FD74E748A_gshared_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>(T[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_m092040155CF5331E168CCA668ADA63D009E6A594_gshared_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* ___0_value, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::GetComponent<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_GetComponent_TisIl2CppFullySharedGenericAny_m1122128E432233EB251AECF734E2B72A42A2C194_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::TryGetValue(TKey,TValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::ContainsKey(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mA268E9B914DCE838DD0CD9D879BAAEECD0C677AA_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Add(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_value, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.GameObject::TryGetComponent<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(T&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_TryGetComponent_TisIl2CppFullySharedGenericAny_m8FE39C82005602F4FEA27DC201600DABE2481BD1_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___0_component, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::ContainsValue(TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsValue_m6DD06FB7A6641F460E175909EE58B3E7EF585F46_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_value, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_GetEnumerator_mEC4954B142C43B5CBAA045953EAD4E168FFCD492_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3D89F01AE65EC60062FFB578C0E771C098EF2CB7_gshared (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m26AF82C275C82180BB7F23C7E408BC1FEB9A38EE_gshared_inline (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// TKey System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Key()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyValuePair_2_get_Key_mBE75BF8983618BC1ACEC20F94C1BFF85C8AA50F1_gshared_inline (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m97783F73CDB1D0083A2F7D26A51847BF0843ADEA_gshared (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Remove(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m583C4F0E2926B584BE6EC6008195360FC631C14C_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Item(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_get_Item_m2E96908E9716367701CD737FA54C884EB2A8C3EA_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Remove(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m9BCE8CEF94E6F2BF8624D65214FF4F3CA686D60C_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Contains(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m8DA550B703DFB328B69C4712064C667D7CA33DF1_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Remove(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Remove_mE12E434B402CFEB49197444DE1D52A3AE4C7F6EE_gshared (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::set_Item(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m4C6841170DD11AED683D2D71919F362A4CFF4A80_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_value, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Values()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40* Dictionary_2_get_Values_mE06FB7381D8152E35F0716DC7FE13788362112A7_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* Enumerable_ToList_TisIl2CppFullySharedGenericAny_m191EA129E511F9B8304FF8826A2DA645E06CCBF0_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mE6103188ACDEC07F90F2D2986554730D18029750_gshared_inline (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Peek()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Peek_mC16DCF76985FF167BAB542F92D9AA03C1E210D8C_gshared (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dequeue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Dequeue_m80C152387A53656EC4AEF450BCBA9087DC51EEE3_gshared (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.NetworkConnectionManager::SendMessage<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(T&,Unity.Netcode.NetworkDelivery,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkConnectionManager_SendMessage_TisIl2CppFullySharedGenericAny_m435F6972A65C3BFA97604C364AB5AA4A7D0F2CA3_gshared (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___0_message, int32_t ___1_delivery, uint64_t ___2_clientId, const RuntimeMethod* method) ;
|
|
// System.Void System.Nullable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m4257D7FF23A495D1B204F20330FBDED58248E4CC_gshared (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType*/Il2CppFullySharedGenericStruct ___0_value, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Object::Instantiate<System.Object>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_Instantiate_TisRuntimeObject_m90A1E6C4C2B445D2E848DB75C772D1B95AAC046A_gshared (RuntimeObject* ___0_original, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponent<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_GetComponent_TisIl2CppFullySharedGenericAny_m47CBDD147982125387F078ABBFDAAB92D397A6C2_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Component::GetComponentsInChildren<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* Component_GetComponentsInChildren_TisIl2CppFullySharedGenericAny_m173581815FF84722B49A5E4DE5A2820B5D2DB00E_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// T System.Nullable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::GetValueOrDefault()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Nullable_1_GetValueOrDefault_mC057FBD944AF068B90EBDD0B496231A01B2A4228_gshared_inline (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339* __this, Il2CppFullySharedGenericStruct* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Nullable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::get_HasValue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m14F273FB376DF00D727434CDCD28AB4EDCC14C3C_gshared_inline (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Add(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m73E14DB94D21272EEE1E28E4D74704B0095D8064_gshared (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
|
|
// T System.Nullable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1_get_Value_mA083C4D9192050DC38513BDD9D364C5C68A3A675_gshared (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339* __this, Il2CppFullySharedGenericStruct* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Object::FindObjectsOfType<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Object_FindObjectsOfType_TisRuntimeObject_m0B4DF4B8AB4C71E0F471BC9D0440B40844DA221D_gshared (const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m7F5DD19B4170C027D5367001F7BC95A0658A2169_gshared (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisIl2CppFullySharedGenericAny_m3F416675DC7A5572025B02ED373C41AD9ED8F6C4_gshared (RuntimeObject* ___0_source, Func_2_t19E50C11C3E1F20B5A8FDB85D7DD353B6DFF868B* ___1_predicate, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.HashSet`1/Enumerator<T> System.Collections.Generic.HashSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1_GetEnumerator_m75DD344FE9A073CA9564DC6A425EC36883FB32A7_gshared (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87* __this, Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.HashSet`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m915D35B9BB2A77C5396F4FE1A1C53F1C93B8E337_gshared (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.HashSet`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m51282E47C90E55BF2D96A0D329869ABC122A85A0_gshared_inline (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1756F06B6BC460B8EEB4522B562E097F37D54C59_gshared (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Enqueue(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m9159DC6A9BC5528A3444329C408F4101004CF652_gshared (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Clear()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mD615D1BCB2C9DD91DAD86A2F9E5CF1DFFCBF7925_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.NetworkConnectionManager::SendMessage<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(TMessageType&,Unity.Netcode.NetworkDelivery,TClientIdListType&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkConnectionManager_SendMessage_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m4F6CAAEDA654D8A8668605236708F416567A4581_gshared (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___0_message, int32_t ___1_delivery, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___2_clientIds, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.HashSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1_Clear_mCD863950F0D273BF34801FDD92CBEC230ECD5A6D_gshared (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m935B3F117860376DC854C9E0C80CBD99BE77EEA4_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.HashSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m5E12B490550D90B0686D55F8F4E7B0506BD07120_gshared (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m657BFA58DFD6AB5B1B4B69AA6E963CD569637EAD_gshared (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mD82E516936D2BDE6D46C8C45270250647986231E_gshared (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mC5A29C46C38B74A66668293183E0C1CD26D1FC43_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.HashSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashSet_1_get_Count_mA764DCA3CB14CB2CBDF742A163492FF4DA515B63_gshared_inline (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.NetworkMessageManager::SendMessage<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(T&,Unity.Netcode.NetworkDelivery,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkMessageManager_SendMessage_TisIl2CppFullySharedGenericAny_m0B5DFA199CB81FE2C238E4D1CE12A69C5C243E97_gshared (NetworkMessageManager_t3AC5DCD467E3287780F83E2B4A37CC5DCB40C468* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___0_message, int32_t ___1_delivery, uint64_t ___2_clientId, const RuntimeMethod* method) ;
|
|
// System.Void System.Array::Resize<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(T[]&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisIl2CppFullySharedGenericAny_m263FC41C8DB989397C43C86556D63CEBE13F4712_gshared (__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC** ___0_array, int32_t ___1_newSize, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Collections.NativeList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::get_IsCreated()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeList_1_get_IsCreated_m4E2356CCFFB361C91CBEFB528F727AC7C244043F_gshared (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::.ctor(System.Int32,Unity.Collections.AllocatorManager/AllocatorHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1__ctor_mA1DFF4EEBED87ED011F318AEC145588B17212121_gshared (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m788DE0F85C4051DDF092DDF96484DE655ACFB6F1_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::ResizeUninitialized(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_ResizeUninitialized_mC281739878E0A1D9BD814C0B970B46A554D8EDFD_gshared (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1* __this, int32_t ___0_length, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Dispose_m42535264C7291A64741CA36B4F0567D15D7BDC2F_gshared (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m365A262FA4CA431467F021D7732CECD68316AF80_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.ArraySegment`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ArraySegment_1_get_Count_mEF96248898C14F3687A5C72B920F841701E4E13C_gshared_inline (ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178* __this, const RuntimeMethod* method) ;
|
|
// T[] System.ArraySegment`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Array()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ArraySegment_1_get_Array_mE4A35DFD81ABF447350B9A05C0F4BF0248A3CFF2_gshared_inline (ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.ArraySegment`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Offset()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ArraySegment_1_get_Offset_m4FAFF061AB36BF278BA8DC37B6D13718A06301E6_gshared_inline (ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178* __this, const RuntimeMethod* method) ;
|
|
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::AsArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 NativeList_1_AsArray_m1E9616CC42457555561B1165B47ED6E2EEADAC98_gshared (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Invoke(T1,T2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m6343941059117DF354182855F996EB3D08B4C06C_gshared_inline (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_arg1, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_arg2, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueCollection_GetEnumerator_m22BB9C6494A679370661D0B6DA1FA7EF744281EA_gshared (ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40* __this, Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mB05777B182DD6D8C5ED21811C2CA95405D2743F8_gshared (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m77681472C32B9ABB97AE602C0D4C365A0A8E8ACE_gshared_inline (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m297C3CEEAAC8D29D8F7C93E0801CD1D362D1C66F_gshared (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Invoke(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_m5A038831CEB84A7E374FE59D43444412629F833F_gshared_inline (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Jobs.IJobExtensions::Run<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IJobExtensions_Run_TisIl2CppFullySharedGenericStruct_mF1C0A39C4D64E79E4DD16CF8EC0DF4AC0A17E887_gshared (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType*/Il2CppFullySharedGenericStruct ___0_jobData, const RuntimeMethod* method) ;
|
|
// System.Boolean System.ArraySegment`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::op_Equality(System.ArraySegment`1<T>,System.ArraySegment`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArraySegment_1_op_Equality_mFB1809C3CA4BB2B0507478FDBB654C0E9CBEC612_gshared (ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178 ___0_a, ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178 ___1_b, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Keys()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_tB792ACBAE0B99278B0B7B0F7440B4788E98F0D55* Dictionary_2_get_Keys_mD82D6690B1A801E8EED43F1B1D310893C9D334CF_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_GetEnumerator_m1624A44B07D62B8CC592FEAE7A521D9504E0ACB3_gshared (KeyCollection_tB792ACBAE0B99278B0B7B0F7440B4788E98F0D55* __this, Enumerator_tE10E03C65C00BC14DE96993EA5248F610F88C977* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3E0B734E98D35978EEE706FCEC2FE08FEA74FD35_gshared (Enumerator_tE10E03C65C00BC14DE96993EA5248F610F88C977* __this, const RuntimeMethod* method) ;
|
|
// TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m2D9E3398C2A3349E3F0F189A38E881D11DE5AA15_gshared_inline (Enumerator_tE10E03C65C00BC14DE96993EA5248F610F88C977* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::Add(T&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Add_m9BE8F632802CF4BA6110C86A3C1842F568C58DBB_gshared (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m21C503A713FDCA406492E2BE960D85320752E615_gshared (Enumerator_tE10E03C65C00BC14DE96993EA5248F610F88C977* __this, const RuntimeMethod* method) ;
|
|
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_GetEnumerator_mAEC3E4F148C87993A6A957CCD8D16A1CBADF6621_gshared (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1* __this, Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeArray`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m97F29D6F80B478A97A6DA81F665E7DA693E17E64_gshared (Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405* __this, const RuntimeMethod* method) ;
|
|
// T Unity.Collections.NativeArray`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_mF9A198DACCE8ED0DC6FD097825D7A0F82D149DBA_gshared_inline (Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405* __this, Il2CppFullySharedGenericStruct* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Collections.NativeArray`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::MoveNext()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mC9099E56E01AB33169AB4EE888BD9A2B752961DE_gshared_inline (Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkManager/Override`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Overidden()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Override_1_get_Overidden_m716DBF3DC788809456EEAC9FDB2ED8833BC9E78F_gshared_inline (Override_1_t9580BA37D0A0E32EEA06F4964ADE5F647866611A* __this, const RuntimeMethod* method) ;
|
|
// T Unity.Netcode.NetworkManager/Override`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Override_1_get_Value_m94BE6B3945500A70C27F1AAF2134831E94556252_gshared (Override_1_t9580BA37D0A0E32EEA06F4964ADE5F647866611A* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
|
|
// System.Int32 Unity.Netcode.FastBufferWriter::get_Position()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FastBufferWriter_get_Position_m87642B5268B41B7D15D4E628DF93A5B5776A4B05_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.FastBufferWriter::get_Capacity()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FastBufferWriter_get_Capacity_mD964D1DBD191F782D6808ABB619A8BAD2B9B4B2D_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.FastBufferWriter::get_MaxCapacity()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FastBufferWriter_get_MaxCapacity_m9AAC1191EA17DE81E30AD51CA9B1B6B51B75FB09_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.FastBufferWriter::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FastBufferWriter_get_Length_m7266B7D8C1D5C7C6876FBC287C06655EB9593396_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.FastBufferWriter::get_IsInitialized()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FastBufferWriter_get_IsInitialized_m0033005B6E66BB895F42965A29328131994960CC (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::CommitBitwiseWrites(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_CommitBitwiseWrites_m602AE9453AE1CC92FCE683FE801E44A9B3737E6E_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_amount, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::AlignOf<Unity.Netcode.FastBufferWriter/WriterHandle>()
|
|
inline int32_t UnsafeUtility_AlignOf_TisWriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_mA0E6B9C7C0BA6DD73308B215EB5C1CCA61C8AD21 (const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (const RuntimeMethod*))UnsafeUtility_AlignOf_TisIl2CppFullySharedGenericStruct_m11D1023B182BE19CF0F1A57DBE826004A1B81A41_gshared)(method);
|
|
}
|
|
// System.Void* Unity.Collections.LowLevel.Unsafe.UnsafeUtility::Malloc(System.Int64,System.Int32,Unity.Collections.Allocator)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* UnsafeUtility_Malloc_mD7BD28D5AE7E4901B225B7DFFE2B568EE7BDC0C9 (int64_t ___0_size, int32_t ___1_alignment, int32_t ___2_allocator, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::.ctor(System.Int32,Unity.Collections.Allocator,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter__ctor_mC30559B2929B00FB14A14546F92426A19AB7FFC4 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_size, int32_t ___1_allocator, int32_t ___2_maxSize, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::Free(System.Void*,Unity.Collections.Allocator)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_Free_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1 (void* ___0_memory, int32_t ___1_allocator, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_Dispose_mD37E84164B321672C9DD7FED218D6802360660FE (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Math::Min(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52 (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::Seek(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_Seek_mB69BB80C6A754FCD31EEC11BF09B1E354AADA64E_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_where, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::Truncate(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_Truncate_m37769BA69463FC89CF72E53994AC55508087D7C5_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_where, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.BitWriter::.ctor(Unity.Netcode.FastBufferWriter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitWriter__ctor_m7C2636D8336AC6E94DDB3DA35F5C22CE416324B9 (BitWriter_t1FE6FF6B97C2520AC2F146B050FCF8FA039936B8* __this, FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC ___0_writer, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.BitWriter Unity.Netcode.FastBufferWriter::EnterBitwiseContext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitWriter_t1FE6FF6B97C2520AC2F146B050FCF8FA039936B8 FastBufferWriter_EnterBitwiseContext_m84834D8E499F582FF708A177F5249A981FC1A00F (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::AlignOf<System.Byte>()
|
|
inline int32_t UnsafeUtility_AlignOf_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mB152D3C658FB48DEDB6E662EEB0C91018E7F2857 (const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (const RuntimeMethod*))UnsafeUtility_AlignOf_TisIl2CppFullySharedGenericStruct_m11D1023B182BE19CF0F1A57DBE826004A1B81A41_gshared)(method);
|
|
}
|
|
// System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemCpy(System.Void*,System.Void*,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177 (void* ___0_destination, void* ___1_source, int64_t ___2_size, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::Grow(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_Grow_mAD43637D60A44A3D7DCEB09D0425822F6C2A23FB (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_additionalSizeRequired, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.FastBufferWriter::TryBeginWrite(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FastBufferWriter_TryBeginWrite_m16FA0A52579A7C6C5E59171D26EA327CDEBFF459_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_bytes, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.FastBufferWriter::TryBeginWriteInternal(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FastBufferWriter_TryBeginWriteInternal_m9DD6CDBDC49E5AF7A760EA05882BE4F52BEA1883_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_bytes, const RuntimeMethod* method) ;
|
|
// System.Byte[] Unity.Netcode.FastBufferWriter::ToArray()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* FastBufferWriter_ToArray_mC3A2B1C0D9DD5C11E08A371C70E600FC771B2E67_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.ArraySegment`1<System.Byte>::.ctor(T[],System.Int32,System.Int32)
|
|
inline void ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20 (ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_array, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178*, __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC*, int32_t, int32_t, const RuntimeMethod*))ArraySegment_1__ctor_m3A1337B17EA471D2D1538CB43ADB3B91267F978F_gshared)((ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178*)__this, (__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC*)___0_array, ___1_offset, ___2_count, method);
|
|
}
|
|
// System.ArraySegment`1<System.Byte> Unity.Netcode.FastBufferWriter::ToTempByteArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 FastBufferWriter_ToTempByteArray_m7445357404A92F72E9647510E2C0894D6E505DB8 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method) ;
|
|
// System.Byte* Unity.Netcode.FastBufferWriter::GetUnsafePtr()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* FastBufferWriter_GetUnsafePtr_m2403FBA11BD6F554625287D720B65B45A0F6DA6A_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method) ;
|
|
// System.Byte* Unity.Netcode.FastBufferWriter::GetUnsafePtrAtCurrentPosition()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* FastBufferWriter_GetUnsafePtrAtCurrentPosition_m0841F6174F2695C7293812E1A78FEBD86C853696_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue<System.UInt32>(T&,Unity.Netcode.FastBufferWriter/ForPrimitives)
|
|
inline void FastBufferWriter_WriteValue_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m2E8E63F1B6E717D125EA6F6D9E92405E3994A76E_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, uint32_t* ___0_value, ForPrimitives_t4120884959A3BC3EAC3D4980A4DA8010E09DA292 ___1_unused, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, ForPrimitives_t4120884959A3BC3EAC3D4980A4DA8010E09DA292, const RuntimeMethod*))FastBufferWriter_WriteValue_TisIl2CppFullySharedGenericStruct_m576FF3C4FCD70A41F8A902F9BF4CAE68AC93243F_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, ___1_unused, method);
|
|
}
|
|
// System.Char System.String::get_Chars(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteByte(System.Byte)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteByte_mA045F3F8CA7B77E11E6972E8F45731E634B7770D_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, uint8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD (const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytes(System.Byte*,System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, uint8_t* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m2027257224443062632299FE163CA30F6522409D (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, String_t* ___0_s, bool ___1_oneByteChars, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.FastBufferWriter::GetWriteSize(System.String,System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FastBufferWriter_GetWriteSize_m283745C69915E8E8D699F45A7A1EDB4A02D63476_inline (String_t* ___0_s, bool ___1_oneByteChars, const RuntimeMethod* method) ;
|
|
// System.Void System.OverflowException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264 (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m0F27F4503AFFE1229BEC702F82897D43187F2AF5 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, String_t* ___0_s, bool ___1_oneByteChars, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteByteSafe(System.Byte)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteByteSafe_m2D997B52B33831E45D0DE68AF101707421D1335A_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, uint8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytesSafe(System.Byte*,System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, uint8_t* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytes(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytes_m161806EB55FB9BFAB4F6E8D6181D786E4267A48A_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method) ;
|
|
// System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafePtr<System.Byte>(Unity.Collections.NativeArray`1<T>)
|
|
inline void* NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2 (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_nativeArray, const RuntimeMethod* method)
|
|
{
|
|
return (( void* (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, const RuntimeMethod*))NativeArrayUnsafeUtility_GetUnsafePtr_TisIl2CppFullySharedGenericStruct_m4AB802D5B1B296D0F976C1E7631699B0C4A4D00F_gshared)(il2cpp_codegen_cast_struct<NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF>(&___0_nativeArray), method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytes(Unity.Collections.NativeArray`1<System.Byte>,System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytes_m12FCFCA1C0D918E962057B699206079E39BBC9BB_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method) ;
|
|
// System.Void* Unity.Collections.LowLevel.Unsafe.NativeListUnsafeUtility::GetUnsafePtr<System.Byte>(Unity.Collections.NativeList`1<T>)
|
|
inline void* NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3 (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___0_list, const RuntimeMethod* method)
|
|
{
|
|
return (( void* (*) (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1, const RuntimeMethod*))NativeListUnsafeUtility_GetUnsafePtr_TisIl2CppFullySharedGenericStruct_mE9C167B5E37C0635A71E22EBFB746FB93AA72EC0_gshared)(il2cpp_codegen_cast_struct<NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1, NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94>(&___0_list), method);
|
|
}
|
|
// System.Int32 Unity.Collections.NativeList`1<System.Byte>::get_Length()
|
|
inline int32_t NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61 (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*, const RuntimeMethod*))NativeList_1_get_Length_mBCE0D52E1FEFC40B5CFEE2F41B493C7FF6A07FA7_gshared)((NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*)__this, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytes(Unity.Collections.NativeList`1<System.Byte>,System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytes_mAB7C557B38DDD3431860B723CE6FBE70536CFA26_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytesSafe(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytesSafe_m1644F1C5664330201E16B48A085345DC637D8333_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytesSafe(Unity.Collections.NativeArray`1<System.Byte>,System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytesSafe_m44CB114797B38C32FF7F30F4755040D21FCC1DC3_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytesSafe(Unity.Collections.NativeList`1<System.Byte>,System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytesSafe_m6D6DA8B162FEFA13B1CA0D525A62F599DC6C62F9_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::CopyTo(Unity.Netcode.FastBufferWriter)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_CopyTo_mEA3CC5E867B8DCD6BA5ADA92FE2CCA3DCE548BB9_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC ___0_other, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::CopyFrom(Unity.Netcode.FastBufferWriter)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_CopyFrom_m025B701E12CDE987AAA92729CBD5F3B20D421E33_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC ___0_other, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Vector2>(T&)
|
|
inline void FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m741BEC480443319343787E8802C1FDA3D97951AB_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mE5CD156A6895E12A0F9A5D8DB9765BD02A32B3AA_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector2&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mDF8569479DB772E4A767A30211B03C26BA298907_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Vector2>(T[])
|
|
inline void FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mE0FC4A690EE9DC5BDF4A345C298ED9BDC86E25B4_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mEE7CB1EE0E6BF4C5222E68AC48B425F9CC14A509_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector2[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m7916E04D46F3D21C143FFC2DEB9616B6B318BCB0_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Vector3>(T&)
|
|
inline void FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m8C6FF24963E6E13AFD0FF1D1360F2375ADFC6E6B_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mE5CD156A6895E12A0F9A5D8DB9765BD02A32B3AA_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector3&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m8B22CB2D5525A4219A8E7CA01250281244EB3147_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Vector3>(T[])
|
|
inline void FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m079F6891B5F8FE3338F7BB65C066FB787ED3CD06_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mEE7CB1EE0E6BF4C5222E68AC48B425F9CC14A509_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector3[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mA482A8D677322D6CC410B71DE38289B74CFE7426_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Vector2Int>(T&)
|
|
inline void FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mD3C025D91E9F8906D5B44A7E1F45F2C11CCDF6E5_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mE5CD156A6895E12A0F9A5D8DB9765BD02A32B3AA_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector2Int&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m96B36D0BF0F4B33DD2F6D3DC5D819B50762E2D03_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Vector2Int>(T[])
|
|
inline void FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m877F2421B8EEDF38620B05275EF27C4D883DD2C9_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mEE7CB1EE0E6BF4C5222E68AC48B425F9CC14A509_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector2Int[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m923C55384E8BA173D9558CA02FEEF4023B9B2D59_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Vector3Int>(T&)
|
|
inline void FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m5577922AF6175DD4AA3B195CC5C0A6E7F9A9608E_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mE5CD156A6895E12A0F9A5D8DB9765BD02A32B3AA_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector3Int&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mB5374A146588D517DCA2F7B90687E364102DB71A_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Vector3Int>(T[])
|
|
inline void FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m81234F66A4992822AFD16F61A73C56840C418438_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mEE7CB1EE0E6BF4C5222E68AC48B425F9CC14A509_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector3Int[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mE2DDD3B4B1AB33829A8B2E8DA86E59FA3A928CCA_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Vector4>(T&)
|
|
inline void FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m017D6B89BC5963E81B69921AA9CF567F7A69ECD4_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mE5CD156A6895E12A0F9A5D8DB9765BD02A32B3AA_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector4&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mD29AB422AC259CC6A8D57DD753303BBA90B23C3B_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Vector4>(T[])
|
|
inline void FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m4FA2AD9A20367626FC3C5FB55ED9B6184310034B_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mEE7CB1EE0E6BF4C5222E68AC48B425F9CC14A509_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector4[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mF4279CB171D6C4737900A5B21368CA9EB435B398_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Quaternion>(T&)
|
|
inline void FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m2A7D0487DF3A2244BCB39ADE615BF3B3BF588BFA_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mE5CD156A6895E12A0F9A5D8DB9765BD02A32B3AA_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Quaternion&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m06F5B3A30135ED520FCD9A6CEFE917CBA7C1E32A_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Quaternion>(T[])
|
|
inline void FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_mD4BF992C8BEFDE938EDFA6B0CBA92FC121521006_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mEE7CB1EE0E6BF4C5222E68AC48B425F9CC14A509_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Quaternion[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mC57464D40E1666DB990AEDF5C4FB42AE0B9A2B25_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Color>(T&)
|
|
inline void FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mAA3942F0E1DBAF6C6E22D7CB2B4CED30FFAE5CA8_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mE5CD156A6895E12A0F9A5D8DB9765BD02A32B3AA_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Color&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mDE145B67B144ED8EE21D668E9CF74181E032B6E0_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Color>(T[])
|
|
inline void FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m9C2388E09363F8904502A700E0091D0B4C264A12_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mEE7CB1EE0E6BF4C5222E68AC48B425F9CC14A509_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Color[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m521A2E8E1297F145170443C751D21CCF217806A2_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Color32>(T&)
|
|
inline void FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m3685A787CB417776E7A314E39CB40FBEFE5B5C0B_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mE5CD156A6895E12A0F9A5D8DB9765BD02A32B3AA_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Color32&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mE72B923F4EBE26A4A538155095DC02F1A29A207A_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Color32>(T[])
|
|
inline void FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mA325CD4419E981321EBE2361E69305BBC8B9DF1F_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mEE7CB1EE0E6BF4C5222E68AC48B425F9CC14A509_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Color32[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m0486DA25F281B5371C363EF1BE003E7BD010AA34_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Ray>(T&)
|
|
inline void FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mAEC78CF122135708708D84D6BEB3783BFC00AB12_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mE5CD156A6895E12A0F9A5D8DB9765BD02A32B3AA_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Ray&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mB361CBDBEDF544E43508679D07E56672CDF488F4_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Ray>(T[])
|
|
inline void FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mCD1AB02A05EA1BFC30AFDA83F237603190893E54_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mEE7CB1EE0E6BF4C5222E68AC48B425F9CC14A509_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Ray[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m644674ECC56DCD8ECD6F37DDC60FB51CD3B72BB9_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Ray2D>(T&)
|
|
inline void FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m68447B585FDBFEECBC5FBAF1C4437E7AC2174737_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mE5CD156A6895E12A0F9A5D8DB9765BD02A32B3AA_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Ray2D&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m4A44462C61C21B6E634FE27E84A269CC7F5E800D_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<UnityEngine.Ray2D>(T[])
|
|
inline void FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m55408CFCA5A59E79B3711337A86E8FE9025ADFBE_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mEE7CB1EE0E6BF4C5222E68AC48B425F9CC14A509_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Ray2D[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mCA8114D721A1E83FB06A9F992AFBBCF75856A8B2_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Vector2>(T&)
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mA2DD528856B2B6F93B91015D61502F5706BE7166_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_mF402B59B8984B433580C21FF5521929FD74E748A_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector2&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mD708E41CD526B74BBB426DF6C4C0DB2EC231FE33_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Vector2>(T[])
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mAC76FD0FF0B45EF92D789151D3E46D5F80C6D1A0_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_m092040155CF5331E168CCA668ADA63D009E6A594_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector2[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m697A680963628F68DBEE3E4D3E162B0F89127F2E_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Vector3>(T&)
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m24083F73D425C912B88197F4A020CB58FED2F9A4_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_mF402B59B8984B433580C21FF5521929FD74E748A_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector3&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mA82B8C332BFA1FA2C68EF246D68A035DE2A0A5BF_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Vector3>(T[])
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF77460EF7381C9CF7ABE9C53584CB8ACEE2E80ED_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_m092040155CF5331E168CCA668ADA63D009E6A594_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector3[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m76A0EF2F89B1129A3B6B295612D14B83DBB4CBA1_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Vector2Int>(T&)
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m25B76E898E127C698ACAB73FAB056A2F96252CCF_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_mF402B59B8984B433580C21FF5521929FD74E748A_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector2Int&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mB033F03EABA83D2FDBFC20FB7BF3BFB27906F234_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Vector2Int>(T[])
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mDA25C27418FEE1C7F2DC2A570A1B0138B8AA155D_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_m092040155CF5331E168CCA668ADA63D009E6A594_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector2Int[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m02FE6A8E3A219DBCD9DC75E45C148EBD9865E3E6_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Vector3Int>(T&)
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m9F0C01892F41C1B9F8723C8C0CCA72B2E0B5152D_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_mF402B59B8984B433580C21FF5521929FD74E748A_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector3Int&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m03C5A7D58CD6194FDA644C0460D679755F60F471_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Vector3Int>(T[])
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_mE8068168FBEDAFB1D56F645FE5BB1C6FE3941A4E_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_m092040155CF5331E168CCA668ADA63D009E6A594_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector3Int[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mBC51D793B4BD83B11439234F8449982FFEAD4CCA_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Vector4>(T&)
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3DC6BA5B83463F71B4E3AF641AF49DF69B302465_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_mF402B59B8984B433580C21FF5521929FD74E748A_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector4&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mFF28D50095C62FE7A466E41187F45ACB8171F4CE_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Vector4>(T[])
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5E0457E67875ED757EF41630094527F7AB9C0546_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_m092040155CF5331E168CCA668ADA63D009E6A594_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector4[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m3D974715A4DDD888FF406C1AB3CE762916D3518E_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Quaternion>(T&)
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m372654E877AEF5E113604F43A52EEC5F5188476C_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_mF402B59B8984B433580C21FF5521929FD74E748A_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Quaternion&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m2EC41AB12D8E52A1E025A484FEFE5A35F66BD09B_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Quaternion>(T[])
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m3875162D3A43AC0F7BA616D43F02E0A9AE2D03E2_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_m092040155CF5331E168CCA668ADA63D009E6A594_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Quaternion[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mCAE12918B9C84C67D05F79B0111F4CCC6196F9C8_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Color>(T&)
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m4F49D8D6C7E376E4E418CF22168BA30C41023A8B_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_mF402B59B8984B433580C21FF5521929FD74E748A_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Color&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mBB7A6364C16B130508182AF54B552AF36986096C_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Color>(T[])
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m7AC2ABF246D73875E6E81DFBCDF89D2E0F6AB6EC_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_m092040155CF5331E168CCA668ADA63D009E6A594_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Color[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m0C012F240AD5CC9280B7409FD7CF3BFA4F7DCF6C_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Color32>(T&)
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mAA04B0B614ACD24F13A58C50DB7FBF638CCDF1E8_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_mF402B59B8984B433580C21FF5521929FD74E748A_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Color32&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mAAE60CAB2DBD00BF9DCDCA82F54E5FA903A49EB2_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Color32>(T[])
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m0DCE33B3030B26055D7F1E3C869749447357FE3D_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_m092040155CF5331E168CCA668ADA63D009E6A594_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Color32[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m0951CF7157B6C3532D235AD043C29AA05009CB70_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Ray>(T&)
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_m2F14528C3B454B7E70A5A4B76F8CB5D6C1BF32ED_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_mF402B59B8984B433580C21FF5521929FD74E748A_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Ray&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m730B8E4D2561568D91F66A281C0323F99C8ADC52_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Ray>(T[])
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mE0028B7800F6FC7640D1353DF5D7373432A25B27_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_m092040155CF5331E168CCA668ADA63D009E6A594_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Ray[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m9F2796B295D1D447B54B51DA90940C4346D36B29_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Ray2D>(T&)
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m2E98222DC2C73C15B43159E0D10D60A330DFABC0_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_mF402B59B8984B433580C21FF5521929FD74E748A_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Ray2D&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m52B05796065329D10885D6CFFB95F5E4C2B00304_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<UnityEngine.Ray2D>(T[])
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m4BF30B5802658CDEACD0DC9D69823E9472825736_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_m092040155CF5331E168CCA668ADA63D009E6A594_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Ray2D[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m6C2E20DA73FA2E4F22EF9B378D5C11E008B6101D_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Byte Unity.Netcode.ByteBool::Collapse()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteBool_Collapse_m73F2A6DA95C1D0317D42B7FB5D38323F417AF00F (ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8* __this, const RuntimeMethod* method) ;
|
|
// System.Byte Unity.Netcode.ByteBool::Collapse(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteBool_Collapse_mE68D3347A3494DD7705C890C19D73F6B32531F5D (ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8* __this, bool ___0_b, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkObjectReference::.ctor(Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObjectReference__ctor_m00244F6AF3B4D7A3B37BA4A49BB9D4AFBCAD3D25 (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkBehaviour::get_NetworkObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkBehaviour_get_NetworkObject_m5B4FBD71361ED0640492D6AAB454C393E8394224 (NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkObjectReference Unity.Netcode.NetworkObjectReference::op_Implicit(Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD NetworkObjectReference_op_Implicit_mF07D0AA59EF40487C93090B16114582C0FED4069 (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, const RuntimeMethod* method) ;
|
|
// System.UInt16 Unity.Netcode.NetworkBehaviour::get_NetworkBehaviourId()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t NetworkBehaviour_get_NetworkBehaviourId_mECBAFDF4FEB1E001A30D27CC2D1A5D0AFF08A9E1_inline (NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkBehaviourReference::.ctor(Unity.Netcode.NetworkBehaviour)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkBehaviourReference__ctor_m1149EDF988C8A80FBEB691CAF08E780A8EE75B84 (NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* __this, NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* ___0_networkBehaviour, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkBehaviour Unity.Netcode.NetworkBehaviourReference::GetInternal(Unity.Netcode.NetworkBehaviourReference,Unity.Netcode.NetworkManager)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* NetworkBehaviourReference_GetInternal_mDE44FD2DB5A27CEB34DD2C771A1875B8CF06391A_inline (NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 ___0_networkBehaviourRef, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___1_networkManager, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkBehaviourReference::TryGet(Unity.Netcode.NetworkBehaviour&,Unity.Netcode.NetworkManager)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkBehaviourReference_TryGet_mB036234413FD53210190E06B69AF0B94D9D69573 (NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* __this, NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE** ___0_networkBehaviour, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___1_networkManager, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkObjectReference::TryGet(Unity.Netcode.NetworkObject&,Unity.Netcode.NetworkManager)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkObjectReference_TryGet_mE453556358860DCDAE9C847B849D1333D4DF5D28 (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366** ___0_networkObject, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___1_networkManager, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkBehaviour Unity.Netcode.NetworkObject::GetNetworkBehaviourAtOrderIndex(System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* NetworkObject_GetNetworkBehaviourAtOrderIndex_m1DCB1BE63EFFBA7434B1E829832FAD97799F859C (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, uint16_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkObjectReference::Equals(Unity.Netcode.NetworkObjectReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkObjectReference_Equals_m0FCFD7822F676BB4D72B89BD4F7590BC1CC74240 (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkBehaviourReference::Equals(Unity.Netcode.NetworkBehaviourReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkBehaviourReference_Equals_m73314E79481E8398D025DAC6593803056CD14BBE (NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* __this, NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkBehaviourReference::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkBehaviourReference_Equals_m94F84076C8375E1CE02E555E2ED3100D7F82FD7B (NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.NetworkObjectReference::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkObjectReference_GetHashCode_m2CB7F1EB40809B5906C56F49DBCB94778819EB7A (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.UInt16::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt16_GetHashCode_m534E5103D0DA9C6FCED4F2F007993D3E38165200 (uint16_t* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.NetworkBehaviourReference::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkBehaviourReference_GetHashCode_m32F4B6E599ADC05F97EF38911250E917B4A3030F (NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* __this, const RuntimeMethod* method) ;
|
|
// System.UInt64 Unity.Netcode.NetworkObjectReference::get_NetworkObjectId()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NetworkObjectReference_get_NetworkObjectId_m3BB170F986CBB15A17DFB1BDEB310482BE9E867C_inline (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkObjectReference::set_NetworkObjectId(System.UInt64)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkObjectReference_set_NetworkObjectId_mBC27D7D0D855A2B43F5BD5B54FDD491B4A56C888_inline (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, uint64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkObject::get_IsSpawned()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NetworkObject_get_IsSpawned_mDAF52C8099FE7F21C7AFF36622F74688E9E07CDA_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// System.UInt64 Unity.Netcode.NetworkObject::get_NetworkObjectId()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::GetComponent<Unity.Netcode.NetworkObject>()
|
|
inline NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* il2cppRetVal;
|
|
(( void (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))GameObject_GetComponent_TisIl2CppFullySharedGenericAny_m1122128E432233EB251AECF734E2B72A42A2C194_gshared)((GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_exists, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkObjectReference::.ctor(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObjectReference__ctor_m46A14801BBBDFFA2E20070EE999F89717FC167DF (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_gameObject, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkObjectReference::Resolve(Unity.Netcode.NetworkObjectReference,Unity.Netcode.NetworkManager)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkObjectReference_Resolve_m01F900AFD0A3D6ACEE371AEAE810C9AE5530A6A5_inline (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD ___0_networkObjectRef, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___1_networkManager, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.NetworkManager::get_Singleton()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* NetworkManager_get_Singleton_m0F86FB1D52C8EDB866101D9CAE0CAA1D7DAE2266_inline (const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkSpawnManager Unity.Netcode.NetworkManager::get_SpawnManager()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* NetworkManager_get_SpawnManager_mAE49738D7E37718DABC59F9BBF31E985B7D438F8_inline (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_mF8347FBF2591819915995573E025D8333CDAD592 (Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* __this, uint64_t ___0_key, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)___1_value, method);
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkObjectReference::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkObjectReference_Equals_mB13C1F7008774203A483F79EC45371C7D8990F4F (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 System.UInt64::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt64_GetHashCode_m65D9FD0102B6B01BF38D986F060F0BDBC29B4F92 (uint64_t* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.GameObject UnityEngine.Component::get_gameObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.Object::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkPrefabHandler::AddHandler(System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabHandler_AddHandler_mF9D9760A2CA1B4DBD439775F18F15754A4FA1869 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, uint32_t ___0_globalObjectIdHash, RuntimeObject* ___1_instanceHandler, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m8C93607CDA946D0487D5DEC76B530A3A37D35FAA (Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* __this, uint32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_ContainsKey_mA268E9B914DCE838DD0CD9D879BAAEECD0C677AA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mB2C569C740954AC5A1AA2F97B9E81713067C9B8D (Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* __this, uint32_t ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny)___1_value, method);
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkManager::get_IsListening()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkManager_get_IsListening_m6E683AF8D3D2D2716957B42C8CD8CD47EC3D688C (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkManager::get_IsHost()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkManager_get_IsHost_mC1156B68C1D97048027559F64FB5C3413F16C124 (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.GameObject>::GetEnumerator()
|
|
inline Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60 List_1_GetEnumerator_mA843D26C63E5963415DFCA6E49DFA27AFD9C75E8 (List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60 il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.GameObject>::Dispose()
|
|
inline void Enumerator_Dispose_m07D362A07C19B36C2FD1B4DC79DD99903D4DA95D (Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.GameObject>::get_Current()
|
|
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Enumerator_get_Current_m7236EBE1CFCB6533F96E030500D322B13D0CA5A4_inline (Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60* __this, const RuntimeMethod* method)
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* il2cppRetVal;
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean UnityEngine.GameObject::TryGetComponent<Unity.Netcode.NetworkObject>(T&)
|
|
inline bool GameObject_TryGetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m45C131F49E7A9F2F791D82FC5C3E7F181573E794 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366** ___0_component, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))GameObject_TryGetComponent_TisIl2CppFullySharedGenericAny_m8FE39C82005602F4FEA27DC201600DABE2481BD1_gshared)((GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)__this, (Il2CppFullySharedGenericAny*)___0_component, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m27FB6CDBBFA54394DF3D46FC96B239C50859896C (Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* __this, uint32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_ContainsKey_mA268E9B914DCE838DD0CD9D879BAAEECD0C677AA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mC2139B7218E341AD6993DF6F9A9A0C8EB43144AC (Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* __this, uint32_t ___0_key, uint32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny)&___1_value, method);
|
|
}
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::LogWarning(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.GameObject>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m96F4B0BD0A5485C8E8CC57D961DF6F1FA256AF27 (Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkPrefabHandler::RemoveHandler(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabHandler_RemoveHandler_m09CFDAC817203610A04EC8E614C92B25E6908603 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, uint32_t ___0_globalObjectIdHash, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32>::ContainsValue(TValue)
|
|
inline bool Dictionary_2_ContainsValue_m3DC4CF60CC2CF11ABC2B2CE63EFE14D8B4D9BEDF (Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_ContainsValue_m6DD06FB7A6641F460E175909EE58B3E7EF585F46_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_value, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32>::GetEnumerator()
|
|
inline Enumerator_t0A16057CBD5D80336A2695C2B05F5E13A07F68A3 Dictionary_2_GetEnumerator_mAA581745688513F9E9E946CD53485763871F8013 (Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t0A16057CBD5D80336A2695C2B05F5E13A07F68A3 il2cppRetVal;
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Dictionary_2_GetEnumerator_mEC4954B142C43B5CBAA045953EAD4E168FFCD492_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::Dispose()
|
|
inline void Enumerator_Dispose_m10BF4464B5B217FE3A91D5F4253E942EA5E68652 (Enumerator_t0A16057CBD5D80336A2695C2B05F5E13A07F68A3* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Enumerator_Dispose_m3D89F01AE65EC60062FFB578C0E771C098EF2CB7_gshared)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, method);
|
|
}
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::get_Current()
|
|
inline KeyValuePair_2_t5EE249ADC2FC7C38972080E5425B78D0667C19AE Enumerator_get_Current_mD2B74B372903C313C0182165C9F73C519E106151_inline (Enumerator_t0A16057CBD5D80336A2695C2B05F5E13A07F68A3* __this, const RuntimeMethod* method)
|
|
{
|
|
KeyValuePair_2_t5EE249ADC2FC7C38972080E5425B78D0667C19AE il2cppRetVal;
|
|
(( void (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, const RuntimeMethod*))Enumerator_get_Current_m26AF82C275C82180BB7F23C7E408BC1FEB9A38EE_gshared_inline)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,System.UInt32>::get_Value()
|
|
inline uint32_t KeyValuePair_2_get_Value_m9211EE294464EC9D0383B18FBED2C316E5B4F624_inline (KeyValuePair_2_t5EE249ADC2FC7C38972080E5425B78D0667C19AE* __this, const RuntimeMethod* method)
|
|
{
|
|
uint32_t il2cppRetVal;
|
|
(( void (*) (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline)((KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,System.UInt32>::get_Key()
|
|
inline uint32_t KeyValuePair_2_get_Key_m3184CB53F86778A01E4FAD2743D2249EFBC91D6F_inline (KeyValuePair_2_t5EE249ADC2FC7C38972080E5425B78D0667C19AE* __this, const RuntimeMethod* method)
|
|
{
|
|
uint32_t il2cppRetVal;
|
|
(( void (*) (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBE75BF8983618BC1ACEC20F94C1BFF85C8AA50F1_gshared_inline)((KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mDA945F8B2AE1CD87919B57CB7705D5053C81D5FE (Enumerator_t0A16057CBD5D80336A2695C2B05F5E13A07F68A3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Enumerator_MoveNext_m97783F73CDB1D0083A2F7D26A51847BF0843ADEA_gshared)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32>::Remove(TKey)
|
|
inline bool Dictionary_2_Remove_m31870CCC5C6D0D321DDEE5ED9A359CBCA1ED3884 (Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* __this, uint32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Remove_m583C4F0E2926B584BE6EC6008195360FC631C14C_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler>::Remove(TKey)
|
|
inline bool Dictionary_2_Remove_m53D58F5769DE0C78878DE3FC06C993FBDD78FE67 (Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* __this, uint32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Remove_m583C4F0E2926B584BE6EC6008195360FC631C14C_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, method);
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkPrefabHandler::ContainsHandler(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabHandler_ContainsHandler_m9D5493F0169DCCC5F0C740ED113B065E0E654BA7 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, uint32_t ___0_networkPrefabHash, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m8955297C80F95892F3BBC32BCF327CA3CF22B4A7 (Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* __this, uint32_t ___0_key, uint32_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)___1_value, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_mB85EE81DA8B0108503FAF30D2E6AA4A99C661552 (Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* __this, uint32_t ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)___1_value, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.NetworkPrefab>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_mD1668BB3E6FA4CBB2547D12287D0AF383244F273 (Dictionary_2_t7E3F7ADC88D549FC0444CEF23D9116E9E7B8F861* __this, uint32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_ContainsKey_mA268E9B914DCE838DD0CD9D879BAAEECD0C677AA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.NetworkPrefab>::get_Item(TKey)
|
|
inline NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* Dictionary_2_get_Item_m2FA94B5501DF81888AEA1D9399DDFF2357224020 (Dictionary_2_t7E3F7ADC88D549FC0444CEF23D9116E9E7B8F861* __this, uint32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* il2cppRetVal;
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_get_Item_m2E96908E9716367701CD737FA54C884EB2A8C3EA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void Unity.Netcode.NetworkPrefab::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkPrefab__ctor_m856ACB4444714CEC2596AA251F8C82B104F1C59B (NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkPrefabs::Add(Unity.Netcode.NetworkPrefab)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabs_Add_m045ECD52040AD7A3C564C0B7627A6F152EA75A78 (NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* __this, NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* ___0_networkPrefab, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.IDeferredNetworkMessageManager Unity.Netcode.NetworkManager::get_DeferredMessageManager()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* NetworkManager_get_DeferredMessageManager_mB31CE5FD98CF6431BFFE36FB21836002B2E04C7E_inline (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkPrefabs::Remove(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkPrefabs_Remove_m50A7F7BB3428125A9F3A579CD3D9E86B76B9F72E (NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_prefab, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkPrefabHandler::AddNetworkPrefab(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkPrefabHandler_AddNetworkPrefab_m95BAF0091CB88A169A8E3FA2E6CBAD4FB6F305DD (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_prefab, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::LogError(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler>::.ctor()
|
|
inline void Dictionary_2__ctor_m55852909E50C4786A4AB4B1BC5012EF228AA0C19 (Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32>::.ctor()
|
|
inline void Dictionary_2__ctor_mB8D7D57BC0CC1A0C8CE90764C8E49FF8072ACD1A (Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m88786852A8AB4F5387535A625407CF0602BC046B (Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* __this, uint64_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_ContainsKey_mA268E9B914DCE838DD0CD9D879BAAEECD0C677AA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>::.ctor()
|
|
inline void List_1__ctor_mF2D5F7FEA18D35CB454DEAD52957C316652549B9 (List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_m65539C8FB6184250C20D5F657E3DB6D1164B42BF (Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* __this, uint64_t ___0_key, List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny)___1_value, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>::get_Item(TKey)
|
|
inline List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* Dictionary_2_get_Item_m13EA9DE8C461808B5BFE63E4D1C6FCF132159F70 (Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* __this, uint64_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* il2cppRetVal;
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_get_Item_m2E96908E9716367701CD737FA54C884EB2A8C3EA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>::Add(T)
|
|
inline void List_1_Add_m33D1B77633ABADDEE2DDB5F075E190D2F18FFA3B_inline (List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>::Remove(T)
|
|
inline bool List_1_Remove_mECA37B4EB9A7DAAA41D6E06F51AED5D8CBA023AF (List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Remove_m9BCE8CEF94E6F2BF8624D65214FF4F3CA686D60C_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>::Contains(T)
|
|
inline bool List_1_Contains_m1A4BBE2DDB593CA8A29323E3A108F09250D51B54 (List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Contains_m8DA550B703DFB328B69C4712064C667D7CA33DF1_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.HashSet`1<System.UInt64>::Remove(T)
|
|
inline bool HashSet_1_Remove_mA9EE324C0F152945E0170FC6CB33584EBA708075 (HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C* __this, uint64_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))HashSet_1_Remove_mE12E434B402CFEB49197444DE1D52A3AE4C7F6EE_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt64,System.UInt64>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m008EE5FB5C632127CB4F00C4892DAB489AB1B7BE (Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* __this, uint64_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_ContainsKey_mA268E9B914DCE838DD0CD9D879BAAEECD0C677AA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.UInt64,System.UInt64>::get_Item(TKey)
|
|
inline uint64_t Dictionary_2_get_Item_mCC82D09873A84225D41D313E0B1D377F4B273D84 (Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* __this, uint64_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
uint64_t il2cppRetVal;
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_get_Item_m2E96908E9716367701CD737FA54C884EB2A8C3EA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt64,System.UInt64>::Remove(TKey)
|
|
inline bool Dictionary_2_Remove_mFD41B0580547B1F46E44DFFB22A23175A45C0936 (Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* __this, uint64_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Remove_m583C4F0E2926B584BE6EC6008195360FC631C14C_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64,System.UInt64>::set_Item(TKey,TValue)
|
|
inline void Dictionary_2_set_Item_m7CDCC00ACAE986902D55286A37E78B76FC751890 (Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* __this, uint64_t ___0_key, uint64_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_set_Item_m4C6841170DD11AED683D2D71919F362A4CFF4A80_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny)&___1_value, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64,System.UInt64>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mAF02CAE1627411860813AA0201D855A6AB749E60 (Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* __this, uint64_t ___0_key, uint64_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny)&___1_value, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_mEC245D37340955F480EA7B52565553CF8AD870DE (Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* __this, uint64_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_ContainsKey_mA268E9B914DCE838DD0CD9D879BAAEECD0C677AA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>>::get_Item(TKey)
|
|
inline Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7 (Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* __this, uint64_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* il2cppRetVal;
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_get_Item_m2E96908E9716367701CD737FA54C884EB2A8C3EA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B (Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* __this, uint64_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_ContainsKey_mA268E9B914DCE838DD0CD9D879BAAEECD0C677AA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>::Remove(TKey)
|
|
inline bool Dictionary_2_Remove_mA963D5F332884F479C5ED7051A30DCCD8C8E47DD (Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* __this, uint64_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Remove_m583C4F0E2926B584BE6EC6008195360FC631C14C_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, method);
|
|
}
|
|
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, RuntimeObject* ___3_arg2, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>::.ctor()
|
|
inline void Dictionary_2__ctor_mCDD912769188B970CC3B40B68838E0CE9AC6C571 (Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mA037C2E2F62249E39885ED68AB222666BCB4DB4D (Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* __this, uint64_t ___0_key, Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny)___1_value, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mC65B71A02DFC041C231389C350167BEBB358892D (Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* __this, uint64_t ___0_key, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny)___1_value, method);
|
|
}
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.NetworkSpawnManager::get_NetworkManager()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkLog::LogWarning(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkLog_LogWarning_m1A2073B527F4B95F216508B0E5A76DF71823D899 (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>::get_Values()
|
|
inline ValueCollection_tE16CAADA5797CAE26084156CD220ECF73BCA616A* Dictionary_2_get_Values_m09FD5D3FA2CDDB16940E270D3273AAB1A36C5AF3 (Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* __this, const RuntimeMethod* method)
|
|
{
|
|
ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40* il2cppRetVal = (( ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40* (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2_get_Values_mE06FB7381D8152E35F0716DC7FE13788362112A7_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
return (ValueCollection_tE16CAADA5797CAE26084156CD220ECF73BCA616A*)il2cppRetVal;
|
|
}
|
|
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<Unity.Netcode.NetworkObject>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
inline List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* Enumerable_ToList_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m78515890430E386D65A015ED0586A4655A628572 (RuntimeObject* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* il2cppRetVal = (( List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisIl2CppFullySharedGenericAny_m191EA129E511F9B8304FF8826A2DA645E06CCBF0_gshared)((RuntimeObject*)___0_source, method);
|
|
return (List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9*)il2cppRetVal;
|
|
}
|
|
// System.Int32 System.Collections.Generic.Queue`1<Unity.Netcode.ReleasedNetworkId>::get_Count()
|
|
inline int32_t Queue_1_get_Count_mFA37E372491D7707F0AB7B12FC6DB7CC89E450E5_inline (Queue_1_tD0B32970076D62B677279D96972006677EEE25A7* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*, const RuntimeMethod*))Queue_1_get_Count_mE6103188ACDEC07F90F2D2986554730D18029750_gshared_inline)((Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*)__this, method);
|
|
}
|
|
// Unity.Netcode.IRealTimeProvider Unity.Netcode.NetworkManager::get_RealTimeProvider()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* NetworkManager_get_RealTimeProvider_mAF8EEDE4C46E0478801F0ABCFF5410F762FAF8BE_inline (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.Queue`1<Unity.Netcode.ReleasedNetworkId>::Peek()
|
|
inline ReleasedNetworkId_t7D3158E07773C6B85BCBAA69507DC8BEB8547414 Queue_1_Peek_m49D4CA1B34422D452511F1A2231416B13A9342E7 (Queue_1_tD0B32970076D62B677279D96972006677EEE25A7* __this, const RuntimeMethod* method)
|
|
{
|
|
ReleasedNetworkId_t7D3158E07773C6B85BCBAA69507DC8BEB8547414 il2cppRetVal;
|
|
(( void (*) (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Queue_1_Peek_mC16DCF76985FF167BAB542F92D9AA03C1E210D8C_gshared)((Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// T System.Collections.Generic.Queue`1<Unity.Netcode.ReleasedNetworkId>::Dequeue()
|
|
inline ReleasedNetworkId_t7D3158E07773C6B85BCBAA69507DC8BEB8547414 Queue_1_Dequeue_m931411ACDA25E4DCD31031FAA4DCED9417E46591 (Queue_1_tD0B32970076D62B677279D96972006677EEE25A7* __this, const RuntimeMethod* method)
|
|
{
|
|
ReleasedNetworkId_t7D3158E07773C6B85BCBAA69507DC8BEB8547414 il2cppRetVal;
|
|
(( void (*) (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Queue_1_Dequeue_m80C152387A53656EC4AEF450BCBA9087DC51EEE3_gshared)((Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.UInt64 Unity.Netcode.NetworkManager::get_LocalClientId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t NetworkManager_get_LocalClientId_m1B93454E7949ACBF20043DCDD884F63E119E6577 (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkSpawnManager::GetPlayerNetworkObject(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkSpawnManager_GetPlayerNetworkObject_mDB5CB1D2ADCCDA0ECFB584EC4F2A974A4351E183 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, uint64_t ___0_clientId, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkManager::get_IsServer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkManager_get_IsServer_m3FF8C5D22D260033AD3FC6C4AF44E7161BDD7F52 (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NotServerException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotServerException__ctor_m44102E4790B07343F1DB7156342BF17E64167F4D (NotServerException_tF91A11C8CBAEE7830CD1AA4FFDD4F74DC22D705C* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkSpawnManager::TryGetNetworkClient(System.UInt64,Unity.Netcode.NetworkClient&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkSpawnManager_TryGetNetworkClient_m1798B0B75145FC1A71BFBB580FA035DF2C86A6AE (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, uint64_t ___0_clientId, NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64** ___1_networkClient, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IReadOnlyDictionary`2<System.UInt64,Unity.Netcode.NetworkClient> Unity.Netcode.NetworkManager::get_ConnectedClients()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NetworkManager_get_ConnectedClients_mF98B5720C9B6701421F173411D6B3198A61E39A7 (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkClient Unity.Netcode.NetworkManager::get_LocalClient()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* NetworkManager_get_LocalClient_mC71D9CE702FF05927B35F0A2A38BD6938B880F90 (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::ChangeOwnership(Unity.Netcode.NetworkObject,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_ChangeOwnership_mAEDCF65E6A317F372DB3223041A0885FA27303E9 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, uint64_t ___1_clientId, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.SpawnStateException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpawnStateException__ctor_mAEB808E065ED7685929B8F419D52593AE8346780 (SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.UInt64 Unity.Netcode.NetworkObject::get_OwnerClientId()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NetworkObject_get_OwnerClientId_m049930D5FE84BDA9104F03995AC29953BAB247E4_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkObject::set_OwnerClientId(System.UInt64)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkObject_set_OwnerClientId_m01EC92AFE7BAFDA5BD221C784C8B6B2B45D350EA_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, uint64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkObject::InvokeBehaviourOnLostOwnership()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObject_InvokeBehaviourOnLostOwnership_m44B7403C9873D562A7C5EFBA8E1B1BDB6732A924 (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkObject::MarkVariablesDirty(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObject_MarkVariablesDirty_m8B48A1A0D89C926C973A6F28A265F7E901F0E44C (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, bool ___0_dirty, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkBehaviourUpdater Unity.Netcode.NetworkManager::get_BehaviourUpdater()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkBehaviourUpdater_t215DD428092983D5AECE1BF5BA0576E5070F987C* NetworkManager_get_BehaviourUpdater_m083E90C9FDBA1EE960D95B5357BB65AA3D795F62_inline (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkBehaviourUpdater::AddForUpdate(Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkBehaviourUpdater_AddForUpdate_m8F2C1A11D5A34B15B7EC0B540F7EF9F116F6E29B (NetworkBehaviourUpdater_t215DD428092983D5AECE1BF5BA0576E5070F987C* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::UpdateOwnershipTable(Unity.Netcode.NetworkObject,System.UInt64,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_UpdateOwnershipTable_m5E69C4F919DCEE4A38B42C3F0070AFB5C4377DE2 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, uint64_t ___1_newOwner, bool ___2_isRemoving, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkObject::InvokeBehaviourOnGainedOwnership()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObject_InvokeBehaviourOnGainedOwnership_m5E1DAB35D90DD7D979C4BA6734E12E767197C3E5 (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.KeyValuePair`2<System.UInt64,Unity.Netcode.NetworkClient>::get_Value()
|
|
inline NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* KeyValuePair_2_get_Value_m2C63F8504AA98C5D1617FC7746AF4ABEA2CEED2B_inline (KeyValuePair_2_t83E43462EAE089D2792B34367B65667184A2B91B* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* il2cppRetVal;
|
|
(( void (*) (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline)((KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkObject::IsNetworkVisibleTo(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkObject_IsNetworkVisibleTo_mE429F4B9A886AC93E179746BF6FFE7AB2D837667 (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, uint64_t ___0_clientId, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.NetworkConnectionManager::SendMessage<Unity.Netcode.ChangeOwnershipMessage>(T&,Unity.Netcode.NetworkDelivery,System.UInt64)
|
|
inline int32_t NetworkConnectionManager_SendMessage_TisChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103_m2346B288F46596B4B74AC1F8DABCB75B617BB3A4 (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* __this, ChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103* ___0_message, int32_t ___1_delivery, uint64_t ___2_clientId, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, int32_t, uint64_t, const RuntimeMethod*))NetworkConnectionManager_SendMessage_TisIl2CppFullySharedGenericAny_m435F6972A65C3BFA97604C364AB5AA4A7D0F2CA3_gshared)((NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1*)__this, (Il2CppFullySharedGenericAny*)___0_message, ___1_delivery, ___2_clientId, method);
|
|
}
|
|
// Unity.Netcode.INetworkMetrics Unity.Netcode.NetworkManager::get_NetworkMetrics()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NetworkManager_get_NetworkMetrics_mC2FC9F73570CF607741C2C02FB641D1A23FCEF13 (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// TKey System.Collections.Generic.KeyValuePair`2<System.UInt64,Unity.Netcode.NetworkClient>::get_Key()
|
|
inline uint64_t KeyValuePair_2_get_Key_m2436B5AA9B2A20EB535900DA63BADE43960B2909_inline (KeyValuePair_2_t83E43462EAE089D2792B34367B65667184A2B91B* __this, const RuntimeMethod* method)
|
|
{
|
|
uint64_t il2cppRetVal;
|
|
(( void (*) (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBE75BF8983618BC1ACEC20F94C1BFF85C8AA50F1_gshared_inline)((KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void Unity.Netcode.NetworkObject::InvokeOwnershipChanged(System.UInt64,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObject_InvokeOwnershipChanged_m000FA35B8B79C1CEBEC699D2657BAD2E09067106 (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, uint64_t ___0_previous, uint64_t ___1_next, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkObject/SceneObject::get_IsSceneObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SceneObject_get_IsSceneObject_m9A3ACB3BE4B63C62D4009AB035837C7E8CDBA4E2 (SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5* __this, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkPrefabHandler Unity.Netcode.NetworkManager::get_PrefabHandler()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* NetworkManager_get_PrefabHandler_mE9305CDEFCD9F14B146A0EB760BCCE20F68BD24A (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,Unity.Netcode.NetworkPrefab>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m60E85B714CB0969AF032271E9055073EA938DCBC (Dictionary_2_t7E3F7ADC88D549FC0444CEF23D9116E9E7B8F861* __this, uint32_t ___0_key, NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)___1_value, method);
|
|
}
|
|
// Unity.Netcode.NetworkSceneManager Unity.Netcode.NetworkManager::get_SceneManager()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC* NetworkManager_get_SceneManager_m88D4B3F1D93093835BE6C7D13A4E3E3D337637C2_inline (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Nullable`1<System.Int32>::.ctor(T)
|
|
inline void Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703 (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType*/Il2CppFullySharedGenericStruct, const RuntimeMethod*))Nullable_1__ctor_m4257D7FF23A495D1B204F20330FBDED58248E4CC_gshared)((Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*)__this, (Il2CppFullySharedGenericStruct)&___0_value, method);
|
|
}
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkSceneManager::GetSceneRelativeInSceneNetworkObject(System.UInt32,System.Nullable`1<System.Int32>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkSceneManager_GetSceneRelativeInSceneNetworkObject_mFEC593C0D8484E3CB066001A3E2019B366828B48 (NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC* __this, uint32_t ___0_globalObjectIdHash, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___1_networkSceneHandle, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>::get_Item(TKey)
|
|
inline String_t* Dictionary_2_get_Item_mDF747A6BE5FA0C1FB00FA3AFFC8E4DB90AE16948 (Dictionary_2_tB9DB09131681DF5E71B62460E23F0AE9D07D7E4F* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
String_t* il2cppRetVal;
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_get_Item_m2E96908E9716367701CD737FA54C884EB2A8C3EA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkManager::get_ShutdownInProgress()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NetworkManager_get_ShutdownInProgress_mF9E146A3C71F83E8E5B36E720CB16610324D7109_inline (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkPrefabs::Contains(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabs_Contains_m6D2EF17416C3DB93D6509A86DF445207F511F2C0 (NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_prefab, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkSpawnManager::InstantiateAndSpawnNoParameterChecks(Unity.Netcode.NetworkObject,System.UInt64,System.Boolean,System.Boolean,System.Boolean,UnityEngine.Vector3,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkSpawnManager_InstantiateAndSpawnNoParameterChecks_mDAECE2943909CE8320116B87C54C15DD53B2EB96 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkPrefab, uint64_t ___1_ownerClientId, bool ___2_destroyWithScene, bool ___3_isPlayerObject, bool ___4_forceOverride, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___5_position, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___6_rotation, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkSpawnManager::GetNetworkObjectToSpawn(System.UInt32,System.UInt64,UnityEngine.Vector3,UnityEngine.Quaternion,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkSpawnManager_GetNetworkObjectToSpawn_m29784789D61CD218E0172A9177A72000A91F8261 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, uint32_t ___0_globalObjectIdHash, uint64_t ___1_ownerId, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_position, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___3_rotation, bool ___4_isScenePlaced, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkObject::set_IsPlayerObject(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkObject_set_IsPlayerObject_m16C70856A247FFA2DBB2F3345AC1B90CDC5D2CCD_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.Transform UnityEngine.Component::get_transform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkObject::SpawnWithOwnership(System.UInt64,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObject_SpawnWithOwnership_mF0C4A971C6BF684FC8EDACD44FAEB6230751338C (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, uint64_t ___0_clientId, bool ___1_destroyWithScene, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkPrefabHandler::HandleNetworkPrefabSpawn(System.UInt32,System.UInt64,UnityEngine.Vector3,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkPrefabHandler_HandleNetworkPrefabSpawn_m728D955041DE033687E5098561A8A2068FAFF5B3 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, uint32_t ___0_networkPrefabAssetHash, uint64_t ___1_ownerClientId, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_position, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___3_rotation, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.LogLevel Unity.Netcode.NetworkLog::get_CurrentLogLevel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkLog_get_CurrentLogLevel_m8D46ADEFC32E3AC0592F30B64B2062202A97AF9C (const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m918500C1EFB475181349A79989BB79BB36102894 (String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkLog::LogError(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkLog_LogError_m6E8EB7F038ACD2B5763437173ACCED5959883428 (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Object::Instantiate<UnityEngine.GameObject>(T)
|
|
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_original, const RuntimeMethod* method)
|
|
{
|
|
return (( GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m90A1E6C4C2B445D2E848DB75C772D1B95AAC046A_gshared)(___0_original, method);
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkObject/SceneObject::get_HasTransform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SceneObject_get_HasTransform_m8B9DD12DEBA61136EE02CB4E3DD7F4367DB3BD26 (SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkObject/SceneObject::get_HasParent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SceneObject_get_HasParent_m3DE239E038A5744F822126269296A0C51F8DD002 (SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkObject/SceneObject::get_WorldPositionStays()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SceneObject_get_WorldPositionStays_m0F9242C0F8B6DAF2A78E9A99E47CDAE9247F3B06 (SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.GameObject::get_activeInHierarchy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_m49250F4F168DCC5388D5BE4F6A5681386907B109 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.GameObject::SetActive(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkObject/SceneObject::get_DestroyWithScene()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SceneObject_get_DestroyWithScene_m904955D6801D5B4A090763AED6F74CDD89F3D8E7 (SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkObject::set_DestroyWithScene(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkObject_set_DestroyWithScene_mCB17BA6BADCC0878CE0016F187724FD489EA0C62_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.Transform UnityEngine.Transform::get_parent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponent<Unity.Netcode.NetworkObject>()
|
|
inline NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* Component_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mC102458BB8B25E5CE1A8971549DAE271D25568C8 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* il2cppRetVal;
|
|
(( void (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Component_GetComponent_TisIl2CppFullySharedGenericAny_m47CBDD147982125387F078ABBFDAAB92D397A6C2_gshared)((Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkObject::ApplyNetworkParenting(System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkObject_ApplyNetworkParenting_m5D7EEA3E15AB51BA7F3366FFDE259723A954684F (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, bool ___0_removeParent, bool ___1_ignoreNotSpawned, bool ___2_orphanedChildPass, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_mDE1C997F7D79C0885210B7732B4BA50EE7D73134 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localRotation_mAB4A011D134BA58AB780BECC0025CA65F16185FA (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkObject/SceneObject::get_IsPlayerObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SceneObject_get_IsPlayerObject_mFE39E4A58700073789C3F93503FEE49994980C59 (SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkObject/SceneObject::get_IsLatestParentSet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SceneObject_get_IsLatestParentSet_m842AE3A5BA1987D12D8A424EB06A2D87C97FC4D3 (SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Nullable`1<System.UInt64>::.ctor(T)
|
|
inline void Nullable_1__ctor_mE505A8DC0C472662734396D9134C756674102C40 (Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99* __this, uint64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType*/Il2CppFullySharedGenericStruct, const RuntimeMethod*))Nullable_1__ctor_m4257D7FF23A495D1B204F20330FBDED58248E4CC_gshared)((Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*)__this, (Il2CppFullySharedGenericStruct)&___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkObject::SetNetworkParenting(System.Nullable`1<System.UInt64>,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObject_SetNetworkParenting_m7B2E21FF21891FC93EF34DED8ADBEC568D706CD5 (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 ___0_latestParent, bool ___1_worldPositionStays, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m4B70C3AEF886C176543D1295507B6455C9DCAEA7 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_target, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155 (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, String_t* ___1_message, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Component::GetComponentsInChildren<Unity.Netcode.NetworkObject>()
|
|
inline NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* Component_GetComponentsInChildren_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mDFA65F3854DCF9E76E0F8AEF2AD9135DF204AD30 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* il2cppRetVal = (( __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentsInChildren_TisIl2CppFullySharedGenericAny_m173581815FF84722B49A5E4DE5A2820B5D2DB00E_gshared)((Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*)__this, method);
|
|
return (NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360*)il2cppRetVal;
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::SpawnNetworkObjectLocallyCommon(Unity.Netcode.NetworkObject,System.UInt64,System.Boolean,System.Boolean,System.UInt64,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_SpawnNetworkObjectLocallyCommon_m6AD4A39669DBBC9071C567876B911525E83F3C23 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, uint64_t ___1_networkId, bool ___2_sceneObject, bool ___3_playerObject, uint64_t ___4_ownerClientId, bool ___5_destroyWithScene, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkObject::set_IsSpawned(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkObject_set_IsSpawned_m9B000AC3BDF314AA8556400742001A959EA12708_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Nullable`1<System.Boolean>::.ctor(T)
|
|
inline void Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5 (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType*/Il2CppFullySharedGenericStruct, const RuntimeMethod*))Nullable_1__ctor_m4257D7FF23A495D1B204F20330FBDED58248E4CC_gshared)((Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*)__this, (Il2CppFullySharedGenericStruct)&___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkObject::set_IsSceneObject(System.Nullable`1<System.Boolean>)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkObject_set_IsSceneObject_m6FBD178BBC721CE90319BDFDFF65A43A1ED35D0A_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Nullable`1<System.Boolean> Unity.Netcode.NetworkObject::get_IsSceneObject()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// T System.Nullable`1<System.Boolean>::GetValueOrDefault()
|
|
inline bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
|
|
{
|
|
bool il2cppRetVal;
|
|
(( void (*) (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*, Il2CppFullySharedGenericStruct*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mC057FBD944AF068B90EBDD0B496231A01B2A4228_gshared_inline)((Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*)__this, (Il2CppFullySharedGenericStruct*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Boolean>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*, const RuntimeMethod*))Nullable_1_get_HasValue_m14F273FB376DF00D727434CDCD28AB4EDCC14C3C_gshared_inline)((Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*)__this, method);
|
|
}
|
|
// UnityEngine.SceneManagement.Scene UnityEngine.GameObject::get_scene()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scene_tA1DC762B79745EB5140F054C884855B922318356 GameObject_get_scene_m747D45E8CECC56DD47D1E103F9E51D5FBEDA4B01 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkObject::set_SceneOrigin(UnityEngine.SceneManagement.Scene)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObject_set_SceneOrigin_mB06CC42807C0AA4EB111349D8CC8C6F827D7164D (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, Scene_tA1DC762B79745EB5140F054C884855B922318356 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkObject::set_NetworkObjectId(System.UInt64)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkObject_set_NetworkObjectId_m77228CAB0214F24B7E7233C0050CC058EFB65210_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, uint64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<Unity.Netcode.NetworkObject>::Add(T)
|
|
inline bool HashSet_1_Add_m620EC7F4A6077312BDFA1BFA0BD9A5B36132C2CD (HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))HashSet_1_Add_m73E14DB94D21272EEE1E28E4D74704B0095D8064_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
|
|
}
|
|
// System.Collections.Generic.IReadOnlyList`1<Unity.Netcode.NetworkClient> Unity.Netcode.NetworkManager::get_ConnectedClientsList()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NetworkManager_get_ConnectedClientsList_mA7F66C446F46012C187EB6C41FB399C511E6EDC9 (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkObject/VisibilityDelegate::Invoke(System.UInt64)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VisibilityDelegate_Invoke_mEEFAF73CA887F39FF400F1C7FAC4B03C01E74192_inline (VisibilityDelegate_t43869941CF7C26CBA2B0FEBB3E7A33BA67D3216A* __this, uint64_t ___0_clientId, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<System.UInt64>::Add(T)
|
|
inline bool HashSet_1_Add_mBC1006593BDA81F38BCAC913DA281C8437CF04D0 (HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C* __this, uint64_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))HashSet_1_Add_m73E14DB94D21272EEE1E28E4D74704B0095D8064_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkObject::CheckOrphanChildren()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObject_CheckOrphanChildren_m76B07B726AF752757864EA5B54CCE5AF1615272D (const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkObject::InvokeBehaviourNetworkSpawn()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObject_InvokeBehaviourNetworkSpawn_m2215DDBC830464D92FCF46C8FD8CE09926CDC6A3 (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// T System.Nullable`1<System.Boolean>::get_Value()
|
|
inline bool Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28 (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
|
|
{
|
|
bool il2cppRetVal;
|
|
(( void (*) (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*, Il2CppFullySharedGenericStruct*, const RuntimeMethod*))Nullable_1_get_Value_mA083C4D9192050DC38513BDD9D364C5C68A3A675_gshared)((Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*)__this, (Il2CppFullySharedGenericStruct*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void Unity.Netcode.NetworkObject::SubscribeToActiveSceneForSynch()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObject_SubscribeToActiveSceneForSynch_m96789174B5AE2A225C61FF62A6E856541E2FB6E0 (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkObject/SceneObject Unity.Netcode.NetworkObject::GetMessageSceneObject(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 NetworkObject_GetMessageSceneObject_m85E9DCC6AFF8B306C7278A0A8D5A3C0AC8A499C1 (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, uint64_t ___0_targetClientId, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.NetworkConnectionManager::SendMessage<Unity.Netcode.CreateObjectMessage>(T&,Unity.Netcode.NetworkDelivery,System.UInt64)
|
|
inline int32_t NetworkConnectionManager_SendMessage_TisCreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_mC846B383350E20CD3EC1CD3863975C928F83A8AC (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* __this, CreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792* ___0_message, int32_t ___1_delivery, uint64_t ___2_clientId, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, int32_t, uint64_t, const RuntimeMethod*))NetworkConnectionManager_SendMessage_TisIl2CppFullySharedGenericAny_m435F6972A65C3BFA97604C364AB5AA4A7D0F2CA3_gshared)((NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1*)__this, (Il2CppFullySharedGenericAny*)___0_message, ___1_delivery, ___2_clientId, method);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::OnDespawnObject(Unity.Netcode.NetworkObject,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_OnDespawnObject_m7210861D1A1D75B5C9270D14659C5C71664C6738 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, bool ___1_destroyGameObject, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Object::FindObjectsOfType<Unity.Netcode.NetworkObject>()
|
|
inline NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* Object_FindObjectsOfType_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mA673D79778D388DE99F7010F91202DA6E3E6D3F2 (const RuntimeMethod* method)
|
|
{
|
|
return (( NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* (*) (const RuntimeMethod*))Object_FindObjectsOfType_TisRuntimeObject_m0B4DF4B8AB4C71E0F471BC9D0440B40844DA221D_gshared)(method);
|
|
}
|
|
// System.Void System.Func`2<Unity.Netcode.NetworkObject,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m9BEF336AA741E86349919DBFCF7FCC83BC94C582 (Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F5DD19B4170C027D5367001F7BC95A0658A2169_gshared)((Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<Unity.Netcode.NetworkObject>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
inline RuntimeObject* Enumerable_Where_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m71C79DBB4C4633DDA982C2F35E48E7BF2D0C0FBB (RuntimeObject* ___0_source, Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject* il2cppRetVal = (( RuntimeObject* (*) (RuntimeObject*, Func_2_t19E50C11C3E1F20B5A8FDB85D7DD353B6DFF868B*, const RuntimeMethod*))Enumerable_Where_TisIl2CppFullySharedGenericAny_m3F416675DC7A5572025B02ED373C41AD9ED8F6C4_gshared)((RuntimeObject*)___0_source, (Func_2_t19E50C11C3E1F20B5A8FDB85D7DD353B6DFF868B*)___1_predicate, method);
|
|
return (RuntimeObject*)il2cppRetVal;
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>::GetEnumerator()
|
|
inline Enumerator_t50D7F64F2BC7CEDDFC45A8F1B0BEB30C1F7B9054 List_1_GetEnumerator_mAA26CF017B8E05BE6EBFD55F536CBE262E02782C (List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t50D7F64F2BC7CEDDFC45A8F1B0BEB30C1F7B9054 il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<Unity.Netcode.NetworkObject>::Dispose()
|
|
inline void Enumerator_Dispose_m5DEC471984135944B73E79F88C75E88430238AF6 (Enumerator_t50D7F64F2BC7CEDDFC45A8F1B0BEB30C1F7B9054* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<Unity.Netcode.NetworkObject>::get_Current()
|
|
inline NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* Enumerator_get_Current_m1F15060AA27CF11AE8B511A62381353A512A7CDB_inline (Enumerator_t50D7F64F2BC7CEDDFC45A8F1B0BEB30C1F7B9054* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* il2cppRetVal;
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkObject::get_DestroyWithScene()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NetworkObject_get_DestroyWithScene_m595B1465918C3A73025DD53D0E7EFC23F19FC534_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.SceneManagement.Scene::op_Inequality(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Scene_op_Inequality_mB5C3D0CB987891A99ACD4549B5D0AE3E7402F00D (Scene_tA1DC762B79745EB5140F054C884855B922318356 ___0_lhs, Scene_tA1DC762B79745EB5140F054C884855B922318356 ___1_rhs, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<Unity.Netcode.NetworkObject>::Remove(T)
|
|
inline bool HashSet_1_Remove_m68DFF1547203DAE1FB7C543B39B4468C26FEC37B (HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))HashSet_1_Remove_mE12E434B402CFEB49197444DE1D52A3AE4C7F6EE_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
|
|
}
|
|
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<Unity.Netcode.NetworkObject>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m494F8C4F165EF33EB235234248134CBDA2C15931 (Enumerator_t50D7F64F2BC7CEDDFC45A8F1B0BEB30C1F7B9054* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.NetworkObject::get_NetworkManager()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* NetworkObject_get_NetworkManager_m3AA279826FA51BA722067709EFCF715E5A818465 (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkPrefabHandler::ContainsHandler(Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabHandler_ContainsHandler_m26F17B6F2868B8273FE5593F5A05FC1022906C37 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkPrefabHandler::HandleNetworkPrefabDestroy(Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkPrefabHandler_HandleNetworkPrefabDestroy_m6E6BC7B17A817594165FC6D843A1341FA86E31C9 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObjectInstance, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkObject::WorldPositionStays()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NetworkObject_WorldPositionStays_m81690C5942E0971684D7202E06A69708CDEFEA64_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkObject::TryRemoveParent(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkObject_TryRemoveParent_m674310FB35701ADB7CDD86745617F25D7E2033D0 (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, bool ___0_worldPositionStays, const RuntimeMethod* method) ;
|
|
// System.UInt64 Unity.Netcode.NetworkSpawnManager::GetNetworkObjectId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t NetworkSpawnManager_GetNetworkObjectId_m07AB3DA7B3BD4566787129ED90A540463DD2DD30 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::SpawnNetworkObjectLocally(Unity.Netcode.NetworkObject,System.UInt64,System.Boolean,System.Boolean,System.UInt64,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_SpawnNetworkObjectLocally_mDCDD37E34F40F49814F03CB6EA88940A695D96D1 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, uint64_t ___1_networkId, bool ___2_sceneObject, bool ___3_playerObject, uint64_t ___4_ownerClientId, bool ___5_destroyWithScene, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.HashSet`1/Enumerator<T> System.Collections.Generic.HashSet`1<Unity.Netcode.NetworkObject>::GetEnumerator()
|
|
inline Enumerator_t08D2A82D9E38E7B084FD4A017063CBB6B265B486 HashSet_1_GetEnumerator_mCDB1CC1394B96A323D7C3CDB56E2DE3380FFCDFA (HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t08D2A82D9E38E7B084FD4A017063CBB6B265B486 il2cppRetVal;
|
|
(( void (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*, const RuntimeMethod*))HashSet_1_GetEnumerator_m75DD344FE9A073CA9564DC6A425EC36883FB32A7_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.NetworkObject>::Dispose()
|
|
inline void Enumerator_Dispose_mC39E7C3B1C6A6521D8443D6681F3952F97AE9750 (Enumerator_t08D2A82D9E38E7B084FD4A017063CBB6B265B486* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*, const RuntimeMethod*))Enumerator_Dispose_m915D35B9BB2A77C5396F4FE1A1C53F1C93B8E337_gshared)((Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*)__this, method);
|
|
}
|
|
// T System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.NetworkObject>::get_Current()
|
|
inline NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* Enumerator_get_Current_m9A31BE16C882B8EF0FDD6398F2C941CD7022AD3D_inline (Enumerator_t08D2A82D9E38E7B084FD4A017063CBB6B265B486* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* il2cppRetVal;
|
|
(( void (*) (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m51282E47C90E55BF2D96A0D329869ABC122A85A0_gshared_inline)((Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Nullable`1<System.UInt64> Unity.Netcode.NetworkObject::GetNetworkParenting()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 NetworkObject_GetNetworkParenting_mEEFD598EC8D5D514CBBA090A04F12B70108D261A_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Nullable`1<System.UInt64>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_mDC0D880BCCF15346C0D7E4FFE228C49C33FEE47C_inline (Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*, const RuntimeMethod*))Nullable_1_get_HasValue_m14F273FB376DF00D727434CDCD28AB4EDCC14C3C_gshared_inline)((Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*)__this, method);
|
|
}
|
|
// T System.Nullable`1<System.UInt64>::get_Value()
|
|
inline uint64_t Nullable_1_get_Value_m8110F0280E87FBA9BDFB4E501153B826525A522D (Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99* __this, const RuntimeMethod* method)
|
|
{
|
|
uint64_t il2cppRetVal;
|
|
(( void (*) (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*, Il2CppFullySharedGenericStruct*, const RuntimeMethod*))Nullable_1_get_Value_mA083C4D9192050DC38513BDD9D364C5C68A3A675_gshared)((Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*)__this, (Il2CppFullySharedGenericStruct*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkObject::TryRemoveParentCachedWorldPositionStays()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkObject_TryRemoveParentCachedWorldPositionStays_m9BD6CB5609FF8C2B8EB1926A7B78AF522A3C9796 (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.NetworkObject>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mB090F6E1959BE9CB144F4F7BC5D8BA0BB1F4B640 (Enumerator_t08D2A82D9E38E7B084FD4A017063CBB6B265B486* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*, const RuntimeMethod*))Enumerator_MoveNext_m1756F06B6BC460B8EEB4522B562E097F37D54C59_gshared)((Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*)__this, method);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkObject::InvokeBehaviourNetworkDespawn()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObject_InvokeBehaviourNetworkDespawn_m8EA8B4BDA1FAD4AEB897CE5A19F26FE6E9768FFA (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Queue`1<Unity.Netcode.ReleasedNetworkId>::Enqueue(T)
|
|
inline void Queue_1_Enqueue_mD8CBB5BC67B2A236934331543F328326A68F173D (Queue_1_tD0B32970076D62B677279D96972006677EEE25A7* __this, ReleasedNetworkId_t7D3158E07773C6B85BCBAA69507DC8BEB8547414 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Queue_1_Enqueue_m9159DC6A9BC5528A3444329C408F4101004CF652_gshared)((Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.UInt64>::Clear()
|
|
inline void List_1_Clear_mD2A675BAFA11C99FA8AD3E39B5CC99AF8AA55CFD_inline (List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_Clear_mD615D1BCB2C9DD91DAD86A2F9E5CF1DFFCBF7925_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// System.Collections.Generic.IReadOnlyList`1<System.UInt64> Unity.Netcode.NetworkManager::get_ConnectedClientsIds()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NetworkManager_get_ConnectedClientsIds_mAC05454DCEFB717F590830D86FFA869E7201231A (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.UInt64>::Add(T)
|
|
inline void List_1_Add_m553050C87F0BF32427648D10CE6B6452B32ABB71_inline (List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284* __this, uint64_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
|
|
}
|
|
// System.Int32 Unity.Netcode.NetworkConnectionManager::SendMessage<Unity.Netcode.DestroyObjectMessage,System.Collections.Generic.List`1<System.UInt64>>(TMessageType&,Unity.Netcode.NetworkDelivery,TClientIdListType&)
|
|
inline int32_t NetworkConnectionManager_SendMessage_TisDestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_TisList_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284_m76E8DB6DCD0589CB595B108607CE97F536028564 (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* __this, DestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050* ___0_message, int32_t ___1_delivery, List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284** ___2_clientIds, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, int32_t, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))NetworkConnectionManager_SendMessage_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m4F6CAAEDA654D8A8668605236708F416567A4581_gshared)((NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1*)__this, (Il2CppFullySharedGenericAny*)___0_message, ___1_delivery, (Il2CppFullySharedGenericAny*)___2_clientIds, method);
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.UInt64>::GetEnumerator()
|
|
inline Enumerator_t70A8D395D3DE5F360B445F6583EA858859FFB344 List_1_GetEnumerator_mE7467078A2D1DAE11A0859CE92A2AA53324A9788 (List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t70A8D395D3DE5F360B445F6583EA858859FFB344 il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<System.UInt64>::Dispose()
|
|
inline void Enumerator_Dispose_m609EECEE108D3DAF2B136EF7882F48BA39819C92 (Enumerator_t70A8D395D3DE5F360B445F6583EA858859FFB344* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<System.UInt64>::get_Current()
|
|
inline uint64_t Enumerator_get_Current_m6E2C7BE910184450449F139484D6C095E46E522E_inline (Enumerator_t70A8D395D3DE5F360B445F6583EA858859FFB344* __this, const RuntimeMethod* method)
|
|
{
|
|
uint64_t il2cppRetVal;
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.UInt64>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mFE0F62205805D9E257F701E9C79967C7604F71BB (Enumerator_t70A8D395D3DE5F360B445F6583EA858859FFB344* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.HashSet`1<System.UInt64>::Clear()
|
|
inline void HashSet_1_Clear_m5FABFCEB547E70B270297A2A2E62F2AD22C77CCC (HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, const RuntimeMethod*))HashSet_1_Clear_mCD863950F0D273BF34801FDD92CBEC230ECD5A6D_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>::GetEnumerator()
|
|
inline Enumerator_t7943EFBDB796C338CCE354E415E6CACE016F0504 Dictionary_2_GetEnumerator_m08DD6C409A17A5BEC6A4BF2A832D67F213603553 (Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t7943EFBDB796C338CCE354E415E6CACE016F0504 il2cppRetVal;
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Dictionary_2_GetEnumerator_mEC4954B142C43B5CBAA045953EAD4E168FFCD492_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>::Dispose()
|
|
inline void Enumerator_Dispose_m681934D2DF747EC15C33F618AA9716FB21B32A23 (Enumerator_t7943EFBDB796C338CCE354E415E6CACE016F0504* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Enumerator_Dispose_m3D89F01AE65EC60062FFB578C0E771C098EF2CB7_gshared)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, method);
|
|
}
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>::get_Current()
|
|
inline KeyValuePair_2_t744C02BB1B5C2F0E7A61D112775A6B73813EE9F0 Enumerator_get_Current_m082A01FAA96BF20E4D292107660DE3B590D4E10B_inline (Enumerator_t7943EFBDB796C338CCE354E415E6CACE016F0504* __this, const RuntimeMethod* method)
|
|
{
|
|
KeyValuePair_2_t744C02BB1B5C2F0E7A61D112775A6B73813EE9F0 il2cppRetVal;
|
|
(( void (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, const RuntimeMethod*))Enumerator_get_Current_m26AF82C275C82180BB7F23C7E408BC1FEB9A38EE_gshared_inline)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// TKey System.Collections.Generic.KeyValuePair`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>::get_Key()
|
|
inline uint64_t KeyValuePair_2_get_Key_m4D69BFB18DB78AF5D2F4028FD6227A66E5E30EB0_inline (KeyValuePair_2_t744C02BB1B5C2F0E7A61D112775A6B73813EE9F0* __this, const RuntimeMethod* method)
|
|
{
|
|
uint64_t il2cppRetVal;
|
|
(( void (*) (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBE75BF8983618BC1ACEC20F94C1BFF85C8AA50F1_gshared_inline)((KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// TValue System.Collections.Generic.KeyValuePair`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>::get_Value()
|
|
inline List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* KeyValuePair_2_get_Value_m3B946A59D62AF27DB0EF37F03BCCB04D8E274D10_inline (KeyValuePair_2_t744C02BB1B5C2F0E7A61D112775A6B73813EE9F0* __this, const RuntimeMethod* method)
|
|
{
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* il2cppRetVal;
|
|
(( void (*) (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline)((KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::SendSpawnCallForObject(System.UInt64,Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_SendSpawnCallForObject_mD88F2B6E4D9A9E72A2E681919AABDCE830E60153 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, uint64_t ___0_clientId, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___1_networkObject, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m229DEAC84C9C05B6DC7B038B219014A5ACF36B57 (Enumerator_t7943EFBDB796C338CCE354E415E6CACE016F0504* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Enumerator_MoveNext_m97783F73CDB1D0083A2F7D26A51847BF0843ADEA_gshared)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>::Clear()
|
|
inline void Dictionary_2_Clear_m776ADA2BD8F21B5CF35973B590723B43B8340329 (Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2_Clear_m935B3F117860376DC854C9E0C80CBD99BE77EEA4_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.List`1<Unity.Netcode.NetworkObject>>::.ctor()
|
|
inline void Dictionary_2__ctor_m71B0753B2A9BE5DF3320E932974B3BEF2D29DFE3 (Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.HashSet`1<Unity.Netcode.NetworkObject>::.ctor()
|
|
inline void HashSet_1__ctor_mFAD20A2681083C9DCC92D5A63A8A98C198057726 (HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, const RuntimeMethod*))HashSet_1__ctor_m5E12B490550D90B0686D55F8F4E7B0506BD07120_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64,System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.NetworkObject>>::.ctor()
|
|
inline void Dictionary_2__ctor_mE419D1ED8DEA5B783153498259F69101B74EA3F5 (Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64,System.UInt64>::.ctor()
|
|
inline void Dictionary_2__ctor_mA06587167BFCD4F750C4849EB0EBE8ADB808D6B7 (Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Queue`1<Unity.Netcode.ReleasedNetworkId>::.ctor()
|
|
inline void Queue_1__ctor_mE1AFF3E3C820601DEF43A7B14AB2A9F25BC23C93 (Queue_1_tD0B32970076D62B677279D96972006677EEE25A7* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*, const RuntimeMethod*))Queue_1__ctor_m657BFA58DFD6AB5B1B4B69AA6E963CD569637EAD_gshared)((Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.UInt64>::.ctor()
|
|
inline void List_1__ctor_m29BEDE660794161B463CE980419121848921671C (List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.KeyValuePair`2<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>::.ctor(TKey,TValue)
|
|
inline void KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5 (KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B* __this, int32_t ___0_key, String_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))KeyValuePair_2__ctor_mD82E516936D2BDE6D46C8C45270250647986231E_gshared)((KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny)___1_value, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.Netcode.NetworkSpawnManager/InstantiateAndSpawnErrorTypes,System.String>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>)
|
|
inline void Dictionary_2__ctor_mF948179EB2BCCC6B6BCC1A832DA73C68F531A176 (Dictionary_2_tB9DB09131681DF5E71B62460E23F0AE9D07D7E4F* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_mC5A29C46C38B74A66668293183E0C1CD26D1FC43_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (RuntimeObject*)___0_collection, method);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mA20E665C6052E54E3607E6884A81589A1ED5ED3F (U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipatedObject>::.ctor()
|
|
inline void HashSet_1__ctor_m9F010D216DD02B312D6140FBDC4CD7D1B6A15B8E (HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, const RuntimeMethod*))HashSet_1__ctor_m5E12B490550D90B0686D55F8F4E7B0506BD07120_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipationEventReceiver>::.ctor()
|
|
inline void HashSet_1__ctor_m27A65A7270B063B434BC31407620D0BCB315CA0C (HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, const RuntimeMethod*))HashSet_1__ctor_m5E12B490550D90B0686D55F8F4E7B0506BD07120_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, method);
|
|
}
|
|
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00 (Delegate_t* ___0_a, Delegate_t* ___1_b, const RuntimeMethod* method) ;
|
|
// System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3 (Delegate_t* ___0_source, Delegate_t* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipationEventReceiver>::Add(T)
|
|
inline bool HashSet_1_Add_mDDC19349508A007CB487C28A63D4EC3F4BB59A01 (HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))HashSet_1_Add_m73E14DB94D21272EEE1E28E4D74704B0095D8064_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipationEventReceiver>::Remove(T)
|
|
inline bool HashSet_1_Remove_mB25DC11BA4E1807944E1AF7966A0060EEACCE2A7 (HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))HashSet_1_Remove_mE12E434B402CFEB49197444DE1D52A3AE4C7F6EE_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
|
|
}
|
|
// System.Collections.Generic.HashSet`1/Enumerator<T> System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipationEventReceiver>::GetEnumerator()
|
|
inline Enumerator_tEC7FC009B9D771B394B7F1E0CADC6C12CFC7CBD3 HashSet_1_GetEnumerator_m40C38FCB41EB0306B7C9ABEBD65331BF77C35379 (HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tEC7FC009B9D771B394B7F1E0CADC6C12CFC7CBD3 il2cppRetVal;
|
|
(( void (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*, const RuntimeMethod*))HashSet_1_GetEnumerator_m75DD344FE9A073CA9564DC6A425EC36883FB32A7_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.IAnticipationEventReceiver>::Dispose()
|
|
inline void Enumerator_Dispose_mC5A07418A5D4B7F41B1AE6D9DA5F307CCF8EA301 (Enumerator_tEC7FC009B9D771B394B7F1E0CADC6C12CFC7CBD3* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*, const RuntimeMethod*))Enumerator_Dispose_m915D35B9BB2A77C5396F4FE1A1C53F1C93B8E337_gshared)((Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*)__this, method);
|
|
}
|
|
// T System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.IAnticipationEventReceiver>::get_Current()
|
|
inline RuntimeObject* Enumerator_get_Current_mA1431409BE32A810980AB98DF0EA17DC9DF466F9_inline (Enumerator_tEC7FC009B9D771B394B7F1E0CADC6C12CFC7CBD3* __this, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject* il2cppRetVal;
|
|
(( void (*) (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m51282E47C90E55BF2D96A0D329869ABC122A85A0_gshared_inline)((Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.IAnticipationEventReceiver>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mF55E5A6975282B41376B285AF7ED38CA9E19DBB8 (Enumerator_tEC7FC009B9D771B394B7F1E0CADC6C12CFC7CBD3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*, const RuntimeMethod*))Enumerator_MoveNext_m1756F06B6BC460B8EEB4522B562E097F37D54C59_gshared)((Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*)__this, method);
|
|
}
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkManager::get_LocalTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkManager_get_LocalTime_m17506338EF54F39A0C27A56D822F17A112D49CC7 (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method) ;
|
|
// System.Double Unity.Netcode.NetworkTime::get_Time()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double NetworkTime_get_Time_mDC7F8AB78A0D860B5D3BF62AF1E42724059F690B_inline (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.HashSet`1/Enumerator<T> System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipatedObject>::GetEnumerator()
|
|
inline Enumerator_t2D00DF8B477B981043A85440C6F7D8CDFF72C781 HashSet_1_GetEnumerator_m8DDCA67B1330DE9A3E5A0062A2030FCBA5753392 (HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t2D00DF8B477B981043A85440C6F7D8CDFF72C781 il2cppRetVal;
|
|
(( void (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*, const RuntimeMethod*))HashSet_1_GetEnumerator_m75DD344FE9A073CA9564DC6A425EC36883FB32A7_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.IAnticipatedObject>::Dispose()
|
|
inline void Enumerator_Dispose_mCDCEAA40DE4F9BBA327EE0C879CADAFAC9E9A63D (Enumerator_t2D00DF8B477B981043A85440C6F7D8CDFF72C781* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*, const RuntimeMethod*))Enumerator_Dispose_m915D35B9BB2A77C5396F4FE1A1C53F1C93B8E337_gshared)((Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*)__this, method);
|
|
}
|
|
// T System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.IAnticipatedObject>::get_Current()
|
|
inline RuntimeObject* Enumerator_get_Current_mC8463F058AE3FF313E954F64D9B216CADC8CFE06_inline (Enumerator_t2D00DF8B477B981043A85440C6F7D8CDFF72C781* __this, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject* il2cppRetVal;
|
|
(( void (*) (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m51282E47C90E55BF2D96A0D329869ABC122A85A0_gshared_inline)((Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkBehaviour> Unity.Netcode.NetworkObject::get_ChildNetworkBehaviours()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t77285321F3B26D7A49CBB0F92E556C36504A91F5* NetworkObject_get_ChildNetworkBehaviours_m77246A2E16BAEE728A066E3020690BB3FB4EE09F (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<Unity.Netcode.NetworkBehaviour>::GetEnumerator()
|
|
inline Enumerator_tB17D3BB881778B22964DC5116E4CFEF7A2B39F25 List_1_GetEnumerator_mB64AD810DAF616B12579D50AF76388DAE6072C9E (List_1_t77285321F3B26D7A49CBB0F92E556C36504A91F5* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tB17D3BB881778B22964DC5116E4CFEF7A2B39F25 il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<Unity.Netcode.NetworkBehaviour>::Dispose()
|
|
inline void Enumerator_Dispose_mF57F57982BC79234C265C5B9E5B14A10EEC31514 (Enumerator_tB17D3BB881778B22964DC5116E4CFEF7A2B39F25* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<Unity.Netcode.NetworkBehaviour>::get_Current()
|
|
inline NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* Enumerator_get_Current_m5E3579137B781B888610439A5F9C36A5BE747BC9_inline (Enumerator_tB17D3BB881778B22964DC5116E4CFEF7A2B39F25* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* il2cppRetVal;
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<Unity.Netcode.NetworkBehaviour>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mC4397E67CFDE463FC5D2C8B31992B53004DA57F9 (Enumerator_tB17D3BB881778B22964DC5116E4CFEF7A2B39F25* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.HashSet`1/Enumerator<Unity.Netcode.IAnticipatedObject>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mD2598B46C89986AA1D33B4F56126960BF6175062 (Enumerator_t2D00DF8B477B981043A85440C6F7D8CDFF72C781* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*, const RuntimeMethod*))Enumerator_MoveNext_m1756F06B6BC460B8EEB4522B562E097F37D54C59_gshared)((Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipatedObject>::Clear()
|
|
inline void HashSet_1_Clear_mEDA36A64EDA163E0B41368DFFFCA1D71376770E6 (HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, const RuntimeMethod*))HashSet_1_Clear_mCD863950F0D273BF34801FDD92CBEC230ECD5A6D_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, method);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkManager/ReanticipateDelegate::Invoke(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReanticipateDelegate_Invoke_mC50273773CD54F733245005987F8721BA5FCA77F_inline (ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* __this, double ___0_lastRoundTripTime, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.HashSet`1<Unity.Netcode.IAnticipatedObject>::get_Count()
|
|
inline int32_t HashSet_1_get_Count_m3E9F4888B653D3AF3953B3BBB27CE2076AFED2B0_inline (HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, const RuntimeMethod*))HashSet_1_get_Count_mA764DCA3CB14CB2CBDF742A163492FF4DA515B63_gshared_inline)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, method);
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkClient::get_IsServer()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NetworkClient_get_IsServer_m488CD548E37B2D542415841AFEE32E6BD877F931_inline (NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkClient::get_IsConnected()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NetworkClient_get_IsConnected_mBC4A63D9A52F4332181A5AA2F784821D0E8295D7_inline (NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.NetworkMessageManager::SendMessage<Unity.Netcode.AnticipationCounterSyncPingMessage>(T&,Unity.Netcode.NetworkDelivery,System.UInt64)
|
|
inline int32_t NetworkMessageManager_SendMessage_TisAnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440_mFCD7E1F01F046A85F6A6C925D180472D67664911 (NetworkMessageManager_t3AC5DCD467E3287780F83E2B4A37CC5DCB40C468* __this, AnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440* ___0_message, int32_t ___1_delivery, uint64_t ___2_clientId, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NetworkMessageManager_t3AC5DCD467E3287780F83E2B4A37CC5DCB40C468*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, int32_t, uint64_t, const RuntimeMethod*))NetworkMessageManager_SendMessage_TisIl2CppFullySharedGenericAny_m0B5DFA199CB81FE2C238E4D1CE12A69C5C243E97_gshared)((NetworkMessageManager_t3AC5DCD467E3287780F83E2B4A37CC5DCB40C468*)__this, (Il2CppFullySharedGenericAny*)___0_message, ___1_delivery, ___2_clientId, method);
|
|
}
|
|
// System.Void System.ArgumentException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTickSystem::set_TickRate(System.UInt32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTickSystem_set_TickRate_m0BF57B36E23A399A2DE37AC16EDE30EF48378172_inline (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, uint32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTime::.ctor(System.UInt32,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTime__ctor_m967B514256DF729D17E1821504B335E112870E4D (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, uint32_t ___0_tickRate, double ___1_timeSec, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTickSystem::set_LocalTime(Unity.Netcode.NetworkTime)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTickSystem_set_LocalTime_mF80A790CE331B5993719CEB6AF95DA98E3C31967_inline (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTickSystem::set_ServerTime(Unity.Netcode.NetworkTime)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTickSystem_set_ServerTime_mCBDD0E0D8DCB5BFB612E4075EED08555BE43A794_inline (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt32 Unity.Netcode.NetworkTickSystem::get_TickRate()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NetworkTickSystem_get_TickRate_mE053E1F4706D7744E24E0CB387DADE9454EDD337_inline (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTickSystem::get_LocalTime()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTickSystem_get_LocalTime_mAEE28AA7DBED595F9D8755CE5D76B7CEFF7EA6F5_inline (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.NetworkTime::get_Tick()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NetworkTime_get_Tick_m1544072B4A5D9F6767E31A77EFB451B6B0F5B991_inline (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTickSystem::get_ServerTime()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTickSystem_get_ServerTime_mE2386D4FF186C19B938427535A681AD47A799882_inline (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTime::.ctor(System.UInt32,System.Int32,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTime__ctor_mD40214D6A925F3027C77DA7051C210F487C0CC55 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, uint32_t ___0_tickRate, int32_t ___1_tick, double ___2_tickOffset, const RuntimeMethod* method) ;
|
|
// System.Void System.Action::Invoke()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ;
|
|
// System.Double Unity.Netcode.NetworkTime::get_TickOffset()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double NetworkTime_get_TickOffset_m7B60157F5852925EF3F4D55D8E67FAEEDD87BA3A_inline (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method) ;
|
|
// System.Double Unity.Netcode.NetworkTime::get_TickWithPartial()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTime_get_TickWithPartial_mEA0F50631C20C257BEB624025361C43AD257321F (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method) ;
|
|
// System.Single Unity.Netcode.NetworkTime::get_TimeAsFloat()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NetworkTime_get_TimeAsFloat_mA9117D03A7D40E675F50B67A4317019B3AAF1797 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method) ;
|
|
// System.Double Unity.Netcode.NetworkTime::get_FixedTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTime_get_FixedTime_mD8B701640E6938B87ADFC11BFDABC77BFA08BF9D (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method) ;
|
|
// System.Single Unity.Netcode.NetworkTime::get_FixedDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NetworkTime_get_FixedDeltaTime_mE939797F1CB254D4403A9A3EE00E0AB3F49B5045 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 Unity.Netcode.NetworkTime::get_TickRate()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NetworkTime_get_TickRate_m011971B594D6DB1C676AB1EC9029E1BB5A569CB6_inline (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTime::.ctor(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTime__ctor_m858F636F85697CAE1E079038854B8D88068A5F8F (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, uint32_t ___0_tickRate, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTime::op_Addition(Unity.Netcode.NetworkTime,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTime_op_Addition_m055F0632D8CF893898025AD5E20FD0B42AA448F1 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___0_a, double ___1_b, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTime::ToFixedTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTime_ToFixedTime_mBFCFEFB08EBF314FB9666AA128F5DFD9A876D690 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTime::op_Subtraction(Unity.Netcode.NetworkTime,Unity.Netcode.NetworkTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTime_op_Subtraction_m6C3EF5E0A951578447A3AF3B0BF446FAD0883720 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___0_a, NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___1_b, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTime::TimeTicksAgo(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTime_TimeTicksAgo_m3DE56CDB34180F78932D9A115AC6CE36578DA446 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, int32_t ___0_ticks, const RuntimeMethod* method) ;
|
|
// System.Double System.Math::Truncate(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Truncate_mE66B1AD68C17D27675DE0CB74643374F9EDB649C (double ___0_d, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTime::UpdateCache()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTime_UpdateCache_m9AA9E6D10AAE300E01CCB5C577A92BBF76783155 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::set_LocalBufferSec(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_LocalBufferSec_m82C2D3A892C9D7B79D851FA876ED7B46437EF68C_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::set_ServerBufferSec(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_ServerBufferSec_mB9AB61649D77F483873DF72CCE2BB4345572547E_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::set_HardResetThresholdSec(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_HardResetThresholdSec_mDEEB22B6CCED462F413F8E86A27758FF4A9078ED_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::set_AdjustmentRatio(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_AdjustmentRatio_m20025653AD41C17935FE110A9E3FCF66C7AD0B2D_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTickSystem::.ctor(System.UInt32,System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTickSystem__ctor_mC5D8B736EA2491B31CC42F54DB365EAD50AB2271 (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, uint32_t ___0_tickRate, double ___1_localTimeSec, double ___2_serverTimeSec, const RuntimeMethod* method) ;
|
|
// System.Void System.Action::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTickSystem::add_Tick(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTickSystem_add_Tick_m98EC2B9E3EC9C5E7552C41DC5E0BB933D0A270ED (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkTimeSystem::Advance(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTimeSystem_Advance_mDCD452D5627C27644989F2A2FA413D1237A35D19 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_deltaTimeSec, const RuntimeMethod* method) ;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_LocalTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_LocalTime_m52082AD2B933832491435CE4729AE62FC392B0C6 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method) ;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_ServerTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_ServerTime_mAD3D1FEC80ADAD9C0A1FFB2C1347CDDF8E9FA93F (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTickSystem::Reset(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTickSystem_Reset_m43B50EC6BC214CC72B78D977F4E83DEA7E9052F1 (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, double ___0_localTimeSec, double ___1_serverTimeSec, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTickSystem::UpdateTick(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTickSystem_UpdateTick_m2D218F227F3652072922C8494D3F8260ACC68FB3 (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, double ___0_localTimeSec, double ___1_serverTimeSec, const RuntimeMethod* method) ;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_LastSyncedServerTimeSec()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_LastSyncedServerTimeSec_m5332AA8AB59F2A047862E029092C9B2C66B21A6D_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::Sync(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTimeSystem_Sync_m53B4C804F962B6B4AF76DA61BDB9915BB3295696 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_serverTimeSec, double ___1_rttSec, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.NetworkConnectionManager::SendMessage<Unity.Netcode.TimeSyncMessage,System.Collections.Generic.List`1<System.UInt64>>(TMessageType&,Unity.Netcode.NetworkDelivery,TClientIdListType&)
|
|
inline int32_t NetworkConnectionManager_SendMessage_TisTimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471_TisList_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284_m6C6BF40622B1443051EC31770D8DB2935FA2C5CB (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* __this, TimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471* ___0_message, int32_t ___1_delivery, List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284** ___2_clientIds, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, int32_t, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))NetworkConnectionManager_SendMessage_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m4F6CAAEDA654D8A8668605236708F416567A4581_gshared)((NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1*)__this, (Il2CppFullySharedGenericAny*)___0_message, ___1_delivery, (Il2CppFullySharedGenericAny*)___2_clientIds, method);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTickSystem::remove_Tick(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTickSystem_remove_Tick_m4B8357FF77BE8DD9442EB611F01937BA1E3144F9 (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::.ctor(System.Double,System.Double,System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTimeSystem__ctor_mB81EDAB0045029A03A6B97FFCB578FAD6F17D847 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_localBufferSec, double ___1_serverBufferSec, double ___2_hardResetThresholdSec, double ___3_adjustmentRatio, const RuntimeMethod* method) ;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_HardResetThresholdSec()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_HardResetThresholdSec_mE047FE8D47C8221D28F8FDB581C12C5B2BC71E38_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method) ;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_AdjustmentRatio()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_AdjustmentRatio_mAEB1E3BD937B871B16ECFF62C01C5D55939AFD96_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::set_LastSyncedRttSec(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_LastSyncedRttSec_mA1C80CC3F306B8060F2602E40AF1197D222F77A8_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::set_LastSyncedServerTimeSec(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_LastSyncedServerTimeSec_m4CFF62DC57A58B9634184818ADACC6E2935E0190_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_ServerBufferSec()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_ServerBufferSec_m07C6CA24A68C6972C984DE91B2AC93CED5717546_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method) ;
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_LocalBufferSec()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_LocalBufferSec_m2EE2B31F9AFDB2E6DCD3A842243723BD27D789A4_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Time::get_realtimeSinceStartup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_m73B3CB73175D79A44333D59BB70F9EDE55EC9510 (const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Time::get_unscaledTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledTime_mAF4040B858903E1325D1C65B8BF1AC61460B2503 (const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Time::get_unscaledDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledDeltaTime_mF057EECA857E5C0F90A3F910D26D3EE59F27C4B5 (const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Time::get_deltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865 (const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTransport/TransportEventDelegate::Invoke(Unity.Netcode.NetworkEvent,System.UInt64,System.ArraySegment`1<System.Byte>,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TransportEventDelegate_Invoke_m229F59FBB7622E360ABD0E052077C885EDFF2FBE_inline (TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* __this, int32_t ___0_eventType, uint64_t ___1_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___2_payload, float ___3_receiveTime, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.MonoBehaviour::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Networking.Transport.DataStreamReader::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DataStreamReader_get_Length_m5F216EB0F2C71A0576B7DD18864D2E3700AC050B_inline (DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Networking.Transport.DataStreamReader::ReadBytes(System.Byte*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataStreamReader_ReadBytes_m1E2D499A170CDF22A902617B1072E7E1091874A3 (DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3* __this, uint8_t* ___0_data, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41 (RuntimeArray* ___0_sourceArray, int32_t ___1_sourceIndex, RuntimeArray* ___2_destinationArray, int32_t ___3_destinationIndex, int32_t ___4_length, const RuntimeMethod* method) ;
|
|
// System.Void System.Array::Resize<System.Byte>(T[]&,System.Int32)
|
|
inline void Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** ___0_array, int32_t ___1_newSize, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC**, int32_t, const RuntimeMethod*))Array_Resize_TisIl2CppFullySharedGenericAny_m263FC41C8DB989397C43C86556D63CEBE13F4712_gshared)((__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC**)___0_array, ___1_newSize, method);
|
|
}
|
|
// System.Int32 System.BitConverter::ToInt32(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitConverter_ToInt32_m259B4E62995575B80C4086347C867EB3C8D7DAB3 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, int32_t ___1_startIndex, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedSendQueue::get_HeadIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BatchedSendQueue_get_HeadIndex_m91CD2AD83101A70E26EF78B7460C36AC3C8F2C20 (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedSendQueue::set_HeadIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedSendQueue_set_HeadIndex_m44301042025EB7BA0D7B95A4CD1AF41821E44A29 (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedSendQueue::get_TailIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BatchedSendQueue_get_TailIndex_mB4B8DD7E3103F96442E8B53CCA0BB5A5E25A2F16 (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedSendQueue::set_TailIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedSendQueue_set_TailIndex_m7D3474452C23C3195715C10C99050B0097B1FF18 (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedSendQueue::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BatchedSendQueue_get_Length_mD3D3E7C0FAA4242AC69FF929F9463C5D2FCC531A (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedSendQueue::get_Capacity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BatchedSendQueue_get_Capacity_mD2B74A2589C7B887FB02D5483B408FEBFAEE7AAA (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.Transports.UTP.BatchedSendQueue::get_IsEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BatchedSendQueue_get_IsEmpty_m3036A22A4DAE86E6660B259E38AD2B0FBC21BD9C (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Collections.NativeList`1<System.Byte>::get_IsCreated()
|
|
inline bool NativeList_1_get_IsCreated_m0088506340DF8D71C5E8A04FD537552F82443F88 (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*, const RuntimeMethod*))NativeList_1_get_IsCreated_m4E2356CCFFB361C91CBEFB528F727AC7C244043F_gshared)((NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*)__this, method);
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.BatchedSendQueue::get_IsCreated()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BatchedSendQueue_get_IsCreated_mA3E2725C73F697AFC4A9BDD092A5E936F317A8CA (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, const RuntimeMethod* method) ;
|
|
// Unity.Collections.AllocatorManager/AllocatorHandle Unity.Collections.AllocatorManager/AllocatorHandle::op_Implicit(Unity.Collections.Allocator)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D (int32_t ___0_a, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeList`1<System.Byte>::.ctor(System.Int32,Unity.Collections.AllocatorManager/AllocatorHandle)
|
|
inline void NativeList_1__ctor_m8C903F568E40A185F0756A7A98CB77CD2619D078 (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*, int32_t, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_mA1DFF4EEBED87ED011F318AEC145588B17212121_gshared)((NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*)__this, ___0_initialCapacity, ___1_allocator, method);
|
|
}
|
|
// System.Void Unity.Collections.NativeArray`1<System.Int32>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
|
|
inline void NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m788DE0F85C4051DDF092DDF96484DE655ACFB6F1_gshared)((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)__this, ___0_length, ___1_allocator, ___2_options, method);
|
|
}
|
|
// System.Void Unity.Collections.NativeList`1<System.Byte>::ResizeUninitialized(System.Int32)
|
|
inline void NativeList_1_ResizeUninitialized_m753321DB060C4AAEC2ACD94AAC4D2766D52A821F (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94* __this, int32_t ___0_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*, int32_t, const RuntimeMethod*))NativeList_1_ResizeUninitialized_mC281739878E0A1D9BD814C0B970B46A554D8EDFD_gshared)((NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*)__this, ___0_length, method);
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedSendQueue::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedSendQueue__ctor_m18E80247931EBB63D59B4DD6E4979D0B3D6FCC1E (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeList`1<System.Byte>::Dispose()
|
|
inline void NativeList_1_Dispose_mC0442A0F667EFDA4EAA6B6BAC0139B86A935AAD6 (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*, const RuntimeMethod*))NativeList_1_Dispose_m42535264C7291A64741CA36B4F0567D15D7BDC2F_gshared)((NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*)__this, method);
|
|
}
|
|
// System.Void Unity.Collections.NativeArray`1<System.Int32>::Dispose()
|
|
inline void NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))NativeArray_1_Dispose_m365A262FA4CA431467F021D7732CECD68316AF80_gshared)((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)__this, method);
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedSendQueue::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedSendQueue_Dispose_mD4F40F358E16AD02B90DF571E134D2A08526CD7C (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Networking.Transport.DataStreamWriter::WriteBytes(System.Byte*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataStreamWriter_WriteBytes_m5A6218CBEEA1204AC2B8822CB09422FCABF42CFD (DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* __this, uint8_t* ___0_data, int32_t ___1_bytes, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedSendQueue::WriteBytes(Unity.Networking.Transport.DataStreamWriter&,System.Byte*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedSendQueue_WriteBytes_mDC41B4796901540484FFDD18C7F8E060BC771933 (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* ___0_writer, uint8_t* ___1_data, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Networking.Transport.DataStreamWriter::.ctor(System.Byte*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataStreamWriter__ctor_mE61DA857285F4FF4469253135FF3E8A40673EE62 (DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* __this, uint8_t* ___0_data, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.Int32 System.ArraySegment`1<System.Byte>::get_Count()
|
|
inline int32_t ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline (ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178*, const RuntimeMethod*))ArraySegment_1_get_Count_mEF96248898C14F3687A5C72B920F841701E4E13C_gshared_inline)((ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178*)__this, method);
|
|
}
|
|
// System.Boolean Unity.Networking.Transport.DataStreamWriter::WriteInt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataStreamWriter_WriteInt_mEE3DE78C7B6AA46BB509437F89EEA0658F2A851E (DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// T[] System.ArraySegment`1<System.Byte>::get_Array()
|
|
inline ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ArraySegment_1_get_Array_m85F374406C1E34FDEFA7F160336A247891AF8105_inline (ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093* __this, const RuntimeMethod* method)
|
|
{
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* il2cppRetVal = (( __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* (*) (ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178*, const RuntimeMethod*))ArraySegment_1_get_Array_mE4A35DFD81ABF447350B9A05C0F4BF0248A3CFF2_gshared_inline)((ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178*)__this, method);
|
|
return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cppRetVal;
|
|
}
|
|
// System.Int32 System.ArraySegment`1<System.Byte>::get_Offset()
|
|
inline int32_t ArraySegment_1_get_Offset_m28FEFF65E8FA9A92DF84966071346BFD426CC3AA_inline (ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178*, const RuntimeMethod*))ArraySegment_1_get_Offset_m4FAFF061AB36BF278BA8DC37B6D13718A06301E6_gshared_inline)((ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178*)__this, method);
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedSendQueue::AppendDataAtTail(System.ArraySegment`1<System.Byte>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedSendQueue_AppendDataAtTail_mC41B180A6F396AF0E90BE8FE09D17330EBAB56D9 (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___0_data, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemMove(System.Void*,System.Void*,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemMove_m4799FAA9C4BCFA1AEDC6ED01BB9A6DF657C4CEE3 (void* ___0_destination, void* ___1_source, int64_t ___2_size, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.Transports.UTP.BatchedSendQueue::PushMessage(System.ArraySegment`1<System.Byte>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BatchedSendQueue_PushMessage_m4721141E1D061171E1E7105817641CD163A15CFA (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___0_message, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Networking.Transport.DataStreamWriter::get_Capacity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataStreamWriter_get_Capacity_m52E805154817DAEED4FE0A784865F825C8BEA15D (DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* __this, const RuntimeMethod* method) ;
|
|
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeList`1<System.Byte>::AsArray()
|
|
inline NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF NativeList_1_AsArray_mE16930FF723114AF02B699ADB8009C5162D3761E (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94* __this, const RuntimeMethod* method)
|
|
{
|
|
NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 il2cppRetVal = (( NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 (*) (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*, const RuntimeMethod*))NativeList_1_AsArray_m1E9616CC42457555561B1165B47ED6E2EEADAC98_gshared)((NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*)__this, method);
|
|
return il2cpp_codegen_cast_struct<NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18>(&il2cppRetVal);
|
|
}
|
|
// System.Void Unity.Networking.Transport.DataStreamReader::.ctor(Unity.Collections.NativeArray`1<System.Byte>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataStreamReader__ctor_mE6C5005A31142F3547C3CE8D5D98AFCC383C009B (DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_array, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Networking.Transport.DataStreamReader::SeekSet(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataStreamReader_SeekSet_m0B3939FF6C6A1C3B5A47CCA959457ED3DDF421DE (DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3* __this, int32_t ___0_pos, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Networking.Transport.DataStreamReader::ReadInt()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataStreamReader_ReadInt_m862924CC887B2309FAA8ED4C8E40E452B3D58E45 (DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Networking.Transport.DataStreamReader::GetBytesRead()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataStreamReader_GetBytesRead_m3A3C261F207245C5211B1066DC6BEFED2F1A7636 (DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedSendQueue::FillWriterWithMessages(Unity.Networking.Transport.DataStreamWriter&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BatchedSendQueue_FillWriterWithMessages_mC723DE4A4E8885C3F15AED95CAEE1852F1E5187D (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* ___0_writer, int32_t ___1_softMaxBytes, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedSendQueue::FillWriterWithBytes(Unity.Networking.Transport.DataStreamWriter&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BatchedSendQueue_FillWriterWithBytes_mA742A52A53A5576B9D038146977E3C9FADC20D7A (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* ___0_writer, int32_t ___1_maxBytes, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedSendQueue::Consume(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedSendQueue_Consume_m27415A79D38546D9757A191041B1D4EC8165509A (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, int32_t ___0_size, const RuntimeMethod* method) ;
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::get_ServerCertificate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_get_ServerCertificate_m17E07950D0BAE0F46481FD63731F00F964024023 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::Log(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::get_ServerPrivate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_get_ServerPrivate_mC64E26A2A2D022FA90E1D97ECBA6EC63988D55ED (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method) ;
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::get_ClientCA()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_get_ClientCA_mCD4313D71FDCA16695E86846C97ED8273E3D07E1 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method) ;
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::get_ServerCommonName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_get_ServerCommonName_m7757A0EB69519290091CFE45CFA5AA5704CE4326_inline (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponent<Unity.Netcode.Transports.UTP.UnityTransport>()
|
|
inline UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* Component_GetComponent_TisUnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_mDFDF528F272AEE465FED1CE8BB5330AA0F744D28 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* il2cppRetVal;
|
|
(( void (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Component_GetComponent_TisIl2CppFullySharedGenericAny_m47CBDD147982125387F078ABBFDAAB92D397A6C2_gshared)((Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetServerSecrets(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetServerSecrets_m684BAAECD15C338E085AC16DB4CE73B1AA28E027 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, String_t* ___0_serverCertificate, String_t* ___1_serverPrivateKey, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetClientSecrets(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetClientSecrets_mEF4456DE072468B4B0F3133CA9A61B32FFD3DCC5 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, String_t* ___0_serverCommonName, String_t* ___1_caCertificate, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::op_Inequality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::ReadFile(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_ReadFile_mDFF04D3D0602F3F2973F673741CDA4C128F1190A (String_t* ___0_path, String_t* ___1_label, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::op_Equality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
// System.Void System.IO.StreamReader::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m08BA7049EACE030ACE06AB8A8F2CDF2E2AFB55C6 (StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* __this, String_t* ___0_path, const RuntimeMethod* method) ;
|
|
// System.String System.Int32::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ;
|
|
// System.String Unity.Netcode.Transports.UTP.ErrorUtilities::ErrorToString(System.Int32,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ErrorUtilities_ErrorToString_mBC73277A2AF455EC019CF36B522C084F411DA3C3 (int32_t ___0_error, uint64_t ___1_connectionId, const RuntimeMethod* method) ;
|
|
// Unity.Collections.FixedString128Bytes Unity.Netcode.Transports.UTP.ErrorUtilities::ErrorToFixedString(System.Int32,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 ErrorUtilities_ErrorToFixedString_mC86BD2B14A72FAD11ABF8F1F7A0EF99AC45DFF3B (int32_t ___0_error, uint64_t ___1_connectionId, const RuntimeMethod* method) ;
|
|
// System.String Unity.Collections.FixedString128Bytes::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FixedString128Bytes_ToString_m1CD5B095D5A80759EF2E7F60AA95921369958A29 (FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952* __this, const RuntimeMethod* method) ;
|
|
// Unity.Collections.FixedString128Bytes Unity.Collections.FixedString::Format(Unity.Collections.FixedString128Bytes,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 FixedString_Format_m68D81C29724F640A5261464C671E96EB92AAA4B0 (FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 ___0_formatString, float ___1_arg0, const RuntimeMethod* method) ;
|
|
// Unity.Collections.FixedString128Bytes Unity.Collections.FixedString128Bytes::op_Implicit(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 FixedString128Bytes_op_Implicit_mC1EF3D019A34577624853F21B956303E569C116E (String_t* ___0_b, const RuntimeMethod* method) ;
|
|
// Unity.Collections.FixedString128Bytes Unity.Collections.FixedString::Format(Unity.Collections.FixedString128Bytes,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 FixedString_Format_m6F108E2AF8178697C27234FF8AA515F32B77F4AF (FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 ___0_formatString, int32_t ___1_arg0, const RuntimeMethod* method) ;
|
|
// Unity.Netcode.Transports.UTP.INetworkStreamDriverConstructor Unity.Netcode.Transports.UTP.UnityTransport::get_DriverConstructor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityTransport_get_DriverConstructor_m87F5F253CC96D0739B5C93BE84A65A8851748461 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Object::GetInstanceID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkDriver Unity.Netcode.Transports.UTP.UnityTransport::get_NetworkDriver()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 UnityTransport_get_NetworkDriver_m47D16CBF8A15BF7D86BFC276040B31046E38926D_inline (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`2<System.Int32,Unity.Networking.Transport.NetworkDriver>::Invoke(T1,T2)
|
|
inline void Action_2_Invoke_mD7C393AE045EF225975A8BF6B27887913C28A829_inline (Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* __this, int32_t ___0_arg1, NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 ___1_arg2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Action_2_Invoke_m6343941059117DF354182855F996EB3D08B4C06C_gshared_inline)((Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*)__this, (Il2CppFullySharedGenericAny)&___0_arg1, (Il2CppFullySharedGenericAny)&___1_arg2, method);
|
|
}
|
|
// System.Boolean Unity.Networking.Transport.NetworkDriver::get_IsCreated()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkDriver_get_IsCreated_m006F28C4A90B06A10CD0A09865C6F66C95B6142D (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Networking.Transport.NetworkDriver::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkDriver_Dispose_m2B995E03ECC8DE8FFAD368C217B6D6B47367E28D (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Networking.Transport.NetworkSettings::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSettings_Dispose_m2D73A6555834E52D4631863324D4FA79F1B696FD (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::get_Values()
|
|
inline ValueCollection_t3AB61A931E9B85D29A0A11FA6952A3775A93944D* Dictionary_2_get_Values_m26BDE98ADDE2424456D95202ABA0BAA1D30E079B (Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* __this, const RuntimeMethod* method)
|
|
{
|
|
ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40* il2cppRetVal = (( ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40* (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2_get_Values_mE06FB7381D8152E35F0716DC7FE13788362112A7_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
return (ValueCollection_t3AB61A931E9B85D29A0A11FA6952A3775A93944D*)il2cppRetVal;
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::GetEnumerator()
|
|
inline Enumerator_t78A82A05AC2820BE318F9F3DAD0F9B1802CB97FB ValueCollection_GetEnumerator_m3DED007ABC7D6210DF9239B5958ED9A64AD1733D (ValueCollection_t3AB61A931E9B85D29A0A11FA6952A3775A93944D* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t78A82A05AC2820BE318F9F3DAD0F9B1802CB97FB il2cppRetVal;
|
|
(( void (*) (ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40*, Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*, const RuntimeMethod*))ValueCollection_GetEnumerator_m22BB9C6494A679370661D0B6DA1FA7EF744281EA_gshared)((ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40*)__this, (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::Dispose()
|
|
inline void Enumerator_Dispose_m52C4A26A0A38F9BB56472580045AFD70BEEEC6AE (Enumerator_t78A82A05AC2820BE318F9F3DAD0F9B1802CB97FB* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*, const RuntimeMethod*))Enumerator_Dispose_mB05777B182DD6D8C5ED21811C2CA95405D2743F8_gshared)((Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*)__this, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::get_Current()
|
|
inline BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 Enumerator_get_Current_m33D28F03A09CA0F36EACEBC301F4F41BEBDB3A4D_inline (Enumerator_t78A82A05AC2820BE318F9F3DAD0F9B1802CB97FB* __this, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 il2cppRetVal;
|
|
(( void (*) (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m77681472C32B9ABB97AE602C0D4C365A0A8E8ACE_gshared_inline)((Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m62407660FD405CD79B4C3DE43D8D0CC99E4A530B (Enumerator_t78A82A05AC2820BE318F9F3DAD0F9B1802CB97FB* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*, const RuntimeMethod*))Enumerator_MoveNext_m297C3CEEAAC8D29D8F7C93E0801CD1D362D1C66F_gshared)((Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::Clear()
|
|
inline void Dictionary_2_Clear_m5050A8ED598E870BB3A292F60CA8F125B0AA6A80 (Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2_Clear_m935B3F117860376DC854C9E0C80CBD99BE77EEA4_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Void System.Action`1<System.Int32>::Invoke(T)
|
|
inline void Action_1_Invoke_mAC3C34BA1905AB5B79E483CD9BB082B7D667F703_inline (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* __this, int32_t ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Action_1_Invoke_m5A038831CEB84A7E374FE59D43444412629F833F_gshared_inline)((Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*)__this, (Il2CppFullySharedGenericAny)&___0_obj, method);
|
|
}
|
|
// Unity.Networking.Transport.NetworkPipeline Unity.Networking.Transport.NetworkPipeline::get_Null()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 NetworkPipeline_get_Null_m2A86DFD59FADE78775823D6AB411F3F968BBB00D (const RuntimeMethod* method) ;
|
|
// System.Boolean System.ValueType::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueType_Equals_mCA5344597A8055EC544855AD60A983B10E0EE67D (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkSettings& Unity.Networking.Transport.Relay.RelayParameterExtensions::WithRelayParameters(Unity.Networking.Transport.NetworkSettings&,Unity.Networking.Transport.Relay.RelayServerData&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* RelayParameterExtensions_WithRelayParameters_m8025C21B35FAD6E160B05C727131152D372D3F0F (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* ___0_settings, RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09* ___1_serverData, int32_t ___2_relayConnectionTimeMS, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkEndPoint Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData::get_ServerEndPoint()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ConnectionAddressData_get_ServerEndPoint_m86FC9C426088E6F206D0D1FBE1574A0BCBF6439C (ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* __this, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkFamily Unity.Networking.Transport.NetworkEndPoint::get_Family()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkEndPoint_get_Family_mD65C497E01B38CF8F1E4EB94B50A1E7E6CF5BE5E (NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::InitDriver()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_InitDriver_mB509E02E33E60F36C30B2DDAB377866ABEA22DEA (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkEndPoint Unity.Networking.Transport.NetworkEndPoint::get_AnyIpv4()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 NetworkEndPoint_get_AnyIpv4_m9E44E70ACE51BA65B73BBF8217835C6669D0927D (const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkEndPoint Unity.Networking.Transport.NetworkEndPoint::get_AnyIpv6()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 NetworkEndPoint_get_AnyIpv6_mC4CE165BBEF5C10339B7CE69AF44BDBFFE84DA24 (const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Networking.Transport.NetworkDriver::Bind(Unity.Networking.Transport.NetworkEndPoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkDriver_Bind_m994686C7645A1A631C8A4B74B5E508ECB062C771 (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* __this, NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ___0_endpoint, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkConnection Unity.Networking.Transport.NetworkDriver::Connect(Unity.Networking.Transport.NetworkEndPoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 NetworkDriver_Connect_m135819C4EE07E41AE102BC66C00BE43DEB454FCE (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* __this, NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ___0_endpoint, const RuntimeMethod* method) ;
|
|
// System.UInt64 Unity.Netcode.Transports.UTP.UnityTransport::ParseClientId(Unity.Networking.Transport.NetworkConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UnityTransport_ParseClientId_mD0481F6EE16C9EA9CCA32FFA624FF0B89D8E69AE (NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 ___0_utpConnectionId, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Networking.Transport.NetworkDriver::Listen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkDriver_Listen_m9673394E3D802D8A4FD978682B4AFDC19B0C7020 (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Networking.Transport.Relay.RelayServerData::.ctor(System.String,System.UInt16,System.Byte[],System.Byte[],System.Byte[],System.Byte[],System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelayServerData__ctor_m039E25DA5133BDFB0F8C29E4C721A792C7C46042 (RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09* __this, String_t* ___0_host, uint16_t ___1_port, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_allocationId, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_connectionData, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___4_hostConnectionData, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___5_key, bool ___6_isSecure, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetProtocol(Unity.Netcode.Transports.UTP.UnityTransport/ProtocolType)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnityTransport_SetProtocol_mAE283237461395BF44FC7AF6654254F62D67A3C3_inline (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, int32_t ___0_inProtocol, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetRelayServerData(System.String,System.UInt16,System.Byte[],System.Byte[],System.Byte[],System.Byte[],System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetRelayServerData_m512E33CBD4BAF9DC1A743BDF16C55EA6B82461F0 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, String_t* ___0_ipv4Address, uint16_t ___1_port, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_allocationIdBytes, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_keyBytes, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___4_connectionDataBytes, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___5_hostConnectionDataBytes, bool ___6_isSecure, const RuntimeMethod* method) ;
|
|
// System.String Unity.Networking.Transport.NetworkEndPoint::get_Address()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkEndPoint_get_Address_m8CB1DFBD3F0943AF98BC707EB0F942B698EE00E5 (NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63* __this, const RuntimeMethod* method) ;
|
|
// System.String[] System.String::Split(System.Char,System.StringSplitOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4 (String_t* __this, Il2CppChar ___0_separator, int32_t ___1_options, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Networking.Transport.NetworkEndPoint::op_Inequality(Unity.Networking.Transport.NetworkEndPoint,Unity.Networking.Transport.NetworkEndPoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkEndPoint_op_Inequality_m582DA760A6FE0C5119D41F5CE211A397FE07A384 (NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ___0_lhs, NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ___1_rhs, const RuntimeMethod* method) ;
|
|
// System.UInt16 Unity.Networking.Transport.NetworkEndPoint::get_Port()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t NetworkEndPoint_get_Port_m92EFA89C28AE3EA5AF00CD0BC8DB7403897756EB (NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetConnectionData(System.String,System.UInt16,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetConnectionData_m072363DFC264110D349C7D3F958E8464EB1B74CC (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, String_t* ___0_ipv4Address, uint16_t ___1_port, String_t* ___2_listenAddress, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport::ServerBindAndListen(Unity.Networking.Transport.NetworkEndPoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTransport_ServerBindAndListen_mB644AE979C589A568E8AB675D01CCABFAF02446F (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ___0_endPoint, const RuntimeMethod* method) ;
|
|
// System.UInt64 Unity.Netcode.NetworkConnectionManager::TransportIdToClientId(System.UInt64)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NetworkConnectionManager_TransportIdToClientId_m69297481202CC42996037059EC44262CFE5FB6EC_inline (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* __this, uint64_t ___0_transportId, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.NetworkManager::GetPeerMTU(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkManager_GetPeerMTU_mA11D1A02B415E751D53722A764D73E8ABB9FBD76 (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, uint64_t ___0_clientId, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkDriver/Concurrent Unity.Networking.Transport.NetworkDriver::ToConcurrent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14 NetworkDriver_ToConcurrent_mF20A77F70A8BAF09360A9FF010440F004A4625BA (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Jobs.IJobExtensions::Run<Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob>(T)
|
|
inline void IJobExtensions_Run_TisSendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_m8805B81AA5D1503F36E31919FA2D1A9ACA2D6AB0 (SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC ___0_jobData, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType*/Il2CppFullySharedGenericStruct, const RuntimeMethod*))IJobExtensions_Run_TisIl2CppFullySharedGenericStruct_mF1C0A39C4D64E79E4DD16CF8EC0DF4AC0A17E887_gshared)((Il2CppFullySharedGenericStruct)&___0_jobData, method);
|
|
}
|
|
// Unity.Networking.Transport.NetworkConnection Unity.Networking.Transport.NetworkDriver::Accept()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 NetworkDriver_Accept_m3F866B13DCB636206113E97EA279160AFDA789DB (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Networking.Transport.NetworkConnection::op_Equality(Unity.Networking.Transport.NetworkConnection,Unity.Networking.Transport.NetworkConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkConnection_op_Equality_m14044022C0D3C1DA3CF97186FCD59D88256F8202 (NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 ___0_lhs, NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 ___1_rhs, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkTransport::InvokeOnTransportEvent(Unity.Netcode.NetworkEvent,System.UInt64,System.ArraySegment`1<System.Byte>,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_InvokeOnTransportEvent_m56EFDDC779FB136044F3064BE9E68BF81EB9790F (NetworkTransport_t55E07951299283974C86476F46CC977780560B64* __this, int32_t ___0_eventType, uint64_t ___1_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___2_payload, float ___3_receiveTime, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Networking.Transport.NetworkPipeline::op_Equality(Unity.Networking.Transport.NetworkPipeline,Unity.Networking.Transport.NetworkPipeline)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPipeline_op_Equality_mA9AE79BEA5C9AEEA5EBD0EA49EC22CAC387918D2 (NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___0_lhs, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___1_rhs, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.Transports.UTP.BatchedReceiveQueue>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_mD42C03F5079D71BA857313B0569975C6B8308ACF (Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A* __this, uint64_t ___0_key, BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)___1_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedReceiveQueue::PushReader(Unity.Networking.Transport.DataStreamReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedReceiveQueue_PushReader_m0E81E806C9D1FD220CF8A15189B42C36FD37ED19 (BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* __this, DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3 ___0_reader, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedReceiveQueue::.ctor(Unity.Networking.Transport.DataStreamReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedReceiveQueue__ctor_m965421034E74E6506EE2DE1D5EE913C6E2A55DE9 (BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* __this, DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3 ___0_reader, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.Transports.UTP.BatchedReceiveQueue>::set_Item(TKey,TValue)
|
|
inline void Dictionary_2_set_Item_m1F79B5C829C4A8219BEA6848A252669AD1032777 (Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A* __this, uint64_t ___0_key, BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_set_Item_m4C6841170DD11AED683D2D71919F362A4CFF4A80_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny)___1_value, method);
|
|
}
|
|
// System.ArraySegment`1<System.Byte> Unity.Netcode.Transports.UTP.BatchedReceiveQueue::PopMessage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 BatchedReceiveQueue_PopMessage_m20B586540098D5D1A1FD0830396FAFB62CD6E9BF (BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.ArraySegment`1<System.Byte>::op_Equality(System.ArraySegment`1<T>,System.ArraySegment`1<T>)
|
|
inline bool ArraySegment_1_op_Equality_m8DDD8A4F446528A05995B3A15AD7635E28FE244D (ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___0_a, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178, ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178, const RuntimeMethod*))ArraySegment_1_op_Equality_mFB1809C3CA4BB2B0507478FDBB654C0E9CBEC612_gshared)(il2cpp_codegen_cast_struct<ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093>(&___0_a), il2cpp_codegen_cast_struct<ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093>(&___1_b), method);
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.BatchedReceiveQueue::get_IsEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BatchedReceiveQueue_get_IsEmpty_mE6FE9C4054B69EFAB47C9842F39A16E9F1753721 (BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* __this, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkEvent/Type Unity.Networking.Transport.NetworkDriver::PopEvent(Unity.Networking.Transport.NetworkConnection&,Unity.Networking.Transport.DataStreamReader&,Unity.Networking.Transport.NetworkPipeline&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t NetworkDriver_PopEvent_mE0ECB283C8178BAA9C30364C1242BABEC19B5757 (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* __this, NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4* ___0_con, DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3* ___1_reader, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* ___2_pipeline, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.Transports.UTP.BatchedReceiveQueue>::Remove(TKey)
|
|
inline bool Dictionary_2_Remove_m157C5C355B3F70983085122641AC4E154A8A2CBC (Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A* __this, uint64_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Remove_m583C4F0E2926B584BE6EC6008195360FC631C14C_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, method);
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::ClearSendQueuesForClientId(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_ClearSendQueuesForClientId_m1184B02CF88D93128579FE112BC2337E5C10BD0F (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, uint64_t ___0_clientId, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::ReceiveMessages(System.UInt64,Unity.Networking.Transport.NetworkPipeline,Unity.Networking.Transport.DataStreamReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_ReceiveMessages_mB3FBD7582B7E56D776F3869A236952701DC217D5 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, uint64_t ___0_clientId, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___1_pipeline, DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3 ___2_dataReader, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::GetEnumerator()
|
|
inline Enumerator_t88E97C0EC0DCA5E1994B18881637E25E4AEC96AD Dictionary_2_GetEnumerator_m121C176E03C8FAF9DD3D1327B0A5A740A8DC540A (Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t88E97C0EC0DCA5E1994B18881637E25E4AEC96AD il2cppRetVal;
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Dictionary_2_GetEnumerator_mEC4954B142C43B5CBAA045953EAD4E168FFCD492_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::Dispose()
|
|
inline void Enumerator_Dispose_m9FB01015E439E90A10738C6134B30FC96A29F20D (Enumerator_t88E97C0EC0DCA5E1994B18881637E25E4AEC96AD* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Enumerator_Dispose_m3D89F01AE65EC60062FFB578C0E771C098EF2CB7_gshared)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, method);
|
|
}
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::get_Current()
|
|
inline KeyValuePair_2_tD9D8D451DD3BF1ED3A1A65D8945C85F8A5C93293 Enumerator_get_Current_mA410D3A25B765A2E862298CB4901BDB78D1189EE_inline (Enumerator_t88E97C0EC0DCA5E1994B18881637E25E4AEC96AD* __this, const RuntimeMethod* method)
|
|
{
|
|
KeyValuePair_2_tD9D8D451DD3BF1ED3A1A65D8945C85F8A5C93293 il2cppRetVal;
|
|
(( void (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, const RuntimeMethod*))Enumerator_get_Current_m26AF82C275C82180BB7F23C7E408BC1FEB9A38EE_gshared_inline)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// TKey System.Collections.Generic.KeyValuePair`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::get_Key()
|
|
inline SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 KeyValuePair_2_get_Key_m021A1F603DB4FEC5A0CD6EF0D2D1B681694BEB7E_inline (KeyValuePair_2_tD9D8D451DD3BF1ED3A1A65D8945C85F8A5C93293* __this, const RuntimeMethod* method)
|
|
{
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 il2cppRetVal;
|
|
(( void (*) (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBE75BF8983618BC1ACEC20F94C1BFF85C8AA50F1_gshared_inline)((KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// TValue System.Collections.Generic.KeyValuePair`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::get_Value()
|
|
inline BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 KeyValuePair_2_get_Value_m241D85407DA71D4A8C7A5158985F82472CC4C8C5_inline (KeyValuePair_2_tD9D8D451DD3BF1ED3A1A65D8945C85F8A5C93293* __this, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 il2cppRetVal;
|
|
(( void (*) (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline)((KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SendBatchedMessages(Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SendBatchedMessages_m676B328E0E17B2E446769BEC8B541904CAF8C65A (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ___0_sendTarget, BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 ___1_queue, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mBA961C119140246EE3B77080B59C1B2158E45A94 (Enumerator_t88E97C0EC0DCA5E1994B18881637E25E4AEC96AD* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Enumerator_MoveNext_m97783F73CDB1D0083A2F7D26A51847BF0843ADEA_gshared)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, method);
|
|
}
|
|
// Unity.Jobs.JobHandle Unity.Networking.Transport.NetworkDriver::ScheduleUpdate(Unity.Jobs.JobHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 NetworkDriver_ScheduleUpdate_mBF306FD6BA96C2D1439D9322429EDFB7FF581A14 (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_dep, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Jobs.JobHandle::Complete()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A (JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08* __this, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.Relay.RelayConnectionStatus Unity.Networking.Transport.Relay.NetworkDriverRelayExtensions::GetRelayConnectionStatus(Unity.Networking.Transport.NetworkDriver)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkDriverRelayExtensions_GetRelayConnectionStatus_mE2BFB1735FAA4BBD33FB3C3C8770BC30D99B2CA6 (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 ___0_driver, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport::AcceptConnection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTransport_AcceptConnection_m14AA4E2915B8E5C2E6B8643A3C103EED242A928B (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport::ProcessEvent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTransport_ProcessEvent_mDBA825C0B894F06F2C2B4A64BBDF0AA0E52FBC7A (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::DisposeInternals()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_DisposeInternals_mF5FB50D48F59B47C7FD498535BCE4A6933874303 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkConnection/State Unity.Networking.Transport.NetworkDriver::GetConnectionState(Unity.Networking.Transport.NetworkConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkDriver_GetConnectionState_mFEBA599E66C6FA4677B5738EAF0BA99E52436EF9 (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* __this, NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 ___0_con, const RuntimeMethod* method) ;
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkPipelineStageId Unity.Networking.Transport.NetworkPipelineStageCollection::GetStageId(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkPipelineStageId_tBE4FAE81AD1922E0BEEDBC611342E3B0A7B5ECCA NetworkPipelineStageCollection_GetStageId_m46FAF89A65BC1F183DB1894225CE89C7A39CEF20 (Type_t* ___0_stageType, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Networking.Transport.NetworkDriver::GetPipelineBuffers(Unity.Networking.Transport.NetworkPipeline,Unity.Networking.Transport.NetworkPipelineStageId,Unity.Networking.Transport.NetworkConnection,Unity.Collections.NativeArray`1<System.Byte>&,Unity.Collections.NativeArray`1<System.Byte>&,Unity.Collections.NativeArray`1<System.Byte>&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkDriver_GetPipelineBuffers_mDFAB4A0B3F7E3A330FFC1B21D72C1E2ADF790667 (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* __this, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___0_pipeline, NetworkPipelineStageId_tBE4FAE81AD1922E0BEEDBC611342E3B0A7B5ECCA ___1_stageId, NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 ___2_connection, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* ___3_readProcessingBuffer, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* ___4_writeProcessingBuffer, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* ___5_sharedBuffer, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeList`1<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>::.ctor(System.Int32,Unity.Collections.AllocatorManager/AllocatorHandle)
|
|
inline void NativeList_1__ctor_mE639C651EB144270377F11F9F6F5D985AE431513 (NativeList_1_t19C42565694B875C975B0E66AD45E82CDE2EE935* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*, int32_t, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_mA1DFF4EEBED87ED011F318AEC145588B17212121_gshared)((NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*)__this, ___0_initialCapacity, ___1_allocator, method);
|
|
}
|
|
// System.Void Unity.Collections.NativeList`1<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>::Dispose()
|
|
inline void NativeList_1_Dispose_m1EAC342766B62EF838C22FC2AB2D96B4354FF784 (NativeList_1_t19C42565694B875C975B0E66AD45E82CDE2EE935* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*, const RuntimeMethod*))NativeList_1_Dispose_m42535264C7291A64741CA36B4F0567D15D7BDC2F_gshared)((NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*)__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::get_Keys()
|
|
inline KeyCollection_t56099B4F564E3749A78231A91A6D5639B8D2CF0B* Dictionary_2_get_Keys_m0A366303BDD0CE0ED424E22C02B38F062EB36795 (Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* __this, const RuntimeMethod* method)
|
|
{
|
|
KeyCollection_tB792ACBAE0B99278B0B7B0F7440B4788E98F0D55* il2cppRetVal = (( KeyCollection_tB792ACBAE0B99278B0B7B0F7440B4788E98F0D55* (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2_get_Keys_mD82D6690B1A801E8EED43F1B1D310893C9D334CF_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
return (KeyCollection_t56099B4F564E3749A78231A91A6D5639B8D2CF0B*)il2cppRetVal;
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::GetEnumerator()
|
|
inline Enumerator_t5792751BB1368B27B31A13289F8E53829A2E45F4 KeyCollection_GetEnumerator_m45582D53760B8E2CB5D77ECA65A9C7B5E3FCE80A (KeyCollection_t56099B4F564E3749A78231A91A6D5639B8D2CF0B* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t5792751BB1368B27B31A13289F8E53829A2E45F4 il2cppRetVal;
|
|
(( void (*) (KeyCollection_tB792ACBAE0B99278B0B7B0F7440B4788E98F0D55*, Enumerator_tE10E03C65C00BC14DE96993EA5248F610F88C977*, const RuntimeMethod*))KeyCollection_GetEnumerator_m1624A44B07D62B8CC592FEAE7A521D9504E0ACB3_gshared)((KeyCollection_tB792ACBAE0B99278B0B7B0F7440B4788E98F0D55*)__this, (Enumerator_tE10E03C65C00BC14DE96993EA5248F610F88C977*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::Dispose()
|
|
inline void Enumerator_Dispose_m5A75DFC69FAF26E24498822E4BF541BC7FCE1153 (Enumerator_t5792751BB1368B27B31A13289F8E53829A2E45F4* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tE10E03C65C00BC14DE96993EA5248F610F88C977*, const RuntimeMethod*))Enumerator_Dispose_m3E0B734E98D35978EEE706FCEC2FE08FEA74FD35_gshared)((Enumerator_tE10E03C65C00BC14DE96993EA5248F610F88C977*)__this, method);
|
|
}
|
|
// TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::get_Current()
|
|
inline SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 Enumerator_get_Current_m65969C1CCF64E71F406D33B69802D5AE2F509049_inline (Enumerator_t5792751BB1368B27B31A13289F8E53829A2E45F4* __this, const RuntimeMethod* method)
|
|
{
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 il2cppRetVal;
|
|
(( void (*) (Enumerator_tE10E03C65C00BC14DE96993EA5248F610F88C977*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m2D9E3398C2A3349E3F0F189A38E881D11DE5AA15_gshared_inline)((Enumerator_tE10E03C65C00BC14DE96993EA5248F610F88C977*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void Unity.Collections.NativeList`1<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>::Add(T&)
|
|
inline void NativeList_1_Add_m427C263965065B94DF268C9EACBEE0496DC24B90 (NativeList_1_t19C42565694B875C975B0E66AD45E82CDE2EE935* __this, SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))NativeList_1_Add_m9BE8F632802CF4BA6110C86A3C1842F568C58DBB_gshared)((NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m722D0C909BE2C23A52B144C90BD4A736F2C22704 (Enumerator_t5792751BB1368B27B31A13289F8E53829A2E45F4* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tE10E03C65C00BC14DE96993EA5248F610F88C977*, const RuntimeMethod*))Enumerator_MoveNext_m21C503A713FDCA406492E2BE960D85320752E615_gshared)((Enumerator_tE10E03C65C00BC14DE96993EA5248F610F88C977*)__this, method);
|
|
}
|
|
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeList`1<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>::GetEnumerator()
|
|
inline Enumerator_t80B573881CD54D322A01D47FD6501B91C9258327 NativeList_1_GetEnumerator_m0B13CCF571EFA970C5D524F2113A37B88A43EF6F (NativeList_1_t19C42565694B875C975B0E66AD45E82CDE2EE935* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t80B573881CD54D322A01D47FD6501B91C9258327 il2cppRetVal;
|
|
(( void (*) (NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*, Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405*, const RuntimeMethod*))NativeList_1_GetEnumerator_mAEC3E4F148C87993A6A957CCD8D16A1CBADF6621_gshared)((NativeList_1_tC1434025FAC1738D2E1A0029AA90EC61D91370C1*)__this, (Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void Unity.Collections.NativeArray`1/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>::Dispose()
|
|
inline void Enumerator_Dispose_m6C03A1426C65803A8DBC0AFD73E392C1B4386513 (Enumerator_t80B573881CD54D322A01D47FD6501B91C9258327* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405*, const RuntimeMethod*))Enumerator_Dispose_m97F29D6F80B478A97A6DA81F665E7DA693E17E64_gshared)((Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405*)__this, method);
|
|
}
|
|
// T Unity.Collections.NativeArray`1/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>::get_Current()
|
|
inline SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 Enumerator_get_Current_m03B5BF99A84FB01095607D66EB175C807EEF2178_inline (Enumerator_t80B573881CD54D322A01D47FD6501B91C9258327* __this, const RuntimeMethod* method)
|
|
{
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 il2cppRetVal;
|
|
(( void (*) (Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405*, Il2CppFullySharedGenericStruct*, const RuntimeMethod*))Enumerator_get_Current_mF9A198DACCE8ED0DC6FD097825D7A0F82D149DBA_gshared_inline)((Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405*)__this, (Il2CppFullySharedGenericStruct*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::get_Item(TKey)
|
|
inline BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 Dictionary_2_get_Item_m9EACCB2FE62411809CEA75D43888AF7DBBFDD873 (Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* __this, SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ___0_key, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 il2cppRetVal;
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_get_Item_m2E96908E9716367701CD737FA54C884EB2A8C3EA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::Remove(TKey)
|
|
inline bool Dictionary_2_Remove_mAE62B9948A0CEE783F66F9E9FC85730381EC7013 (Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* __this, SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Remove_m583C4F0E2926B584BE6EC6008195360FC631C14C_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, method);
|
|
}
|
|
// System.Boolean Unity.Collections.NativeArray`1/Enumerator<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mFC753F80A7B658E99A5F04CC9ACC52ED9DD1C4B0_inline (Enumerator_t80B573881CD54D322A01D47FD6501B91C9258327* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405*, const RuntimeMethod*))Enumerator_MoveNext_mC9099E56E01AB33169AB4EE888BD9A2B752961DE_gshared_inline)((Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405*)__this, method);
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::FlushSendQueuesForClientId(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_FlushSendQueuesForClientId_mA5F9D3324BB7AFDA5FE62A99A0A8836D1C3BF7A3 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, uint64_t ___0_clientId, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkConnection Unity.Netcode.Transports.UTP.UnityTransport::ParseClientId(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 UnityTransport_ParseClientId_m75436222E397B5D5BCCF778D71890A12F0E090E5 (uint64_t ___0_netcodeConnectionId, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Networking.Transport.NetworkDriver::Disconnect(Unity.Networking.Transport.NetworkConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkDriver_Disconnect_m1925090D52AEF6839A78D391892C269C2184D587 (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* __this, NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 ___0_id, const RuntimeMethod* method) ;
|
|
// System.UInt64 Unity.Netcode.NetworkConnectionManager::ClientIdToTransportId(System.UInt64)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NetworkConnectionManager_ClientIdToTransportId_m1329EE63E4DBF4FC449E7EF214B6B0F00F7318E0_inline (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* __this, uint64_t ___0_clientId, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::ExtractRtt(Unity.Networking.Transport.NetworkConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTransport_ExtractRtt_m0FB3C110BE2C6299E93F5E059819D4187D984671 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 ___0_networkConnection, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.NetworkManager/Override`1<System.UInt16>::get_Overidden()
|
|
inline bool Override_1_get_Overidden_m44CE35969015524CEF08DCA3B8FE49448A423F46_inline (Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Override_1_t9580BA37D0A0E32EEA06F4964ADE5F647866611A*, const RuntimeMethod*))Override_1_get_Overidden_m716DBF3DC788809456EEAC9FDB2ED8833BC9E78F_gshared_inline)((Override_1_t9580BA37D0A0E32EEA06F4964ADE5F647866611A*)__this, method);
|
|
}
|
|
// T Unity.Netcode.NetworkManager/Override`1<System.UInt16>::get_Value()
|
|
inline uint16_t Override_1_get_Value_mFD2533C25D01DC70CB9F05421D5622EEF19F4EC0 (Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6* __this, const RuntimeMethod* method)
|
|
{
|
|
uint16_t il2cppRetVal;
|
|
(( void (*) (Override_1_t9580BA37D0A0E32EEA06F4964ADE5F647866611A*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Override_1_get_Value_m94BE6B3945500A70C27F1AAF2134831E94556252_gshared)((Override_1_t9580BA37D0A0E32EEA06F4964ADE5F647866611A*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void Unity.Netcode.RealTimeProvider::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RealTimeProvider__ctor_m4DC17BC4A594007AF7DE0657C6CE3D73112C9D7A (RealTimeProvider_tC7E3BBEBF8AE83F6368A1ACE596E6A5B13FDBC2B* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Networking.Transport.NetworkSettings::.ctor(Unity.Collections.Allocator)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSettings__ctor_mA6470D24077F1464F81F521A490AAB45DF4E4EFB (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* __this, int32_t ___0_allocator, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkSettings& Unity.Networking.Transport.Utilities.FragmentationStageParameterExtensions::WithFragmentationStageParameters(Unity.Networking.Transport.NetworkSettings&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* FragmentationStageParameterExtensions_WithFragmentationStageParameters_m36789359AAC36AE9359B0D4851E5B3E66A570720 (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* ___0_settings, int32_t ___1_payloadCapacity, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkSettings& Unity.Networking.Transport.Utilities.ReliableStageParameterExtensions::WithReliableStageParameters(Unity.Networking.Transport.NetworkSettings&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* ReliableStageParameterExtensions_WithReliableStageParameters_mB9D05293EB3AAA38BA6CEBA63A5F9BE991BDFD5F (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* ___0_settings, int32_t ___1_windowSize, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkSettings& Unity.Networking.Transport.BaselibNetworkParameterExtensions::WithBaselibNetworkInterfaceParameters(Unity.Networking.Transport.NetworkSettings&,System.Int32,System.Int32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* BaselibNetworkParameterExtensions_WithBaselibNetworkInterfaceParameters_m7D3FB8742A79FAF55A847330FE57ADB0C10B75FD (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* ___0_settings, int32_t ___1_receiveQueueCapacity, int32_t ___2_sendQueueCapacity, uint32_t ___3_maximumPayloadSize, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkPipeline Unity.Netcode.Transports.UTP.UnityTransport::SelectSendPipeline(Unity.Netcode.NetworkDelivery)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 UnityTransport_SelectSendPipeline_m30254C6AD763FA133356411D218D998CC9C03E91 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, int32_t ___0_delivery, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Networking.Transport.NetworkPipeline::op_Inequality(Unity.Networking.Transport.NetworkPipeline,Unity.Networking.Transport.NetworkPipeline)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPipeline_op_Inequality_m3B0595A06BF15AF50491B0B482B36B12C2683178 (NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___0_lhs, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___1_rhs, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport/SendTarget::.ctor(System.UInt64,Unity.Networking.Transport.NetworkPipeline)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendTarget__ctor_mF0E1C6C7B9CF2C58418453C22D843533E585BD41 (SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* __this, uint64_t ___0_clientId, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___1_networkPipeline, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_mB93963CC52EF7BACC2DBF92A28CDBD6E79F8A007 (Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* __this, SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ___0_key, BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)___1_value, method);
|
|
}
|
|
// System.Int32 System.Math::Max(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_m370C175FD5C4D5E44F48B00453720BCA3F546BF4 (Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* __this, SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ___0_key, BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny)&___1_value, method);
|
|
}
|
|
// Unity.Jobs.JobHandle Unity.Networking.Transport.NetworkDriver::ScheduleFlushSend(Unity.Jobs.JobHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 NetworkDriver_ScheduleFlushSend_mD70E667D237F0E074B7B41BB34458119043A0958 (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_dep, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport::ClientBindAndConnect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTransport_ClientBindAndConnect_m314FF705C9FCF4363F289CDD4674F179E8203BDF (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkEndPoint Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData::get_ListenEndPoint()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ConnectionAddressData_get_ListenEndPoint_m2B73F5C05418A012BEB4E01A6E43DC7FACBAA8D0 (ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport::StartRelayServer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTransport_StartRelayServer_m6AABA070D1F162026424AF5D7DD02FD6C9227097 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.Transports.UTP.BatchedReceiveQueue>::Clear()
|
|
inline void Dictionary_2_Clear_m062CEB4C99310EDD758768644696BB43C6F8A27B (Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2_Clear_m935B3F117860376DC854C9E0C80CBD99BE77EEA4_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Nullable`1<System.UInt32> Unity.Netcode.Transports.UTP.UnityTransport::get_DebugSimulatorRandomSeed()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099 UnityTransport_get_DebugSimulatorRandomSeed_m4C482F701019EFFA6017A5FAE91F2458BEF684FE_inline (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Nullable`1<System.UInt32>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_mDEB82F7445A31CA12FE47E887EAE322E7ABB1B54_inline (Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*, const RuntimeMethod*))Nullable_1_get_HasValue_m14F273FB376DF00D727434CDCD28AB4EDCC14C3C_gshared_inline)((Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*)__this, method);
|
|
}
|
|
// System.Int64 System.Diagnostics.Stopwatch::GetTimestamp()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Stopwatch_GetTimestamp_mA3BDF219C573A34751D6A792E86C825B74D2CEB7 (const RuntimeMethod* method) ;
|
|
// T System.Nullable`1<System.UInt32>::GetValueOrDefault()
|
|
inline uint32_t Nullable_1_GetValueOrDefault_m1534AD85F2094EE7E4C958FBEE356468ED7A1B51_inline (Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099* __this, const RuntimeMethod* method)
|
|
{
|
|
uint32_t il2cppRetVal;
|
|
(( void (*) (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*, Il2CppFullySharedGenericStruct*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mC057FBD944AF068B90EBDD0B496231A01B2A4228_gshared_inline)((Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*)__this, (Il2CppFullySharedGenericStruct*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// Unity.Networking.Transport.NetworkSettings& Unity.Networking.Transport.Utilities.SimulatorStageParameterExtensions::WithSimulatorStageParameters(Unity.Networking.Transport.NetworkSettings&,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* SimulatorStageParameterExtensions_WithSimulatorStageParameters_mC426EFA09868B412137F4DA2770D658A594E8B1B (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* ___0_settings, int32_t ___1_maxPacketCount, int32_t ___2_maxPacketSize, int32_t ___3_packetDelayMs, int32_t ___4_packetJitterMs, int32_t ___5_packetDropInterval, int32_t ___6_packetDropPercentage, int32_t ___7_fuzzFactor, int32_t ___8_fuzzOffset, uint32_t ___9_randomSeed, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkSettings& Unity.Networking.Transport.CommonNetworkParametersExtensions::WithNetworkConfigParameters(Unity.Networking.Transport.NetworkSettings&,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* CommonNetworkParametersExtensions_WithNetworkConfigParameters_m362EDB65E063720B91030174D0BB538971E723DB (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* ___0_settings, int32_t ___1_connectTimeoutMS, int32_t ___2_maxConnectAttempts, int32_t ___3_disconnectTimeoutMS, int32_t ___4_heartbeatTimeoutMS, int32_t ___5_maxFrameTimeMS, int32_t ___6_fixedFrameTimeMS, int32_t ___7_maxMessageSize, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkDriver Unity.Networking.Transport.NetworkDriver::Create(Unity.Networking.Transport.NetworkSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 NetworkDriver_Create_m28AD7ED83DAC754E2CF8605F6DC7465203B42DBE (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0 ___0_settings, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetupPipelinesForUtp1(Unity.Networking.Transport.NetworkDriver,Unity.Networking.Transport.NetworkPipeline&,Unity.Networking.Transport.NetworkPipeline&,Unity.Networking.Transport.NetworkPipeline&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetupPipelinesForUtp1_mBB88F9D60C339BA6D7462E30462B02BDC10A7B3D (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 ___0_driver, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* ___1_unreliableFragmentedPipeline, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* ___2_unreliableSequencedFragmentedPipeline, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* ___3_reliableSequencedPipeline, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkPipeline Unity.Networking.Transport.NetworkDriver::CreatePipeline(System.Type[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 NetworkDriver_CreatePipeline_mB6407333A9AE696CECBAFA7A0389DA04F35AAB9C (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___0_stages, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue>::.ctor()
|
|
inline void Dictionary_2__ctor_m9CA0898CE2B1D9B7833037BB9A2F78339ABB90F8 (Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64,Unity.Netcode.Transports.UTP.BatchedReceiveQueue>::.ctor()
|
|
inline void Dictionary_2__ctor_m183C736BA89D63C3380553A7C79BE36E329A3C81 (Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTransport::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport__ctor_m4539E8F121DB9DFB42D7B63EC51A14FB1C7738AF (NetworkTransport_t55E07951299283974C86476F46CC977780560B64* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Networking.Transport.NetworkEndPoint::TryParse(System.String,System.UInt16,Unity.Networking.Transport.NetworkEndPoint&,Unity.Networking.Transport.NetworkFamily)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkEndPoint_TryParse_mFB525A245C1DE79526D34FEBC03F49BC6428CD4E (String_t* ___0_address, uint16_t ___1_port, NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63* ___2_endpoint, int32_t ___3_family, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkEndPoint Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData::ParseNetworkEndpoint(System.String,System.UInt16,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ConnectionAddressData_ParseNetworkEndpoint_m93C005D46E35A425F3715D7B0355A3CB49F0A828 (String_t* ___0_ip, uint16_t ___1_port, bool ___2_silent, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::IsNullOrEmpty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkEndPoint Unity.Networking.Transport.NetworkEndPoint::get_LoopbackIpv4()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 NetworkEndPoint_get_LoopbackIpv4_m7189BA088DDB27DECB093343C5D4DAFE16FB1FA2 (const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkEndPoint Unity.Networking.Transport.NetworkEndPoint::get_LoopbackIpv6()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 NetworkEndPoint_get_LoopbackIpv6_m35D5CA8E9B3980579CEDE256F5F8A88574A24AD8 (const RuntimeMethod* method) ;
|
|
// Unity.Networking.Transport.NetworkEndPoint Unity.Networking.Transport.NetworkEndPoint::WithPort(System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 NetworkEndPoint_WithPort_mF8B99C061FF1575156E13643D36954B6D437094C (NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63* __this, uint16_t ___0_port, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData::get_IsIpv6()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionAddressData_get_IsIpv6_mE612A7E74750A01212193FD88E72B6EE53813C90 (ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Networking.Transport.NetworkDriver/Concurrent::BeginSend(Unity.Networking.Transport.NetworkPipeline,Unity.Networking.Transport.NetworkConnection,Unity.Networking.Transport.DataStreamWriter&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Concurrent_BeginSend_m08F4DDE3E9503455B091B4F1CA55709107405DAC (Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14* __this, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___0_pipe, NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 ___1_id, DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* ___2_writer, int32_t ___3_requiredPayloadSize, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Networking.Transport.NetworkDriver/Concurrent::EndSend(Unity.Networking.Transport.DataStreamWriter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Concurrent_EndSend_m37CAD602AD47C3AEF56E5DAF464382CDD2A94B18 (Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14* __this, DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA ___0_writer, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob::Execute()
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void SendBatchedMessagesJob_Execute_mC7FD30CAD908F8FB1CF55850DD1778E6732B23C7 (SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC* IL2CPP_PARAMETER_RESTRICT __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Networking.Transport.NetworkPipeline::Equals(Unity.Networking.Transport.NetworkPipeline)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPipeline_Equals_mDDEEE23DC6479D865F524372DE89B48CC06B6F14 (NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* __this, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___0_connection, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport/SendTarget::Equals(Unity.Netcode.Transports.UTP.UnityTransport/SendTarget)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SendTarget_Equals_m4AC1B3FB486AD1CA46DBDC5FE5058E30875E276D (SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* __this, SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport/SendTarget::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SendTarget_Equals_m27323FF07528764D41E022C17E26EB8AEBA94DC7 (SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Networking.Transport.NetworkPipeline::GetHashCode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NetworkPipeline_GetHashCode_m34FA347FD9DD395BCE190E09E593FA9B97C662EF_inline (NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport/SendTarget::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SendTarget_GetHashCode_m66B6A6AA72CC4FD2B06652898A8F9DCE5A41C357 (SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* __this, const RuntimeMethod* method) ;
|
|
// System.UInt64 Unity.Netcode.Transports.UNET.UNetTransport::GetNetcodeClientId(System.Byte,System.UInt16,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UNetTransport_GetNetcodeClientId_m5DCF7E11C678B0C4832A16A064F1110E91CE6E71 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, uint8_t ___0_hostId, uint16_t ___1_connectionId, bool ___2_isServer, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Networking.NetworkTransport::get_IsStarted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_get_IsStarted_mB18FFFD3F8718BFE678B7460A9D5772F1B02628E (const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UNET.UNetTransport::SendQueued(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UNetTransport_SendQueued_mAE5434E329C5ED83943167B2E5F2EED18E7FABAA (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, uint64_t ___0_clientId, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.Transports.UNET.UNetTransport::GetUNetConnectionDetails(System.UInt64,System.Byte&,System.UInt16&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UNetTransport_GetUNetConnectionDetails_m90DED60407712B004DAB13A12A663B4CBDBE3F25 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, uint64_t ___0_clientId, uint8_t* ___1_hostId, uint16_t* ___2_connectionId, const RuntimeMethod* method) ;
|
|
// System.Void System.WeakReference::.ctor(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m5F9E2F970CD85965A003C0B37ABDBFAA1F5CF241 (WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* __this, RuntimeObject* ___0_target, const RuntimeMethod* method) ;
|
|
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358 (RuntimeArray* ___0_src, int32_t ___1_srcOffset, RuntimeArray* ___2_dst, int32_t ___3_dstOffset, int32_t ___4_count, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Networking.NetworkTransport::QueueMessageForSending(System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Byte&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_QueueMessageForSending_mBCFD4B1C14BA55D53E8C4F5928E4182C1FC38B5F (int32_t ___0_hostId, int32_t ___1_connectionId, int32_t ___2_channelId, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_buffer, int32_t ___4_size, uint8_t* ___5_error, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Networking.NetworkTransport::Send(System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Byte&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_Send_m58F29B19199882D9D8053858C265380DCF292855 (int32_t ___0_hostId, int32_t ___1_connectionId, int32_t ___2_channelId, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_buffer, int32_t ___4_size, uint8_t* ___5_error, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Networking.NetworkTransport::SendQueuedMessages(System.Int32,System.Int32,System.Byte&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_SendQueuedMessages_mB66F1C5C0101405B87D5258D3FC75900F456C76E (int32_t ___0_hostId, int32_t ___1_connectionId, uint8_t* ___2_error, const RuntimeMethod* method) ;
|
|
// UnityEngine.Networking.NetworkEventType UnityEngine.Networking.NetworkTransport::Receive(System.Int32&,System.Int32&,System.Int32&,System.Byte[],System.Int32,System.Int32&,System.Byte&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_Receive_mB4ED3D95EAE1EFC83A28F78D49E03565F353CB74 (int32_t* ___0_hostId, int32_t* ___1_connectionId, int32_t* ___2_channelId, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_buffer, int32_t ___4_bufferSize, int32_t* ___5_receivedSize, uint8_t* ___6_error, const RuntimeMethod* method) ;
|
|
// UnityEngine.Networking.ConnectionConfig Unity.Netcode.Transports.UNET.UNetTransport::GetConfig()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* UNetTransport_GetConfig_mB660650490F62C46550B3E4C967DC53813193B64 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Networking.HostTopology::.ctor(UnityEngine.Networking.ConnectionConfig,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopology__ctor_mC7A4302FD60DCD0207953FE6EA520B29ABDDCF13 (HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F* __this, ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* ___0_defaultConfig, int32_t ___1_maxDefaultConnections, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Networking.NetworkTransport::AddHost(UnityEngine.Networking.HostTopology,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_AddHost_m2C18DF965A03542887B43E391DC153A0CB44F33C (HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F* ___0_topology, int32_t ___1_port, String_t* ___2_ip, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::GetConnectPort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UNetTransport_GetConnectPort_m621A665B7E2A28343AE5F63ECF7A8F366BCD8A46 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Networking.NetworkTransport::Connect(System.Int32,System.String,System.Int32,System.Int32,System.Byte&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_Connect_mF7BC9C0E04D5D5D6763128FAB3F51FD5CF62BDEC (int32_t ___0_hostId, String_t* ___1_address, int32_t ___2_port, int32_t ___3_exeptionConnectionId, uint8_t* ___4_error, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::GetServerListenPort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UNetTransport_GetServerListenPort_m24D5C37B28FC3073599E0356B585E341BB2B3C83 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Networking.NetworkTransport::Disconnect(System.Int32,System.Int32,System.Byte&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_Disconnect_m8E51494D2734381CA06AF22578A8EE5B8E6A5F20 (int32_t ___0_hostId, int32_t ___1_connectionId, uint8_t* ___2_error, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Networking.NetworkTransport::GetCurrentRTT(System.Int32,System.Int32,System.Byte&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_GetCurrentRTT_mB6407834EF7EF2DE689EFF0CB276825A51C3E10D (int32_t ___0_hostId, int32_t ___1_connectionId, uint8_t* ___2_error, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Networking.NetworkTransport::Shutdown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_Shutdown_mBC882DF0C55BA635D3E0281F95D9BFC2F9FE1996 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Networking.NetworkTransport::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_Init_m0ADB18EAE22E2B2AFD8183ED3A3EE71A6020B0BE (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Networking.ConnectionConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfig__ctor_mF6E6BBCAC0C41237A0A26FC3BDA8C882AC627113 (ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* __this, const RuntimeMethod* method) ;
|
|
// System.Byte UnityEngine.Networking.ConnectionConfig::AddChannel(UnityEngine.Networking.QosType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ConnectionConfig_AddChannel_m8272FB8322A2D4E18F56FC4FDCCACB043851C11E (ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Networking.ConnectionConfig::set_MaxSentMessageQueueSize(System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfig_set_MaxSentMessageQueueSize_m4EF0FBEF7C0BF9A3D28BE8577B7AA449522EDEE7 (ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* __this, uint16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkMessageManager/MessageHandler::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346 (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Netcode.NetworkMessageManager/VersionGetter::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9 (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Unity.Netcode.NetworkMessageManager/MessageWithHandler>::Add(T)
|
|
inline void List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline (List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* __this, MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
|
|
}
|
|
// System.UInt64 Unity.Netcode.NetworkConnectionManager::GetServerTransportId()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NetworkConnectionManager_GetServerTransportId_mF951847AF72F8F2F0C4F6D842D32633B249A7846_inline (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt64,System.UInt64>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m9BEF32B5F0845A41B54C238225D5A4D1E7F5A3F5 (Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* __this, uint64_t ___0_key, uint64_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)___1_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanaged<System.Int32>(T&)
|
|
inline void FastBufferWriter_WriteUnmanaged_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m8B17E92D71720489772AE7103A0E4F5B83421636_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mE5CD156A6895E12A0F9A5D8DB9765BD02A32B3AA_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteUnmanagedSafe<System.Int32>(T&)
|
|
inline void FastBufferWriter_WriteUnmanagedSafe_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m1AA937B90B0CEB5250851747EF2F86B52A28969E_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct*, const RuntimeMethod*))FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_mF402B59B8984B433580C21FF5521929FD74E748A_gshared_inline)((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this, (Il2CppFullySharedGenericStruct*)___0_value, method);
|
|
}
|
|
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Void System.NullReferenceException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mA41317A57F5C1C0E3F59C7EB25ABD484564B23D4 (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 Unity.Netcode.FastBufferWriter::get_Position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastBufferWriter_get_Position_m87642B5268B41B7D15D4E628DF93A5B5776A4B05 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => Handle->Position;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___Position_1;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t FastBufferWriter_get_Position_m87642B5268B41B7D15D4E628DF93A5B5776A4B05_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = FastBufferWriter_get_Position_m87642B5268B41B7D15D4E628DF93A5B5776A4B05_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 Unity.Netcode.FastBufferWriter::get_Capacity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastBufferWriter_get_Capacity_mD964D1DBD191F782D6808ABB619A8BAD2B9B4B2D (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => Handle->Capacity;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___Capacity_3;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t FastBufferWriter_get_Capacity_mD964D1DBD191F782D6808ABB619A8BAD2B9B4B2D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = FastBufferWriter_get_Capacity_mD964D1DBD191F782D6808ABB619A8BAD2B9B4B2D_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 Unity.Netcode.FastBufferWriter::get_MaxCapacity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastBufferWriter_get_MaxCapacity_m9AAC1191EA17DE81E30AD51CA9B1B6B51B75FB09 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => Handle->MaxCapacity;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___MaxCapacity_4;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t FastBufferWriter_get_MaxCapacity_m9AAC1191EA17DE81E30AD51CA9B1B6B51B75FB09_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = FastBufferWriter_get_MaxCapacity_m9AAC1191EA17DE81E30AD51CA9B1B6B51B75FB09_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 Unity.Netcode.FastBufferWriter::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastBufferWriter_get_Length_m7266B7D8C1D5C7C6876FBC287C06655EB9593396 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => Handle->Position > Handle->Length ? Handle->Position : Handle->Length;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___Position_1;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___Length_2;
|
|
if ((((int32_t)L_1) > ((int32_t)L_3)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_4 = __this->___Handle_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___Length_2;
|
|
return L_5;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_6 = __this->___Handle_0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->___Position_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t FastBufferWriter_get_Length_m7266B7D8C1D5C7C6876FBC287C06655EB9593396_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = FastBufferWriter_get_Length_m7266B7D8C1D5C7C6876FBC287C06655EB9593396_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean Unity.Netcode.FastBufferWriter::get_IsInitialized()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FastBufferWriter_get_IsInitialized_m0033005B6E66BB895F42965A29328131994960CC (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public unsafe bool IsInitialized => Handle != null;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool FastBufferWriter_get_IsInitialized_m0033005B6E66BB895F42965A29328131994960CC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = FastBufferWriter_get_IsInitialized_m0033005B6E66BB895F42965A29328131994960CC(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::CommitBitwiseWrites(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_CommitBitwiseWrites_m602AE9453AE1CC92FCE683FE801E44A9B3737E6E (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_amount, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Handle->Position += amount;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t* L_1 = (int32_t*)(&L_0->___Position_1);
|
|
int32_t* L_2 = L_1;
|
|
int32_t L_3 = *((int32_t*)L_2);
|
|
int32_t L_4 = ___0_amount;
|
|
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_3, L_4));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_CommitBitwiseWrites_m602AE9453AE1CC92FCE683FE801E44A9B3737E6E_AdjustorThunk (RuntimeObject* __this, int32_t ___0_amount, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_CommitBitwiseWrites_m602AE9453AE1CC92FCE683FE801E44A9B3737E6E_inline(_thisAdjusted, ___0_amount, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::.ctor(System.Int32,Unity.Collections.Allocator,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter__ctor_mC30559B2929B00FB14A14546F92426A19AB7FFC4 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_size, int32_t ___1_allocator, int32_t ___2_maxSize, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeUtility_AlignOf_TisWriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_mA0E6B9C7C0BA6DD73308B215EB5C1CCA61C8AD21_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* G_B2_0 = NULL;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* G_B3_1 = NULL;
|
|
{
|
|
// Handle = (WriterHandle*)UnsafeUtility.Malloc(sizeof(WriterHandle) + size, UnsafeUtility.AlignOf<WriterHandle>(), allocator);
|
|
uint32_t L_0 = sizeof(WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6);
|
|
int32_t L_1 = ___0_size;
|
|
int32_t L_2;
|
|
L_2 = UnsafeUtility_AlignOf_TisWriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_mA0E6B9C7C0BA6DD73308B215EB5C1CCA61C8AD21(UnsafeUtility_AlignOf_TisWriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_mA0E6B9C7C0BA6DD73308B215EB5C1CCA61C8AD21_RuntimeMethod_var);
|
|
int32_t L_3 = ___1_allocator;
|
|
void* L_4;
|
|
L_4 = UnsafeUtility_Malloc_mD7BD28D5AE7E4901B225B7DFFE2B568EE7BDC0C9(((int64_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, L_1))), L_2, L_3, NULL);
|
|
__this->___Handle_0 = (WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6*)L_4;
|
|
// Handle->BufferPointer = (byte*)(Handle + 1);
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_5 = __this->___Handle_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_6 = __this->___Handle_0;
|
|
uint32_t L_7 = sizeof(WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6);
|
|
NullCheck(L_5);
|
|
L_5->___BufferPointer_0 = (uint8_t*)((WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)L_7));
|
|
// Handle->Position = 0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_8 = __this->___Handle_0;
|
|
NullCheck(L_8);
|
|
L_8->___Position_1 = 0;
|
|
// Handle->Length = 0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_9 = __this->___Handle_0;
|
|
NullCheck(L_9);
|
|
L_9->___Length_2 = 0;
|
|
// Handle->Capacity = size;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_10 = __this->___Handle_0;
|
|
int32_t L_11 = ___0_size;
|
|
NullCheck(L_10);
|
|
L_10->___Capacity_3 = L_11;
|
|
// Handle->Allocator = allocator;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_12 = __this->___Handle_0;
|
|
int32_t L_13 = ___1_allocator;
|
|
NullCheck(L_12);
|
|
L_12->___Allocator_5 = L_13;
|
|
// Handle->MaxCapacity = maxSize < size ? size : maxSize;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_14 = __this->___Handle_0;
|
|
int32_t L_15 = ___2_maxSize;
|
|
int32_t L_16 = ___0_size;
|
|
G_B1_0 = L_14;
|
|
if ((((int32_t)L_15) < ((int32_t)L_16)))
|
|
{
|
|
G_B2_0 = L_14;
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = ___2_maxSize;
|
|
G_B3_0 = L_17;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
int32_t L_18 = ___0_size;
|
|
G_B3_0 = L_18;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->___MaxCapacity_4 = G_B3_0;
|
|
// Handle->BufferGrew = false;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_19 = __this->___Handle_0;
|
|
NullCheck(L_19);
|
|
L_19->___BufferGrew_6 = (bool)0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter__ctor_mC30559B2929B00FB14A14546F92426A19AB7FFC4_AdjustorThunk (RuntimeObject* __this, int32_t ___0_size, int32_t ___1_allocator, int32_t ___2_maxSize, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter__ctor_mC30559B2929B00FB14A14546F92426A19AB7FFC4(_thisAdjusted, ___0_size, ___1_allocator, ___2_maxSize, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_Dispose_mD37E84164B321672C9DD7FED218D6802360660FE (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (Handle->BufferGrew)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
bool L_1 = L_0->___BufferGrew_6;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// UnsafeUtility.Free(Handle->BufferPointer, Handle->Allocator);
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
uint8_t* L_3 = L_2->___BufferPointer_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_4 = __this->___Handle_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___Allocator_5;
|
|
UnsafeUtility_Free_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1((void*)L_3, L_5, NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// UnsafeUtility.Free(Handle, Handle->Allocator);
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_6 = __this->___Handle_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_7 = __this->___Handle_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = L_7->___Allocator_5;
|
|
UnsafeUtility_Free_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1((void*)L_6, L_8, NULL);
|
|
// Handle = null;
|
|
__this->___Handle_0 = (WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6*)((uintptr_t)0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_Dispose_mD37E84164B321672C9DD7FED218D6802360660FE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_Dispose_mD37E84164B321672C9DD7FED218D6802360660FE(_thisAdjusted, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::Seek(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_Seek_mB69BB80C6A754FCD31EEC11BF09B1E354AADA64E (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_where, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// where = Math.Min(where, Handle->Capacity);
|
|
int32_t L_0 = ___0_where;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_1 = __this->___Handle_0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = L_1->___Capacity_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_0, L_2, NULL);
|
|
___0_where = L_3;
|
|
// if (Handle->Position > Handle->Length && where < Handle->Position)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_4 = __this->___Handle_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___Position_1;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_6 = __this->___Handle_0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->___Length_2;
|
|
if ((((int32_t)L_5) <= ((int32_t)L_7)))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = ___0_where;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_9 = __this->___Handle_0;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = L_9->___Position_1;
|
|
if ((((int32_t)L_8) >= ((int32_t)L_10)))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
// Handle->Length = Handle->Position;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_11 = __this->___Handle_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_12 = __this->___Handle_0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = L_12->___Position_1;
|
|
NullCheck(L_11);
|
|
L_11->___Length_2 = L_13;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// Handle->Position = where;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_14 = __this->___Handle_0;
|
|
int32_t L_15 = ___0_where;
|
|
NullCheck(L_14);
|
|
L_14->___Position_1 = L_15;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_Seek_mB69BB80C6A754FCD31EEC11BF09B1E354AADA64E_AdjustorThunk (RuntimeObject* __this, int32_t ___0_where, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_Seek_mB69BB80C6A754FCD31EEC11BF09B1E354AADA64E_inline(_thisAdjusted, ___0_where, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::Truncate(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_Truncate_m37769BA69463FC89CF72E53994AC55508087D7C5 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_where, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (where == -1)
|
|
int32_t L_0 = ___0_where;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
// where = Position;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
int32_t L_1;
|
|
L_1 = FastBufferWriter_get_Position_m87642B5268B41B7D15D4E628DF93A5B5776A4B05_inline(__this, NULL);
|
|
___0_where = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// if (Handle->Position > where)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___Position_1;
|
|
int32_t L_4 = ___0_where;
|
|
if ((((int32_t)L_3) <= ((int32_t)L_4)))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// Handle->Position = where;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_5 = __this->___Handle_0;
|
|
int32_t L_6 = ___0_where;
|
|
NullCheck(L_5);
|
|
L_5->___Position_1 = L_6;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// if (Handle->Length > where)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_7 = __this->___Handle_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = L_7->___Length_2;
|
|
int32_t L_9 = ___0_where;
|
|
if ((((int32_t)L_8) <= ((int32_t)L_9)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// Handle->Length = where;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_10 = __this->___Handle_0;
|
|
int32_t L_11 = ___0_where;
|
|
NullCheck(L_10);
|
|
L_10->___Length_2 = L_11;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_Truncate_m37769BA69463FC89CF72E53994AC55508087D7C5_AdjustorThunk (RuntimeObject* __this, int32_t ___0_where, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_Truncate_m37769BA69463FC89CF72E53994AC55508087D7C5_inline(_thisAdjusted, ___0_where, method);
|
|
}
|
|
// Unity.Netcode.BitWriter Unity.Netcode.FastBufferWriter::EnterBitwiseContext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitWriter_t1FE6FF6B97C2520AC2F146B050FCF8FA039936B8 FastBufferWriter_EnterBitwiseContext_m84834D8E499F582FF708A177F5249A981FC1A00F (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new BitWriter(this);
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC L_0 = (*(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*)__this);
|
|
BitWriter_t1FE6FF6B97C2520AC2F146B050FCF8FA039936B8 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
BitWriter__ctor_m7C2636D8336AC6E94DDB3DA35F5C22CE416324B9((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BitWriter_t1FE6FF6B97C2520AC2F146B050FCF8FA039936B8 FastBufferWriter_EnterBitwiseContext_m84834D8E499F582FF708A177F5249A981FC1A00F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
BitWriter_t1FE6FF6B97C2520AC2F146B050FCF8FA039936B8 _returnValue;
|
|
_returnValue = FastBufferWriter_EnterBitwiseContext_m84834D8E499F582FF708A177F5249A981FC1A00F(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::Grow(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_Grow_mAD43637D60A44A3D7DCEB09D0425822F6C2A23FB (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_additionalSizeRequired, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeUtility_AlignOf_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mB152D3C658FB48DEDB6E662EEB0C91018E7F2857_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint8_t* V_2 = NULL;
|
|
{
|
|
// var desiredSize = Handle->Capacity * 2;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___Capacity_3;
|
|
V_0 = ((int32_t)il2cpp_codegen_multiply(L_1, 2));
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// desiredSize *= 2;
|
|
int32_t L_2 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_multiply(L_2, 2));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// while (desiredSize < Position + additionalSizeRequired)
|
|
int32_t L_3 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = FastBufferWriter_get_Position_m87642B5268B41B7D15D4E628DF93A5B5776A4B05_inline(__this, NULL);
|
|
int32_t L_5 = ___0_additionalSizeRequired;
|
|
if ((((int32_t)L_3) < ((int32_t)((int32_t)il2cpp_codegen_add(L_4, L_5)))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// var newSize = Math.Min(desiredSize, Handle->MaxCapacity);
|
|
int32_t L_6 = V_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_7 = __this->___Handle_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = L_7->___MaxCapacity_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_9;
|
|
L_9 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_6, L_8, NULL);
|
|
V_1 = L_9;
|
|
// byte* newBuffer = (byte*)UnsafeUtility.Malloc(newSize, UnsafeUtility.AlignOf<byte>(), Handle->Allocator);
|
|
int32_t L_10 = V_1;
|
|
int32_t L_11;
|
|
L_11 = UnsafeUtility_AlignOf_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mB152D3C658FB48DEDB6E662EEB0C91018E7F2857(UnsafeUtility_AlignOf_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mB152D3C658FB48DEDB6E662EEB0C91018E7F2857_RuntimeMethod_var);
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_12 = __this->___Handle_0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = L_12->___Allocator_5;
|
|
void* L_14;
|
|
L_14 = UnsafeUtility_Malloc_mD7BD28D5AE7E4901B225B7DFFE2B568EE7BDC0C9(((int64_t)L_10), L_11, L_13, NULL);
|
|
V_2 = (uint8_t*)L_14;
|
|
// UnsafeUtility.MemCpy(newBuffer, Handle->BufferPointer, Length);
|
|
uint8_t* L_15 = V_2;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_16 = __this->___Handle_0;
|
|
NullCheck(L_16);
|
|
uint8_t* L_17 = L_16->___BufferPointer_0;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
int32_t L_18;
|
|
L_18 = FastBufferWriter_get_Length_m7266B7D8C1D5C7C6876FBC287C06655EB9593396_inline(__this, NULL);
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_15, (void*)L_17, ((int64_t)L_18), NULL);
|
|
// if (Handle->BufferGrew)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_19 = __this->___Handle_0;
|
|
NullCheck(L_19);
|
|
bool L_20 = L_19->___BufferGrew_6;
|
|
if (!L_20)
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
// UnsafeUtility.Free(Handle->BufferPointer, Handle->Allocator);
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_21 = __this->___Handle_0;
|
|
NullCheck(L_21);
|
|
uint8_t* L_22 = L_21->___BufferPointer_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_23 = __this->___Handle_0;
|
|
NullCheck(L_23);
|
|
int32_t L_24 = L_23->___Allocator_5;
|
|
UnsafeUtility_Free_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1((void*)L_22, L_24, NULL);
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// Handle->BufferGrew = true;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_25 = __this->___Handle_0;
|
|
NullCheck(L_25);
|
|
L_25->___BufferGrew_6 = (bool)1;
|
|
// Handle->BufferPointer = newBuffer;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_26 = __this->___Handle_0;
|
|
uint8_t* L_27 = V_2;
|
|
NullCheck(L_26);
|
|
L_26->___BufferPointer_0 = L_27;
|
|
// Handle->Capacity = newSize;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_28 = __this->___Handle_0;
|
|
int32_t L_29 = V_1;
|
|
NullCheck(L_28);
|
|
L_28->___Capacity_3 = L_29;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_Grow_mAD43637D60A44A3D7DCEB09D0425822F6C2A23FB_AdjustorThunk (RuntimeObject* __this, int32_t ___0_additionalSizeRequired, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_Grow_mAD43637D60A44A3D7DCEB09D0425822F6C2A23FB(_thisAdjusted, ___0_additionalSizeRequired, method);
|
|
}
|
|
// System.Boolean Unity.Netcode.FastBufferWriter::TryBeginWrite(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FastBufferWriter_TryBeginWrite_m16FA0A52579A7C6C5E59171D26EA327CDEBFF459 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_bytes, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Handle->Position + bytes > Handle->Capacity)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___Position_1;
|
|
int32_t L_2 = ___0_bytes;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_3 = __this->___Handle_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___Capacity_3;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_1, L_2))) <= ((int32_t)L_4)))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
// if (Handle->Position + bytes > Handle->MaxCapacity)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_5 = __this->___Handle_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___Position_1;
|
|
int32_t L_7 = ___0_bytes;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_8 = __this->___Handle_0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = L_8->___MaxCapacity_4;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_6, L_7))) <= ((int32_t)L_9)))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// if (Handle->Capacity < Handle->MaxCapacity)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_10 = __this->___Handle_0;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = L_10->___Capacity_3;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_12 = __this->___Handle_0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = L_12->___MaxCapacity_4;
|
|
if ((((int32_t)L_11) >= ((int32_t)L_13)))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
// Grow(bytes);
|
|
int32_t L_14 = ___0_bytes;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_Grow_mAD43637D60A44A3D7DCEB09D0425822F6C2A23FB(__this, L_14, NULL);
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool FastBufferWriter_TryBeginWrite_m16FA0A52579A7C6C5E59171D26EA327CDEBFF459_AdjustorThunk (RuntimeObject* __this, int32_t ___0_bytes, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = FastBufferWriter_TryBeginWrite_m16FA0A52579A7C6C5E59171D26EA327CDEBFF459_inline(_thisAdjusted, ___0_bytes, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean Unity.Netcode.FastBufferWriter::TryBeginWriteInternal(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FastBufferWriter_TryBeginWriteInternal_m9DD6CDBDC49E5AF7A760EA05882BE4F52BEA1883 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_bytes, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Handle->Position + bytes > Handle->Capacity)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___Position_1;
|
|
int32_t L_2 = ___0_bytes;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_3 = __this->___Handle_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___Capacity_3;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_1, L_2))) <= ((int32_t)L_4)))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
// if (Handle->Position + bytes > Handle->MaxCapacity)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_5 = __this->___Handle_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___Position_1;
|
|
int32_t L_7 = ___0_bytes;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_8 = __this->___Handle_0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = L_8->___MaxCapacity_4;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_6, L_7))) <= ((int32_t)L_9)))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// if (Handle->Capacity < Handle->MaxCapacity)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_10 = __this->___Handle_0;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = L_10->___Capacity_3;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_12 = __this->___Handle_0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = L_12->___MaxCapacity_4;
|
|
if ((((int32_t)L_11) >= ((int32_t)L_13)))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
// Grow(bytes);
|
|
int32_t L_14 = ___0_bytes;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_Grow_mAD43637D60A44A3D7DCEB09D0425822F6C2A23FB(__this, L_14, NULL);
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool FastBufferWriter_TryBeginWriteInternal_m9DD6CDBDC49E5AF7A760EA05882BE4F52BEA1883_AdjustorThunk (RuntimeObject* __this, int32_t ___0_bytes, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = FastBufferWriter_TryBeginWriteInternal_m9DD6CDBDC49E5AF7A760EA05882BE4F52BEA1883_inline(_thisAdjusted, ___0_bytes, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Byte[] Unity.Netcode.FastBufferWriter::ToArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* FastBufferWriter_ToArray_mC3A2B1C0D9DD5C11E08A371C70E600FC771B2E67 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B2_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B1_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B3_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B4_0 = NULL;
|
|
{
|
|
// byte[] ret = new byte[Length];
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
int32_t L_0;
|
|
L_0 = FastBufferWriter_get_Length_m7266B7D8C1D5C7C6876FBC287C06655EB9593396_inline(__this, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_0);
|
|
// fixed (byte* b = ret)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = L_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = L_2;
|
|
V_1 = L_3;
|
|
G_B1_0 = L_2;
|
|
if (!L_3)
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
G_B2_0 = G_B1_0;
|
|
if (((int32_t)(((RuntimeArray*)L_4)->max_length)))
|
|
{
|
|
G_B3_0 = G_B1_0;
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
V_0 = (uint8_t*)((uintptr_t)0);
|
|
G_B4_0 = G_B2_0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
V_0 = (uint8_t*)((uintptr_t)((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
|
|
G_B4_0 = G_B3_0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// UnsafeUtility.MemCpy(b, Handle->BufferPointer, Length);
|
|
uint8_t* L_6 = V_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_7 = __this->___Handle_0;
|
|
NullCheck(L_7);
|
|
uint8_t* L_8 = L_7->___BufferPointer_0;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
int32_t L_9;
|
|
L_9 = FastBufferWriter_get_Length_m7266B7D8C1D5C7C6876FBC287C06655EB9593396_inline(__this, NULL);
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_6, (void*)L_8, ((int64_t)L_9), NULL);
|
|
V_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
// return ret;
|
|
return G_B4_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* FastBufferWriter_ToArray_mC3A2B1C0D9DD5C11E08A371C70E600FC771B2E67_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* _returnValue;
|
|
_returnValue = FastBufferWriter_ToArray_mC3A2B1C0D9DD5C11E08A371C70E600FC771B2E67_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.ArraySegment`1<System.Byte> Unity.Netcode.FastBufferWriter::ToTempByteArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 FastBufferWriter_ToTempByteArray_m7445357404A92F72E9647510E2C0894D6E505DB8 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
uint8_t* V_1 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
|
|
{
|
|
// var length = Length;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
int32_t L_0;
|
|
L_0 = FastBufferWriter_get_Length_m7266B7D8C1D5C7C6876FBC287C06655EB9593396_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
// if (length > s_ByteArrayCache.Length)
|
|
int32_t L_1 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_StaticFields*)il2cpp_codegen_static_fields_for(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var))->___s_ByteArrayCache_1;
|
|
NullCheck(L_2);
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// return new ArraySegment<byte>(ToArray(), 0, length);
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3;
|
|
L_3 = FastBufferWriter_ToArray_mC3A2B1C0D9DD5C11E08A371C70E600FC771B2E67_inline(__this, NULL);
|
|
int32_t L_4 = V_0;
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20((&L_5), L_3, 0, L_4, /*hidden argument*/ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20_RuntimeMethod_var);
|
|
return L_5;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// fixed (byte* b = s_ByteArrayCache)
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_StaticFields*)il2cpp_codegen_static_fields_for(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var))->___s_ByteArrayCache_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = L_6;
|
|
V_2 = L_7;
|
|
if (!L_7)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = V_2;
|
|
NullCheck(L_8);
|
|
if (((int32_t)(((RuntimeArray*)L_8)->max_length)))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
V_1 = (uint8_t*)((uintptr_t)0);
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
V_1 = (uint8_t*)((uintptr_t)((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// UnsafeUtility.MemCpy(b, Handle->BufferPointer, length);
|
|
uint8_t* L_10 = V_1;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_11 = __this->___Handle_0;
|
|
NullCheck(L_11);
|
|
uint8_t* L_12 = L_11->___BufferPointer_0;
|
|
int32_t L_13 = V_0;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_10, (void*)L_12, ((int64_t)L_13), NULL);
|
|
V_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
// return new ArraySegment<byte>(s_ByteArrayCache, 0, length);
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = ((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_StaticFields*)il2cpp_codegen_static_fields_for(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var))->___s_ByteArrayCache_1;
|
|
int32_t L_15 = V_0;
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20((&L_16), L_14, 0, L_15, /*hidden argument*/ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20_RuntimeMethod_var);
|
|
return L_16;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 FastBufferWriter_ToTempByteArray_m7445357404A92F72E9647510E2C0894D6E505DB8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 _returnValue;
|
|
_returnValue = FastBufferWriter_ToTempByteArray_m7445357404A92F72E9647510E2C0894D6E505DB8(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Byte* Unity.Netcode.FastBufferWriter::GetUnsafePtr()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* FastBufferWriter_GetUnsafePtr_m2403FBA11BD6F554625287D720B65B45A0F6DA6A (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Handle->BufferPointer;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
uint8_t* L_1 = L_0->___BufferPointer_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t* FastBufferWriter_GetUnsafePtr_m2403FBA11BD6F554625287D720B65B45A0F6DA6A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
uint8_t* _returnValue;
|
|
_returnValue = FastBufferWriter_GetUnsafePtr_m2403FBA11BD6F554625287D720B65B45A0F6DA6A_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Byte* Unity.Netcode.FastBufferWriter::GetUnsafePtrAtCurrentPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* FastBufferWriter_GetUnsafePtrAtCurrentPosition_m0841F6174F2695C7293812E1A78FEBD86C853696 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Handle->BufferPointer + Handle->Position;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
uint8_t* L_1 = L_0->___BufferPointer_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___Position_1;
|
|
return ((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, L_3));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t* FastBufferWriter_GetUnsafePtrAtCurrentPosition_m0841F6174F2695C7293812E1A78FEBD86C853696_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
uint8_t* _returnValue;
|
|
_returnValue = FastBufferWriter_GetUnsafePtrAtCurrentPosition_m0841F6174F2695C7293812E1A78FEBD86C853696_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 Unity.Netcode.FastBufferWriter::GetWriteSize(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastBufferWriter_GetWriteSize_m283745C69915E8E8D699F45A7A1EDB4A02D63476 (String_t* ___0_s, bool ___1_oneByteChars, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B2_1 = 0;
|
|
int32_t G_B1_0 = 0;
|
|
int32_t G_B1_1 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
int32_t G_B3_2 = 0;
|
|
{
|
|
// return sizeof(int) + s.Length * (oneByteChars ? sizeof(byte) : sizeof(char));
|
|
String_t* L_0 = ___0_s;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
|
|
bool L_2 = ___1_oneByteChars;
|
|
G_B1_0 = L_1;
|
|
G_B1_1 = 4;
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = L_1;
|
|
G_B2_1 = 4;
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 2;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
return ((int32_t)il2cpp_codegen_add(G_B3_2, ((int32_t)il2cpp_codegen_multiply(G_B3_1, G_B3_0))));
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m2027257224443062632299FE163CA30F6522409D (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, String_t* ___0_s, bool ___1_oneByteChars, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteValue_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m2E8E63F1B6E717D125EA6F6D9E92405E3994A76E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
ForPrimitives_t4120884959A3BC3EAC3D4980A4DA8010E09DA292 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
Il2CppChar* V_4 = NULL;
|
|
String_t* V_5 = NULL;
|
|
{
|
|
// WriteValue((uint)s.Length);
|
|
String_t* L_0 = ___0_s;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
|
|
V_1 = L_1;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(ForPrimitives_t4120884959A3BC3EAC3D4980A4DA8010E09DA292));
|
|
ForPrimitives_t4120884959A3BC3EAC3D4980A4DA8010E09DA292 L_2 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteValue_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m2E8E63F1B6E717D125EA6F6D9E92405E3994A76E_inline(__this, (&V_1), L_2, FastBufferWriter_WriteValue_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m2E8E63F1B6E717D125EA6F6D9E92405E3994A76E_RuntimeMethod_var);
|
|
// int target = s.Length;
|
|
String_t* L_3 = ___0_s;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
|
V_0 = L_4;
|
|
// if (oneByteChars)
|
|
bool L_5 = ___1_oneByteChars;
|
|
if (!L_5)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
// for (int i = 0; i < target; ++i)
|
|
V_3 = 0;
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// WriteByte((byte)s[i]);
|
|
String_t* L_6 = ___0_s;
|
|
int32_t L_7 = V_3;
|
|
NullCheck(L_6);
|
|
Il2CppChar L_8;
|
|
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, L_7, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteByte_mA045F3F8CA7B77E11E6972E8F45731E634B7770D_inline(__this, (uint8_t)((int32_t)(uint8_t)L_8), NULL);
|
|
// for (int i = 0; i < target; ++i)
|
|
int32_t L_9 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// for (int i = 0; i < target; ++i)
|
|
int32_t L_10 = V_3;
|
|
int32_t L_11 = V_0;
|
|
if ((((int32_t)L_10) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// {
|
|
String_t* L_12 = ___0_s;
|
|
V_5 = L_12;
|
|
// fixed (char* native = s)
|
|
String_t* L_13 = V_5;
|
|
V_4 = (Il2CppChar*)((uintptr_t)L_13);
|
|
Il2CppChar* L_14 = V_4;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_15 = V_4;
|
|
int32_t L_16;
|
|
L_16 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL);
|
|
V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, L_16));
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// WriteBytes((byte*)native, target * sizeof(char));
|
|
Il2CppChar* L_17 = V_4;
|
|
int32_t L_18 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline(__this, (uint8_t*)L_17, ((int32_t)il2cpp_codegen_multiply(L_18, 2)), 0, NULL);
|
|
V_5 = (String_t*)NULL;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_m2027257224443062632299FE163CA30F6522409D_AdjustorThunk (RuntimeObject* __this, String_t* ___0_s, bool ___1_oneByteChars, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_m2027257224443062632299FE163CA30F6522409D(_thisAdjusted, ___0_s, ___1_oneByteChars, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m0F27F4503AFFE1229BEC702F82897D43187F2AF5 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, String_t* ___0_s, bool ___1_oneByteChars, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteValue_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m2E8E63F1B6E717D125EA6F6D9E92405E3994A76E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
ForPrimitives_t4120884959A3BC3EAC3D4980A4DA8010E09DA292 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
Il2CppChar* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
{
|
|
// int sizeInBytes = GetWriteSize(s, oneByteChars);
|
|
String_t* L_0 = ___0_s;
|
|
bool L_1 = ___1_oneByteChars;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
int32_t L_2;
|
|
L_2 = FastBufferWriter_GetWriteSize_m283745C69915E8E8D699F45A7A1EDB4A02D63476_inline(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
// if (!TryBeginWriteInternal(sizeInBytes))
|
|
int32_t L_3 = V_0;
|
|
bool L_4;
|
|
L_4 = FastBufferWriter_TryBeginWriteInternal_m9DD6CDBDC49E5AF7A760EA05882BE4F52BEA1883_inline(__this, L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// throw new OverflowException("Writing past the end of the buffer");
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_5 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0792E4AFA7E48CD5B525E1E10BEB391BD861FCA4)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FastBufferWriter_WriteValueSafe_m0F27F4503AFFE1229BEC702F82897D43187F2AF5_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// WriteValue((uint)s.Length);
|
|
String_t* L_6 = ___0_s;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
|
|
V_2 = L_7;
|
|
il2cpp_codegen_initobj((&V_3), sizeof(ForPrimitives_t4120884959A3BC3EAC3D4980A4DA8010E09DA292));
|
|
ForPrimitives_t4120884959A3BC3EAC3D4980A4DA8010E09DA292 L_8 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteValue_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m2E8E63F1B6E717D125EA6F6D9E92405E3994A76E_inline(__this, (&V_2), L_8, FastBufferWriter_WriteValue_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m2E8E63F1B6E717D125EA6F6D9E92405E3994A76E_RuntimeMethod_var);
|
|
// int target = s.Length;
|
|
String_t* L_9 = ___0_s;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL);
|
|
V_1 = L_10;
|
|
// if (oneByteChars)
|
|
bool L_11 = ___1_oneByteChars;
|
|
if (!L_11)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
// for (int i = 0; i < target; ++i)
|
|
V_4 = 0;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// WriteByte((byte)s[i]);
|
|
String_t* L_12 = ___0_s;
|
|
int32_t L_13 = V_4;
|
|
NullCheck(L_12);
|
|
Il2CppChar L_14;
|
|
L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_12, L_13, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteByte_mA045F3F8CA7B77E11E6972E8F45731E634B7770D_inline(__this, (uint8_t)((int32_t)(uint8_t)L_14), NULL);
|
|
// for (int i = 0; i < target; ++i)
|
|
int32_t L_15 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
// for (int i = 0; i < target; ++i)
|
|
int32_t L_16 = V_4;
|
|
int32_t L_17 = V_1;
|
|
if ((((int32_t)L_16) < ((int32_t)L_17)))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// {
|
|
String_t* L_18 = ___0_s;
|
|
V_6 = L_18;
|
|
// fixed (char* native = s)
|
|
String_t* L_19 = V_6;
|
|
V_5 = (Il2CppChar*)((uintptr_t)L_19);
|
|
Il2CppChar* L_20 = V_5;
|
|
if (!L_20)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_21 = V_5;
|
|
int32_t L_22;
|
|
L_22 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL);
|
|
V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, L_22));
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
// WriteBytes((byte*)native, target * sizeof(char));
|
|
Il2CppChar* L_23 = V_5;
|
|
int32_t L_24 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline(__this, (uint8_t*)L_23, ((int32_t)il2cpp_codegen_multiply(L_24, 2)), 0, NULL);
|
|
V_6 = (String_t*)NULL;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_m0F27F4503AFFE1229BEC702F82897D43187F2AF5_AdjustorThunk (RuntimeObject* __this, String_t* ___0_s, bool ___1_oneByteChars, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_m0F27F4503AFFE1229BEC702F82897D43187F2AF5(_thisAdjusted, ___0_s, ___1_oneByteChars, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteByte(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteByte_mA045F3F8CA7B77E11E6972E8F45731E634B7770D (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, uint8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// Handle->BufferPointer[Handle->Position++] = value;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
uint8_t* L_1 = L_0->___BufferPointer_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
int32_t* L_3 = (int32_t*)(&L_2->___Position_1);
|
|
int32_t* L_4 = L_3;
|
|
int32_t L_5 = *((int32_t*)L_4);
|
|
V_0 = L_5;
|
|
int32_t L_6 = V_0;
|
|
*((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
int32_t L_7 = V_0;
|
|
uint8_t L_8 = ___0_value;
|
|
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, L_7))) = (int8_t)L_8;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteByte_mA045F3F8CA7B77E11E6972E8F45731E634B7770D_AdjustorThunk (RuntimeObject* __this, uint8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteByte_mA045F3F8CA7B77E11E6972E8F45731E634B7770D_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteByteSafe(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteByteSafe_m2D997B52B33831E45D0DE68AF101707421D1335A (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, uint8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (!TryBeginWriteInternal(1))
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = FastBufferWriter_TryBeginWriteInternal_m9DD6CDBDC49E5AF7A760EA05882BE4F52BEA1883_inline(__this, 1, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new OverflowException("Writing past the end of the buffer");
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_1 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0792E4AFA7E48CD5B525E1E10BEB391BD861FCA4)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FastBufferWriter_WriteByteSafe_m2D997B52B33831E45D0DE68AF101707421D1335A_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// Handle->BufferPointer[Handle->Position++] = value;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
uint8_t* L_3 = L_2->___BufferPointer_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_4 = __this->___Handle_0;
|
|
NullCheck(L_4);
|
|
int32_t* L_5 = (int32_t*)(&L_4->___Position_1);
|
|
int32_t* L_6 = L_5;
|
|
int32_t L_7 = *((int32_t*)L_6);
|
|
V_0 = L_7;
|
|
int32_t L_8 = V_0;
|
|
*((int32_t*)L_6) = (int32_t)((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
int32_t L_9 = V_0;
|
|
uint8_t L_10 = ___0_value;
|
|
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, L_9))) = (int8_t)L_10;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteByteSafe_m2D997B52B33831E45D0DE68AF101707421D1335A_AdjustorThunk (RuntimeObject* __this, uint8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteByteSafe_m2D997B52B33831E45D0DE68AF101707421D1335A_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytes(System.Byte*,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, uint8_t* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// UnsafeUtility.MemCpy((Handle->BufferPointer + Handle->Position), value + offset, size);
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
uint8_t* L_1 = L_0->___BufferPointer_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___Position_1;
|
|
uint8_t* L_4 = ___0_value;
|
|
int32_t L_5 = ___2_offset;
|
|
int32_t L_6 = ___1_size;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, L_3)), (void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, L_5)), ((int64_t)L_6), NULL);
|
|
// Handle->Position += size;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_7 = __this->___Handle_0;
|
|
NullCheck(L_7);
|
|
int32_t* L_8 = (int32_t*)(&L_7->___Position_1);
|
|
int32_t* L_9 = L_8;
|
|
int32_t L_10 = *((int32_t*)L_9);
|
|
int32_t L_11 = ___1_size;
|
|
*((int32_t*)L_9) = (int32_t)((int32_t)il2cpp_codegen_add(L_10, L_11));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_AdjustorThunk (RuntimeObject* __this, uint8_t* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline(_thisAdjusted, ___0_value, ___1_size, ___2_offset, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytesSafe(System.Byte*,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, uint8_t* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!TryBeginWriteInternal(size))
|
|
int32_t L_0 = ___1_size;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = FastBufferWriter_TryBeginWriteInternal_m9DD6CDBDC49E5AF7A760EA05882BE4F52BEA1883_inline(__this, L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new OverflowException("Writing past the end of the buffer");
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_2 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0792E4AFA7E48CD5B525E1E10BEB391BD861FCA4)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnsafeUtility.MemCpy((Handle->BufferPointer + Handle->Position), value + offset, size);
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_3 = __this->___Handle_0;
|
|
NullCheck(L_3);
|
|
uint8_t* L_4 = L_3->___BufferPointer_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_5 = __this->___Handle_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___Position_1;
|
|
uint8_t* L_7 = ___0_value;
|
|
int32_t L_8 = ___2_offset;
|
|
int32_t L_9 = ___1_size;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, L_6)), (void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, L_8)), ((int64_t)L_9), NULL);
|
|
// Handle->Position += size;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_10 = __this->___Handle_0;
|
|
NullCheck(L_10);
|
|
int32_t* L_11 = (int32_t*)(&L_10->___Position_1);
|
|
int32_t* L_12 = L_11;
|
|
int32_t L_13 = *((int32_t*)L_12);
|
|
int32_t L_14 = ___1_size;
|
|
*((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add(L_13, L_14));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_AdjustorThunk (RuntimeObject* __this, uint8_t* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_inline(_thisAdjusted, ___0_value, ___1_size, ___2_offset, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytes(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytes_m161806EB55FB9BFAB4F6E8D6181D786E4267A48A (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
uint8_t* G_B6_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B6_1 = NULL;
|
|
uint8_t* G_B5_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B5_1 = NULL;
|
|
int32_t G_B7_0 = 0;
|
|
uint8_t* G_B7_1 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B7_2 = NULL;
|
|
{
|
|
// fixed (byte* ptr = value)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_value;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0;
|
|
V_1 = L_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_1;
|
|
NullCheck(L_2);
|
|
if (((int32_t)(((RuntimeArray*)L_2)->max_length)))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
V_0 = (uint8_t*)((uintptr_t)0);
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
V_0 = (uint8_t*)((uintptr_t)((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// WriteBytes(ptr, size == -1 ? value.Length : size, offset);
|
|
uint8_t* L_4 = V_0;
|
|
int32_t L_5 = ___1_size;
|
|
G_B5_0 = L_4;
|
|
G_B5_1 = __this;
|
|
if ((((int32_t)L_5) == ((int32_t)(-1))))
|
|
{
|
|
G_B6_0 = L_4;
|
|
G_B6_1 = __this;
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___1_size;
|
|
G_B7_0 = L_6;
|
|
G_B7_1 = G_B5_0;
|
|
G_B7_2 = G_B5_1;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___0_value;
|
|
NullCheck(L_7);
|
|
G_B7_0 = ((int32_t)(((RuntimeArray*)L_7)->max_length));
|
|
G_B7_1 = G_B6_0;
|
|
G_B7_2 = G_B6_1;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_8 = ___2_offset;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline(G_B7_2, G_B7_1, G_B7_0, L_8, NULL);
|
|
V_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteBytes_m161806EB55FB9BFAB4F6E8D6181D786E4267A48A_AdjustorThunk (RuntimeObject* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteBytes_m161806EB55FB9BFAB4F6E8D6181D786E4267A48A_inline(_thisAdjusted, ___0_value, ___1_size, ___2_offset, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytes(Unity.Collections.NativeArray`1<System.Byte>,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytes_m12FCFCA1C0D918E962057B699206079E39BBC9BB (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
uint8_t* G_B2_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B2_1 = NULL;
|
|
uint8_t* G_B1_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B1_1 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
uint8_t* G_B3_1 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B3_2 = NULL;
|
|
{
|
|
// byte* ptr = (byte*)value.GetUnsafePtr();
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_0 = ___0_value;
|
|
void* L_1;
|
|
L_1 = NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2(L_0, NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
V_0 = (uint8_t*)L_1;
|
|
// WriteBytes(ptr, size == -1 ? value.Length : size, offset);
|
|
uint8_t* L_2 = V_0;
|
|
int32_t L_3 = ___1_size;
|
|
G_B1_0 = L_2;
|
|
G_B1_1 = __this;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = __this;
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___1_size;
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_5;
|
|
L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_value))->___m_Length_1);
|
|
G_B3_0 = L_5;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_6 = ___2_offset;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline(G_B3_2, G_B3_1, G_B3_0, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteBytes_m12FCFCA1C0D918E962057B699206079E39BBC9BB_AdjustorThunk (RuntimeObject* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteBytes_m12FCFCA1C0D918E962057B699206079E39BBC9BB_inline(_thisAdjusted, ___0_value, ___1_size, ___2_offset, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytes(Unity.Collections.NativeList`1<System.Byte>,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytes_mAB7C557B38DDD3431860B723CE6FBE70536CFA26 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
uint8_t* G_B2_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B2_1 = NULL;
|
|
uint8_t* G_B1_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B1_1 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
uint8_t* G_B3_1 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B3_2 = NULL;
|
|
{
|
|
// byte* ptr = (byte*)value.GetUnsafePtr();
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 L_0 = ___0_value;
|
|
void* L_1;
|
|
L_1 = NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3(L_0, NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
V_0 = (uint8_t*)L_1;
|
|
// WriteBytes(ptr, size == -1 ? value.Length : size, offset);
|
|
uint8_t* L_2 = V_0;
|
|
int32_t L_3 = ___1_size;
|
|
G_B1_0 = L_2;
|
|
G_B1_1 = __this;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = __this;
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___1_size;
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_5;
|
|
L_5 = NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61((&___0_value), NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61_RuntimeMethod_var);
|
|
G_B3_0 = L_5;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_6 = ___2_offset;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline(G_B3_2, G_B3_1, G_B3_0, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteBytes_mAB7C557B38DDD3431860B723CE6FBE70536CFA26_AdjustorThunk (RuntimeObject* __this, NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteBytes_mAB7C557B38DDD3431860B723CE6FBE70536CFA26_inline(_thisAdjusted, ___0_value, ___1_size, ___2_offset, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytesSafe(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytesSafe_m1644F1C5664330201E16B48A085345DC637D8333 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
uint8_t* G_B6_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B6_1 = NULL;
|
|
uint8_t* G_B5_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B5_1 = NULL;
|
|
int32_t G_B7_0 = 0;
|
|
uint8_t* G_B7_1 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B7_2 = NULL;
|
|
{
|
|
// fixed (byte* ptr = value)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_value;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0;
|
|
V_1 = L_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_1;
|
|
NullCheck(L_2);
|
|
if (((int32_t)(((RuntimeArray*)L_2)->max_length)))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
V_0 = (uint8_t*)((uintptr_t)0);
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
V_0 = (uint8_t*)((uintptr_t)((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// WriteBytesSafe(ptr, size == -1 ? value.Length : size, offset);
|
|
uint8_t* L_4 = V_0;
|
|
int32_t L_5 = ___1_size;
|
|
G_B5_0 = L_4;
|
|
G_B5_1 = __this;
|
|
if ((((int32_t)L_5) == ((int32_t)(-1))))
|
|
{
|
|
G_B6_0 = L_4;
|
|
G_B6_1 = __this;
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___1_size;
|
|
G_B7_0 = L_6;
|
|
G_B7_1 = G_B5_0;
|
|
G_B7_2 = G_B5_1;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___0_value;
|
|
NullCheck(L_7);
|
|
G_B7_0 = ((int32_t)(((RuntimeArray*)L_7)->max_length));
|
|
G_B7_1 = G_B6_0;
|
|
G_B7_2 = G_B6_1;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_8 = ___2_offset;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_inline(G_B7_2, G_B7_1, G_B7_0, L_8, NULL);
|
|
V_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteBytesSafe_m1644F1C5664330201E16B48A085345DC637D8333_AdjustorThunk (RuntimeObject* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteBytesSafe_m1644F1C5664330201E16B48A085345DC637D8333_inline(_thisAdjusted, ___0_value, ___1_size, ___2_offset, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytesSafe(Unity.Collections.NativeArray`1<System.Byte>,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytesSafe_m44CB114797B38C32FF7F30F4755040D21FCC1DC3 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
uint8_t* G_B2_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B2_1 = NULL;
|
|
uint8_t* G_B1_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B1_1 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
uint8_t* G_B3_1 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B3_2 = NULL;
|
|
{
|
|
// byte* ptr = (byte*)value.GetUnsafePtr();
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_0 = ___0_value;
|
|
void* L_1;
|
|
L_1 = NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2(L_0, NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
V_0 = (uint8_t*)L_1;
|
|
// WriteBytesSafe(ptr, size == -1 ? value.Length : size, offset);
|
|
uint8_t* L_2 = V_0;
|
|
int32_t L_3 = ___1_size;
|
|
G_B1_0 = L_2;
|
|
G_B1_1 = __this;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = __this;
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___1_size;
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_5;
|
|
L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_value))->___m_Length_1);
|
|
G_B3_0 = L_5;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_6 = ___2_offset;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_inline(G_B3_2, G_B3_1, G_B3_0, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteBytesSafe_m44CB114797B38C32FF7F30F4755040D21FCC1DC3_AdjustorThunk (RuntimeObject* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteBytesSafe_m44CB114797B38C32FF7F30F4755040D21FCC1DC3_inline(_thisAdjusted, ___0_value, ___1_size, ___2_offset, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteBytesSafe(Unity.Collections.NativeList`1<System.Byte>,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytesSafe_m6D6DA8B162FEFA13B1CA0D525A62F599DC6C62F9 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
uint8_t* G_B2_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B2_1 = NULL;
|
|
uint8_t* G_B1_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B1_1 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
uint8_t* G_B3_1 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B3_2 = NULL;
|
|
{
|
|
// byte* ptr = (byte*)value.GetUnsafePtr();
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 L_0 = ___0_value;
|
|
void* L_1;
|
|
L_1 = NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3(L_0, NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
V_0 = (uint8_t*)L_1;
|
|
// WriteBytesSafe(ptr, size == -1 ? value.Length : size, offset);
|
|
uint8_t* L_2 = V_0;
|
|
int32_t L_3 = ___1_size;
|
|
G_B1_0 = L_2;
|
|
G_B1_1 = __this;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = __this;
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___1_size;
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_5;
|
|
L_5 = NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61((&___0_value), NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61_RuntimeMethod_var);
|
|
G_B3_0 = L_5;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_6 = ___2_offset;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_inline(G_B3_2, G_B3_1, G_B3_0, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteBytesSafe_m6D6DA8B162FEFA13B1CA0D525A62F599DC6C62F9_AdjustorThunk (RuntimeObject* __this, NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteBytesSafe_m6D6DA8B162FEFA13B1CA0D525A62F599DC6C62F9_inline(_thisAdjusted, ___0_value, ___1_size, ___2_offset, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::CopyTo(Unity.Netcode.FastBufferWriter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_CopyTo_mEA3CC5E867B8DCD6BA5ADA92FE2CCA3DCE548BB9 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// other.WriteBytes(Handle->BufferPointer, Handle->Position);
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
uint8_t* L_1 = L_0->___BufferPointer_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___Position_1;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline((&___0_other), L_1, L_3, 0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_CopyTo_mEA3CC5E867B8DCD6BA5ADA92FE2CCA3DCE548BB9_AdjustorThunk (RuntimeObject* __this, FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC ___0_other, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_CopyTo_mEA3CC5E867B8DCD6BA5ADA92FE2CCA3DCE548BB9_inline(_thisAdjusted, ___0_other, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::CopyFrom(Unity.Netcode.FastBufferWriter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_CopyFrom_m025B701E12CDE987AAA92729CBD5F3B20D421E33 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// WriteBytes(other.Handle->BufferPointer, other.Handle->Position);
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC L_0 = ___0_other;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_1 = L_0.___Handle_0;
|
|
NullCheck(L_1);
|
|
uint8_t* L_2 = L_1->___BufferPointer_0;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC L_3 = ___0_other;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_4 = L_3.___Handle_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___Position_1;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline(__this, L_2, L_5, 0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_CopyFrom_m025B701E12CDE987AAA92729CBD5F3B20D421E33_AdjustorThunk (RuntimeObject* __this, FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC ___0_other, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_CopyFrom_m025B701E12CDE987AAA92729CBD5F3B20D421E33_inline(_thisAdjusted, ___0_other, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mDF8569479DB772E4A767A30211B03C26BA298907 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m741BEC480443319343787E8802C1FDA3D97951AB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Vector2 value) => WriteUnmanaged(value);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m741BEC480443319343787E8802C1FDA3D97951AB_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m741BEC480443319343787E8802C1FDA3D97951AB_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_mDF8569479DB772E4A767A30211B03C26BA298907_AdjustorThunk (RuntimeObject* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_mDF8569479DB772E4A767A30211B03C26BA298907_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector2[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m7916E04D46F3D21C143FFC2DEB9616B6B318BCB0 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mE0FC4A690EE9DC5BDF4A345C298ED9BDC86E25B4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Vector2[] value) => WriteUnmanaged(value);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mE0FC4A690EE9DC5BDF4A345C298ED9BDC86E25B4_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mE0FC4A690EE9DC5BDF4A345C298ED9BDC86E25B4_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_m7916E04D46F3D21C143FFC2DEB9616B6B318BCB0_AdjustorThunk (RuntimeObject* __this, Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_m7916E04D46F3D21C143FFC2DEB9616B6B318BCB0_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector3&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m8B22CB2D5525A4219A8E7CA01250281244EB3147 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m8C6FF24963E6E13AFD0FF1D1360F2375ADFC6E6B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Vector3 value) => WriteUnmanaged(value);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m8C6FF24963E6E13AFD0FF1D1360F2375ADFC6E6B_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m8C6FF24963E6E13AFD0FF1D1360F2375ADFC6E6B_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_m8B22CB2D5525A4219A8E7CA01250281244EB3147_AdjustorThunk (RuntimeObject* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_m8B22CB2D5525A4219A8E7CA01250281244EB3147_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector3[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mA482A8D677322D6CC410B71DE38289B74CFE7426 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m079F6891B5F8FE3338F7BB65C066FB787ED3CD06_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Vector3[] value) => WriteUnmanaged(value);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m079F6891B5F8FE3338F7BB65C066FB787ED3CD06_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m079F6891B5F8FE3338F7BB65C066FB787ED3CD06_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_mA482A8D677322D6CC410B71DE38289B74CFE7426_AdjustorThunk (RuntimeObject* __this, Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_mA482A8D677322D6CC410B71DE38289B74CFE7426_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector2Int&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m96B36D0BF0F4B33DD2F6D3DC5D819B50762E2D03 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mD3C025D91E9F8906D5B44A7E1F45F2C11CCDF6E5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Vector2Int value) => WriteUnmanaged(value);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mD3C025D91E9F8906D5B44A7E1F45F2C11CCDF6E5_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mD3C025D91E9F8906D5B44A7E1F45F2C11CCDF6E5_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_m96B36D0BF0F4B33DD2F6D3DC5D819B50762E2D03_AdjustorThunk (RuntimeObject* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_m96B36D0BF0F4B33DD2F6D3DC5D819B50762E2D03_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector2Int[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m923C55384E8BA173D9558CA02FEEF4023B9B2D59 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m877F2421B8EEDF38620B05275EF27C4D883DD2C9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Vector2Int[] value) => WriteUnmanaged(value);
|
|
Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m877F2421B8EEDF38620B05275EF27C4D883DD2C9_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m877F2421B8EEDF38620B05275EF27C4D883DD2C9_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_m923C55384E8BA173D9558CA02FEEF4023B9B2D59_AdjustorThunk (RuntimeObject* __this, Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_m923C55384E8BA173D9558CA02FEEF4023B9B2D59_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector3Int&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mB5374A146588D517DCA2F7B90687E364102DB71A (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m5577922AF6175DD4AA3B195CC5C0A6E7F9A9608E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Vector3Int value) => WriteUnmanaged(value);
|
|
Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m5577922AF6175DD4AA3B195CC5C0A6E7F9A9608E_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m5577922AF6175DD4AA3B195CC5C0A6E7F9A9608E_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_mB5374A146588D517DCA2F7B90687E364102DB71A_AdjustorThunk (RuntimeObject* __this, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_mB5374A146588D517DCA2F7B90687E364102DB71A_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector3Int[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mE2DDD3B4B1AB33829A8B2E8DA86E59FA3A928CCA (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m81234F66A4992822AFD16F61A73C56840C418438_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Vector3Int[] value) => WriteUnmanaged(value);
|
|
Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m81234F66A4992822AFD16F61A73C56840C418438_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m81234F66A4992822AFD16F61A73C56840C418438_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_mE2DDD3B4B1AB33829A8B2E8DA86E59FA3A928CCA_AdjustorThunk (RuntimeObject* __this, Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_mE2DDD3B4B1AB33829A8B2E8DA86E59FA3A928CCA_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mD29AB422AC259CC6A8D57DD753303BBA90B23C3B (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m017D6B89BC5963E81B69921AA9CF567F7A69ECD4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Vector4 value) => WriteUnmanaged(value);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m017D6B89BC5963E81B69921AA9CF567F7A69ECD4_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m017D6B89BC5963E81B69921AA9CF567F7A69ECD4_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_mD29AB422AC259CC6A8D57DD753303BBA90B23C3B_AdjustorThunk (RuntimeObject* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_mD29AB422AC259CC6A8D57DD753303BBA90B23C3B_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Vector4[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mF4279CB171D6C4737900A5B21368CA9EB435B398 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m4FA2AD9A20367626FC3C5FB55ED9B6184310034B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Vector4[] value) => WriteUnmanaged(value);
|
|
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m4FA2AD9A20367626FC3C5FB55ED9B6184310034B_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m4FA2AD9A20367626FC3C5FB55ED9B6184310034B_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_mF4279CB171D6C4737900A5B21368CA9EB435B398_AdjustorThunk (RuntimeObject* __this, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_mF4279CB171D6C4737900A5B21368CA9EB435B398_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Quaternion&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m06F5B3A30135ED520FCD9A6CEFE917CBA7C1E32A (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m2A7D0487DF3A2244BCB39ADE615BF3B3BF588BFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Quaternion value) => WriteUnmanaged(value);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m2A7D0487DF3A2244BCB39ADE615BF3B3BF588BFA_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m2A7D0487DF3A2244BCB39ADE615BF3B3BF588BFA_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_m06F5B3A30135ED520FCD9A6CEFE917CBA7C1E32A_AdjustorThunk (RuntimeObject* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_m06F5B3A30135ED520FCD9A6CEFE917CBA7C1E32A_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Quaternion[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mC57464D40E1666DB990AEDF5C4FB42AE0B9A2B25 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_mD4BF992C8BEFDE938EDFA6B0CBA92FC121521006_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Quaternion[] value) => WriteUnmanaged(value);
|
|
QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_mD4BF992C8BEFDE938EDFA6B0CBA92FC121521006_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_mD4BF992C8BEFDE938EDFA6B0CBA92FC121521006_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_mC57464D40E1666DB990AEDF5C4FB42AE0B9A2B25_AdjustorThunk (RuntimeObject* __this, QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_mC57464D40E1666DB990AEDF5C4FB42AE0B9A2B25_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mDE145B67B144ED8EE21D668E9CF74181E032B6E0 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mAA3942F0E1DBAF6C6E22D7CB2B4CED30FFAE5CA8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Color value) => WriteUnmanaged(value);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mAA3942F0E1DBAF6C6E22D7CB2B4CED30FFAE5CA8_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mAA3942F0E1DBAF6C6E22D7CB2B4CED30FFAE5CA8_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_mDE145B67B144ED8EE21D668E9CF74181E032B6E0_AdjustorThunk (RuntimeObject* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_mDE145B67B144ED8EE21D668E9CF74181E032B6E0_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Color[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m521A2E8E1297F145170443C751D21CCF217806A2 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m9C2388E09363F8904502A700E0091D0B4C264A12_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Color[] value) => WriteUnmanaged(value);
|
|
ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m9C2388E09363F8904502A700E0091D0B4C264A12_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m9C2388E09363F8904502A700E0091D0B4C264A12_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_m521A2E8E1297F145170443C751D21CCF217806A2_AdjustorThunk (RuntimeObject* __this, ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_m521A2E8E1297F145170443C751D21CCF217806A2_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Color32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mE72B923F4EBE26A4A538155095DC02F1A29A207A (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m3685A787CB417776E7A314E39CB40FBEFE5B5C0B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Color32 value) => WriteUnmanaged(value);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m3685A787CB417776E7A314E39CB40FBEFE5B5C0B_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m3685A787CB417776E7A314E39CB40FBEFE5B5C0B_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_mE72B923F4EBE26A4A538155095DC02F1A29A207A_AdjustorThunk (RuntimeObject* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_mE72B923F4EBE26A4A538155095DC02F1A29A207A_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Color32[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m0486DA25F281B5371C363EF1BE003E7BD010AA34 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mA325CD4419E981321EBE2361E69305BBC8B9DF1F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Color32[] value) => WriteUnmanaged(value);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mA325CD4419E981321EBE2361E69305BBC8B9DF1F_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mA325CD4419E981321EBE2361E69305BBC8B9DF1F_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_m0486DA25F281B5371C363EF1BE003E7BD010AA34_AdjustorThunk (RuntimeObject* __this, Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_m0486DA25F281B5371C363EF1BE003E7BD010AA34_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Ray&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mB361CBDBEDF544E43508679D07E56672CDF488F4 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mAEC78CF122135708708D84D6BEB3783BFC00AB12_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Ray value) => WriteUnmanaged(value);
|
|
Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mAEC78CF122135708708D84D6BEB3783BFC00AB12_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mAEC78CF122135708708D84D6BEB3783BFC00AB12_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_mB361CBDBEDF544E43508679D07E56672CDF488F4_AdjustorThunk (RuntimeObject* __this, Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_mB361CBDBEDF544E43508679D07E56672CDF488F4_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Ray[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m644674ECC56DCD8ECD6F37DDC60FB51CD3B72BB9 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mCD1AB02A05EA1BFC30AFDA83F237603190893E54_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Ray[] value) => WriteUnmanaged(value);
|
|
RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mCD1AB02A05EA1BFC30AFDA83F237603190893E54_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mCD1AB02A05EA1BFC30AFDA83F237603190893E54_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_m644674ECC56DCD8ECD6F37DDC60FB51CD3B72BB9_AdjustorThunk (RuntimeObject* __this, RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_m644674ECC56DCD8ECD6F37DDC60FB51CD3B72BB9_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Ray2D&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m4A44462C61C21B6E634FE27E84A269CC7F5E800D (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m68447B585FDBFEECBC5FBAF1C4437E7AC2174737_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Ray2D value) => WriteUnmanaged(value);
|
|
Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m68447B585FDBFEECBC5FBAF1C4437E7AC2174737_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m68447B585FDBFEECBC5FBAF1C4437E7AC2174737_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_m4A44462C61C21B6E634FE27E84A269CC7F5E800D_AdjustorThunk (RuntimeObject* __this, Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_m4A44462C61C21B6E634FE27E84A269CC7F5E800D_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValue(UnityEngine.Ray2D[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mCA8114D721A1E83FB06A9F992AFBBCF75856A8B2 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m55408CFCA5A59E79B3711337A86E8FE9025ADFBE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Ray2D[] value) => WriteUnmanaged(value);
|
|
Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m55408CFCA5A59E79B3711337A86E8FE9025ADFBE_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m55408CFCA5A59E79B3711337A86E8FE9025ADFBE_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValue_mCA8114D721A1E83FB06A9F992AFBBCF75856A8B2_AdjustorThunk (RuntimeObject* __this, Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValue_mCA8114D721A1E83FB06A9F992AFBBCF75856A8B2_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mD708E41CD526B74BBB426DF6C4C0DB2EC231FE33 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mA2DD528856B2B6F93B91015D61502F5706BE7166_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Vector2 value) => WriteUnmanagedSafe(value);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mA2DD528856B2B6F93B91015D61502F5706BE7166_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mA2DD528856B2B6F93B91015D61502F5706BE7166_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_mD708E41CD526B74BBB426DF6C4C0DB2EC231FE33_AdjustorThunk (RuntimeObject* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_mD708E41CD526B74BBB426DF6C4C0DB2EC231FE33_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector2[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m697A680963628F68DBEE3E4D3E162B0F89127F2E (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mAC76FD0FF0B45EF92D789151D3E46D5F80C6D1A0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Vector2[] value) => WriteUnmanagedSafe(value);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mAC76FD0FF0B45EF92D789151D3E46D5F80C6D1A0_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mAC76FD0FF0B45EF92D789151D3E46D5F80C6D1A0_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_m697A680963628F68DBEE3E4D3E162B0F89127F2E_AdjustorThunk (RuntimeObject* __this, Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_m697A680963628F68DBEE3E4D3E162B0F89127F2E_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector3&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mA82B8C332BFA1FA2C68EF246D68A035DE2A0A5BF (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m24083F73D425C912B88197F4A020CB58FED2F9A4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Vector3 value) => WriteUnmanagedSafe(value);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m24083F73D425C912B88197F4A020CB58FED2F9A4_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m24083F73D425C912B88197F4A020CB58FED2F9A4_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_mA82B8C332BFA1FA2C68EF246D68A035DE2A0A5BF_AdjustorThunk (RuntimeObject* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_mA82B8C332BFA1FA2C68EF246D68A035DE2A0A5BF_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector3[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m76A0EF2F89B1129A3B6B295612D14B83DBB4CBA1 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF77460EF7381C9CF7ABE9C53584CB8ACEE2E80ED_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Vector3[] value) => WriteUnmanagedSafe(value);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF77460EF7381C9CF7ABE9C53584CB8ACEE2E80ED_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF77460EF7381C9CF7ABE9C53584CB8ACEE2E80ED_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_m76A0EF2F89B1129A3B6B295612D14B83DBB4CBA1_AdjustorThunk (RuntimeObject* __this, Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_m76A0EF2F89B1129A3B6B295612D14B83DBB4CBA1_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector2Int&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mB033F03EABA83D2FDBFC20FB7BF3BFB27906F234 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m25B76E898E127C698ACAB73FAB056A2F96252CCF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Vector2Int value) => WriteUnmanagedSafe(value);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m25B76E898E127C698ACAB73FAB056A2F96252CCF_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m25B76E898E127C698ACAB73FAB056A2F96252CCF_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_mB033F03EABA83D2FDBFC20FB7BF3BFB27906F234_AdjustorThunk (RuntimeObject* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_mB033F03EABA83D2FDBFC20FB7BF3BFB27906F234_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector2Int[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m02FE6A8E3A219DBCD9DC75E45C148EBD9865E3E6 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mDA25C27418FEE1C7F2DC2A570A1B0138B8AA155D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Vector2Int[] value) => WriteUnmanagedSafe(value);
|
|
Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mDA25C27418FEE1C7F2DC2A570A1B0138B8AA155D_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mDA25C27418FEE1C7F2DC2A570A1B0138B8AA155D_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_m02FE6A8E3A219DBCD9DC75E45C148EBD9865E3E6_AdjustorThunk (RuntimeObject* __this, Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_m02FE6A8E3A219DBCD9DC75E45C148EBD9865E3E6_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector3Int&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m03C5A7D58CD6194FDA644C0460D679755F60F471 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m9F0C01892F41C1B9F8723C8C0CCA72B2E0B5152D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Vector3Int value) => WriteUnmanagedSafe(value);
|
|
Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m9F0C01892F41C1B9F8723C8C0CCA72B2E0B5152D_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m9F0C01892F41C1B9F8723C8C0CCA72B2E0B5152D_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_m03C5A7D58CD6194FDA644C0460D679755F60F471_AdjustorThunk (RuntimeObject* __this, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_m03C5A7D58CD6194FDA644C0460D679755F60F471_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector3Int[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mBC51D793B4BD83B11439234F8449982FFEAD4CCA (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_mE8068168FBEDAFB1D56F645FE5BB1C6FE3941A4E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Vector3Int[] value) => WriteUnmanagedSafe(value);
|
|
Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_mE8068168FBEDAFB1D56F645FE5BB1C6FE3941A4E_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_mE8068168FBEDAFB1D56F645FE5BB1C6FE3941A4E_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_mBC51D793B4BD83B11439234F8449982FFEAD4CCA_AdjustorThunk (RuntimeObject* __this, Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_mBC51D793B4BD83B11439234F8449982FFEAD4CCA_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mFF28D50095C62FE7A466E41187F45ACB8171F4CE (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3DC6BA5B83463F71B4E3AF641AF49DF69B302465_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Vector4 value) => WriteUnmanagedSafe(value);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3DC6BA5B83463F71B4E3AF641AF49DF69B302465_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3DC6BA5B83463F71B4E3AF641AF49DF69B302465_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_mFF28D50095C62FE7A466E41187F45ACB8171F4CE_AdjustorThunk (RuntimeObject* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_mFF28D50095C62FE7A466E41187F45ACB8171F4CE_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Vector4[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m3D974715A4DDD888FF406C1AB3CE762916D3518E (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5E0457E67875ED757EF41630094527F7AB9C0546_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Vector4[] value) => WriteUnmanagedSafe(value);
|
|
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5E0457E67875ED757EF41630094527F7AB9C0546_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5E0457E67875ED757EF41630094527F7AB9C0546_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_m3D974715A4DDD888FF406C1AB3CE762916D3518E_AdjustorThunk (RuntimeObject* __this, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_m3D974715A4DDD888FF406C1AB3CE762916D3518E_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Quaternion&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m2EC41AB12D8E52A1E025A484FEFE5A35F66BD09B (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m372654E877AEF5E113604F43A52EEC5F5188476C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Quaternion value) => WriteUnmanagedSafe(value);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m372654E877AEF5E113604F43A52EEC5F5188476C_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m372654E877AEF5E113604F43A52EEC5F5188476C_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_m2EC41AB12D8E52A1E025A484FEFE5A35F66BD09B_AdjustorThunk (RuntimeObject* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_m2EC41AB12D8E52A1E025A484FEFE5A35F66BD09B_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Quaternion[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mCAE12918B9C84C67D05F79B0111F4CCC6196F9C8 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m3875162D3A43AC0F7BA616D43F02E0A9AE2D03E2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Quaternion[] value) => WriteUnmanagedSafe(value);
|
|
QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m3875162D3A43AC0F7BA616D43F02E0A9AE2D03E2_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m3875162D3A43AC0F7BA616D43F02E0A9AE2D03E2_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_mCAE12918B9C84C67D05F79B0111F4CCC6196F9C8_AdjustorThunk (RuntimeObject* __this, QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_mCAE12918B9C84C67D05F79B0111F4CCC6196F9C8_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mBB7A6364C16B130508182AF54B552AF36986096C (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m4F49D8D6C7E376E4E418CF22168BA30C41023A8B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Color value) => WriteUnmanagedSafe(value);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m4F49D8D6C7E376E4E418CF22168BA30C41023A8B_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m4F49D8D6C7E376E4E418CF22168BA30C41023A8B_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_mBB7A6364C16B130508182AF54B552AF36986096C_AdjustorThunk (RuntimeObject* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_mBB7A6364C16B130508182AF54B552AF36986096C_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Color[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m0C012F240AD5CC9280B7409FD7CF3BFA4F7DCF6C (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m7AC2ABF246D73875E6E81DFBCDF89D2E0F6AB6EC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Color[] value) => WriteUnmanagedSafe(value);
|
|
ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m7AC2ABF246D73875E6E81DFBCDF89D2E0F6AB6EC_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m7AC2ABF246D73875E6E81DFBCDF89D2E0F6AB6EC_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_m0C012F240AD5CC9280B7409FD7CF3BFA4F7DCF6C_AdjustorThunk (RuntimeObject* __this, ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_m0C012F240AD5CC9280B7409FD7CF3BFA4F7DCF6C_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Color32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mAAE60CAB2DBD00BF9DCDCA82F54E5FA903A49EB2 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mAA04B0B614ACD24F13A58C50DB7FBF638CCDF1E8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Color32 value) => WriteUnmanagedSafe(value);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mAA04B0B614ACD24F13A58C50DB7FBF638CCDF1E8_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mAA04B0B614ACD24F13A58C50DB7FBF638CCDF1E8_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_mAAE60CAB2DBD00BF9DCDCA82F54E5FA903A49EB2_AdjustorThunk (RuntimeObject* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_mAAE60CAB2DBD00BF9DCDCA82F54E5FA903A49EB2_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Color32[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m0951CF7157B6C3532D235AD043C29AA05009CB70 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m0DCE33B3030B26055D7F1E3C869749447357FE3D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Color32[] value) => WriteUnmanagedSafe(value);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m0DCE33B3030B26055D7F1E3C869749447357FE3D_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m0DCE33B3030B26055D7F1E3C869749447357FE3D_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_m0951CF7157B6C3532D235AD043C29AA05009CB70_AdjustorThunk (RuntimeObject* __this, Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_m0951CF7157B6C3532D235AD043C29AA05009CB70_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Ray&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m730B8E4D2561568D91F66A281C0323F99C8ADC52 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_m2F14528C3B454B7E70A5A4B76F8CB5D6C1BF32ED_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Ray value) => WriteUnmanagedSafe(value);
|
|
Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_m2F14528C3B454B7E70A5A4B76F8CB5D6C1BF32ED_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_m2F14528C3B454B7E70A5A4B76F8CB5D6C1BF32ED_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_m730B8E4D2561568D91F66A281C0323F99C8ADC52_AdjustorThunk (RuntimeObject* __this, Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_m730B8E4D2561568D91F66A281C0323F99C8ADC52_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Ray[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m9F2796B295D1D447B54B51DA90940C4346D36B29 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mE0028B7800F6FC7640D1353DF5D7373432A25B27_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Ray[] value) => WriteUnmanagedSafe(value);
|
|
RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mE0028B7800F6FC7640D1353DF5D7373432A25B27_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mE0028B7800F6FC7640D1353DF5D7373432A25B27_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_m9F2796B295D1D447B54B51DA90940C4346D36B29_AdjustorThunk (RuntimeObject* __this, RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_m9F2796B295D1D447B54B51DA90940C4346D36B29_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Ray2D&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m52B05796065329D10885D6CFFB95F5E4C2B00304 (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m2E98222DC2C73C15B43159E0D10D60A330DFABC0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Ray2D value) => WriteUnmanagedSafe(value);
|
|
Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m2E98222DC2C73C15B43159E0D10D60A330DFABC0_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m2E98222DC2C73C15B43159E0D10D60A330DFABC0_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_m52B05796065329D10885D6CFFB95F5E4C2B00304_AdjustorThunk (RuntimeObject* __this, Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_m52B05796065329D10885D6CFFB95F5E4C2B00304_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::WriteValueSafe(UnityEngine.Ray2D[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m6C2E20DA73FA2E4F22EF9B378D5C11E008B6101D (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m4BF30B5802658CDEACD0DC9D69823E9472825736_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Ray2D[] value) => WriteUnmanagedSafe(value);
|
|
Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m4BF30B5802658CDEACD0DC9D69823E9472825736_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m4BF30B5802658CDEACD0DC9D69823E9472825736_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FastBufferWriter_WriteValueSafe_m6C2E20DA73FA2E4F22EF9B378D5C11E008B6101D_AdjustorThunk (RuntimeObject* __this, Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC*>(__this + _offset);
|
|
FastBufferWriter_WriteValueSafe_m6C2E20DA73FA2E4F22EF9B378D5C11E008B6101D_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.FastBufferWriter::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastBufferWriter__cctor_m5D85EA8A0C179020F30CB067B33545328D5AC4D1 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private static byte[] s_ByteArrayCache = new byte[65535];
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)65535));
|
|
((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_StaticFields*)il2cpp_codegen_static_fields_for(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var))->___s_ByteArrayCache_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_StaticFields*)il2cpp_codegen_static_fields_for(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var))->___s_ByteArrayCache_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: Unity.Netcode.FastBufferWriter/WriterHandle
|
|
IL2CPP_EXTERN_C void WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_marshal_pinvoke(const WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6& unmarshaled, WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___BufferPointer_0 = unmarshaled.___BufferPointer_0;
|
|
marshaled.___Position_1 = unmarshaled.___Position_1;
|
|
marshaled.___Length_2 = unmarshaled.___Length_2;
|
|
marshaled.___Capacity_3 = unmarshaled.___Capacity_3;
|
|
marshaled.___MaxCapacity_4 = unmarshaled.___MaxCapacity_4;
|
|
marshaled.___Allocator_5 = unmarshaled.___Allocator_5;
|
|
marshaled.___BufferGrew_6 = static_cast<int32_t>(unmarshaled.___BufferGrew_6);
|
|
}
|
|
IL2CPP_EXTERN_C void WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_marshal_pinvoke_back(const WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_marshaled_pinvoke& marshaled, WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6& unmarshaled)
|
|
{
|
|
unmarshaled.___BufferPointer_0 = marshaled.___BufferPointer_0;
|
|
int32_t unmarshaledPosition_temp_1 = 0;
|
|
unmarshaledPosition_temp_1 = marshaled.___Position_1;
|
|
unmarshaled.___Position_1 = unmarshaledPosition_temp_1;
|
|
int32_t unmarshaledLength_temp_2 = 0;
|
|
unmarshaledLength_temp_2 = marshaled.___Length_2;
|
|
unmarshaled.___Length_2 = unmarshaledLength_temp_2;
|
|
int32_t unmarshaledCapacity_temp_3 = 0;
|
|
unmarshaledCapacity_temp_3 = marshaled.___Capacity_3;
|
|
unmarshaled.___Capacity_3 = unmarshaledCapacity_temp_3;
|
|
int32_t unmarshaledMaxCapacity_temp_4 = 0;
|
|
unmarshaledMaxCapacity_temp_4 = marshaled.___MaxCapacity_4;
|
|
unmarshaled.___MaxCapacity_4 = unmarshaledMaxCapacity_temp_4;
|
|
int32_t unmarshaledAllocator_temp_5 = 0;
|
|
unmarshaledAllocator_temp_5 = marshaled.___Allocator_5;
|
|
unmarshaled.___Allocator_5 = unmarshaledAllocator_temp_5;
|
|
bool unmarshaledBufferGrew_temp_6 = false;
|
|
unmarshaledBufferGrew_temp_6 = static_cast<bool>(marshaled.___BufferGrew_6);
|
|
unmarshaled.___BufferGrew_6 = unmarshaledBufferGrew_temp_6;
|
|
}
|
|
// Conversion method for clean up from marshalling of: Unity.Netcode.FastBufferWriter/WriterHandle
|
|
IL2CPP_EXTERN_C void WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_marshal_pinvoke_cleanup(WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: Unity.Netcode.FastBufferWriter/WriterHandle
|
|
IL2CPP_EXTERN_C void WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_marshal_com(const WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6& unmarshaled, WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___BufferPointer_0 = unmarshaled.___BufferPointer_0;
|
|
marshaled.___Position_1 = unmarshaled.___Position_1;
|
|
marshaled.___Length_2 = unmarshaled.___Length_2;
|
|
marshaled.___Capacity_3 = unmarshaled.___Capacity_3;
|
|
marshaled.___MaxCapacity_4 = unmarshaled.___MaxCapacity_4;
|
|
marshaled.___Allocator_5 = unmarshaled.___Allocator_5;
|
|
marshaled.___BufferGrew_6 = static_cast<int32_t>(unmarshaled.___BufferGrew_6);
|
|
}
|
|
IL2CPP_EXTERN_C void WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_marshal_com_back(const WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_marshaled_com& marshaled, WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6& unmarshaled)
|
|
{
|
|
unmarshaled.___BufferPointer_0 = marshaled.___BufferPointer_0;
|
|
int32_t unmarshaledPosition_temp_1 = 0;
|
|
unmarshaledPosition_temp_1 = marshaled.___Position_1;
|
|
unmarshaled.___Position_1 = unmarshaledPosition_temp_1;
|
|
int32_t unmarshaledLength_temp_2 = 0;
|
|
unmarshaledLength_temp_2 = marshaled.___Length_2;
|
|
unmarshaled.___Length_2 = unmarshaledLength_temp_2;
|
|
int32_t unmarshaledCapacity_temp_3 = 0;
|
|
unmarshaledCapacity_temp_3 = marshaled.___Capacity_3;
|
|
unmarshaled.___Capacity_3 = unmarshaledCapacity_temp_3;
|
|
int32_t unmarshaledMaxCapacity_temp_4 = 0;
|
|
unmarshaledMaxCapacity_temp_4 = marshaled.___MaxCapacity_4;
|
|
unmarshaled.___MaxCapacity_4 = unmarshaledMaxCapacity_temp_4;
|
|
int32_t unmarshaledAllocator_temp_5 = 0;
|
|
unmarshaledAllocator_temp_5 = marshaled.___Allocator_5;
|
|
unmarshaled.___Allocator_5 = unmarshaledAllocator_temp_5;
|
|
bool unmarshaledBufferGrew_temp_6 = false;
|
|
unmarshaledBufferGrew_temp_6 = static_cast<bool>(marshaled.___BufferGrew_6);
|
|
unmarshaled.___BufferGrew_6 = unmarshaledBufferGrew_temp_6;
|
|
}
|
|
// Conversion method for clean up from marshalling of: Unity.Netcode.FastBufferWriter/WriterHandle
|
|
IL2CPP_EXTERN_C void WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_marshal_com_cleanup(WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: Unity.Netcode.ByteBool
|
|
IL2CPP_EXTERN_C void ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8_marshal_pinvoke(const ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8& unmarshaled, ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___BoolValue_0 = static_cast<int32_t>(unmarshaled.___BoolValue_0);
|
|
marshaled.___ByteValue_1 = unmarshaled.___ByteValue_1;
|
|
}
|
|
IL2CPP_EXTERN_C void ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8_marshal_pinvoke_back(const ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8_marshaled_pinvoke& marshaled, ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8& unmarshaled)
|
|
{
|
|
bool unmarshaledBoolValue_temp_0 = false;
|
|
unmarshaledBoolValue_temp_0 = static_cast<bool>(marshaled.___BoolValue_0);
|
|
unmarshaled.___BoolValue_0 = unmarshaledBoolValue_temp_0;
|
|
uint8_t unmarshaledByteValue_temp_1 = 0x0;
|
|
unmarshaledByteValue_temp_1 = marshaled.___ByteValue_1;
|
|
unmarshaled.___ByteValue_1 = unmarshaledByteValue_temp_1;
|
|
}
|
|
// Conversion method for clean up from marshalling of: Unity.Netcode.ByteBool
|
|
IL2CPP_EXTERN_C void ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8_marshal_pinvoke_cleanup(ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: Unity.Netcode.ByteBool
|
|
IL2CPP_EXTERN_C void ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8_marshal_com(const ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8& unmarshaled, ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___BoolValue_0 = static_cast<int32_t>(unmarshaled.___BoolValue_0);
|
|
marshaled.___ByteValue_1 = unmarshaled.___ByteValue_1;
|
|
}
|
|
IL2CPP_EXTERN_C void ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8_marshal_com_back(const ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8_marshaled_com& marshaled, ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8& unmarshaled)
|
|
{
|
|
bool unmarshaledBoolValue_temp_0 = false;
|
|
unmarshaledBoolValue_temp_0 = static_cast<bool>(marshaled.___BoolValue_0);
|
|
unmarshaled.___BoolValue_0 = unmarshaledBoolValue_temp_0;
|
|
uint8_t unmarshaledByteValue_temp_1 = 0x0;
|
|
unmarshaledByteValue_temp_1 = marshaled.___ByteValue_1;
|
|
unmarshaled.___ByteValue_1 = unmarshaledByteValue_temp_1;
|
|
}
|
|
// Conversion method for clean up from marshalling of: Unity.Netcode.ByteBool
|
|
IL2CPP_EXTERN_C void ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8_marshal_com_cleanup(ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Byte Unity.Netcode.ByteBool::Collapse()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteBool_Collapse_m73F2A6DA95C1D0317D42B7FB5D38323F417AF00F (ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8* __this, const RuntimeMethod* method)
|
|
{
|
|
uint8_t V_0 = 0x0;
|
|
{
|
|
// ByteValue = (byte)((
|
|
// // Collapse all bits to position 1 and reassign as bit
|
|
// (ByteValue >> 7) |
|
|
// (ByteValue >> 6) |
|
|
// (ByteValue >> 5) |
|
|
// (ByteValue >> 4) |
|
|
// (ByteValue >> 3) |
|
|
// (ByteValue >> 2) |
|
|
// (ByteValue >> 1) |
|
|
// ByteValue
|
|
// ) & 1);
|
|
uint8_t L_0 = __this->___ByteValue_1;
|
|
uint8_t L_1 = __this->___ByteValue_1;
|
|
uint8_t L_2 = __this->___ByteValue_1;
|
|
uint8_t L_3 = __this->___ByteValue_1;
|
|
uint8_t L_4 = __this->___ByteValue_1;
|
|
uint8_t L_5 = __this->___ByteValue_1;
|
|
uint8_t L_6 = __this->___ByteValue_1;
|
|
uint8_t L_7 = __this->___ByteValue_1;
|
|
int32_t L_8 = ((int32_t)(uint8_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)(((int32_t)(((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_0>>7))|((int32_t)((int32_t)L_1>>6))))|((int32_t)((int32_t)L_2>>5))))|((int32_t)((int32_t)L_3>>4))))|((int32_t)((int32_t)L_4>>3))))|((int32_t)((int32_t)L_5>>2))))|((int32_t)((int32_t)L_6>>1))))|(int32_t)L_7))&1)));
|
|
V_0 = (uint8_t)L_8;
|
|
__this->___ByteValue_1 = (uint8_t)L_8;
|
|
uint8_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t ByteBool_Collapse_m73F2A6DA95C1D0317D42B7FB5D38323F417AF00F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8*>(__this + _offset);
|
|
uint8_t _returnValue;
|
|
_returnValue = ByteBool_Collapse_m73F2A6DA95C1D0317D42B7FB5D38323F417AF00F(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Byte Unity.Netcode.ByteBool::Collapse(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteBool_Collapse_mE68D3347A3494DD7705C890C19D73F6B32531F5D (ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8* __this, bool ___0_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// BoolValue = b;
|
|
bool L_0 = ___0_b;
|
|
__this->___BoolValue_0 = L_0;
|
|
// return Collapse();
|
|
uint8_t L_1;
|
|
L_1 = ByteBool_Collapse_m73F2A6DA95C1D0317D42B7FB5D38323F417AF00F(__this, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t ByteBool_Collapse_mE68D3347A3494DD7705C890C19D73F6B32531F5D_AdjustorThunk (RuntimeObject* __this, bool ___0_b, const RuntimeMethod* method)
|
|
{
|
|
ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ByteBool_tBE31EDB83AD495992C027485E676A218F12FD2F8*>(__this + _offset);
|
|
uint8_t _returnValue;
|
|
_returnValue = ByteBool_Collapse_mE68D3347A3494DD7705C890C19D73F6B32531F5D(_thisAdjusted, ___0_b, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Unity.Netcode.NetworkBehaviourReference::.ctor(Unity.Netcode.NetworkBehaviour)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkBehaviourReference__ctor_m1149EDF988C8A80FBEB691CAF08E780A8EE75B84 (NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* __this, NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* ___0_networkBehaviour, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (networkBehaviour == null)
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* L_0 = ___0_networkBehaviour;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// m_NetworkObjectReference = new NetworkObjectReference((NetworkObject)null);
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
NetworkObjectReference__ctor_m00244F6AF3B4D7A3B37BA4A49BB9D4AFBCAD3D25((&L_2), (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*)NULL, /*hidden argument*/NULL);
|
|
__this->___m_NetworkObjectReference_0 = L_2;
|
|
// m_NetworkBehaviourId = s_NullId;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var);
|
|
uint16_t L_3 = ((NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_StaticFields*)il2cpp_codegen_static_fields_for(NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var))->___s_NullId_2;
|
|
__this->___m_NetworkBehaviourId_1 = L_3;
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// if (networkBehaviour.NetworkObject == null)
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* L_4 = ___0_networkBehaviour;
|
|
NullCheck(L_4);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_5;
|
|
L_5 = NetworkBehaviour_get_NetworkObject_m5B4FBD71361ED0640492D6AAB454C393E8394224(L_4, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException($"Cannot create {nameof(NetworkBehaviourReference)} from {nameof(NetworkBehaviour)} without a {nameof(NetworkObject)}.");
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral20B32B57AA687E1664A1EAD7161D926219B31B3B)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkBehaviourReference__ctor_m1149EDF988C8A80FBEB691CAF08E780A8EE75B84_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// m_NetworkObjectReference = networkBehaviour.NetworkObject;
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* L_8 = ___0_networkBehaviour;
|
|
NullCheck(L_8);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_9;
|
|
L_9 = NetworkBehaviour_get_NetworkObject_m5B4FBD71361ED0640492D6AAB454C393E8394224(L_8, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD L_10;
|
|
L_10 = NetworkObjectReference_op_Implicit_mF07D0AA59EF40487C93090B16114582C0FED4069(L_9, NULL);
|
|
__this->___m_NetworkObjectReference_0 = L_10;
|
|
// m_NetworkBehaviourId = networkBehaviour.NetworkBehaviourId;
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* L_11 = ___0_networkBehaviour;
|
|
NullCheck(L_11);
|
|
uint16_t L_12;
|
|
L_12 = NetworkBehaviour_get_NetworkBehaviourId_mECBAFDF4FEB1E001A30D27CC2D1A5D0AFF08A9E1_inline(L_11, NULL);
|
|
__this->___m_NetworkBehaviourId_1 = L_12;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void NetworkBehaviourReference__ctor_m1149EDF988C8A80FBEB691CAF08E780A8EE75B84_AdjustorThunk (RuntimeObject* __this, NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* ___0_networkBehaviour, const RuntimeMethod* method)
|
|
{
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986*>(__this + _offset);
|
|
NetworkBehaviourReference__ctor_m1149EDF988C8A80FBEB691CAF08E780A8EE75B84(_thisAdjusted, ___0_networkBehaviour, method);
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkBehaviourReference::TryGet(Unity.Netcode.NetworkBehaviour&,Unity.Netcode.NetworkManager)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkBehaviourReference_TryGet_mB036234413FD53210190E06B69AF0B94D9D69573 (NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* __this, NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE** ___0_networkBehaviour, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___1_networkManager, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// networkBehaviour = GetInternal(this, null);
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE** L_0 = ___0_networkBehaviour;
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 L_1 = (*(NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var);
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* L_2;
|
|
L_2 = NetworkBehaviourReference_GetInternal_mDE44FD2DB5A27CEB34DD2C771A1875B8CF06391A_inline(L_1, (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468*)NULL, NULL);
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)L_2);
|
|
// return networkBehaviour != null;
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE** L_3 = ___0_networkBehaviour;
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* L_4 = *((NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE**)L_3);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool NetworkBehaviourReference_TryGet_mB036234413FD53210190E06B69AF0B94D9D69573_AdjustorThunk (RuntimeObject* __this, NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE** ___0_networkBehaviour, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___1_networkManager, const RuntimeMethod* method)
|
|
{
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = NetworkBehaviourReference_TryGet_mB036234413FD53210190E06B69AF0B94D9D69573(_thisAdjusted, ___0_networkBehaviour, ___1_networkManager, method);
|
|
return _returnValue;
|
|
}
|
|
// Unity.Netcode.NetworkBehaviour Unity.Netcode.NetworkBehaviourReference::GetInternal(Unity.Netcode.NetworkBehaviourReference,Unity.Netcode.NetworkManager)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* NetworkBehaviourReference_GetInternal_mDE44FD2DB5A27CEB34DD2C771A1875B8CF06391A (NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 ___0_networkBehaviourRef, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___1_networkManager, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_0 = NULL;
|
|
{
|
|
// if (networkBehaviourRef.m_NetworkBehaviourId == s_NullId)
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 L_0 = ___0_networkBehaviourRef;
|
|
uint16_t L_1 = L_0.___m_NetworkBehaviourId_1;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var);
|
|
uint16_t L_2 = ((NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_StaticFields*)il2cpp_codegen_static_fields_for(NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var))->___s_NullId_2;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE*)NULL;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// if (networkBehaviourRef.m_NetworkObjectReference.TryGet(out NetworkObject networkObject, networkManager))
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* L_3 = (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*)(&(&___0_networkBehaviourRef)->___m_NetworkObjectReference_0);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_4 = ___1_networkManager;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = NetworkObjectReference_TryGet_mE453556358860DCDAE9C847B849D1333D4DF5D28(L_3, (&V_0), L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
// return networkObject.GetNetworkBehaviourAtOrderIndex(networkBehaviourRef.m_NetworkBehaviourId);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_6 = V_0;
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 L_7 = ___0_networkBehaviourRef;
|
|
uint16_t L_8 = L_7.___m_NetworkBehaviourId_1;
|
|
NullCheck(L_6);
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* L_9;
|
|
L_9 = NetworkObject_GetNetworkBehaviourAtOrderIndex_m1DCB1BE63EFFBA7434B1E829832FAD97799F859C(L_6, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// return null;
|
|
return (NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE*)NULL;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkBehaviourReference::Equals(Unity.Netcode.NetworkBehaviourReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkBehaviourReference_Equals_m73314E79481E8398D025DAC6593803056CD14BBE (NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* __this, NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return m_NetworkObjectReference.Equals(other.m_NetworkObjectReference) && m_NetworkBehaviourId == other.m_NetworkBehaviourId;
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* L_0 = (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*)(&__this->___m_NetworkObjectReference_0);
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 L_1 = ___0_other;
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD L_2 = L_1.___m_NetworkObjectReference_0;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = NetworkObjectReference_Equals_m0FCFD7822F676BB4D72B89BD4F7590BC1CC74240(L_0, L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_4 = __this->___m_NetworkBehaviourId_1;
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 L_5 = ___0_other;
|
|
uint16_t L_6 = L_5.___m_NetworkBehaviourId_1;
|
|
return (bool)((((int32_t)L_4) == ((int32_t)L_6))? 1 : 0);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool NetworkBehaviourReference_Equals_m73314E79481E8398D025DAC6593803056CD14BBE_AdjustorThunk (RuntimeObject* __this, NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = NetworkBehaviourReference_Equals_m73314E79481E8398D025DAC6593803056CD14BBE(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkBehaviourReference::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkBehaviourReference_Equals_m94F84076C8375E1CE02E555E2ED3100D7F82FD7B (NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return obj is NetworkBehaviourReference other && Equals(other);
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986*)((NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986*)(NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986*)UnBox(L_1, NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var))));
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 L_2 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = NetworkBehaviourReference_Equals_m73314E79481E8398D025DAC6593803056CD14BBE(__this, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool NetworkBehaviourReference_Equals_m94F84076C8375E1CE02E555E2ED3100D7F82FD7B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = NetworkBehaviourReference_Equals_m94F84076C8375E1CE02E555E2ED3100D7F82FD7B(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 Unity.Netcode.NetworkBehaviourReference::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkBehaviourReference_GetHashCode_m32F4B6E599ADC05F97EF38911250E917B4A3030F (NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (m_NetworkObjectReference.GetHashCode() * 397) ^ m_NetworkBehaviourId.GetHashCode();
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* L_0 = (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*)(&__this->___m_NetworkObjectReference_0);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
int32_t L_1;
|
|
L_1 = NetworkObjectReference_GetHashCode_m2CB7F1EB40809B5906C56F49DBCB94778819EB7A(L_0, NULL);
|
|
uint16_t* L_2 = (uint16_t*)(&__this->___m_NetworkBehaviourId_1);
|
|
int32_t L_3;
|
|
L_3 = UInt16_GetHashCode_m534E5103D0DA9C6FCED4F2F007993D3E38165200(L_2, NULL);
|
|
return ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^L_3));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t NetworkBehaviourReference_GetHashCode_m32F4B6E599ADC05F97EF38911250E917B4A3030F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = NetworkBehaviourReference_GetHashCode_m32F4B6E599ADC05F97EF38911250E917B4A3030F(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Unity.Netcode.NetworkBehaviour Unity.Netcode.NetworkBehaviourReference::op_Implicit(Unity.Netcode.NetworkBehaviourReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* NetworkBehaviourReference_op_Implicit_mCB767974246500D89F4D84395FA5719F3B761A62 (NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 ___0_networkBehaviourRef, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static implicit operator NetworkBehaviour(NetworkBehaviourReference networkBehaviourRef) => GetInternal(networkBehaviourRef);
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 L_0 = ___0_networkBehaviourRef;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var);
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* L_1;
|
|
L_1 = NetworkBehaviourReference_GetInternal_mDE44FD2DB5A27CEB34DD2C771A1875B8CF06391A_inline(L_0, (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468*)NULL, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkBehaviourReference Unity.Netcode.NetworkBehaviourReference::op_Implicit(Unity.Netcode.NetworkBehaviour)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 NetworkBehaviourReference_op_Implicit_mF36F01E7711547EF4551025DBF35F844423ACF17 (NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* ___0_networkBehaviour, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public static implicit operator NetworkBehaviourReference(NetworkBehaviour networkBehaviour) => new NetworkBehaviourReference(networkBehaviour);
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* L_0 = ___0_networkBehaviour;
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
NetworkBehaviourReference__ctor_m1149EDF988C8A80FBEB691CAF08E780A8EE75B84((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkBehaviourReference::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkBehaviourReference__cctor_mBEE79AF3D215D8B0DDE7473D41CAC8EEE26B958F (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private static ushort s_NullId = ushort.MaxValue;
|
|
((NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_StaticFields*)il2cpp_codegen_static_fields_for(NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var))->___s_NullId_2 = (uint16_t)((int32_t)65535);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.UInt64 Unity.Netcode.NetworkObjectReference::get_NetworkObjectId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t NetworkObjectReference_get_NetworkObjectId_m3BB170F986CBB15A17DFB1BDEB310482BE9E867C (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_NetworkObjectId;
|
|
uint64_t L_0 = __this->___m_NetworkObjectId_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint64_t NetworkObjectReference_get_NetworkObjectId_m3BB170F986CBB15A17DFB1BDEB310482BE9E867C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*>(__this + _offset);
|
|
uint64_t _returnValue;
|
|
_returnValue = NetworkObjectReference_get_NetworkObjectId_m3BB170F986CBB15A17DFB1BDEB310482BE9E867C_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void Unity.Netcode.NetworkObjectReference::set_NetworkObjectId(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObjectReference_set_NetworkObjectId_mBC27D7D0D855A2B43F5BD5B54FDD491B4A56C888 (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, uint64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal set => m_NetworkObjectId = value;
|
|
uint64_t L_0 = ___0_value;
|
|
__this->___m_NetworkObjectId_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void NetworkObjectReference_set_NetworkObjectId_mBC27D7D0D855A2B43F5BD5B54FDD491B4A56C888_AdjustorThunk (RuntimeObject* __this, uint64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*>(__this + _offset);
|
|
NetworkObjectReference_set_NetworkObjectId_mBC27D7D0D855A2B43F5BD5B54FDD491B4A56C888_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkObjectReference::.ctor(Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObjectReference__ctor_m00244F6AF3B4D7A3B37BA4A49BB9D4AFBCAD3D25 (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (networkObject == null)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_0 = ___0_networkObject;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// m_NetworkObjectId = s_NullId;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
uint64_t L_2 = ((NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_StaticFields*)il2cpp_codegen_static_fields_for(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var))->___s_NullId_1;
|
|
__this->___m_NetworkObjectId_0 = L_2;
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// if (networkObject.IsSpawned == false)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_3 = ___0_networkObject;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = NetworkObject_get_IsSpawned_mDAF52C8099FE7F21C7AFF36622F74688E9E07CDA_inline(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException($"{nameof(NetworkObjectReference)} can only be created from spawned {nameof(NetworkObject)}s.");
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6ADD3CF3D55D7A6D4C5E7EB7EB60DAD965EA9394)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkObjectReference__ctor_m00244F6AF3B4D7A3B37BA4A49BB9D4AFBCAD3D25_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// m_NetworkObjectId = networkObject.NetworkObjectId;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_6 = ___0_networkObject;
|
|
NullCheck(L_6);
|
|
uint64_t L_7;
|
|
L_7 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_6, NULL);
|
|
__this->___m_NetworkObjectId_0 = L_7;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void NetworkObjectReference__ctor_m00244F6AF3B4D7A3B37BA4A49BB9D4AFBCAD3D25_AdjustorThunk (RuntimeObject* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, const RuntimeMethod* method)
|
|
{
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*>(__this + _offset);
|
|
NetworkObjectReference__ctor_m00244F6AF3B4D7A3B37BA4A49BB9D4AFBCAD3D25(_thisAdjusted, ___0_networkObject, method);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkObjectReference::.ctor(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObjectReference__ctor_m46A14801BBBDFFA2E20070EE999F89717FC167DF (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_gameObject, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_0 = NULL;
|
|
{
|
|
// if (gameObject == null)
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___0_gameObject;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// m_NetworkObjectId = s_NullId;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
uint64_t L_2 = ((NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_StaticFields*)il2cpp_codegen_static_fields_for(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var))->___s_NullId_1;
|
|
__this->___m_NetworkObjectId_0 = L_2;
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// var networkObject = gameObject.GetComponent<NetworkObject>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3 = ___0_gameObject;
|
|
NullCheck(L_3);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_4;
|
|
L_4 = GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E(L_3, GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
V_0 = L_4;
|
|
// if (!networkObject)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_5 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_5, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException($"Cannot create {nameof(NetworkObjectReference)} from {nameof(GameObject)} without a {nameof(NetworkObject)} component.");
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral618D4A4BDBD2E1DF49E28BDBC6F379A930378293)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkObjectReference__ctor_m46A14801BBBDFFA2E20070EE999F89717FC167DF_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// if (networkObject.IsSpawned == false)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
bool L_9;
|
|
L_9 = NetworkObject_get_IsSpawned_mDAF52C8099FE7F21C7AFF36622F74688E9E07CDA_inline(L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException($"{nameof(NetworkObjectReference)} can only be created from spawned {nameof(NetworkObject)}s.");
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_10 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_10);
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6ADD3CF3D55D7A6D4C5E7EB7EB60DAD965EA9394)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkObjectReference__ctor_m46A14801BBBDFFA2E20070EE999F89717FC167DF_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// m_NetworkObjectId = networkObject.NetworkObjectId;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
uint64_t L_12;
|
|
L_12 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_11, NULL);
|
|
__this->___m_NetworkObjectId_0 = L_12;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void NetworkObjectReference__ctor_m46A14801BBBDFFA2E20070EE999F89717FC167DF_AdjustorThunk (RuntimeObject* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_gameObject, const RuntimeMethod* method)
|
|
{
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*>(__this + _offset);
|
|
NetworkObjectReference__ctor_m46A14801BBBDFFA2E20070EE999F89717FC167DF(_thisAdjusted, ___0_gameObject, method);
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkObjectReference::TryGet(Unity.Netcode.NetworkObject&,Unity.Netcode.NetworkManager)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkObjectReference_TryGet_mE453556358860DCDAE9C847B849D1333D4DF5D28 (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366** ___0_networkObject, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___1_networkManager, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// networkObject = Resolve(this, networkManager);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366** L_0 = ___0_networkObject;
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD L_1 = (*(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*)__this);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2 = ___1_networkManager;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_3;
|
|
L_3 = NetworkObjectReference_Resolve_m01F900AFD0A3D6ACEE371AEAE810C9AE5530A6A5_inline(L_1, L_2, NULL);
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)L_3);
|
|
// return networkObject != null;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366** L_4 = ___0_networkObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_5 = *((NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366**)L_4);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool NetworkObjectReference_TryGet_mE453556358860DCDAE9C847B849D1333D4DF5D28_AdjustorThunk (RuntimeObject* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366** ___0_networkObject, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___1_networkManager, const RuntimeMethod* method)
|
|
{
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = NetworkObjectReference_TryGet_mE453556358860DCDAE9C847B849D1333D4DF5D28(_thisAdjusted, ___0_networkObject, ___1_networkManager, method);
|
|
return _returnValue;
|
|
}
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkObjectReference::Resolve(Unity.Netcode.NetworkObjectReference,Unity.Netcode.NetworkManager)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkObjectReference_Resolve_m01F900AFD0A3D6ACEE371AEAE810C9AE5530A6A5 (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD ___0_networkObjectRef, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___1_networkManager, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mF8347FBF2591819915995573E025D8333CDAD592_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_0 = NULL;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* G_B4_0 = NULL;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* G_B3_0 = NULL;
|
|
{
|
|
// if (networkObjectRef.m_NetworkObjectId == s_NullId)
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD L_0 = ___0_networkObjectRef;
|
|
uint64_t L_1 = L_0.___m_NetworkObjectId_0;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
uint64_t L_2 = ((NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_StaticFields*)il2cpp_codegen_static_fields_for(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var))->___s_NullId_1;
|
|
if ((!(((uint64_t)L_1) == ((uint64_t)L_2))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*)NULL;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// networkManager = networkManager ?? NetworkManager.Singleton;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_3 = ___1_networkManager;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_4 = L_3;
|
|
G_B3_0 = L_4;
|
|
if (L_4)
|
|
{
|
|
G_B4_0 = L_4;
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_il2cpp_TypeInfo_var);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_5;
|
|
L_5 = NetworkManager_get_Singleton_m0F86FB1D52C8EDB866101D9CAE0CAA1D7DAE2266_inline(NULL);
|
|
G_B4_0 = L_5;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
___1_networkManager = G_B4_0;
|
|
// networkManager.SpawnManager.SpawnedObjects.TryGetValue(networkObjectRef.m_NetworkObjectId, out NetworkObject networkObject);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_6 = ___1_networkManager;
|
|
NullCheck(L_6);
|
|
NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* L_7;
|
|
L_7 = NetworkManager_get_SpawnManager_mAE49738D7E37718DABC59F9BBF31E985B7D438F8_inline(L_6, NULL);
|
|
NullCheck(L_7);
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_8 = L_7->___SpawnedObjects_1;
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD L_9 = ___0_networkObjectRef;
|
|
uint64_t L_10 = L_9.___m_NetworkObjectId_0;
|
|
NullCheck(L_8);
|
|
bool L_11;
|
|
L_11 = Dictionary_2_TryGetValue_mF8347FBF2591819915995573E025D8333CDAD592(L_8, L_10, (&V_0), Dictionary_2_TryGetValue_mF8347FBF2591819915995573E025D8333CDAD592_RuntimeMethod_var);
|
|
// return networkObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkObjectReference::Equals(Unity.Netcode.NetworkObjectReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkObjectReference_Equals_m0FCFD7822F676BB4D72B89BD4F7590BC1CC74240 (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_NetworkObjectId == other.m_NetworkObjectId;
|
|
uint64_t L_0 = __this->___m_NetworkObjectId_0;
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD L_1 = ___0_other;
|
|
uint64_t L_2 = L_1.___m_NetworkObjectId_0;
|
|
return (bool)((((int64_t)L_0) == ((int64_t)L_2))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool NetworkObjectReference_Equals_m0FCFD7822F676BB4D72B89BD4F7590BC1CC74240_AdjustorThunk (RuntimeObject* __this, NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD ___0_other, const RuntimeMethod* method)
|
|
{
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = NetworkObjectReference_Equals_m0FCFD7822F676BB4D72B89BD4F7590BC1CC74240(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkObjectReference::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkObjectReference_Equals_mB13C1F7008774203A483F79EC45371C7D8990F4F (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return obj is NetworkObjectReference other && Equals(other);
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*)((NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*)(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*)UnBox(L_1, NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var))));
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD L_2 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = NetworkObjectReference_Equals_m0FCFD7822F676BB4D72B89BD4F7590BC1CC74240(__this, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool NetworkObjectReference_Equals_mB13C1F7008774203A483F79EC45371C7D8990F4F_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = NetworkObjectReference_Equals_mB13C1F7008774203A483F79EC45371C7D8990F4F(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 Unity.Netcode.NetworkObjectReference::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkObjectReference_GetHashCode_m2CB7F1EB40809B5906C56F49DBCB94778819EB7A (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_NetworkObjectId.GetHashCode();
|
|
uint64_t* L_0 = (uint64_t*)(&__this->___m_NetworkObjectId_0);
|
|
int32_t L_1;
|
|
L_1 = UInt64_GetHashCode_m65D9FD0102B6B01BF38D986F060F0BDBC29B4F92(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t NetworkObjectReference_GetHashCode_m2CB7F1EB40809B5906C56F49DBCB94778819EB7A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = NetworkObjectReference_GetHashCode_m2CB7F1EB40809B5906C56F49DBCB94778819EB7A(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkObjectReference::op_Implicit(Unity.Netcode.NetworkObjectReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkObjectReference_op_Implicit_m0FAE57F167724BF773D2D1B5D67957A8A7F1C7EA (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD ___0_networkObjectRef, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static implicit operator NetworkObject(NetworkObjectReference networkObjectRef) => Resolve(networkObjectRef);
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD L_0 = ___0_networkObjectRef;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_1;
|
|
L_1 = NetworkObjectReference_Resolve_m01F900AFD0A3D6ACEE371AEAE810C9AE5530A6A5_inline(L_0, (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468*)NULL, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkObjectReference Unity.Netcode.NetworkObjectReference::op_Implicit(Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD NetworkObjectReference_op_Implicit_mF07D0AA59EF40487C93090B16114582C0FED4069 (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public static implicit operator NetworkObjectReference(NetworkObject networkObject) => new NetworkObjectReference(networkObject);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_0 = ___0_networkObject;
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
NetworkObjectReference__ctor_m00244F6AF3B4D7A3B37BA4A49BB9D4AFBCAD3D25((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.GameObject Unity.Netcode.NetworkObjectReference::op_Implicit(Unity.Netcode.NetworkObjectReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* NetworkObjectReference_op_Implicit_mA6CEF0E599E996966645A58EE35C27322AAABA59 (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD ___0_networkObjectRef, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_0 = NULL;
|
|
{
|
|
// var networkObject = Resolve(networkObjectRef);
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD L_0 = ___0_networkObjectRef;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_1;
|
|
L_1 = NetworkObjectReference_Resolve_m01F900AFD0A3D6ACEE371AEAE810C9AE5530A6A5_inline(L_0, (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468*)NULL, NULL);
|
|
V_0 = L_1;
|
|
// if (networkObject != null)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_2 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// return networkObject.gameObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkObjectReference Unity.Netcode.NetworkObjectReference::op_Implicit(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD NetworkObjectReference_op_Implicit_m66F46B893355F701ABA9AE3D7BC0A098918935AE (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_gameObject, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public static implicit operator NetworkObjectReference(GameObject gameObject) => new NetworkObjectReference(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___0_gameObject;
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
NetworkObjectReference__ctor_m46A14801BBBDFFA2E20070EE999F89717FC167DF((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkObjectReference::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkObjectReference__cctor_m075A4347EDD5EF35F3DEFFA6CCEEAA8E03E080DD (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private static ulong s_NullId = ulong.MaxValue;
|
|
((NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_StaticFields*)il2cpp_codegen_static_fields_for(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var))->___s_NullId_1 = ((int64_t)(-1));
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String Unity.Netcode.NetworkPrefabHandler::PrefabDebugHelper(Unity.Netcode.NetworkPrefab)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkPrefabHandler_PrefabDebugHelper_m435D3D6BD7CC9B9DE4683D76FA7BA3F190558BD5 (NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* ___0_networkPrefab, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4521698695D7C1CCE8E23AE007B2B3A44E65B83C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// internal static string PrefabDebugHelper(NetworkPrefab networkPrefab) => $"{nameof(NetworkPrefab)} \"{networkPrefab.Prefab.name}\"";
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_0 = ___0_networkPrefab;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1 = L_0->___Prefab_1;
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_1, NULL);
|
|
String_t* L_3;
|
|
L_3 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral4521698695D7C1CCE8E23AE007B2B3A44E65B83C, L_2, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkPrefabHandler::AddHandler(UnityEngine.GameObject,Unity.Netcode.INetworkPrefabInstanceHandler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabHandler_AddHandler_m396BCB0022DB791EE65E3A8F8E953EC95B547E2A (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_networkPrefabAsset, RuntimeObject* ___1_instanceHandler, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return AddHandler(networkPrefabAsset.GetComponent<NetworkObject>().GlobalObjectIdHash, instanceHandler);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___0_networkPrefabAsset;
|
|
NullCheck(L_0);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_1;
|
|
L_1 = GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E(L_0, GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
uint32_t L_2 = L_1->___GlobalObjectIdHash_4;
|
|
RuntimeObject* L_3 = ___1_instanceHandler;
|
|
bool L_4;
|
|
L_4 = NetworkPrefabHandler_AddHandler_mF9D9760A2CA1B4DBD439775F18F15754A4FA1869(__this, L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkPrefabHandler::AddHandler(Unity.Netcode.NetworkObject,Unity.Netcode.INetworkPrefabInstanceHandler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabHandler_AddHandler_mC5B62148C744DFD0F35B1A00E978670CFFF808B6 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_prefabAssetNetworkObject, RuntimeObject* ___1_instanceHandler, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return AddHandler(prefabAssetNetworkObject.GlobalObjectIdHash, instanceHandler);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_0 = ___0_prefabAssetNetworkObject;
|
|
NullCheck(L_0);
|
|
uint32_t L_1 = L_0->___GlobalObjectIdHash_4;
|
|
RuntimeObject* L_2 = ___1_instanceHandler;
|
|
bool L_3;
|
|
L_3 = NetworkPrefabHandler_AddHandler_mF9D9760A2CA1B4DBD439775F18F15754A4FA1869(__this, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkPrefabHandler::AddHandler(System.UInt32,Unity.Netcode.INetworkPrefabInstanceHandler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabHandler_AddHandler_mF9D9760A2CA1B4DBD439775F18F15754A4FA1869 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, uint32_t ___0_globalObjectIdHash, RuntimeObject* ___1_instanceHandler, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mB2C569C740954AC5A1AA2F97B9E81713067C9B8D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m8C93607CDA946D0487D5DEC76B530A3A37D35FAA_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!m_PrefabAssetToPrefabHandler.ContainsKey(globalObjectIdHash))
|
|
Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* L_0 = __this->___m_PrefabAssetToPrefabHandler_1;
|
|
uint32_t L_1 = ___0_globalObjectIdHash;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_m8C93607CDA946D0487D5DEC76B530A3A37D35FAA(L_0, L_1, Dictionary_2_ContainsKey_m8C93607CDA946D0487D5DEC76B530A3A37D35FAA_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// m_PrefabAssetToPrefabHandler.Add(globalObjectIdHash, instanceHandler);
|
|
Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* L_3 = __this->___m_PrefabAssetToPrefabHandler_1;
|
|
uint32_t L_4 = ___0_globalObjectIdHash;
|
|
RuntimeObject* L_5 = ___1_instanceHandler;
|
|
NullCheck(L_3);
|
|
Dictionary_2_Add_mB2C569C740954AC5A1AA2F97B9E81713067C9B8D(L_3, L_4, L_5, Dictionary_2_Add_mB2C569C740954AC5A1AA2F97B9E81713067C9B8D_RuntimeMethod_var);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkPrefabHandler::RegisterHostGlobalObjectIdHashValues(UnityEngine.GameObject,System.Collections.Generic.List`1<UnityEngine.GameObject>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkPrefabHandler_RegisterHostGlobalObjectIdHashValues_mA3358B235E99C8DCFA11EB3756BA09CE2F3ACFB5 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_sourceNetworkPrefab, List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* ___1_networkPrefabOverrides, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mC2139B7218E341AD6993DF6F9A9A0C8EB43144AC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m27FB6CDBBFA54394DF3D46FC96B239C50859896C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m07D362A07C19B36C2FD1B4DC79DD99903D4DA95D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m96F4B0BD0A5485C8E8CC57D961DF6F1FA256AF27_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m7236EBE1CFCB6533F96E030500D322B13D0CA5A4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_TryGetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m45C131F49E7A9F2F791D82FC5C3E7F181573E794_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mA843D26C63E5963415DFCA6E49DFA27AFD9C75E8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B51118E481DAD52C82DF8B4D02F036A67F0C2A9);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_0 = NULL;
|
|
uint32_t V_1 = 0;
|
|
Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_3 = NULL;
|
|
{
|
|
// if (NetworkManager.Singleton.IsListening)
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_il2cpp_TypeInfo_var);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0;
|
|
L_0 = NetworkManager_get_Singleton_m0F86FB1D52C8EDB866101D9CAE0CAA1D7DAE2266_inline(NULL);
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = NetworkManager_get_IsListening_m6E683AF8D3D2D2716957B42C8CD8CD47EC3D688C(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
// if (NetworkManager.Singleton.IsHost)
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_il2cpp_TypeInfo_var);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2;
|
|
L_2 = NetworkManager_get_Singleton_m0F86FB1D52C8EDB866101D9CAE0CAA1D7DAE2266_inline(NULL);
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = NetworkManager_get_IsHost_mC1156B68C1D97048027559F64FB5C3413F16C124(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
{
|
|
// var sourceNetworkObject = sourceNetworkPrefab.GetComponent<NetworkObject>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = ___0_sourceNetworkPrefab;
|
|
NullCheck(L_4);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_5;
|
|
L_5 = GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E(L_4, GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
V_0 = L_5;
|
|
// if (sourceNetworkPrefab != null)
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = ___0_sourceNetworkPrefab;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_6, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_00be;
|
|
}
|
|
}
|
|
{
|
|
// var sourceGlobalObjectIdHash = sourceNetworkObject.GlobalObjectIdHash;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
uint32_t L_9 = L_8->___GlobalObjectIdHash_4;
|
|
V_1 = L_9;
|
|
// foreach (var gameObject in networkPrefabOverrides)
|
|
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* L_10 = ___1_networkPrefabOverrides;
|
|
NullCheck(L_10);
|
|
Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60 L_11;
|
|
L_11 = List_1_GetEnumerator_mA843D26C63E5963415DFCA6E49DFA27AFD9C75E8(L_10, List_1_GetEnumerator_mA843D26C63E5963415DFCA6E49DFA27AFD9C75E8_RuntimeMethod_var);
|
|
V_2 = L_11;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00b0:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m07D362A07C19B36C2FD1B4DC79DD99903D4DA95D((&V_2), Enumerator_Dispose_m07D362A07C19B36C2FD1B4DC79DD99903D4DA95D_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00a5_1;
|
|
}
|
|
|
|
IL_0041_1:
|
|
{
|
|
// foreach (var gameObject in networkPrefabOverrides)
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_12;
|
|
L_12 = Enumerator_get_Current_m7236EBE1CFCB6533F96E030500D322B13D0CA5A4_inline((&V_2), Enumerator_get_Current_m7236EBE1CFCB6533F96E030500D322B13D0CA5A4_RuntimeMethod_var);
|
|
// if (gameObject.TryGetComponent<NetworkObject>(out var targetNetworkObject))
|
|
NullCheck(L_12);
|
|
bool L_13;
|
|
L_13 = GameObject_TryGetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m45C131F49E7A9F2F791D82FC5C3E7F181573E794(L_12, (&V_3), GameObject_TryGetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m45C131F49E7A9F2F791D82FC5C3E7F181573E794_RuntimeMethod_var);
|
|
if (!L_13)
|
|
{
|
|
goto IL_008f_1;
|
|
}
|
|
}
|
|
{
|
|
// if (!m_PrefabInstanceToPrefabAsset.ContainsKey(targetNetworkObject.GlobalObjectIdHash))
|
|
Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* L_14 = __this->___m_PrefabInstanceToPrefabAsset_2;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_15 = V_3;
|
|
NullCheck(L_15);
|
|
uint32_t L_16 = L_15->___GlobalObjectIdHash_4;
|
|
NullCheck(L_14);
|
|
bool L_17;
|
|
L_17 = Dictionary_2_ContainsKey_m27FB6CDBBFA54394DF3D46FC96B239C50859896C(L_14, L_16, Dictionary_2_ContainsKey_m27FB6CDBBFA54394DF3D46FC96B239C50859896C_RuntimeMethod_var);
|
|
if (L_17)
|
|
{
|
|
goto IL_0078_1;
|
|
}
|
|
}
|
|
{
|
|
// m_PrefabInstanceToPrefabAsset.Add(targetNetworkObject.GlobalObjectIdHash, sourceGlobalObjectIdHash);
|
|
Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* L_18 = __this->___m_PrefabInstanceToPrefabAsset_2;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_19 = V_3;
|
|
NullCheck(L_19);
|
|
uint32_t L_20 = L_19->___GlobalObjectIdHash_4;
|
|
uint32_t L_21 = V_1;
|
|
NullCheck(L_18);
|
|
Dictionary_2_Add_mC2139B7218E341AD6993DF6F9A9A0C8EB43144AC(L_18, L_20, L_21, Dictionary_2_Add_mC2139B7218E341AD6993DF6F9A9A0C8EB43144AC_RuntimeMethod_var);
|
|
goto IL_00a5_1;
|
|
}
|
|
|
|
IL_0078_1:
|
|
{
|
|
// Debug.LogWarning($"{targetNetworkObject.name} appears to be a duplicate entry!");
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_22 = V_3;
|
|
NullCheck(L_22);
|
|
String_t* L_23;
|
|
L_23 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_22, NULL);
|
|
String_t* L_24;
|
|
L_24 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_23, _stringLiteral3B51118E481DAD52C82DF8B4D02F036A67F0C2A9, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_24, NULL);
|
|
goto IL_00a5_1;
|
|
}
|
|
|
|
IL_008f_1:
|
|
{
|
|
// throw new Exception($"{targetNetworkObject.name} does not have a {nameof(NetworkObject)} component!");
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_25 = V_3;
|
|
NullCheck(L_25);
|
|
String_t* L_26;
|
|
L_26 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_25, NULL);
|
|
String_t* L_27;
|
|
L_27 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB220A7A551E44071D059C9126F13F7EA0BB3F947)), NULL);
|
|
Exception_t* L_28 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_28);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_28, L_27, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkPrefabHandler_RegisterHostGlobalObjectIdHashValues_mA3358B235E99C8DCFA11EB3756BA09CE2F3ACFB5_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00a5_1:
|
|
{
|
|
// foreach (var gameObject in networkPrefabOverrides)
|
|
bool L_29;
|
|
L_29 = Enumerator_MoveNext_m96F4B0BD0A5485C8E8CC57D961DF6F1FA256AF27((&V_2), Enumerator_MoveNext_m96F4B0BD0A5485C8E8CC57D961DF6F1FA256AF27_RuntimeMethod_var);
|
|
if (L_29)
|
|
{
|
|
goto IL_0041_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
// throw new Exception($"{sourceNetworkPrefab.name} does not have a {nameof(NetworkObject)} component!");
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_30 = ___0_sourceNetworkPrefab;
|
|
NullCheck(L_30);
|
|
String_t* L_31;
|
|
L_31 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_30, NULL);
|
|
String_t* L_32;
|
|
L_32 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB220A7A551E44071D059C9126F13F7EA0BB3F947)), NULL);
|
|
Exception_t* L_33 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_33);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_33, L_32, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkPrefabHandler_RegisterHostGlobalObjectIdHashValues_mA3358B235E99C8DCFA11EB3756BA09CE2F3ACFB5_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
// throw new Exception($"You should only call {nameof(RegisterHostGlobalObjectIdHashValues)} as a Host!");
|
|
Exception_t* L_34 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_34);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_34, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5246A2C602CDEE53F99D5D033408725719DCEE0E)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkPrefabHandler_RegisterHostGlobalObjectIdHashValues_mA3358B235E99C8DCFA11EB3756BA09CE2F3ACFB5_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
// throw new Exception($"You can only call {nameof(RegisterHostGlobalObjectIdHashValues)} once NetworkManager is listening!");
|
|
Exception_t* L_35 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_35);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_35, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral50DB573F22462419308A2C21680E53A07B2F9118)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkPrefabHandler_RegisterHostGlobalObjectIdHashValues_mA3358B235E99C8DCFA11EB3756BA09CE2F3ACFB5_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkPrefabHandler::RemoveHandler(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabHandler_RemoveHandler_m32284A9E19C5547593E1014B621FDEA188EA968B (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_networkPrefabAsset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return RemoveHandler(networkPrefabAsset.GetComponent<NetworkObject>().GlobalObjectIdHash);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___0_networkPrefabAsset;
|
|
NullCheck(L_0);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_1;
|
|
L_1 = GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E(L_0, GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
uint32_t L_2 = L_1->___GlobalObjectIdHash_4;
|
|
bool L_3;
|
|
L_3 = NetworkPrefabHandler_RemoveHandler_m09CFDAC817203610A04EC8E614C92B25E6908603(__this, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkPrefabHandler::RemoveHandler(Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabHandler_RemoveHandler_m2CDCE6A3C01D2868D82375608E69392FC622BD5F (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return RemoveHandler(networkObject.GlobalObjectIdHash);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_0 = ___0_networkObject;
|
|
NullCheck(L_0);
|
|
uint32_t L_1 = L_0->___GlobalObjectIdHash_4;
|
|
bool L_2;
|
|
L_2 = NetworkPrefabHandler_RemoveHandler_m09CFDAC817203610A04EC8E614C92B25E6908603(__this, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkPrefabHandler::RemoveHandler(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabHandler_RemoveHandler_m09CFDAC817203610A04EC8E614C92B25E6908603 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, uint32_t ___0_globalObjectIdHash, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsValue_m3DC4CF60CC2CF11ABC2B2CE63EFE14D8B4D9BEDF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mAA581745688513F9E9E946CD53485763871F8013_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m31870CCC5C6D0D321DDEE5ED9A359CBCA1ED3884_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m53D58F5769DE0C78878DE3FC06C993FBDD78FE67_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m10BF4464B5B217FE3A91D5F4253E942EA5E68652_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mDA945F8B2AE1CD87919B57CB7705D5053C81D5FE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD2B74B372903C313C0182165C9F73C519E106151_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m3184CB53F86778A01E4FAD2743D2249EFBC91D6F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m9211EE294464EC9D0383B18FBED2C316E5B4F624_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
Enumerator_t0A16057CBD5D80336A2695C2B05F5E13A07F68A3 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
KeyValuePair_2_t5EE249ADC2FC7C38972080E5425B78D0667C19AE V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// if (m_PrefabInstanceToPrefabAsset.ContainsValue(globalObjectIdHash))
|
|
Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* L_0 = __this->___m_PrefabInstanceToPrefabAsset_2;
|
|
uint32_t L_1 = ___0_globalObjectIdHash;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsValue_m3DC4CF60CC2CF11ABC2B2CE63EFE14D8B4D9BEDF(L_0, L_1, Dictionary_2_ContainsValue_m3DC4CF60CC2CF11ABC2B2CE63EFE14D8B4D9BEDF_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
// uint networkPrefabHashKey = 0;
|
|
V_0 = 0;
|
|
// foreach (var kvp in m_PrefabInstanceToPrefabAsset)
|
|
Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* L_3 = __this->___m_PrefabInstanceToPrefabAsset_2;
|
|
NullCheck(L_3);
|
|
Enumerator_t0A16057CBD5D80336A2695C2B05F5E13A07F68A3 L_4;
|
|
L_4 = Dictionary_2_GetEnumerator_mAA581745688513F9E9E946CD53485763871F8013(L_3, Dictionary_2_GetEnumerator_mAA581745688513F9E9E946CD53485763871F8013_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0045:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m10BF4464B5B217FE3A91D5F4253E942EA5E68652((&V_1), Enumerator_Dispose_m10BF4464B5B217FE3A91D5F4253E942EA5E68652_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_003a_1;
|
|
}
|
|
|
|
IL_001e_1:
|
|
{
|
|
// foreach (var kvp in m_PrefabInstanceToPrefabAsset)
|
|
KeyValuePair_2_t5EE249ADC2FC7C38972080E5425B78D0667C19AE L_5;
|
|
L_5 = Enumerator_get_Current_mD2B74B372903C313C0182165C9F73C519E106151_inline((&V_1), Enumerator_get_Current_mD2B74B372903C313C0182165C9F73C519E106151_RuntimeMethod_var);
|
|
V_2 = L_5;
|
|
// if (kvp.Value == globalObjectIdHash)
|
|
uint32_t L_6;
|
|
L_6 = KeyValuePair_2_get_Value_m9211EE294464EC9D0383B18FBED2C316E5B4F624_inline((&V_2), KeyValuePair_2_get_Value_m9211EE294464EC9D0383B18FBED2C316E5B4F624_RuntimeMethod_var);
|
|
uint32_t L_7 = ___0_globalObjectIdHash;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
|
|
{
|
|
goto IL_003a_1;
|
|
}
|
|
}
|
|
{
|
|
// networkPrefabHashKey = kvp.Key;
|
|
uint32_t L_8;
|
|
L_8 = KeyValuePair_2_get_Key_m3184CB53F86778A01E4FAD2743D2249EFBC91D6F_inline((&V_2), KeyValuePair_2_get_Key_m3184CB53F86778A01E4FAD2743D2249EFBC91D6F_RuntimeMethod_var);
|
|
V_0 = L_8;
|
|
// break;
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_003a_1:
|
|
{
|
|
// foreach (var kvp in m_PrefabInstanceToPrefabAsset)
|
|
bool L_9;
|
|
L_9 = Enumerator_MoveNext_mDA945F8B2AE1CD87919B57CB7705D5053C81D5FE((&V_1), Enumerator_MoveNext_mDA945F8B2AE1CD87919B57CB7705D5053C81D5FE_RuntimeMethod_var);
|
|
if (L_9)
|
|
{
|
|
goto IL_001e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// m_PrefabInstanceToPrefabAsset.Remove(networkPrefabHashKey);
|
|
Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* L_10 = __this->___m_PrefabInstanceToPrefabAsset_2;
|
|
uint32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
bool L_12;
|
|
L_12 = Dictionary_2_Remove_m31870CCC5C6D0D321DDEE5ED9A359CBCA1ED3884(L_10, L_11, Dictionary_2_Remove_m31870CCC5C6D0D321DDEE5ED9A359CBCA1ED3884_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
// return m_PrefabAssetToPrefabHandler.Remove(globalObjectIdHash);
|
|
Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* L_13 = __this->___m_PrefabAssetToPrefabHandler_1;
|
|
uint32_t L_14 = ___0_globalObjectIdHash;
|
|
NullCheck(L_13);
|
|
bool L_15;
|
|
L_15 = Dictionary_2_Remove_m53D58F5769DE0C78878DE3FC06C993FBDD78FE67(L_13, L_14, Dictionary_2_Remove_m53D58F5769DE0C78878DE3FC06C993FBDD78FE67_RuntimeMethod_var);
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkPrefabHandler::ContainsHandler(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabHandler_ContainsHandler_mCF9762E9A494701DB7BDB396EB77B044BBAF07CF (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_networkPrefab, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// internal bool ContainsHandler(GameObject networkPrefab) => ContainsHandler(networkPrefab.GetComponent<NetworkObject>().GlobalObjectIdHash);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___0_networkPrefab;
|
|
NullCheck(L_0);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_1;
|
|
L_1 = GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E(L_0, GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
uint32_t L_2 = L_1->___GlobalObjectIdHash_4;
|
|
bool L_3;
|
|
L_3 = NetworkPrefabHandler_ContainsHandler_m9D5493F0169DCCC5F0C740ED113B065E0E654BA7(__this, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkPrefabHandler::ContainsHandler(Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabHandler_ContainsHandler_m26F17B6F2868B8273FE5593F5A05FC1022906C37 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal bool ContainsHandler(NetworkObject networkObject) => ContainsHandler(networkObject.GlobalObjectIdHash);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_0 = ___0_networkObject;
|
|
NullCheck(L_0);
|
|
uint32_t L_1 = L_0->___GlobalObjectIdHash_4;
|
|
bool L_2;
|
|
L_2 = NetworkPrefabHandler_ContainsHandler_m9D5493F0169DCCC5F0C740ED113B065E0E654BA7(__this, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkPrefabHandler::ContainsHandler(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkPrefabHandler_ContainsHandler_m9D5493F0169DCCC5F0C740ED113B065E0E654BA7 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, uint32_t ___0_networkPrefabHash, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m27FB6CDBBFA54394DF3D46FC96B239C50859896C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m8C93607CDA946D0487D5DEC76B530A3A37D35FAA_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// internal bool ContainsHandler(uint networkPrefabHash) => m_PrefabAssetToPrefabHandler.ContainsKey(networkPrefabHash) || m_PrefabInstanceToPrefabAsset.ContainsKey(networkPrefabHash);
|
|
Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* L_0 = __this->___m_PrefabAssetToPrefabHandler_1;
|
|
uint32_t L_1 = ___0_networkPrefabHash;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_m8C93607CDA946D0487D5DEC76B530A3A37D35FAA(L_0, L_1, Dictionary_2_ContainsKey_m8C93607CDA946D0487D5DEC76B530A3A37D35FAA_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* L_3 = __this->___m_PrefabInstanceToPrefabAsset_2;
|
|
uint32_t L_4 = ___0_networkPrefabHash;
|
|
NullCheck(L_3);
|
|
bool L_5;
|
|
L_5 = Dictionary_2_ContainsKey_m27FB6CDBBFA54394DF3D46FC96B239C50859896C(L_3, L_4, Dictionary_2_ContainsKey_m27FB6CDBBFA54394DF3D46FC96B239C50859896C_RuntimeMethod_var);
|
|
return L_5;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.UInt32 Unity.Netcode.NetworkPrefabHandler::GetSourceGlobalObjectIdHash(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NetworkPrefabHandler_GetSourceGlobalObjectIdHash_m435190D7C3CCE38D53C5D7E9DA159A77C9B6EC46 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, uint32_t ___0_networkPrefabHash, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m8C93607CDA946D0487D5DEC76B530A3A37D35FAA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m8955297C80F95892F3BBC32BCF327CA3CF22B4A7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
{
|
|
// if (m_PrefabAssetToPrefabHandler.ContainsKey(networkPrefabHash))
|
|
Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* L_0 = __this->___m_PrefabAssetToPrefabHandler_1;
|
|
uint32_t L_1 = ___0_networkPrefabHash;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_m8C93607CDA946D0487D5DEC76B530A3A37D35FAA(L_0, L_1, Dictionary_2_ContainsKey_m8C93607CDA946D0487D5DEC76B530A3A37D35FAA_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// return networkPrefabHash;
|
|
uint32_t L_3 = ___0_networkPrefabHash;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (m_PrefabInstanceToPrefabAsset.TryGetValue(networkPrefabHash, out var hash))
|
|
Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* L_4 = __this->___m_PrefabInstanceToPrefabAsset_2;
|
|
uint32_t L_5 = ___0_networkPrefabHash;
|
|
NullCheck(L_4);
|
|
bool L_6;
|
|
L_6 = Dictionary_2_TryGetValue_m8955297C80F95892F3BBC32BCF327CA3CF22B4A7(L_4, L_5, (&V_0), Dictionary_2_TryGetValue_m8955297C80F95892F3BBC32BCF327CA3CF22B4A7_RuntimeMethod_var);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// return hash;
|
|
uint32_t L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkPrefabHandler::HandleNetworkPrefabSpawn(System.UInt32,System.UInt64,UnityEngine.Vector3,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkPrefabHandler_HandleNetworkPrefabSpawn_m728D955041DE033687E5098561A8A2068FAFF5B3 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, uint32_t ___0_networkPrefabAssetHash, uint64_t ___1_ownerClientId, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_position, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___3_rotation, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mC2139B7218E341AD6993DF6F9A9A0C8EB43144AC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m27FB6CDBBFA54394DF3D46FC96B239C50859896C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mB85EE81DA8B0108503FAF30D2E6AA4A99C661552_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INetworkPrefabInstanceHandler_t8AC145AADB6E8F198135AAEB2884886C7A8CE67E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_1 = NULL;
|
|
{
|
|
// if (m_PrefabAssetToPrefabHandler.TryGetValue(networkPrefabAssetHash, out var prefabInstanceHandler))
|
|
Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* L_0 = __this->___m_PrefabAssetToPrefabHandler_1;
|
|
uint32_t L_1 = ___0_networkPrefabAssetHash;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_TryGetValue_mB85EE81DA8B0108503FAF30D2E6AA4A99C661552(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_mB85EE81DA8B0108503FAF30D2E6AA4A99C661552_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
// var networkObjectInstance = prefabInstanceHandler.Instantiate(ownerClientId, position, rotation);
|
|
RuntimeObject* L_3 = V_0;
|
|
uint64_t L_4 = ___1_ownerClientId;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = ___2_position;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_6 = ___3_rotation;
|
|
NullCheck(L_3);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_7;
|
|
L_7 = InterfaceFuncInvoker3< NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*, uint64_t, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 >::Invoke(0 /* Unity.Netcode.NetworkObject Unity.Netcode.INetworkPrefabInstanceHandler::Instantiate(System.UInt64,UnityEngine.Vector3,UnityEngine.Quaternion) */, INetworkPrefabInstanceHandler_t8AC145AADB6E8F198135AAEB2884886C7A8CE67E_il2cpp_TypeInfo_var, L_3, L_4, L_5, L_6);
|
|
V_1 = L_7;
|
|
// if (networkObjectInstance != null && !m_PrefabInstanceToPrefabAsset.ContainsKey(networkObjectInstance.GlobalObjectIdHash))
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_8 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_8, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* L_10 = __this->___m_PrefabInstanceToPrefabAsset_2;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
uint32_t L_12 = L_11->___GlobalObjectIdHash_4;
|
|
NullCheck(L_10);
|
|
bool L_13;
|
|
L_13 = Dictionary_2_ContainsKey_m27FB6CDBBFA54394DF3D46FC96B239C50859896C(L_10, L_12, Dictionary_2_ContainsKey_m27FB6CDBBFA54394DF3D46FC96B239C50859896C_RuntimeMethod_var);
|
|
if (L_13)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// m_PrefabInstanceToPrefabAsset.Add(networkObjectInstance.GlobalObjectIdHash, networkPrefabAssetHash);
|
|
Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* L_14 = __this->___m_PrefabInstanceToPrefabAsset_2;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
uint32_t L_16 = L_15->___GlobalObjectIdHash_4;
|
|
uint32_t L_17 = ___0_networkPrefabAssetHash;
|
|
NullCheck(L_14);
|
|
Dictionary_2_Add_mC2139B7218E341AD6993DF6F9A9A0C8EB43144AC(L_14, L_16, L_17, Dictionary_2_Add_mC2139B7218E341AD6993DF6F9A9A0C8EB43144AC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// return networkObjectInstance;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_18 = V_1;
|
|
return L_18;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// return null;
|
|
return (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*)NULL;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkPrefabHandler::HandleNetworkPrefabDestroy(Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkPrefabHandler_HandleNetworkPrefabDestroy_m6E6BC7B17A817594165FC6D843A1341FA86E31C9 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObjectInstance, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m8955297C80F95892F3BBC32BCF327CA3CF22B4A7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mB85EE81DA8B0108503FAF30D2E6AA4A99C661552_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INetworkPrefabInstanceHandler_t8AC145AADB6E8F198135AAEB2884886C7A8CE67E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
RuntimeObject* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
{
|
|
// var networkObjectInstanceHash = networkObjectInstance.GlobalObjectIdHash;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_0 = ___0_networkObjectInstance;
|
|
NullCheck(L_0);
|
|
uint32_t L_1 = L_0->___GlobalObjectIdHash_4;
|
|
V_0 = L_1;
|
|
// if (m_PrefabInstanceToPrefabAsset.TryGetValue(networkObjectInstanceHash, out var networkPrefabAssetHash))
|
|
Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* L_2 = __this->___m_PrefabInstanceToPrefabAsset_2;
|
|
uint32_t L_3 = V_0;
|
|
NullCheck(L_2);
|
|
bool L_4;
|
|
L_4 = Dictionary_2_TryGetValue_m8955297C80F95892F3BBC32BCF327CA3CF22B4A7(L_2, L_3, (&V_1), Dictionary_2_TryGetValue_m8955297C80F95892F3BBC32BCF327CA3CF22B4A7_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// if (m_PrefabAssetToPrefabHandler.TryGetValue(networkPrefabAssetHash, out var prefabInstanceHandler))
|
|
Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* L_5 = __this->___m_PrefabAssetToPrefabHandler_1;
|
|
uint32_t L_6 = V_1;
|
|
NullCheck(L_5);
|
|
bool L_7;
|
|
L_7 = Dictionary_2_TryGetValue_mB85EE81DA8B0108503FAF30D2E6AA4A99C661552(L_5, L_6, (&V_2), Dictionary_2_TryGetValue_mB85EE81DA8B0108503FAF30D2E6AA4A99C661552_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// prefabInstanceHandler.Destroy(networkObjectInstance);
|
|
RuntimeObject* L_8 = V_2;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_9 = ___0_networkObjectInstance;
|
|
NullCheck(L_8);
|
|
InterfaceActionInvoker1< NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* >::Invoke(1 /* System.Void Unity.Netcode.INetworkPrefabInstanceHandler::Destroy(Unity.Netcode.NetworkObject) */, INetworkPrefabInstanceHandler_t8AC145AADB6E8F198135AAEB2884886C7A8CE67E_il2cpp_TypeInfo_var, L_8, L_9);
|
|
return;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// if (m_PrefabAssetToPrefabHandler.TryGetValue(networkObjectInstanceHash, out var prefabInstanceHandler))
|
|
Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* L_10 = __this->___m_PrefabAssetToPrefabHandler_1;
|
|
uint32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
bool L_12;
|
|
L_12 = Dictionary_2_TryGetValue_mB85EE81DA8B0108503FAF30D2E6AA4A99C661552(L_10, L_11, (&V_3), Dictionary_2_TryGetValue_mB85EE81DA8B0108503FAF30D2E6AA4A99C661552_RuntimeMethod_var);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// prefabInstanceHandler.Destroy(networkObjectInstance);
|
|
RuntimeObject* L_13 = V_3;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_14 = ___0_networkObjectInstance;
|
|
NullCheck(L_13);
|
|
InterfaceActionInvoker1< NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* >::Invoke(1 /* System.Void Unity.Netcode.INetworkPrefabInstanceHandler::Destroy(Unity.Netcode.NetworkObject) */, INetworkPrefabInstanceHandler_t8AC145AADB6E8F198135AAEB2884886C7A8CE67E_il2cpp_TypeInfo_var, L_13, L_14);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GameObject Unity.Netcode.NetworkPrefabHandler::GetNetworkPrefabOverride(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* NetworkPrefabHandler_GetNetworkPrefabOverride_mB23D602FBBFD38E9B1C6D3F9E7179E4BBF6D8A14 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_gameObject, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mD1668BB3E6FA4CBB2547D12287D0AF383244F273_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m2FA94B5501DF81888AEA1D9399DDFF2357224020_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_TryGetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m45C131F49E7A9F2F791D82FC5C3E7F181573E794_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (gameObject.TryGetComponent<NetworkObject>(out var networkObject))
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___0_gameObject;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = GameObject_TryGetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m45C131F49E7A9F2F791D82FC5C3E7F181573E794(L_0, (&V_0), GameObject_TryGetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m45C131F49E7A9F2F791D82FC5C3E7F181573E794_RuntimeMethod_var);
|
|
if (!L_1)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
// if (m_NetworkManager.NetworkConfig.Prefabs.NetworkPrefabOverrideLinks.ContainsKey(networkObject.GlobalObjectIdHash))
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2 = __this->___m_NetworkManager_0;
|
|
NullCheck(L_2);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_3 = L_2->___NetworkConfig_10;
|
|
NullCheck(L_3);
|
|
NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* L_4 = L_3->___Prefabs_3;
|
|
NullCheck(L_4);
|
|
Dictionary_2_t7E3F7ADC88D549FC0444CEF23D9116E9E7B8F861* L_5 = L_4->___NetworkPrefabOverrideLinks_1;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
uint32_t L_7 = L_6->___GlobalObjectIdHash_4;
|
|
NullCheck(L_5);
|
|
bool L_8;
|
|
L_8 = Dictionary_2_ContainsKey_mD1668BB3E6FA4CBB2547D12287D0AF383244F273(L_5, L_7, Dictionary_2_ContainsKey_mD1668BB3E6FA4CBB2547D12287D0AF383244F273_RuntimeMethod_var);
|
|
if (!L_8)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
// switch (m_NetworkManager.NetworkConfig.Prefabs.NetworkPrefabOverrideLinks[networkObject.GlobalObjectIdHash].Override)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_9 = __this->___m_NetworkManager_0;
|
|
NullCheck(L_9);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_10 = L_9->___NetworkConfig_10;
|
|
NullCheck(L_10);
|
|
NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* L_11 = L_10->___Prefabs_3;
|
|
NullCheck(L_11);
|
|
Dictionary_2_t7E3F7ADC88D549FC0444CEF23D9116E9E7B8F861* L_12 = L_11->___NetworkPrefabOverrideLinks_1;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
uint32_t L_14 = L_13->___GlobalObjectIdHash_4;
|
|
NullCheck(L_12);
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_15;
|
|
L_15 = Dictionary_2_get_Item_m2FA94B5501DF81888AEA1D9399DDFF2357224020(L_12, L_14, Dictionary_2_get_Item_m2FA94B5501DF81888AEA1D9399DDFF2357224020_RuntimeMethod_var);
|
|
NullCheck(L_15);
|
|
int32_t L_16 = L_15->___Override_0;
|
|
V_1 = L_16;
|
|
int32_t L_17 = V_1;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, 1))) <= ((uint32_t)1))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
// return m_NetworkManager.NetworkConfig.Prefabs.NetworkPrefabOverrideLinks[networkObject.GlobalObjectIdHash].OverridingTargetPrefab;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_18 = __this->___m_NetworkManager_0;
|
|
NullCheck(L_18);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_19 = L_18->___NetworkConfig_10;
|
|
NullCheck(L_19);
|
|
NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* L_20 = L_19->___Prefabs_3;
|
|
NullCheck(L_20);
|
|
Dictionary_2_t7E3F7ADC88D549FC0444CEF23D9116E9E7B8F861* L_21 = L_20->___NetworkPrefabOverrideLinks_1;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_22 = V_0;
|
|
NullCheck(L_22);
|
|
uint32_t L_23 = L_22->___GlobalObjectIdHash_4;
|
|
NullCheck(L_21);
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_24;
|
|
L_24 = Dictionary_2_get_Item_m2FA94B5501DF81888AEA1D9399DDFF2357224020(L_21, L_23, Dictionary_2_get_Item_m2FA94B5501DF81888AEA1D9399DDFF2357224020_RuntimeMethod_var);
|
|
NullCheck(L_24);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_25 = L_24->___OverridingTargetPrefab_4;
|
|
return L_25;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// return gameObject;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_26 = ___0_gameObject;
|
|
return L_26;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkPrefabHandler::AddNetworkPrefab(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkPrefabHandler_AddNetworkPrefab_m95BAF0091CB88A169A8E3FA2E6CBAD4FB6F305DD (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_prefab, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDeferredNetworkMessageManager_t16B56EB08D165ABBD988A4AD6F3C196CDA906B91_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_0 = NULL;
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* V_1 = NULL;
|
|
bool V_2 = false;
|
|
{
|
|
// if (m_NetworkManager.IsListening && m_NetworkManager.NetworkConfig.ForceSamePrefabs)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = __this->___m_NetworkManager_0;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = NetworkManager_get_IsListening_m6E683AF8D3D2D2716957B42C8CD8CD47EC3D688C(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2 = __this->___m_NetworkManager_0;
|
|
NullCheck(L_2);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_3 = L_2->___NetworkConfig_10;
|
|
NullCheck(L_3);
|
|
bool L_4 = L_3->___ForceSamePrefabs_12;
|
|
if (!L_4)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// throw new Exception($"All prefabs must be registered before starting {nameof(NetworkManager)} when {nameof(NetworkConfig.ForceSamePrefabs)} is enabled.");
|
|
Exception_t* L_5 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA8CA26B1350CEC1B39EDB4DA36A0B7957321974C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkPrefabHandler_AddNetworkPrefab_m95BAF0091CB88A169A8E3FA2E6CBAD4FB6F305DD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// var networkObject = prefab.GetComponent<NetworkObject>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = ___0_prefab;
|
|
NullCheck(L_6);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_7;
|
|
L_7 = GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E(L_6, GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
V_0 = L_7;
|
|
// if (!networkObject)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_8 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
// throw new Exception($"All {nameof(NetworkPrefab)}s must contain a {nameof(NetworkObject)} component.");
|
|
Exception_t* L_10 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_10);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral384E0F036CC5B515B02DD8729F59C9ED43495DE8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkPrefabHandler_AddNetworkPrefab_m95BAF0091CB88A169A8E3FA2E6CBAD4FB6F305DD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// var networkPrefab = new NetworkPrefab { Prefab = prefab };
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_11 = (NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945*)il2cpp_codegen_object_new(NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
NetworkPrefab__ctor_m856ACB4444714CEC2596AA251F8C82B104F1C59B(L_11, NULL);
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_12 = L_11;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_13 = ___0_prefab;
|
|
NullCheck(L_12);
|
|
L_12->___Prefab_1 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_12->___Prefab_1), (void*)L_13);
|
|
V_1 = L_12;
|
|
// bool added = m_NetworkManager.NetworkConfig.Prefabs.Add(networkPrefab);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_14 = __this->___m_NetworkManager_0;
|
|
NullCheck(L_14);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_15 = L_14->___NetworkConfig_10;
|
|
NullCheck(L_15);
|
|
NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* L_16 = L_15->___Prefabs_3;
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_17 = V_1;
|
|
NullCheck(L_16);
|
|
bool L_18;
|
|
L_18 = NetworkPrefabs_Add_m045ECD52040AD7A3C564C0B7627A6F152EA75A78(L_16, L_17, NULL);
|
|
V_2 = L_18;
|
|
// if (m_NetworkManager.IsListening && added)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_19 = __this->___m_NetworkManager_0;
|
|
NullCheck(L_19);
|
|
bool L_20;
|
|
L_20 = NetworkManager_get_IsListening_m6E683AF8D3D2D2716957B42C8CD8CD47EC3D688C(L_19, NULL);
|
|
bool L_21 = V_2;
|
|
if (!((int32_t)((int32_t)L_20&(int32_t)L_21)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
// m_NetworkManager.DeferredMessageManager.ProcessTriggers(IDeferredNetworkMessageManager.TriggerType.OnAddPrefab, networkObject.GlobalObjectIdHash);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_22 = __this->___m_NetworkManager_0;
|
|
NullCheck(L_22);
|
|
RuntimeObject* L_23;
|
|
L_23 = NetworkManager_get_DeferredMessageManager_mB31CE5FD98CF6431BFFE36FB21836002B2E04C7E_inline(L_22, NULL);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_24 = V_0;
|
|
NullCheck(L_24);
|
|
uint32_t L_25 = L_24->___GlobalObjectIdHash_4;
|
|
NullCheck(L_23);
|
|
InterfaceActionInvoker2< int32_t, uint64_t >::Invoke(2 /* System.Void Unity.Netcode.IDeferredNetworkMessageManager::ProcessTriggers(Unity.Netcode.IDeferredNetworkMessageManager/TriggerType,System.UInt64) */, IDeferredNetworkMessageManager_t16B56EB08D165ABBD988A4AD6F3C196CDA906B91_il2cpp_TypeInfo_var, L_23, 1, ((int64_t)(uint64_t)L_25));
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkPrefabHandler::RemoveNetworkPrefab(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkPrefabHandler_RemoveNetworkPrefab_m83687FDF7D63F58D3A8928FCAB197AC96775EBC2 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_prefab, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
{
|
|
// if (m_NetworkManager.IsListening && m_NetworkManager.NetworkConfig.ForceSamePrefabs)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = __this->___m_NetworkManager_0;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = NetworkManager_get_IsListening_m6E683AF8D3D2D2716957B42C8CD8CD47EC3D688C(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2 = __this->___m_NetworkManager_0;
|
|
NullCheck(L_2);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_3 = L_2->___NetworkConfig_10;
|
|
NullCheck(L_3);
|
|
bool L_4 = L_3->___ForceSamePrefabs_12;
|
|
if (!L_4)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// throw new Exception($"Prefabs cannot be removed after starting {nameof(NetworkManager)} when {nameof(NetworkConfig.ForceSamePrefabs)} is enabled.");
|
|
Exception_t* L_5 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6BD3CDCE51765F4D550CB3419A0705737A2D47B)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkPrefabHandler_RemoveNetworkPrefab_m83687FDF7D63F58D3A8928FCAB197AC96775EBC2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// var globalObjectIdHash = prefab.GetComponent<NetworkObject>().GlobalObjectIdHash;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = ___0_prefab;
|
|
NullCheck(L_6);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_7;
|
|
L_7 = GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E(L_6, GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
NullCheck(L_7);
|
|
uint32_t L_8 = L_7->___GlobalObjectIdHash_4;
|
|
V_0 = L_8;
|
|
// m_NetworkManager.NetworkConfig.Prefabs.Remove(prefab);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_9 = __this->___m_NetworkManager_0;
|
|
NullCheck(L_9);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_10 = L_9->___NetworkConfig_10;
|
|
NullCheck(L_10);
|
|
NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* L_11 = L_10->___Prefabs_3;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_12 = ___0_prefab;
|
|
NullCheck(L_11);
|
|
NetworkPrefabs_Remove_m50A7F7BB3428125A9F3A579CD3D9E86B76B9F72E(L_11, L_12, NULL);
|
|
// if (ContainsHandler(globalObjectIdHash))
|
|
uint32_t L_13 = V_0;
|
|
bool L_14;
|
|
L_14 = NetworkPrefabHandler_ContainsHandler_m9D5493F0169DCCC5F0C740ED113B065E0E654BA7(__this, L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
// RemoveHandler(globalObjectIdHash);
|
|
uint32_t L_15 = V_0;
|
|
bool L_16;
|
|
L_16 = NetworkPrefabHandler_RemoveHandler_m09CFDAC817203610A04EC8E614C92B25E6908603(__this, L_15, NULL);
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkPrefabHandler::RegisterPlayerPrefab()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkPrefabHandler_RegisterPlayerPrefab_m23AE5AC6766AC148348C7515C55903758C764143 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mD1668BB3E6FA4CBB2547D12287D0AF383244F273_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_TryGetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m45C131F49E7A9F2F791D82FC5C3E7F181573E794_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA41B9B203D437061F44811D5D996A2737A495DAA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC118BE12DD0417735721938B2663D6FAA58AFBF3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* V_0 = NULL;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_1 = NULL;
|
|
{
|
|
// var networkConfig = m_NetworkManager.NetworkConfig;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = __this->___m_NetworkManager_0;
|
|
NullCheck(L_0);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_1 = L_0->___NetworkConfig_10;
|
|
V_0 = L_1;
|
|
// if (networkConfig.PlayerPrefab != null)
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3 = L_2->___PlayerPrefab_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// if (networkConfig.PlayerPrefab.TryGetComponent<NetworkObject>(out var playerPrefabNetworkObject))
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = L_5->___PlayerPrefab_2;
|
|
NullCheck(L_6);
|
|
bool L_7;
|
|
L_7 = GameObject_TryGetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m45C131F49E7A9F2F791D82FC5C3E7F181573E794(L_6, (&V_1), GameObject_TryGetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m45C131F49E7A9F2F791D82FC5C3E7F181573E794_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
// if (!networkConfig.Prefabs.NetworkPrefabOverrideLinks.ContainsKey(playerPrefabNetworkObject.GlobalObjectIdHash))
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* L_9 = L_8->___Prefabs_3;
|
|
NullCheck(L_9);
|
|
Dictionary_2_t7E3F7ADC88D549FC0444CEF23D9116E9E7B8F861* L_10 = L_9->___NetworkPrefabOverrideLinks_1;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
uint32_t L_12 = L_11->___GlobalObjectIdHash_4;
|
|
NullCheck(L_10);
|
|
bool L_13;
|
|
L_13 = Dictionary_2_ContainsKey_mD1668BB3E6FA4CBB2547D12287D0AF383244F273(L_10, L_12, Dictionary_2_ContainsKey_mD1668BB3E6FA4CBB2547D12287D0AF383244F273_RuntimeMethod_var);
|
|
if (L_13)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// AddNetworkPrefab(networkConfig.PlayerPrefab);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_15 = L_14->___PlayerPrefab_2;
|
|
NetworkPrefabHandler_AddNetworkPrefab_m95BAF0091CB88A169A8E3FA2E6CBAD4FB6F305DD(__this, L_15, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// Debug.LogError($"{nameof(NetworkConfig.PlayerPrefab)} (\"{networkConfig.PlayerPrefab.name}\") has no NetworkObject assigned to it!.");
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_17 = L_16->___PlayerPrefab_2;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_17, NULL);
|
|
String_t* L_19;
|
|
L_19 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralC118BE12DD0417735721938B2663D6FAA58AFBF3, L_18, _stringLiteralA41B9B203D437061F44811D5D996A2737A495DAA, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_19, NULL);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkPrefabHandler::Initialize(Unity.Netcode.NetworkManager)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkPrefabHandler_Initialize_mC0EEEA16FDBD7E1CA24D107EE36E05BD13AB2C65 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___0_networkManager, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_NetworkManager = networkManager;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = ___0_networkManager;
|
|
__this->___m_NetworkManager_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_NetworkManager_0), (void*)L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkPrefabHandler::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkPrefabHandler__ctor_m643164DC0F93E386DBEDBCE391B595DADDD660D3 (NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m55852909E50C4786A4AB4B1BC5012EF228AA0C19_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mB8D7D57BC0CC1A0C8CE90764C8E49FF8072ACD1A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private readonly Dictionary<uint, INetworkPrefabInstanceHandler> m_PrefabAssetToPrefabHandler = new Dictionary<uint, INetworkPrefabInstanceHandler>();
|
|
Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57* L_0 = (Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57*)il2cpp_codegen_object_new(Dictionary_2_tDF52E02FC0CBE032E5F492AAA8E15013F9B86D57_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Dictionary_2__ctor_m55852909E50C4786A4AB4B1BC5012EF228AA0C19(L_0, Dictionary_2__ctor_m55852909E50C4786A4AB4B1BC5012EF228AA0C19_RuntimeMethod_var);
|
|
__this->___m_PrefabAssetToPrefabHandler_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PrefabAssetToPrefabHandler_1), (void*)L_0);
|
|
// private readonly Dictionary<uint, uint> m_PrefabInstanceToPrefabAsset = new Dictionary<uint, uint>();
|
|
Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038* L_1 = (Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038*)il2cpp_codegen_object_new(Dictionary_2_t4184BC33D1053D17BD3CABFE9D63C5B655A8C038_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Dictionary_2__ctor_mB8D7D57BC0CC1A0C8CE90764C8E49FF8072ACD1A(L_1, Dictionary_2__ctor_mB8D7D57BC0CC1A0C8CE90764C8E49FF8072ACD1A_RuntimeMethod_var);
|
|
__this->___m_PrefabInstanceToPrefabAsset_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PrefabInstanceToPrefabAsset_2), (void*)L_1);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::MarkObjectForShowingTo(Unity.Netcode.NetworkObject,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_MarkObjectForShowingTo_m22C171F1E03D52005E0CE8B24EED42554EC4C6C9 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, uint64_t ___1_clientId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m65539C8FB6184250C20D5F657E3DB6D1164B42BF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m88786852A8AB4F5387535A625407CF0602BC046B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m13EA9DE8C461808B5BFE63E4D1C6FCF132159F70_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m33D1B77633ABADDEE2DDB5F075E190D2F18FFA3B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF2D5F7FEA18D35CB454DEAD52957C316652549B9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!ObjectsToShowToClient.ContainsKey(clientId))
|
|
Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* L_0 = __this->___ObjectsToShowToClient_0;
|
|
uint64_t L_1 = ___1_clientId;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_m88786852A8AB4F5387535A625407CF0602BC046B(L_0, L_1, Dictionary_2_ContainsKey_m88786852A8AB4F5387535A625407CF0602BC046B_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// ObjectsToShowToClient.Add(clientId, new List<NetworkObject>());
|
|
Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* L_3 = __this->___ObjectsToShowToClient_0;
|
|
uint64_t L_4 = ___1_clientId;
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* L_5 = (List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9*)il2cpp_codegen_object_new(List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
List_1__ctor_mF2D5F7FEA18D35CB454DEAD52957C316652549B9(L_5, List_1__ctor_mF2D5F7FEA18D35CB454DEAD52957C316652549B9_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
Dictionary_2_Add_m65539C8FB6184250C20D5F657E3DB6D1164B42BF(L_3, L_4, L_5, Dictionary_2_Add_m65539C8FB6184250C20D5F657E3DB6D1164B42BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// ObjectsToShowToClient[clientId].Add(networkObject);
|
|
Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* L_6 = __this->___ObjectsToShowToClient_0;
|
|
uint64_t L_7 = ___1_clientId;
|
|
NullCheck(L_6);
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* L_8;
|
|
L_8 = Dictionary_2_get_Item_m13EA9DE8C461808B5BFE63E4D1C6FCF132159F70(L_6, L_7, Dictionary_2_get_Item_m13EA9DE8C461808B5BFE63E4D1C6FCF132159F70_RuntimeMethod_var);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_9 = ___0_networkObject;
|
|
NullCheck(L_8);
|
|
List_1_Add_m33D1B77633ABADDEE2DDB5F075E190D2F18FFA3B_inline(L_8, L_9, List_1_Add_m33D1B77633ABADDEE2DDB5F075E190D2F18FFA3B_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkSpawnManager::RemoveObjectFromShowingTo(Unity.Netcode.NetworkObject,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkSpawnManager_RemoveObjectFromShowingTo_m42FE48642E21EB5806014B22FA8894ADFDA03A4D (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, uint64_t ___1_clientId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m88786852A8AB4F5387535A625407CF0602BC046B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m13EA9DE8C461808B5BFE63E4D1C6FCF132159F70_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mA9EE324C0F152945E0170FC6CB33584EBA708075_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m1A4BBE2DDB593CA8A29323E3A108F09250D51B54_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mECA37B4EB9A7DAAA41D6E06F51AED5D8CBA023AF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2D0BA81C2F20C32E3572E9EA663362B4C791AC2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
// var ret = false;
|
|
V_0 = (bool)0;
|
|
// if (!ObjectsToShowToClient.ContainsKey(clientId))
|
|
Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* L_0 = __this->___ObjectsToShowToClient_0;
|
|
uint64_t L_1 = ___1_clientId;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_m88786852A8AB4F5387535A625407CF0602BC046B(L_0, L_1, Dictionary_2_ContainsKey_m88786852A8AB4F5387535A625407CF0602BC046B_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// Debug.LogWarning(
|
|
// "Object was shown and hidden from the same client in the same Network frame. As a result, the client will _not_ receive a NetworkSpawn");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteralB2D0BA81C2F20C32E3572E9EA663362B4C791AC2, NULL);
|
|
// ObjectsToShowToClient[clientId].Remove(networkObject);
|
|
Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* L_3 = __this->___ObjectsToShowToClient_0;
|
|
uint64_t L_4 = ___1_clientId;
|
|
NullCheck(L_3);
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* L_5;
|
|
L_5 = Dictionary_2_get_Item_m13EA9DE8C461808B5BFE63E4D1C6FCF132159F70(L_3, L_4, Dictionary_2_get_Item_m13EA9DE8C461808B5BFE63E4D1C6FCF132159F70_RuntimeMethod_var);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_6 = ___0_networkObject;
|
|
NullCheck(L_5);
|
|
bool L_7;
|
|
L_7 = List_1_Remove_mECA37B4EB9A7DAAA41D6E06F51AED5D8CBA023AF(L_5, L_6, List_1_Remove_mECA37B4EB9A7DAAA41D6E06F51AED5D8CBA023AF_RuntimeMethod_var);
|
|
// ret = true;
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// while (ObjectsToShowToClient[clientId].Contains(networkObject))
|
|
Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* L_8 = __this->___ObjectsToShowToClient_0;
|
|
uint64_t L_9 = ___1_clientId;
|
|
NullCheck(L_8);
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* L_10;
|
|
L_10 = Dictionary_2_get_Item_m13EA9DE8C461808B5BFE63E4D1C6FCF132159F70(L_8, L_9, Dictionary_2_get_Item_m13EA9DE8C461808B5BFE63E4D1C6FCF132159F70_RuntimeMethod_var);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_11 = ___0_networkObject;
|
|
NullCheck(L_10);
|
|
bool L_12;
|
|
L_12 = List_1_Contains_m1A4BBE2DDB593CA8A29323E3A108F09250D51B54(L_10, L_11, List_1_Contains_m1A4BBE2DDB593CA8A29323E3A108F09250D51B54_RuntimeMethod_var);
|
|
if (L_12)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// if (ret)
|
|
bool L_13 = V_0;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// networkObject.Observers.Remove(clientId);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_14 = ___0_networkObject;
|
|
NullCheck(L_14);
|
|
HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C* L_15 = L_14->___Observers_24;
|
|
uint64_t L_16 = ___1_clientId;
|
|
NullCheck(L_15);
|
|
bool L_17;
|
|
L_17 = HashSet_1_Remove_mA9EE324C0F152945E0170FC6CB33584EBA708075(L_15, L_16, HashSet_1_Remove_mA9EE324C0F152945E0170FC6CB33584EBA708075_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// return ret;
|
|
bool L_18 = V_0;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::UpdateOwnershipTable(Unity.Netcode.NetworkObject,System.UInt64,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_UpdateOwnershipTable_m5E69C4F919DCEE4A38B42C3F0070AFB5C4377DE2 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, uint64_t ___1_newOwner, bool ___2_isRemoving, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mA037C2E2F62249E39885ED68AB222666BCB4DB4D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mAF02CAE1627411860813AA0201D855A6AB749E60_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mC65B71A02DFC041C231389C350167BEBB358892D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m008EE5FB5C632127CB4F00C4892DAB489AB1B7BE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mEC245D37340955F480EA7B52565553CF8AD870DE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mA963D5F332884F479C5ED7051A30DCCD8C8E47DD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mFD41B0580547B1F46E44DFFB22A23175A45C0936_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mCDD912769188B970CC3B40B68838E0CE9AC6C571_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mCC82D09873A84225D41D313E0B1D377F4B273D84_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m7CDCC00ACAE986902D55286A37E78B76FC751890_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5749AAB47E3C15D905BA77A32864FB887DCCDD00);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
{
|
|
// var previousOwner = newOwner;
|
|
uint64_t L_0 = ___1_newOwner;
|
|
V_0 = L_0;
|
|
// if (m_ObjectToOwnershipTable.ContainsKey(networkObject.NetworkObjectId))
|
|
Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* L_1 = __this->___m_ObjectToOwnershipTable_4;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_2 = ___0_networkObject;
|
|
NullCheck(L_2);
|
|
uint64_t L_3;
|
|
L_3 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_2, NULL);
|
|
NullCheck(L_1);
|
|
bool L_4;
|
|
L_4 = Dictionary_2_ContainsKey_m008EE5FB5C632127CB4F00C4892DAB489AB1B7BE(L_1, L_3, Dictionary_2_ContainsKey_m008EE5FB5C632127CB4F00C4892DAB489AB1B7BE_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// previousOwner = m_ObjectToOwnershipTable[networkObject.NetworkObjectId];
|
|
Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* L_5 = __this->___m_ObjectToOwnershipTable_4;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_6 = ___0_networkObject;
|
|
NullCheck(L_6);
|
|
uint64_t L_7;
|
|
L_7 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_6, NULL);
|
|
NullCheck(L_5);
|
|
uint64_t L_8;
|
|
L_8 = Dictionary_2_get_Item_mCC82D09873A84225D41D313E0B1D377F4B273D84(L_5, L_7, Dictionary_2_get_Item_mCC82D09873A84225D41D313E0B1D377F4B273D84_RuntimeMethod_var);
|
|
V_0 = L_8;
|
|
// if (isRemoving)
|
|
bool L_9 = ___2_isRemoving;
|
|
if (!L_9)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// m_ObjectToOwnershipTable.Remove(networkObject.NetworkObjectId);
|
|
Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* L_10 = __this->___m_ObjectToOwnershipTable_4;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_11 = ___0_networkObject;
|
|
NullCheck(L_11);
|
|
uint64_t L_12;
|
|
L_12 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_11, NULL);
|
|
NullCheck(L_10);
|
|
bool L_13;
|
|
L_13 = Dictionary_2_Remove_mFD41B0580547B1F46E44DFFB22A23175A45C0936(L_10, L_12, Dictionary_2_Remove_mFD41B0580547B1F46E44DFFB22A23175A45C0936_RuntimeMethod_var);
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// m_ObjectToOwnershipTable[networkObject.NetworkObjectId] = newOwner;
|
|
Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* L_14 = __this->___m_ObjectToOwnershipTable_4;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_15 = ___0_networkObject;
|
|
NullCheck(L_15);
|
|
uint64_t L_16;
|
|
L_16 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_15, NULL);
|
|
uint64_t L_17 = ___1_newOwner;
|
|
NullCheck(L_14);
|
|
Dictionary_2_set_Item_m7CDCC00ACAE986902D55286A37E78B76FC751890(L_14, L_16, L_17, Dictionary_2_set_Item_m7CDCC00ACAE986902D55286A37E78B76FC751890_RuntimeMethod_var);
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// m_ObjectToOwnershipTable.Add(networkObject.NetworkObjectId, newOwner);
|
|
Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* L_18 = __this->___m_ObjectToOwnershipTable_4;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_19 = ___0_networkObject;
|
|
NullCheck(L_19);
|
|
uint64_t L_20;
|
|
L_20 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_19, NULL);
|
|
uint64_t L_21 = ___1_newOwner;
|
|
NullCheck(L_18);
|
|
Dictionary_2_Add_mAF02CAE1627411860813AA0201D855A6AB749E60(L_18, L_20, L_21, Dictionary_2_Add_mAF02CAE1627411860813AA0201D855A6AB749E60_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// if (previousOwner != newOwner && OwnershipToObjectsTable.ContainsKey(previousOwner))
|
|
uint64_t L_22 = V_0;
|
|
uint64_t L_23 = ___1_newOwner;
|
|
if ((((int64_t)L_22) == ((int64_t)L_23)))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* L_24 = __this->___OwnershipToObjectsTable_3;
|
|
uint64_t L_25 = V_0;
|
|
NullCheck(L_24);
|
|
bool L_26;
|
|
L_26 = Dictionary_2_ContainsKey_mEC245D37340955F480EA7B52565553CF8AD870DE(L_24, L_25, Dictionary_2_ContainsKey_mEC245D37340955F480EA7B52565553CF8AD870DE_RuntimeMethod_var);
|
|
if (!L_26)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
// if (OwnershipToObjectsTable[previousOwner].ContainsKey(networkObject.NetworkObjectId))
|
|
Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* L_27 = __this->___OwnershipToObjectsTable_3;
|
|
uint64_t L_28 = V_0;
|
|
NullCheck(L_27);
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_29;
|
|
L_29 = Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7(L_27, L_28, Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7_RuntimeMethod_var);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_30 = ___0_networkObject;
|
|
NullCheck(L_30);
|
|
uint64_t L_31;
|
|
L_31 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_30, NULL);
|
|
NullCheck(L_29);
|
|
bool L_32;
|
|
L_32 = Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B(L_29, L_31, Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B_RuntimeMethod_var);
|
|
if (!L_32)
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
// OwnershipToObjectsTable[previousOwner].Remove(networkObject.NetworkObjectId);
|
|
Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* L_33 = __this->___OwnershipToObjectsTable_3;
|
|
uint64_t L_34 = V_0;
|
|
NullCheck(L_33);
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_35;
|
|
L_35 = Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7(L_33, L_34, Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7_RuntimeMethod_var);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_36 = ___0_networkObject;
|
|
NullCheck(L_36);
|
|
uint64_t L_37;
|
|
L_37 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_36, NULL);
|
|
NullCheck(L_35);
|
|
bool L_38;
|
|
L_38 = Dictionary_2_Remove_mA963D5F332884F479C5ED7051A30DCCD8C8E47DD(L_35, L_37, Dictionary_2_Remove_mA963D5F332884F479C5ED7051A30DCCD8C8E47DD_RuntimeMethod_var);
|
|
// if (isRemoving)
|
|
bool L_39 = ___2_isRemoving;
|
|
if (!L_39)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
// throw new Exception($"Client-ID {previousOwner} had a partial {nameof(m_ObjectToOwnershipTable)} entry! Potentially corrupted {nameof(OwnershipToObjectsTable)}?");
|
|
uint64_t L_40 = V_0;
|
|
uint64_t L_41 = L_40;
|
|
RuntimeObject* L_42 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)), &L_41);
|
|
String_t* L_43;
|
|
L_43 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01036EB235DB5EE230F96EAC7CAAFA7B2C3278C6)), L_42, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD117FD4C2D27C4302BF95329BA61814A141B3098)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC0B9CE4F93E3FF8C8F54F1145A6DE6125C9719B1)), NULL);
|
|
Exception_t* L_44 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_44);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_44, L_43, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkSpawnManager_UpdateOwnershipTable_m5E69C4F919DCEE4A38B42C3F0070AFB5C4377DE2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
// if (!OwnershipToObjectsTable.ContainsKey(newOwner))
|
|
Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* L_45 = __this->___OwnershipToObjectsTable_3;
|
|
uint64_t L_46 = ___1_newOwner;
|
|
NullCheck(L_45);
|
|
bool L_47;
|
|
L_47 = Dictionary_2_ContainsKey_mEC245D37340955F480EA7B52565553CF8AD870DE(L_45, L_46, Dictionary_2_ContainsKey_mEC245D37340955F480EA7B52565553CF8AD870DE_RuntimeMethod_var);
|
|
if (L_47)
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
// OwnershipToObjectsTable.Add(newOwner, new Dictionary<ulong, NetworkObject>());
|
|
Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* L_48 = __this->___OwnershipToObjectsTable_3;
|
|
uint64_t L_49 = ___1_newOwner;
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_50 = (Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123*)il2cpp_codegen_object_new(Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123_il2cpp_TypeInfo_var);
|
|
NullCheck(L_50);
|
|
Dictionary_2__ctor_mCDD912769188B970CC3B40B68838E0CE9AC6C571(L_50, Dictionary_2__ctor_mCDD912769188B970CC3B40B68838E0CE9AC6C571_RuntimeMethod_var);
|
|
NullCheck(L_48);
|
|
Dictionary_2_Add_mA037C2E2F62249E39885ED68AB222666BCB4DB4D(L_48, L_49, L_50, Dictionary_2_Add_mA037C2E2F62249E39885ED68AB222666BCB4DB4D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
// if (!OwnershipToObjectsTable[newOwner].ContainsKey(networkObject.NetworkObjectId))
|
|
Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* L_51 = __this->___OwnershipToObjectsTable_3;
|
|
uint64_t L_52 = ___1_newOwner;
|
|
NullCheck(L_51);
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_53;
|
|
L_53 = Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7(L_51, L_52, Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7_RuntimeMethod_var);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_54 = ___0_networkObject;
|
|
NullCheck(L_54);
|
|
uint64_t L_55;
|
|
L_55 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_54, NULL);
|
|
NullCheck(L_53);
|
|
bool L_56;
|
|
L_56 = Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B(L_53, L_55, Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B_RuntimeMethod_var);
|
|
if (L_56)
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
{
|
|
// OwnershipToObjectsTable[newOwner].Add(networkObject.NetworkObjectId, networkObject);
|
|
Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* L_57 = __this->___OwnershipToObjectsTable_3;
|
|
uint64_t L_58 = ___1_newOwner;
|
|
NullCheck(L_57);
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_59;
|
|
L_59 = Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7(L_57, L_58, Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7_RuntimeMethod_var);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_60 = ___0_networkObject;
|
|
NullCheck(L_60);
|
|
uint64_t L_61;
|
|
L_61 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_60, NULL);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_62 = ___0_networkObject;
|
|
NullCheck(L_59);
|
|
Dictionary_2_Add_mC65B71A02DFC041C231389C350167BEBB358892D(L_59, L_61, L_62, Dictionary_2_Add_mC65B71A02DFC041C231389C350167BEBB358892D_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
// else if (isRemoving)
|
|
bool L_63 = ___2_isRemoving;
|
|
if (!L_63)
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
{
|
|
// OwnershipToObjectsTable[previousOwner].Remove(networkObject.NetworkObjectId);
|
|
Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* L_64 = __this->___OwnershipToObjectsTable_3;
|
|
uint64_t L_65 = V_0;
|
|
NullCheck(L_64);
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_66;
|
|
L_66 = Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7(L_64, L_65, Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7_RuntimeMethod_var);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_67 = ___0_networkObject;
|
|
NullCheck(L_67);
|
|
uint64_t L_68;
|
|
L_68 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_67, NULL);
|
|
NullCheck(L_66);
|
|
bool L_69;
|
|
L_69 = Dictionary_2_Remove_mA963D5F332884F479C5ED7051A30DCCD8C8E47DD(L_66, L_68, Dictionary_2_Remove_mA963D5F332884F479C5ED7051A30DCCD8C8E47DD_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
// else if (NetworkManager.LogLevel == LogLevel.Developer)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_70;
|
|
L_70 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_70);
|
|
int32_t L_71 = L_70->___LogLevel_12;
|
|
if (L_71)
|
|
{
|
|
goto IL_0165;
|
|
}
|
|
}
|
|
{
|
|
// NetworkLog.LogWarning($"Setting ownership twice? Client-ID {previousOwner} already owns NetworkObject ID {networkObject.NetworkObjectId}!");
|
|
uint64_t L_72 = V_0;
|
|
uint64_t L_73 = L_72;
|
|
RuntimeObject* L_74 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_73);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_75 = ___0_networkObject;
|
|
NullCheck(L_75);
|
|
uint64_t L_76;
|
|
L_76 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_75, NULL);
|
|
uint64_t L_77 = L_76;
|
|
RuntimeObject* L_78 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_77);
|
|
String_t* L_79;
|
|
L_79 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral5749AAB47E3C15D905BA77A32864FB887DCCDD00, L_74, L_78, NULL);
|
|
NetworkLog_LogWarning_m1A2073B527F4B95F216508B0E5A76DF71823D899(L_79, NULL);
|
|
}
|
|
|
|
IL_0165:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.List`1<Unity.Netcode.NetworkObject> Unity.Netcode.NetworkSpawnManager::GetClientOwnedObjects(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* NetworkSpawnManager_GetClientOwnedObjects_m3DB825E75AE5ACA2E6EC7BA758BA2BB224E713C2 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, uint64_t ___0_clientId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mA037C2E2F62249E39885ED68AB222666BCB4DB4D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mEC245D37340955F480EA7B52565553CF8AD870DE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mCDD912769188B970CC3B40B68838E0CE9AC6C571_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m09FD5D3FA2CDDB16940E270D3273AAB1A36C5AF3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m78515890430E386D65A015ED0586A4655A628572_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!OwnershipToObjectsTable.ContainsKey(clientId))
|
|
Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* L_0 = __this->___OwnershipToObjectsTable_3;
|
|
uint64_t L_1 = ___0_clientId;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_mEC245D37340955F480EA7B52565553CF8AD870DE(L_0, L_1, Dictionary_2_ContainsKey_mEC245D37340955F480EA7B52565553CF8AD870DE_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// OwnershipToObjectsTable.Add(clientId, new Dictionary<ulong, NetworkObject>());
|
|
Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* L_3 = __this->___OwnershipToObjectsTable_3;
|
|
uint64_t L_4 = ___0_clientId;
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_5 = (Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123*)il2cpp_codegen_object_new(Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Dictionary_2__ctor_mCDD912769188B970CC3B40B68838E0CE9AC6C571(L_5, Dictionary_2__ctor_mCDD912769188B970CC3B40B68838E0CE9AC6C571_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
Dictionary_2_Add_mA037C2E2F62249E39885ED68AB222666BCB4DB4D(L_3, L_4, L_5, Dictionary_2_Add_mA037C2E2F62249E39885ED68AB222666BCB4DB4D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// return OwnershipToObjectsTable[clientId].Values.ToList();
|
|
Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* L_6 = __this->___OwnershipToObjectsTable_3;
|
|
uint64_t L_7 = ___0_clientId;
|
|
NullCheck(L_6);
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_8;
|
|
L_8 = Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7(L_6, L_7, Dictionary_2_get_Item_mB27038442B4D8DE564A7495A8699B751A3A9A4B7_RuntimeMethod_var);
|
|
NullCheck(L_8);
|
|
ValueCollection_tE16CAADA5797CAE26084156CD220ECF73BCA616A* L_9;
|
|
L_9 = Dictionary_2_get_Values_m09FD5D3FA2CDDB16940E270D3273AAB1A36C5AF3(L_8, Dictionary_2_get_Values_m09FD5D3FA2CDDB16940E270D3273AAB1A36C5AF3_RuntimeMethod_var);
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* L_10;
|
|
L_10 = Enumerable_ToList_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m78515890430E386D65A015ED0586A4655A628572(L_9, Enumerable_ToList_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m78515890430E386D65A015ED0586A4655A628572_RuntimeMethod_var);
|
|
return L_10;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkManager Unity.Netcode.NetworkSpawnManager::get_NetworkManager()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkManager NetworkManager { get; }
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = __this->___U3CNetworkManagerU3Ek__BackingField_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.UInt64 Unity.Netcode.NetworkSpawnManager::GetNetworkObjectId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t NetworkSpawnManager_GetNetworkObjectId_m07AB3DA7B3BD4566787129ED90A540463DD2DD30 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Dequeue_m931411ACDA25E4DCD31031FAA4DCED9417E46591_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Peek_m49D4CA1B34422D452511F1A2231416B13A9342E7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_mFA37E372491D7707F0AB7B12FC6DB7CC89E450E5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (ReleasedNetworkObjectIds.Count > 0 && NetworkManager.NetworkConfig.RecycleNetworkIds && (NetworkManager.RealTimeProvider.UnscaledTime - ReleasedNetworkObjectIds.Peek().ReleaseTime) >= NetworkManager.NetworkConfig.NetworkIdRecycleDelay)
|
|
Queue_1_tD0B32970076D62B677279D96972006677EEE25A7* L_0 = __this->___ReleasedNetworkObjectIds_6;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = Queue_1_get_Count_mFA37E372491D7707F0AB7B12FC6DB7CC89E450E5_inline(L_0, Queue_1_get_Count_mFA37E372491D7707F0AB7B12FC6DB7CC89E450E5_RuntimeMethod_var);
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2;
|
|
L_2 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_3 = L_2->___NetworkConfig_10;
|
|
NullCheck(L_3);
|
|
bool L_4 = L_3->___RecycleNetworkIds_13;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_5;
|
|
L_5 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_6;
|
|
L_6 = NetworkManager_get_RealTimeProvider_mAF8EEDE4C46E0478801F0ABCFF5410F762FAF8BE_inline(L_5, NULL);
|
|
NullCheck(L_6);
|
|
float L_7;
|
|
L_7 = InterfaceFuncInvoker0< float >::Invoke(1 /* System.Single Unity.Netcode.IRealTimeProvider::get_UnscaledTime() */, IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var, L_6);
|
|
Queue_1_tD0B32970076D62B677279D96972006677EEE25A7* L_8 = __this->___ReleasedNetworkObjectIds_6;
|
|
NullCheck(L_8);
|
|
ReleasedNetworkId_t7D3158E07773C6B85BCBAA69507DC8BEB8547414 L_9;
|
|
L_9 = Queue_1_Peek_m49D4CA1B34422D452511F1A2231416B13A9342E7(L_8, Queue_1_Peek_m49D4CA1B34422D452511F1A2231416B13A9342E7_RuntimeMethod_var);
|
|
float L_10 = L_9.___ReleaseTime_1;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_11;
|
|
L_11 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_11);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_12 = L_11->___NetworkConfig_10;
|
|
NullCheck(L_12);
|
|
float L_13 = L_12->___NetworkIdRecycleDelay_14;
|
|
if ((!(((float)((float)il2cpp_codegen_subtract(L_7, L_10))) >= ((float)L_13))))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
// return ReleasedNetworkObjectIds.Dequeue().NetworkId;
|
|
Queue_1_tD0B32970076D62B677279D96972006677EEE25A7* L_14 = __this->___ReleasedNetworkObjectIds_6;
|
|
NullCheck(L_14);
|
|
ReleasedNetworkId_t7D3158E07773C6B85BCBAA69507DC8BEB8547414 L_15;
|
|
L_15 = Queue_1_Dequeue_m931411ACDA25E4DCD31031FAA4DCED9417E46591(L_14, Queue_1_Dequeue_m931411ACDA25E4DCD31031FAA4DCED9417E46591_RuntimeMethod_var);
|
|
uint64_t L_16 = L_15.___NetworkId_0;
|
|
return L_16;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// m_NetworkObjectIdCounter++;
|
|
uint64_t L_17 = __this->___m_NetworkObjectIdCounter_7;
|
|
__this->___m_NetworkObjectIdCounter_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_17, ((int64_t)1)));
|
|
// return m_NetworkObjectIdCounter;
|
|
uint64_t L_18 = __this->___m_NetworkObjectIdCounter_7;
|
|
return L_18;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkSpawnManager::GetLocalPlayerObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkSpawnManager_GetLocalPlayerObject_m2920A5D06E2917EAD843107BDDDFB76662D644B4 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return GetPlayerNetworkObject(NetworkManager.LocalClientId);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0;
|
|
L_0 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
uint64_t L_1;
|
|
L_1 = NetworkManager_get_LocalClientId_m1B93454E7949ACBF20043DCDD884F63E119E6577(L_0, NULL);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_2;
|
|
L_2 = NetworkSpawnManager_GetPlayerNetworkObject_mDB5CB1D2ADCCDA0ECFB584EC4F2A974A4351E183(__this, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkSpawnManager::GetPlayerNetworkObject(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkSpawnManager_GetPlayerNetworkObject_mDB5CB1D2ADCCDA0ECFB584EC4F2A974A4351E183 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, uint64_t ___0_clientId, const RuntimeMethod* method)
|
|
{
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* V_0 = NULL;
|
|
{
|
|
// if (!NetworkManager.IsServer && NetworkManager.LocalClientId != clientId)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0;
|
|
L_0 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = NetworkManager_get_IsServer_m3FF8C5D22D260033AD3FC6C4AF44E7161BDD7F52(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2;
|
|
L_2 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
uint64_t L_3;
|
|
L_3 = NetworkManager_get_LocalClientId_m1B93454E7949ACBF20043DCDD884F63E119E6577(L_2, NULL);
|
|
uint64_t L_4 = ___0_clientId;
|
|
if ((((int64_t)L_3) == ((int64_t)L_4)))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotServerException("Only the server can find player objects from other clients.");
|
|
NotServerException_tF91A11C8CBAEE7830CD1AA4FFDD4F74DC22D705C* L_5 = (NotServerException_tF91A11C8CBAEE7830CD1AA4FFDD4F74DC22D705C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotServerException_tF91A11C8CBAEE7830CD1AA4FFDD4F74DC22D705C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
NotServerException__ctor_m44102E4790B07343F1DB7156342BF17E64167F4D(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C30C892D34B699451F1D8D876389C637C1021F1)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkSpawnManager_GetPlayerNetworkObject_mDB5CB1D2ADCCDA0ECFB584EC4F2A974A4351E183_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// if (TryGetNetworkClient(clientId, out NetworkClient networkClient))
|
|
uint64_t L_6 = ___0_clientId;
|
|
bool L_7;
|
|
L_7 = NetworkSpawnManager_TryGetNetworkClient_m1798B0B75145FC1A71BFBB580FA035DF2C86A6AE(__this, L_6, (&V_0), NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// return networkClient.PlayerObject;
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_9 = L_8->___PlayerObject_5;
|
|
return L_9;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return null;
|
|
return (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*)NULL;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkSpawnManager::TryGetNetworkClient(System.UInt64,Unity.Netcode.NetworkClient&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkSpawnManager_TryGetNetworkClient_m1798B0B75145FC1A71BFBB580FA035DF2C86A6AE (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, uint64_t ___0_clientId, NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64** ___1_networkClient, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyDictionary_2_t5D1D0039E8A5028ACC8928132E0AC1C351A1F943_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (NetworkManager.IsServer)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0;
|
|
L_0 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = NetworkManager_get_IsServer_m3FF8C5D22D260033AD3FC6C4AF44E7161BDD7F52(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// return NetworkManager.ConnectedClients.TryGetValue(clientId, out networkClient);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2;
|
|
L_2 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = NetworkManager_get_ConnectedClients_mF98B5720C9B6701421F173411D6B3198A61E39A7(L_2, NULL);
|
|
uint64_t L_4 = ___0_clientId;
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64** L_5 = ___1_networkClient;
|
|
NullCheck(L_3);
|
|
bool L_6;
|
|
L_6 = InterfaceFuncInvoker2< bool, uint64_t, NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64** >::Invoke(1 /* System.Boolean System.Collections.Generic.IReadOnlyDictionary`2<System.UInt64,Unity.Netcode.NetworkClient>::TryGetValue(TKey,TValue&) */, IReadOnlyDictionary_2_t5D1D0039E8A5028ACC8928132E0AC1C351A1F943_il2cpp_TypeInfo_var, L_3, L_4, L_5);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// if (NetworkManager.LocalClient != null && clientId == NetworkManager.LocalClient.ClientId)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_7;
|
|
L_7 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_7);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_8;
|
|
L_8 = NetworkManager_get_LocalClient_mC71D9CE702FF05927B35F0A2A38BD6938B880F90(L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_9 = ___0_clientId;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_10;
|
|
L_10 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_10);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_11;
|
|
L_11 = NetworkManager_get_LocalClient_mC71D9CE702FF05927B35F0A2A38BD6938B880F90(L_10, NULL);
|
|
NullCheck(L_11);
|
|
uint64_t L_12 = L_11->___ClientId_4;
|
|
if ((!(((uint64_t)L_9) == ((uint64_t)L_12))))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
// networkClient = NetworkManager.LocalClient;
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64** L_13 = ___1_networkClient;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_14;
|
|
L_14 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_14);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_15;
|
|
L_15 = NetworkManager_get_LocalClient_mC71D9CE702FF05927B35F0A2A38BD6938B880F90(L_14, NULL);
|
|
*((RuntimeObject**)L_13) = (RuntimeObject*)L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_13, (void*)(RuntimeObject*)L_15);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// networkClient = null;
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64** L_16 = ___1_networkClient;
|
|
*((RuntimeObject**)L_16) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_16, (void*)(RuntimeObject*)NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::RemoveOwnership(Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_RemoveOwnership_mC3B29C4B4D311A226CAC77B6910BC4F112035790 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// ChangeOwnership(networkObject, NetworkManager.ServerClientId);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_0 = ___0_networkObject;
|
|
NetworkSpawnManager_ChangeOwnership_mAEDCF65E6A317F372DB3223041A0885FA27303E9(__this, L_0, ((int64_t)0), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::ChangeOwnership(Unity.Netcode.NetworkObject,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_ChangeOwnership_mAEDCF65E6A317F372DB3223041A0885FA27303E9 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, uint64_t ___1_clientId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t81C2EF64A39BB376C744B3CD1A6E7D278AE77A00_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t96571B6DD36ADE5D8304929F37C040CAE349E671_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INetworkMetrics_tE2C13758A950A5C77D2682C15F47914B13AC1C41_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m2436B5AA9B2A20EB535900DA63BADE43960B2909_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m2C63F8504AA98C5D1617FC7746AF4ABEA2CEED2B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkConnectionManager_SendMessage_TisChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103_m2346B288F46596B4B74AC1F8DABCB75B617BB3A4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
ChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
ChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
RuntimeObject* V_3 = NULL;
|
|
KeyValuePair_2_t83E43462EAE089D2792B34367B65667184A2B91B V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t V_5 = 0;
|
|
{
|
|
// if (!NetworkManager.IsServer)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0;
|
|
L_0 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = NetworkManager_get_IsServer_m3FF8C5D22D260033AD3FC6C4AF44E7161BDD7F52(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotServerException("Only the server can change ownership");
|
|
NotServerException_tF91A11C8CBAEE7830CD1AA4FFDD4F74DC22D705C* L_2 = (NotServerException_tF91A11C8CBAEE7830CD1AA4FFDD4F74DC22D705C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotServerException_tF91A11C8CBAEE7830CD1AA4FFDD4F74DC22D705C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
NotServerException__ctor_m44102E4790B07343F1DB7156342BF17E64167F4D(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A3EB0856ABC31C25987451CEDA1FADAD8EB52DC)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkSpawnManager_ChangeOwnership_mAEDCF65E6A317F372DB3223041A0885FA27303E9_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// if (!networkObject.IsSpawned)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_3 = ___0_networkObject;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = NetworkObject_get_IsSpawned_mDAF52C8099FE7F21C7AFF36622F74688E9E07CDA_inline(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// throw new SpawnStateException("Object is not spawned");
|
|
SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E* L_5 = (SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
SpawnStateException__ctor_mAEB808E065ED7685929B8F419D52593AE8346780(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDFE29606B44E2D340A1A597B600494984E1A7995)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkSpawnManager_ChangeOwnership_mAEDCF65E6A317F372DB3223041A0885FA27303E9_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// var previous = networkObject.OwnerClientId;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_6 = ___0_networkObject;
|
|
NullCheck(L_6);
|
|
uint64_t L_7;
|
|
L_7 = NetworkObject_get_OwnerClientId_m049930D5FE84BDA9104F03995AC29953BAB247E4_inline(L_6, NULL);
|
|
V_0 = L_7;
|
|
// networkObject.OwnerClientId = clientId;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_8 = ___0_networkObject;
|
|
uint64_t L_9 = ___1_clientId;
|
|
NullCheck(L_8);
|
|
NetworkObject_set_OwnerClientId_m01EC92AFE7BAFDA5BD221C784C8B6B2B45D350EA_inline(L_8, L_9, NULL);
|
|
// networkObject.InvokeBehaviourOnLostOwnership();
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_10 = ___0_networkObject;
|
|
NullCheck(L_10);
|
|
NetworkObject_InvokeBehaviourOnLostOwnership_m44B7403C9873D562A7C5EFBA8E1B1BDB6732A924(L_10, NULL);
|
|
// networkObject.MarkVariablesDirty(true);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_11 = ___0_networkObject;
|
|
NullCheck(L_11);
|
|
NetworkObject_MarkVariablesDirty_m8B48A1A0D89C926C973A6F28A265F7E901F0E44C(L_11, (bool)1, NULL);
|
|
// NetworkManager.BehaviourUpdater.AddForUpdate(networkObject);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_12;
|
|
L_12 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_12);
|
|
NetworkBehaviourUpdater_t215DD428092983D5AECE1BF5BA0576E5070F987C* L_13;
|
|
L_13 = NetworkManager_get_BehaviourUpdater_m083E90C9FDBA1EE960D95B5357BB65AA3D795F62_inline(L_12, NULL);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_14 = ___0_networkObject;
|
|
NullCheck(L_13);
|
|
NetworkBehaviourUpdater_AddForUpdate_m8F2C1A11D5A34B15B7EC0B540F7EF9F116F6E29B(L_13, L_14, NULL);
|
|
// UpdateOwnershipTable(networkObject, networkObject.OwnerClientId);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_15 = ___0_networkObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_16 = ___0_networkObject;
|
|
NullCheck(L_16);
|
|
uint64_t L_17;
|
|
L_17 = NetworkObject_get_OwnerClientId_m049930D5FE84BDA9104F03995AC29953BAB247E4_inline(L_16, NULL);
|
|
NetworkSpawnManager_UpdateOwnershipTable_m5E69C4F919DCEE4A38B42C3F0070AFB5C4377DE2(__this, L_15, L_17, (bool)0, NULL);
|
|
// networkObject.InvokeBehaviourOnGainedOwnership();
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_18 = ___0_networkObject;
|
|
NullCheck(L_18);
|
|
NetworkObject_InvokeBehaviourOnGainedOwnership_m5E1DAB35D90DD7D979C4BA6734E12E767197C3E5(L_18, NULL);
|
|
// var message = new ChangeOwnershipMessage
|
|
// {
|
|
// NetworkObjectId = networkObject.NetworkObjectId,
|
|
// OwnerClientId = networkObject.OwnerClientId
|
|
// };
|
|
il2cpp_codegen_initobj((&V_2), sizeof(ChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103));
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_19 = ___0_networkObject;
|
|
NullCheck(L_19);
|
|
uint64_t L_20;
|
|
L_20 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_19, NULL);
|
|
(&V_2)->___NetworkObjectId_0 = L_20;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_21 = ___0_networkObject;
|
|
NullCheck(L_21);
|
|
uint64_t L_22;
|
|
L_22 = NetworkObject_get_OwnerClientId_m049930D5FE84BDA9104F03995AC29953BAB247E4_inline(L_21, NULL);
|
|
(&V_2)->___OwnerClientId_1 = L_22;
|
|
ChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103 L_23 = V_2;
|
|
V_1 = L_23;
|
|
// foreach (var client in NetworkManager.ConnectedClients)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_24;
|
|
L_24 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_24);
|
|
RuntimeObject* L_25;
|
|
L_25 = NetworkManager_get_ConnectedClients_mF98B5720C9B6701421F173411D6B3198A61E39A7(L_24, NULL);
|
|
NullCheck(L_25);
|
|
RuntimeObject* L_26;
|
|
L_26 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<System.UInt64,Unity.Netcode.NetworkClient>>::GetEnumerator() */, IEnumerable_1_t81C2EF64A39BB376C744B3CD1A6E7D278AE77A00_il2cpp_TypeInfo_var, L_25);
|
|
V_3 = L_26;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0104:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_27 = V_3;
|
|
if (!L_27)
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_28 = V_3;
|
|
NullCheck(L_28);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_28);
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00fa_1;
|
|
}
|
|
|
|
IL_00a2_1:
|
|
{
|
|
// foreach (var client in NetworkManager.ConnectedClients)
|
|
RuntimeObject* L_29 = V_3;
|
|
NullCheck(L_29);
|
|
KeyValuePair_2_t83E43462EAE089D2792B34367B65667184A2B91B L_30;
|
|
L_30 = InterfaceFuncInvoker0< KeyValuePair_2_t83E43462EAE089D2792B34367B65667184A2B91B >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt64,Unity.Netcode.NetworkClient>>::get_Current() */, IEnumerator_1_t96571B6DD36ADE5D8304929F37C040CAE349E671_il2cpp_TypeInfo_var, L_29);
|
|
V_4 = L_30;
|
|
// if (networkObject.IsNetworkVisibleTo(client.Value.ClientId))
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_31 = ___0_networkObject;
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_32;
|
|
L_32 = KeyValuePair_2_get_Value_m2C63F8504AA98C5D1617FC7746AF4ABEA2CEED2B_inline((&V_4), KeyValuePair_2_get_Value_m2C63F8504AA98C5D1617FC7746AF4ABEA2CEED2B_RuntimeMethod_var);
|
|
NullCheck(L_32);
|
|
uint64_t L_33 = L_32->___ClientId_4;
|
|
NullCheck(L_31);
|
|
bool L_34;
|
|
L_34 = NetworkObject_IsNetworkVisibleTo_mE429F4B9A886AC93E179746BF6FFE7AB2D837667(L_31, L_33, NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_00fa_1;
|
|
}
|
|
}
|
|
{
|
|
// var size = NetworkManager.ConnectionManager.SendMessage(ref message, NetworkDelivery.ReliableSequenced, client.Value.ClientId);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_35;
|
|
L_35 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_35);
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_36 = L_35->___ConnectionManager_31;
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_37;
|
|
L_37 = KeyValuePair_2_get_Value_m2C63F8504AA98C5D1617FC7746AF4ABEA2CEED2B_inline((&V_4), KeyValuePair_2_get_Value_m2C63F8504AA98C5D1617FC7746AF4ABEA2CEED2B_RuntimeMethod_var);
|
|
NullCheck(L_37);
|
|
uint64_t L_38 = L_37->___ClientId_4;
|
|
NullCheck(L_36);
|
|
int32_t L_39;
|
|
L_39 = NetworkConnectionManager_SendMessage_TisChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103_m2346B288F46596B4B74AC1F8DABCB75B617BB3A4(L_36, (&V_1), 3, L_38, NetworkConnectionManager_SendMessage_TisChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103_m2346B288F46596B4B74AC1F8DABCB75B617BB3A4_RuntimeMethod_var);
|
|
V_5 = L_39;
|
|
// NetworkManager.NetworkMetrics.TrackOwnershipChangeSent(client.Key, networkObject, size);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_40;
|
|
L_40 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_40);
|
|
RuntimeObject* L_41;
|
|
L_41 = NetworkManager_get_NetworkMetrics_mC2FC9F73570CF607741C2C02FB641D1A23FCEF13(L_40, NULL);
|
|
uint64_t L_42;
|
|
L_42 = KeyValuePair_2_get_Key_m2436B5AA9B2A20EB535900DA63BADE43960B2909_inline((&V_4), KeyValuePair_2_get_Key_m2436B5AA9B2A20EB535900DA63BADE43960B2909_RuntimeMethod_var);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_43 = ___0_networkObject;
|
|
int32_t L_44 = V_5;
|
|
NullCheck(L_41);
|
|
InterfaceActionInvoker3< uint64_t, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*, int64_t >::Invoke(13 /* System.Void Unity.Netcode.INetworkMetrics::TrackOwnershipChangeSent(System.UInt64,Unity.Netcode.NetworkObject,System.Int64) */, INetworkMetrics_tE2C13758A950A5C77D2682C15F47914B13AC1C41_il2cpp_TypeInfo_var, L_41, L_42, L_43, ((int64_t)L_44));
|
|
}
|
|
|
|
IL_00fa_1:
|
|
{
|
|
// foreach (var client in NetworkManager.ConnectedClients)
|
|
RuntimeObject* L_45 = V_3;
|
|
NullCheck(L_45);
|
|
bool L_46;
|
|
L_46 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_45);
|
|
if (L_46)
|
|
{
|
|
goto IL_00a2_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_010e:
|
|
{
|
|
// networkObject.InvokeOwnershipChanged(previous, clientId);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_47 = ___0_networkObject;
|
|
uint64_t L_48 = V_0;
|
|
uint64_t L_49 = ___1_clientId;
|
|
NullCheck(L_47);
|
|
NetworkObject_InvokeOwnershipChanged_m000FA35B8B79C1CEBEC699D2657BAD2E09067106(L_47, L_48, L_49, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkSpawnManager::HasPrefab(Unity.Netcode.NetworkObject/SceneObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkSpawnManager_HasPrefab_m81E9930CAB882E21F3E4440C738F4F35B6F46D25 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 ___0_sceneObject, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m60E85B714CB0969AF032271E9055073EA938DCBC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (!NetworkManager.NetworkConfig.EnableSceneManagement || !sceneObject.IsSceneObject)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0;
|
|
L_0 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_1 = L_0->___NetworkConfig_10;
|
|
NullCheck(L_1);
|
|
bool L_2 = L_1->___EnableSceneManagement_11;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
bool L_3;
|
|
L_3 = SceneObject_get_IsSceneObject_m9A3ACB3BE4B63C62D4009AB035837C7E8CDBA4E2((&___0_sceneObject), NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// if (NetworkManager.PrefabHandler.ContainsHandler(sceneObject.Hash))
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_4;
|
|
L_4 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_4);
|
|
NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* L_5;
|
|
L_5 = NetworkManager_get_PrefabHandler_mE9305CDEFCD9F14B146A0EB760BCCE20F68BD24A(L_4, NULL);
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_6 = ___0_sceneObject;
|
|
uint32_t L_7 = L_6.___Hash_1;
|
|
NullCheck(L_5);
|
|
bool L_8;
|
|
L_8 = NetworkPrefabHandler_ContainsHandler_m9D5493F0169DCCC5F0C740ED113B065E0E654BA7(L_5, L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// if (NetworkManager.NetworkConfig.Prefabs.NetworkPrefabOverrideLinks.TryGetValue(sceneObject.Hash, out var networkPrefab))
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_9;
|
|
L_9 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_9);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_10 = L_9->___NetworkConfig_10;
|
|
NullCheck(L_10);
|
|
NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* L_11 = L_10->___Prefabs_3;
|
|
NullCheck(L_11);
|
|
Dictionary_2_t7E3F7ADC88D549FC0444CEF23D9116E9E7B8F861* L_12 = L_11->___NetworkPrefabOverrideLinks_1;
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_13 = ___0_sceneObject;
|
|
uint32_t L_14 = L_13.___Hash_1;
|
|
NullCheck(L_12);
|
|
bool L_15;
|
|
L_15 = Dictionary_2_TryGetValue_m60E85B714CB0969AF032271E9055073EA938DCBC(L_12, L_14, (&V_0), Dictionary_2_TryGetValue_m60E85B714CB0969AF032271E9055073EA938DCBC_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
// switch (networkPrefab.Override)
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = L_16->___Override_0;
|
|
V_1 = L_17;
|
|
int32_t L_18 = V_1;
|
|
if (!L_18)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19 = V_1;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, 1))) > ((uint32_t)1))))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// return networkPrefab.Prefab != null;
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_21 = L_20->___Prefab_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_22;
|
|
L_22 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_21, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
return L_22;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
// return networkPrefab.OverridingTargetPrefab != null;
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_23 = V_0;
|
|
NullCheck(L_23);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_24 = L_23->___OverridingTargetPrefab_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_25;
|
|
L_25 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_24, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
return L_25;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
// var networkObject = NetworkManager.SceneManager.GetSceneRelativeInSceneNetworkObject(sceneObject.Hash, sceneObject.NetworkSceneHandle);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_26;
|
|
L_26 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_26);
|
|
NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC* L_27;
|
|
L_27 = NetworkManager_get_SceneManager_m88D4B3F1D93093835BE6C7D13A4E3E3D337637C2_inline(L_26, NULL);
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_28 = ___0_sceneObject;
|
|
uint32_t L_29 = L_28.___Hash_1;
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_30 = ___0_sceneObject;
|
|
int32_t L_31 = L_30.___NetworkSceneHandle_9;
|
|
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_32;
|
|
memset((&L_32), 0, sizeof(L_32));
|
|
Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703((&L_32), L_31, /*hidden argument*/Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
|
|
NullCheck(L_27);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_33;
|
|
L_33 = NetworkSceneManager_GetSceneRelativeInSceneNetworkObject_mFEC593C0D8484E3CB066001A3E2019B366828B48(L_27, L_29, L_32, NULL);
|
|
// return networkObject != null;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_34;
|
|
L_34 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_33, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
return L_34;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkSpawnManager::InstantiateAndSpawn(Unity.Netcode.NetworkObject,System.UInt64,System.Boolean,System.Boolean,System.Boolean,UnityEngine.Vector3,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkSpawnManager_InstantiateAndSpawn_m04EC55BB9990F80B40DD6515CB221F718AB75AE6 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkPrefab, uint64_t ___1_ownerClientId, bool ___2_destroyWithScene, bool ___3_isPlayerObject, bool ___4_forceOverride, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___5_position, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___6_rotation, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mDF747A6BE5FA0C1FB00FA3AFFC8E4DB90AE16948_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (networkPrefab == null)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_0 = ___0_networkPrefab;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError(InstantiateAndSpawnErrors[InstantiateAndSpawnErrorTypes.NetworkPrefabNull]);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tB9DB09131681DF5E71B62460E23F0AE9D07D7E4F* L_2 = ((NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_StaticFields*)il2cpp_codegen_static_fields_for(NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_il2cpp_TypeInfo_var))->___InstantiateAndSpawnErrors_9;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = Dictionary_2_get_Item_mDF747A6BE5FA0C1FB00FA3AFFC8E4DB90AE16948(L_2, 0, Dictionary_2_get_Item_mDF747A6BE5FA0C1FB00FA3AFFC8E4DB90AE16948_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_3, NULL);
|
|
// return null;
|
|
return (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*)NULL;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// if (!NetworkManager.IsServer)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_4;
|
|
L_4 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_4);
|
|
bool L_5;
|
|
L_5 = NetworkManager_get_IsServer_m3FF8C5D22D260033AD3FC6C4AF44E7161BDD7F52(L_4, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError(InstantiateAndSpawnErrors[InstantiateAndSpawnErrorTypes.NotAuthority]);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tB9DB09131681DF5E71B62460E23F0AE9D07D7E4F* L_6 = ((NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_StaticFields*)il2cpp_codegen_static_fields_for(NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_il2cpp_TypeInfo_var))->___InstantiateAndSpawnErrors_9;
|
|
NullCheck(L_6);
|
|
String_t* L_7;
|
|
L_7 = Dictionary_2_get_Item_mDF747A6BE5FA0C1FB00FA3AFFC8E4DB90AE16948(L_6, 1, Dictionary_2_get_Item_mDF747A6BE5FA0C1FB00FA3AFFC8E4DB90AE16948_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_7, NULL);
|
|
// return null;
|
|
return (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*)NULL;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// if (NetworkManager.ShutdownInProgress)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_8;
|
|
L_8 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_8);
|
|
bool L_9;
|
|
L_9 = NetworkManager_get_ShutdownInProgress_mF9E146A3C71F83E8E5B36E720CB16610324D7109_inline(L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogWarning(InstantiateAndSpawnErrors[InstantiateAndSpawnErrorTypes.InvokedWhenShuttingDown]);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tB9DB09131681DF5E71B62460E23F0AE9D07D7E4F* L_10 = ((NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_StaticFields*)il2cpp_codegen_static_fields_for(NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_il2cpp_TypeInfo_var))->___InstantiateAndSpawnErrors_9;
|
|
NullCheck(L_10);
|
|
String_t* L_11;
|
|
L_11 = Dictionary_2_get_Item_mDF747A6BE5FA0C1FB00FA3AFFC8E4DB90AE16948(L_10, 2, Dictionary_2_get_Item_mDF747A6BE5FA0C1FB00FA3AFFC8E4DB90AE16948_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_11, NULL);
|
|
// return null;
|
|
return (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*)NULL;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// if (!NetworkManager.NetworkConfig.Prefabs.Contains(networkPrefab.gameObject))
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_12;
|
|
L_12 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_12);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_13 = L_12->___NetworkConfig_10;
|
|
NullCheck(L_13);
|
|
NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* L_14 = L_13->___Prefabs_3;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_15 = ___0_networkPrefab;
|
|
NullCheck(L_15);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_16;
|
|
L_16 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_15, NULL);
|
|
NullCheck(L_14);
|
|
bool L_17;
|
|
L_17 = NetworkPrefabs_Contains_m6D2EF17416C3DB93D6509A86DF445207F511F2C0(L_14, L_16, NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError(InstantiateAndSpawnErrors[InstantiateAndSpawnErrorTypes.NotRegisteredNetworkPrefab]);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tB9DB09131681DF5E71B62460E23F0AE9D07D7E4F* L_18 = ((NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_StaticFields*)il2cpp_codegen_static_fields_for(NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_il2cpp_TypeInfo_var))->___InstantiateAndSpawnErrors_9;
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = Dictionary_2_get_Item_mDF747A6BE5FA0C1FB00FA3AFFC8E4DB90AE16948(L_18, 3, Dictionary_2_get_Item_mDF747A6BE5FA0C1FB00FA3AFFC8E4DB90AE16948_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_19, NULL);
|
|
// return null;
|
|
return (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*)NULL;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// return InstantiateAndSpawnNoParameterChecks(networkPrefab, ownerClientId, destroyWithScene, isPlayerObject, forceOverride, position, rotation);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_20 = ___0_networkPrefab;
|
|
uint64_t L_21 = ___1_ownerClientId;
|
|
bool L_22 = ___2_destroyWithScene;
|
|
bool L_23 = ___3_isPlayerObject;
|
|
bool L_24 = ___4_forceOverride;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25 = ___5_position;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_26 = ___6_rotation;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_27;
|
|
L_27 = NetworkSpawnManager_InstantiateAndSpawnNoParameterChecks_mDAECE2943909CE8320116B87C54C15DD53B2EB96(__this, L_20, L_21, L_22, L_23, L_24, L_25, L_26, NULL);
|
|
return L_27;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkSpawnManager::InstantiateAndSpawnNoParameterChecks(Unity.Netcode.NetworkObject,System.UInt64,System.Boolean,System.Boolean,System.Boolean,UnityEngine.Vector3,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkSpawnManager_InstantiateAndSpawnNoParameterChecks_mDAECE2943909CE8320116B87C54C15DD53B2EB96 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkPrefab, uint64_t ___1_ownerClientId, bool ___2_destroyWithScene, bool ___3_isPlayerObject, bool ___4_forceOverride, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___5_position, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___6_rotation, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral464102F1E51C61D3039C8346344E6B0C50BF5752);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_0 = NULL;
|
|
{
|
|
// var networkObject = networkPrefab;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_0 = ___0_networkPrefab;
|
|
V_0 = L_0;
|
|
// if (forceOverride || NetworkManager.IsHost)
|
|
bool L_1 = ___4_forceOverride;
|
|
if (L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2;
|
|
L_2 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = NetworkManager_get_IsHost_mC1156B68C1D97048027559F64FB5C3413F16C124(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// networkObject = GetNetworkObjectToSpawn(networkPrefab.GlobalObjectIdHash, ownerClientId, position, rotation);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_4 = ___0_networkPrefab;
|
|
NullCheck(L_4);
|
|
uint32_t L_5 = L_4->___GlobalObjectIdHash_4;
|
|
uint64_t L_6 = ___1_ownerClientId;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ___5_position;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8 = ___6_rotation;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_9;
|
|
L_9 = NetworkSpawnManager_GetNetworkObjectToSpawn_m29784789D61CD218E0172A9177A72000A91F8261(__this, L_5, L_6, L_7, L_8, (bool)0, NULL);
|
|
V_0 = L_9;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// if (networkObject == null)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_10 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_10, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError($"Failed to instantiate and spawn {networkPrefab.name}!");
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_12 = ___0_networkPrefab;
|
|
NullCheck(L_12);
|
|
String_t* L_13;
|
|
L_13 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_12, NULL);
|
|
String_t* L_14;
|
|
L_14 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral464102F1E51C61D3039C8346344E6B0C50BF5752, L_13, _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_14, NULL);
|
|
// return null;
|
|
return (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*)NULL;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// networkObject.IsPlayerObject = isPlayerObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_15 = V_0;
|
|
bool L_16 = ___3_isPlayerObject;
|
|
NullCheck(L_15);
|
|
NetworkObject_set_IsPlayerObject_m16C70856A247FFA2DBB2F3345AC1B90CDC5D2CCD_inline(L_15, L_16, NULL);
|
|
// networkObject.transform.position = position;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_18;
|
|
L_18 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_17, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19 = ___5_position;
|
|
NullCheck(L_18);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_18, L_19, NULL);
|
|
// networkObject.transform.rotation = rotation;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_21;
|
|
L_21 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_20, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_22 = ___6_rotation;
|
|
NullCheck(L_21);
|
|
Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D(L_21, L_22, NULL);
|
|
// networkObject.SpawnWithOwnership(ownerClientId, destroyWithScene);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_23 = V_0;
|
|
uint64_t L_24 = ___1_ownerClientId;
|
|
bool L_25 = ___2_destroyWithScene;
|
|
NullCheck(L_23);
|
|
NetworkObject_SpawnWithOwnership_mF0C4A971C6BF684FC8EDACD44FAEB6230751338C(L_23, L_24, L_25, NULL);
|
|
// return networkObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_26 = V_0;
|
|
return L_26;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkSpawnManager::GetNetworkObjectToSpawn(System.UInt32,System.UInt64,UnityEngine.Vector3,UnityEngine.Quaternion,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkSpawnManager_GetNetworkObjectToSpawn_m29784789D61CD218E0172A9177A72000A91F8261 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, uint32_t ___0_globalObjectIdHash, uint64_t ___1_ownerId, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_position, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___3_rotation, bool ___4_isScenePlaced, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mD1668BB3E6FA4CBB2547D12287D0AF383244F273_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m2FA94B5501DF81888AEA1D9399DDFF2357224020_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08C63E0437F308EC664A222F6519F2A84B9C11D1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5204FA1E4C71FB72265C38E497665261C12837C3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82C9E73181CA72F47C910A7EF02BE15659453D35);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD6A6D9356737D637F17F24AA57653F9884ED198);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_0 = NULL;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_1 = NULL;
|
|
bool V_2 = false;
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* G_B10_0 = NULL;
|
|
{
|
|
// NetworkObject networkObject = null;
|
|
V_0 = (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*)NULL;
|
|
// if (NetworkManager.PrefabHandler.ContainsHandler(globalObjectIdHash))
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0;
|
|
L_0 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* L_1;
|
|
L_1 = NetworkManager_get_PrefabHandler_mE9305CDEFCD9F14B146A0EB760BCCE20F68BD24A(L_0, NULL);
|
|
uint32_t L_2 = ___0_globalObjectIdHash;
|
|
NullCheck(L_1);
|
|
bool L_3;
|
|
L_3 = NetworkPrefabHandler_ContainsHandler_m9D5493F0169DCCC5F0C740ED113B065E0E654BA7(L_1, L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// networkObject = NetworkManager.PrefabHandler.HandleNetworkPrefabSpawn(globalObjectIdHash, ownerId, position, rotation);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_4;
|
|
L_4 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_4);
|
|
NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* L_5;
|
|
L_5 = NetworkManager_get_PrefabHandler_mE9305CDEFCD9F14B146A0EB760BCCE20F68BD24A(L_4, NULL);
|
|
uint32_t L_6 = ___0_globalObjectIdHash;
|
|
uint64_t L_7 = ___1_ownerId;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___2_position;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9 = ___3_rotation;
|
|
NullCheck(L_5);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_10;
|
|
L_10 = NetworkPrefabHandler_HandleNetworkPrefabSpawn_m728D955041DE033687E5098561A8A2068FAFF5B3(L_5, L_6, L_7, L_8, L_9, NULL);
|
|
V_0 = L_10;
|
|
// networkObject.NetworkManagerOwner = NetworkManager;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_11 = V_0;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_12;
|
|
L_12 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_11);
|
|
L_11->___NetworkManagerOwner_7 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_11->___NetworkManagerOwner_7), (void*)L_12);
|
|
goto IL_0154;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// var networkPrefabReference = (GameObject)null;
|
|
V_1 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL;
|
|
// var inScenePlacedWithNoSceneManagement = !NetworkManager.NetworkConfig.EnableSceneManagement && isScenePlaced;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_13;
|
|
L_13 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_13);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_14 = L_13->___NetworkConfig_10;
|
|
NullCheck(L_14);
|
|
bool L_15 = L_14->___EnableSceneManagement_11;
|
|
bool L_16 = ___4_isScenePlaced;
|
|
V_2 = (bool)((int32_t)(((((int32_t)L_15) == ((int32_t)0))? 1 : 0)&(int32_t)L_16));
|
|
// if (NetworkManager.NetworkConfig.Prefabs.NetworkPrefabOverrideLinks.ContainsKey(globalObjectIdHash))
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_17;
|
|
L_17 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_17);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_18 = L_17->___NetworkConfig_10;
|
|
NullCheck(L_18);
|
|
NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* L_19 = L_18->___Prefabs_3;
|
|
NullCheck(L_19);
|
|
Dictionary_2_t7E3F7ADC88D549FC0444CEF23D9116E9E7B8F861* L_20 = L_19->___NetworkPrefabOverrideLinks_1;
|
|
uint32_t L_21 = ___0_globalObjectIdHash;
|
|
NullCheck(L_20);
|
|
bool L_22;
|
|
L_22 = Dictionary_2_ContainsKey_mD1668BB3E6FA4CBB2547D12287D0AF383244F273(L_20, L_21, Dictionary_2_ContainsKey_mD1668BB3E6FA4CBB2547D12287D0AF383244F273_RuntimeMethod_var);
|
|
if (!L_22)
|
|
{
|
|
goto IL_00ec;
|
|
}
|
|
}
|
|
{
|
|
// var networkPrefab = NetworkManager.NetworkConfig.Prefabs.NetworkPrefabOverrideLinks[globalObjectIdHash];
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_23;
|
|
L_23 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_23);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_24 = L_23->___NetworkConfig_10;
|
|
NullCheck(L_24);
|
|
NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* L_25 = L_24->___Prefabs_3;
|
|
NullCheck(L_25);
|
|
Dictionary_2_t7E3F7ADC88D549FC0444CEF23D9116E9E7B8F861* L_26 = L_25->___NetworkPrefabOverrideLinks_1;
|
|
uint32_t L_27 = ___0_globalObjectIdHash;
|
|
NullCheck(L_26);
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_28;
|
|
L_28 = Dictionary_2_get_Item_m2FA94B5501DF81888AEA1D9399DDFF2357224020(L_26, L_27, Dictionary_2_get_Item_m2FA94B5501DF81888AEA1D9399DDFF2357224020_RuntimeMethod_var);
|
|
V_3 = L_28;
|
|
// switch (networkPrefab.Override)
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_29 = V_3;
|
|
NullCheck(L_29);
|
|
int32_t L_30 = L_29->___Override_0;
|
|
V_4 = L_30;
|
|
int32_t L_31 = V_4;
|
|
if (!L_31)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_32 = V_4;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, 1))) > ((uint32_t)1))))
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
// networkPrefabReference = networkPrefab.Prefab;
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_33 = V_3;
|
|
NullCheck(L_33);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_34 = L_33->___Prefab_1;
|
|
V_1 = L_34;
|
|
// break;
|
|
goto IL_00ec;
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
// if (inScenePlacedWithNoSceneManagement)
|
|
bool L_35 = V_2;
|
|
if (!L_35)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
// networkPrefabReference = networkPrefab.SourcePrefabToOverride ? networkPrefab.SourcePrefabToOverride : networkPrefab.Prefab;
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_36 = V_3;
|
|
NullCheck(L_36);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_37 = L_36->___SourcePrefabToOverride_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_38;
|
|
L_38 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_37, NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_39 = V_3;
|
|
NullCheck(L_39);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_40 = L_39->___Prefab_1;
|
|
G_B10_0 = L_40;
|
|
goto IL_00c8;
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_41 = V_3;
|
|
NullCheck(L_41);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_42 = L_41->___SourcePrefabToOverride_2;
|
|
G_B10_0 = L_42;
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
V_1 = G_B10_0;
|
|
goto IL_00ec;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
// networkPrefabReference = NetworkManager.NetworkConfig.Prefabs.NetworkPrefabOverrideLinks[globalObjectIdHash].OverridingTargetPrefab;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_43;
|
|
L_43 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_43);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_44 = L_43->___NetworkConfig_10;
|
|
NullCheck(L_44);
|
|
NetworkPrefabs_t1DCB21A957C1C64646BD413900E696049BC8A324* L_45 = L_44->___Prefabs_3;
|
|
NullCheck(L_45);
|
|
Dictionary_2_t7E3F7ADC88D549FC0444CEF23D9116E9E7B8F861* L_46 = L_45->___NetworkPrefabOverrideLinks_1;
|
|
uint32_t L_47 = ___0_globalObjectIdHash;
|
|
NullCheck(L_46);
|
|
NetworkPrefab_t6FC02442E92198AA713DBF6327E6568A606A9945* L_48;
|
|
L_48 = Dictionary_2_get_Item_m2FA94B5501DF81888AEA1D9399DDFF2357224020(L_46, L_47, Dictionary_2_get_Item_m2FA94B5501DF81888AEA1D9399DDFF2357224020_RuntimeMethod_var);
|
|
NullCheck(L_48);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_49 = L_48->___OverridingTargetPrefab_4;
|
|
V_1 = L_49;
|
|
}
|
|
|
|
IL_00ec:
|
|
{
|
|
// if (networkPrefabReference == null)
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_50 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_51;
|
|
L_51 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_50, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_51)
|
|
{
|
|
goto IL_0135;
|
|
}
|
|
}
|
|
{
|
|
// if (NetworkLog.CurrentLogLevel <= LogLevel.Error)
|
|
int32_t L_52;
|
|
L_52 = NetworkLog_get_CurrentLogLevel_m8D46ADEFC32E3AC0592F30B64B2062202A97AF9C(NULL);
|
|
if ((((int32_t)L_52) > ((int32_t)2)))
|
|
{
|
|
goto IL_0154;
|
|
}
|
|
}
|
|
{
|
|
// NetworkLog.LogError($"Failed to create object locally. [{nameof(globalObjectIdHash)}={globalObjectIdHash}]. {nameof(NetworkPrefab)} could not be found. Is the prefab registered with {nameof(NetworkManager)}?");
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_53 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_54 = L_53;
|
|
NullCheck(L_54);
|
|
ArrayElementTypeCheck (L_54, _stringLiteralAD6A6D9356737D637F17F24AA57653F9884ED198);
|
|
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)_stringLiteralAD6A6D9356737D637F17F24AA57653F9884ED198);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_55 = L_54;
|
|
uint32_t L_56 = ___0_globalObjectIdHash;
|
|
uint32_t L_57 = L_56;
|
|
RuntimeObject* L_58 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_57);
|
|
NullCheck(L_55);
|
|
ArrayElementTypeCheck (L_55, L_58);
|
|
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_58);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_59 = L_55;
|
|
NullCheck(L_59);
|
|
ArrayElementTypeCheck (L_59, _stringLiteral5204FA1E4C71FB72265C38E497665261C12837C3);
|
|
(L_59)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)_stringLiteral5204FA1E4C71FB72265C38E497665261C12837C3);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_60 = L_59;
|
|
NullCheck(L_60);
|
|
ArrayElementTypeCheck (L_60, _stringLiteral82C9E73181CA72F47C910A7EF02BE15659453D35);
|
|
(L_60)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)_stringLiteral82C9E73181CA72F47C910A7EF02BE15659453D35);
|
|
String_t* L_61;
|
|
L_61 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteral08C63E0437F308EC664A222F6519F2A84B9C11D1, L_60, NULL);
|
|
NetworkLog_LogError_m6E8EB7F038ACD2B5763437173ACCED5959883428(L_61, NULL);
|
|
goto IL_0154;
|
|
}
|
|
|
|
IL_0135:
|
|
{
|
|
// networkObject = UnityEngine.Object.Instantiate(networkPrefabReference).GetComponent<NetworkObject>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_62 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_63;
|
|
L_63 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3(L_62, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3_RuntimeMethod_var);
|
|
NullCheck(L_63);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_64;
|
|
L_64 = GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E(L_63, GameObject_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mBCE234D890EEA6036A8107F53EC10D85BF65D03E_RuntimeMethod_var);
|
|
V_0 = L_64;
|
|
// networkObject.NetworkManagerOwner = NetworkManager;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_65 = V_0;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_66;
|
|
L_66 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_65);
|
|
L_65->___NetworkManagerOwner_7 = L_66;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_65->___NetworkManagerOwner_7), (void*)L_66);
|
|
// networkObject.PrefabGlobalObjectIdHash = globalObjectIdHash;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_67 = V_0;
|
|
uint32_t L_68 = ___0_globalObjectIdHash;
|
|
NullCheck(L_67);
|
|
L_67->___PrefabGlobalObjectIdHash_5 = L_68;
|
|
}
|
|
|
|
IL_0154:
|
|
{
|
|
// return networkObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_69 = V_0;
|
|
return L_69;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkObject Unity.Netcode.NetworkSpawnManager::CreateLocalNetworkObject(Unity.Netcode.NetworkObject/SceneObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkSpawnManager_CreateLocalNetworkObject_m82726C15B32749825839F342074EB90D85B42B1D (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 ___0_sceneObject, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mC102458BB8B25E5CE1A8971549DAE271D25568C8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mE505A8DC0C472662734396D9134C756674102C40_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46C83298C0D52CFCD7BD41494F722594BB86DDE8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5204FA1E4C71FB72265C38E497665261C12837C3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68D80EA53E050899180105FA6D081FEA4D4A789C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_0 = NULL;
|
|
uint32_t V_1 = 0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
uint64_t V_5 = 0;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 G_B6_0;
|
|
memset((&G_B6_0), 0, sizeof(G_B6_0));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B9_0;
|
|
memset((&G_B9_0), 0, sizeof(G_B9_0));
|
|
uint64_t G_B12_0 = 0;
|
|
int32_t G_B15_0 = 0;
|
|
{
|
|
// NetworkObject networkObject = null;
|
|
V_0 = (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*)NULL;
|
|
// var globalObjectIdHash = sceneObject.Hash;
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_0 = ___0_sceneObject;
|
|
uint32_t L_1 = L_0.___Hash_1;
|
|
V_1 = L_1;
|
|
// var position = sceneObject.HasTransform ? sceneObject.Transform.Position : default;
|
|
bool L_2;
|
|
L_2 = SceneObject_get_HasTransform_m8B9DD12DEBA61136EE02CB4E3DD7F4367DB3BD26((&___0_sceneObject), NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_8), sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = V_8;
|
|
G_B3_0 = L_3;
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_4 = ___0_sceneObject;
|
|
TransformData_t4062B6AC0185B2680A3F5904FF85BADD71D79B8C L_5 = L_4.___Transform_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = L_5.___Position_0;
|
|
G_B3_0 = L_6;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
V_2 = G_B3_0;
|
|
// var rotation = sceneObject.HasTransform ? sceneObject.Transform.Rotation : default;
|
|
bool L_7;
|
|
L_7 = SceneObject_get_HasTransform_m8B9DD12DEBA61136EE02CB4E3DD7F4367DB3BD26((&___0_sceneObject), NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_9), sizeof(Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974));
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8 = V_9;
|
|
G_B6_0 = L_8;
|
|
goto IL_004a;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_9 = ___0_sceneObject;
|
|
TransformData_t4062B6AC0185B2680A3F5904FF85BADD71D79B8C L_10 = L_9.___Transform_5;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_11 = L_10.___Rotation_1;
|
|
G_B6_0 = L_11;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
V_3 = G_B6_0;
|
|
// var scale = sceneObject.HasTransform ? sceneObject.Transform.Scale : default;
|
|
bool L_12;
|
|
L_12 = SceneObject_get_HasTransform_m8B9DD12DEBA61136EE02CB4E3DD7F4367DB3BD26((&___0_sceneObject), NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_8), sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_8;
|
|
G_B9_0 = L_13;
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_14 = ___0_sceneObject;
|
|
TransformData_t4062B6AC0185B2680A3F5904FF85BADD71D79B8C L_15 = L_14.___Transform_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16 = L_15.___Scale_2;
|
|
G_B9_0 = L_16;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
V_4 = G_B9_0;
|
|
// var parentNetworkId = sceneObject.HasParent ? sceneObject.ParentObjectId : default;
|
|
bool L_17;
|
|
L_17 = SceneObject_get_HasParent_m3DE239E038A5744F822126269296A0C51F8DD002((&___0_sceneObject), NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
G_B12_0 = ((uint64_t)(((int64_t)0)));
|
|
goto IL_0080;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_18 = ___0_sceneObject;
|
|
uint64_t L_19 = L_18.___ParentObjectId_4;
|
|
G_B12_0 = L_19;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
V_5 = G_B12_0;
|
|
// var worldPositionStays = (!sceneObject.HasParent) || sceneObject.WorldPositionStays;
|
|
bool L_20;
|
|
L_20 = SceneObject_get_HasParent_m3DE239E038A5744F822126269296A0C51F8DD002((&___0_sceneObject), NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
bool L_21;
|
|
L_21 = SceneObject_get_WorldPositionStays_m0F9242C0F8B6DAF2A78E9A99E47CDAE9247F3B06((&___0_sceneObject), NULL);
|
|
G_B15_0 = ((int32_t)(L_21));
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
G_B15_0 = 1;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
V_6 = (bool)G_B15_0;
|
|
// var isSpawnedByPrefabHandler = false;
|
|
V_7 = (bool)0;
|
|
// if (!NetworkManager.NetworkConfig.EnableSceneManagement || !sceneObject.IsSceneObject)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_22;
|
|
L_22 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_22);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_23 = L_22->___NetworkConfig_10;
|
|
NullCheck(L_23);
|
|
bool L_24 = L_23->___EnableSceneManagement_11;
|
|
if (!L_24)
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
bool L_25;
|
|
L_25 = SceneObject_get_IsSceneObject_m9A3ACB3BE4B63C62D4009AB035837C7E8CDBA4E2((&___0_sceneObject), NULL);
|
|
if (L_25)
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
// networkObject = GetNetworkObjectToSpawn(sceneObject.Hash, sceneObject.OwnerClientId, position, rotation, sceneObject.IsSceneObject);
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_26 = ___0_sceneObject;
|
|
uint32_t L_27 = L_26.___Hash_1;
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_28 = ___0_sceneObject;
|
|
uint64_t L_29 = L_28.___OwnerClientId_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_30 = V_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_31 = V_3;
|
|
bool L_32;
|
|
L_32 = SceneObject_get_IsSceneObject_m9A3ACB3BE4B63C62D4009AB035837C7E8CDBA4E2((&___0_sceneObject), NULL);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_33;
|
|
L_33 = NetworkSpawnManager_GetNetworkObjectToSpawn_m29784789D61CD218E0172A9177A72000A91F8261(__this, L_27, L_29, L_30, L_31, L_32, NULL);
|
|
V_0 = L_33;
|
|
goto IL_0142;
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
// networkObject = NetworkManager.SceneManager.GetSceneRelativeInSceneNetworkObject(globalObjectIdHash, sceneObject.NetworkSceneHandle);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_34;
|
|
L_34 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_34);
|
|
NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC* L_35;
|
|
L_35 = NetworkManager_get_SceneManager_m88D4B3F1D93093835BE6C7D13A4E3E3D337637C2_inline(L_34, NULL);
|
|
uint32_t L_36 = V_1;
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_37 = ___0_sceneObject;
|
|
int32_t L_38 = L_37.___NetworkSceneHandle_9;
|
|
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_39;
|
|
memset((&L_39), 0, sizeof(L_39));
|
|
Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703((&L_39), L_38, /*hidden argument*/Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
|
|
NullCheck(L_35);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_40;
|
|
L_40 = NetworkSceneManager_GetSceneRelativeInSceneNetworkObject_mFEC593C0D8484E3CB066001A3E2019B366828B48(L_35, L_36, L_39, NULL);
|
|
V_0 = L_40;
|
|
// if (networkObject == null)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_41 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_42;
|
|
L_42 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_41, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_42)
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
// if (NetworkLog.CurrentLogLevel <= LogLevel.Error)
|
|
int32_t L_43;
|
|
L_43 = NetworkLog_get_CurrentLogLevel_m8D46ADEFC32E3AC0592F30B64B2062202A97AF9C(NULL);
|
|
if ((((int32_t)L_43) > ((int32_t)2)))
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
// NetworkLog.LogError($"{nameof(NetworkPrefab)} hash was not found! In-Scene placed {nameof(NetworkObject)} soft synchronization failure for Hash: {globalObjectIdHash}!");
|
|
uint32_t L_44 = V_1;
|
|
uint32_t L_45 = L_44;
|
|
RuntimeObject* L_46 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_45);
|
|
String_t* L_47;
|
|
L_47 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral46C83298C0D52CFCD7BD41494F722594BB86DDE8, _stringLiteral5204FA1E4C71FB72265C38E497665261C12837C3, _stringLiteral68D80EA53E050899180105FA6D081FEA4D4A789C, L_46, NULL);
|
|
NetworkLog_LogError_m6E8EB7F038ACD2B5763437173ACCED5959883428(L_47, NULL);
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
// if (networkObject != null && !networkObject.gameObject.activeInHierarchy)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_48 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_49;
|
|
L_49 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_48, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_49)
|
|
{
|
|
goto IL_0142;
|
|
}
|
|
}
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_50 = V_0;
|
|
NullCheck(L_50);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_51;
|
|
L_51 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_50, NULL);
|
|
NullCheck(L_51);
|
|
bool L_52;
|
|
L_52 = GameObject_get_activeInHierarchy_m49250F4F168DCC5388D5BE4F6A5681386907B109(L_51, NULL);
|
|
if (L_52)
|
|
{
|
|
goto IL_0142;
|
|
}
|
|
}
|
|
{
|
|
// networkObject.gameObject.SetActive(true);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_53 = V_0;
|
|
NullCheck(L_53);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_54;
|
|
L_54 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_53, NULL);
|
|
NullCheck(L_54);
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_54, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0142:
|
|
{
|
|
// if (networkObject != null)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_55 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_56;
|
|
L_56 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_55, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_56)
|
|
{
|
|
goto IL_0257;
|
|
}
|
|
}
|
|
{
|
|
// networkObject.DestroyWithScene = sceneObject.DestroyWithScene;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_57 = V_0;
|
|
bool L_58;
|
|
L_58 = SceneObject_get_DestroyWithScene_m904955D6801D5B4A090763AED6F74CDD89F3D8E7((&___0_sceneObject), NULL);
|
|
NullCheck(L_57);
|
|
NetworkObject_set_DestroyWithScene_mCB17BA6BADCC0878CE0016F187724FD489EA0C62_inline(L_57, L_58, NULL);
|
|
// networkObject.NetworkSceneHandle = sceneObject.NetworkSceneHandle;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_59 = V_0;
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_60 = ___0_sceneObject;
|
|
int32_t L_61 = L_60.___NetworkSceneHandle_9;
|
|
NullCheck(L_59);
|
|
L_59->___NetworkSceneHandle_27 = L_61;
|
|
// if (sceneObject.IsSceneObject && !sceneObject.HasParent && networkObject.transform.parent != null)
|
|
bool L_62;
|
|
L_62 = SceneObject_get_IsSceneObject_m9A3ACB3BE4B63C62D4009AB035837C7E8CDBA4E2((&___0_sceneObject), NULL);
|
|
if (!L_62)
|
|
{
|
|
goto IL_01ae;
|
|
}
|
|
}
|
|
{
|
|
bool L_63;
|
|
L_63 = SceneObject_get_HasParent_m3DE239E038A5744F822126269296A0C51F8DD002((&___0_sceneObject), NULL);
|
|
if (L_63)
|
|
{
|
|
goto IL_01ae;
|
|
}
|
|
}
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_64 = V_0;
|
|
NullCheck(L_64);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_65;
|
|
L_65 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_64, NULL);
|
|
NullCheck(L_65);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_66;
|
|
L_66 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_65, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_67;
|
|
L_67 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_66, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_67)
|
|
{
|
|
goto IL_01ae;
|
|
}
|
|
}
|
|
{
|
|
// if (networkObject.transform.parent.GetComponent<NetworkObject>() != null)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_68 = V_0;
|
|
NullCheck(L_68);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_69;
|
|
L_69 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_68, NULL);
|
|
NullCheck(L_69);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_70;
|
|
L_70 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_69, NULL);
|
|
NullCheck(L_70);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_71;
|
|
L_71 = Component_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mC102458BB8B25E5CE1A8971549DAE271D25568C8(L_70, Component_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mC102458BB8B25E5CE1A8971549DAE271D25568C8_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_72;
|
|
L_72 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_71, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_72)
|
|
{
|
|
goto IL_01ae;
|
|
}
|
|
}
|
|
{
|
|
// networkObject.ApplyNetworkParenting(true, true);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_73 = V_0;
|
|
NullCheck(L_73);
|
|
bool L_74;
|
|
L_74 = NetworkObject_ApplyNetworkParenting_m5D7EEA3E15AB51BA7F3366FFDE259723A954684F(L_73, (bool)1, (bool)1, (bool)0, NULL);
|
|
}
|
|
|
|
IL_01ae:
|
|
{
|
|
// if (sceneObject.HasTransform && !isSpawnedByPrefabHandler)
|
|
bool L_75;
|
|
L_75 = SceneObject_get_HasTransform_m8B9DD12DEBA61136EE02CB4E3DD7F4367DB3BD26((&___0_sceneObject), NULL);
|
|
if (!L_75)
|
|
{
|
|
goto IL_020f;
|
|
}
|
|
}
|
|
{
|
|
bool L_76 = V_7;
|
|
if (L_76)
|
|
{
|
|
goto IL_020f;
|
|
}
|
|
}
|
|
{
|
|
// if (worldPositionStays || !networkObject.AutoObjectParentSync)
|
|
bool L_77 = V_6;
|
|
if (L_77)
|
|
{
|
|
goto IL_01c7;
|
|
}
|
|
}
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_78 = V_0;
|
|
NullCheck(L_78);
|
|
bool L_79 = L_78->___AutoObjectParentSync_23;
|
|
if (L_79)
|
|
{
|
|
goto IL_01e1;
|
|
}
|
|
}
|
|
|
|
IL_01c7:
|
|
{
|
|
// networkObject.transform.position = position;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_80 = V_0;
|
|
NullCheck(L_80);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_81;
|
|
L_81 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_80, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_82 = V_2;
|
|
NullCheck(L_81);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_81, L_82, NULL);
|
|
// networkObject.transform.rotation = rotation;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_83 = V_0;
|
|
NullCheck(L_83);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_84;
|
|
L_84 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_83, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_85 = V_3;
|
|
NullCheck(L_84);
|
|
Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D(L_84, L_85, NULL);
|
|
goto IL_01f9;
|
|
}
|
|
|
|
IL_01e1:
|
|
{
|
|
// networkObject.transform.localPosition = position;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_86 = V_0;
|
|
NullCheck(L_86);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_87;
|
|
L_87 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_86, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_88 = V_2;
|
|
NullCheck(L_87);
|
|
Transform_set_localPosition_mDE1C997F7D79C0885210B7732B4BA50EE7D73134(L_87, L_88, NULL);
|
|
// networkObject.transform.localRotation = rotation;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_89 = V_0;
|
|
NullCheck(L_89);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_90;
|
|
L_90 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_89, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_91 = V_3;
|
|
NullCheck(L_90);
|
|
Transform_set_localRotation_mAB4A011D134BA58AB780BECC0025CA65F16185FA(L_90, L_91, NULL);
|
|
}
|
|
|
|
IL_01f9:
|
|
{
|
|
// if (!sceneObject.IsPlayerObject)
|
|
bool L_92;
|
|
L_92 = SceneObject_get_IsPlayerObject_mFE39E4A58700073789C3F93503FEE49994980C59((&___0_sceneObject), NULL);
|
|
if (L_92)
|
|
{
|
|
goto IL_020f;
|
|
}
|
|
}
|
|
{
|
|
// networkObject.transform.localScale = scale;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_93 = V_0;
|
|
NullCheck(L_93);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_94;
|
|
L_94 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_93, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_95 = V_4;
|
|
NullCheck(L_94);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_94, L_95, NULL);
|
|
}
|
|
|
|
IL_020f:
|
|
{
|
|
// if (sceneObject.HasParent)
|
|
bool L_96;
|
|
L_96 = SceneObject_get_HasParent_m3DE239E038A5744F822126269296A0C51F8DD002((&___0_sceneObject), NULL);
|
|
if (!L_96)
|
|
{
|
|
goto IL_023c;
|
|
}
|
|
}
|
|
{
|
|
// ulong? parentId = null;
|
|
il2cpp_codegen_initobj((&V_10), sizeof(Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99));
|
|
// if (sceneObject.IsLatestParentSet)
|
|
bool L_97;
|
|
L_97 = SceneObject_get_IsLatestParentSet_m842AE3A5BA1987D12D8A424EB06A2D87C97FC4D3((&___0_sceneObject), NULL);
|
|
if (!L_97)
|
|
{
|
|
goto IL_0232;
|
|
}
|
|
}
|
|
{
|
|
// parentId = parentNetworkId;
|
|
uint64_t L_98 = V_5;
|
|
Nullable_1__ctor_mE505A8DC0C472662734396D9134C756674102C40((&V_10), L_98, Nullable_1__ctor_mE505A8DC0C472662734396D9134C756674102C40_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0232:
|
|
{
|
|
// networkObject.SetNetworkParenting(parentId, worldPositionStays);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_99 = V_0;
|
|
Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 L_100 = V_10;
|
|
bool L_101 = V_6;
|
|
NullCheck(L_99);
|
|
NetworkObject_SetNetworkParenting_m7B2E21FF21891FC93EF34DED8ADBEC568D706CD5(L_99, L_100, L_101, NULL);
|
|
}
|
|
|
|
IL_023c:
|
|
{
|
|
// if (!sceneObject.IsSceneObject && NetworkSceneManager.IsSpawnedObjectsPendingInDontDestroyOnLoad)
|
|
bool L_102;
|
|
L_102 = SceneObject_get_IsSceneObject_m9A3ACB3BE4B63C62D4009AB035837C7E8CDBA4E2((&___0_sceneObject), NULL);
|
|
if (L_102)
|
|
{
|
|
goto IL_0257;
|
|
}
|
|
}
|
|
{
|
|
bool L_103 = ((NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC_StaticFields*)il2cpp_codegen_static_fields_for(NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC_il2cpp_TypeInfo_var))->___IsSpawnedObjectsPendingInDontDestroyOnLoad_26;
|
|
if (!L_103)
|
|
{
|
|
goto IL_0257;
|
|
}
|
|
}
|
|
{
|
|
// UnityEngine.Object.DontDestroyOnLoad(networkObject.gameObject);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_104 = V_0;
|
|
NullCheck(L_104);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_105;
|
|
L_105 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_104, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_DontDestroyOnLoad_m4B70C3AEF886C176543D1295507B6455C9DCAEA7(L_105, NULL);
|
|
}
|
|
|
|
IL_0257:
|
|
{
|
|
// return networkObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_106 = V_0;
|
|
return L_106;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::SpawnNetworkObjectLocally(Unity.Netcode.NetworkObject,System.UInt64,System.Boolean,System.Boolean,System.UInt64,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_SpawnNetworkObjectLocally_mDCDD37E34F40F49814F03CB6EA88940A695D96D1 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, uint64_t ___1_networkId, bool ___2_sceneObject, bool ___3_playerObject, uint64_t ___4_ownerClientId, bool ___5_destroyWithScene, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mDFA65F3854DCF9E76E0F8AEF2AD9135DF204AD30_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F040CB311AFF0399493A8E1E9B3373F6407009B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (networkObject == null)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_0 = ___0_networkObject;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(networkObject), "Cannot spawn null object");
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7611982F79A855A90FB3072D042B8814DB239102)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral749C96035869FC15F1617B2EFD62427E420472B6)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkSpawnManager_SpawnNetworkObjectLocally_mDCDD37E34F40F49814F03CB6EA88940A695D96D1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// if (networkObject.IsSpawned)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_3 = ___0_networkObject;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = NetworkObject_get_IsSpawned_mDAF52C8099FE7F21C7AFF36622F74688E9E07CDA_inline(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
// throw new SpawnStateException("Object is already spawned");
|
|
SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E* L_5 = (SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
SpawnStateException__ctor_mAEB808E065ED7685929B8F419D52593AE8346780(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7196F18B0BB51254CB7C429583CF5054191C0524)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkSpawnManager_SpawnNetworkObjectLocally_mDCDD37E34F40F49814F03CB6EA88940A695D96D1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// if (!sceneObject)
|
|
bool L_6 = ___2_sceneObject;
|
|
if (L_6)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
// var networkObjectChildren = networkObject.GetComponentsInChildren<NetworkObject>();
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_7 = ___0_networkObject;
|
|
NullCheck(L_7);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_8;
|
|
L_8 = Component_GetComponentsInChildren_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mDFA65F3854DCF9E76E0F8AEF2AD9135DF204AD30(L_7, Component_GetComponentsInChildren_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mDFA65F3854DCF9E76E0F8AEF2AD9135DF204AD30_RuntimeMethod_var);
|
|
// if (networkObjectChildren.Length > 1)
|
|
NullCheck(L_8);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError("Spawning NetworkObjects with nested NetworkObjects is only supported for scene objects. Child NetworkObjects will not be spawned over the network!");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral8F040CB311AFF0399493A8E1E9B3373F6407009B, NULL);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// SpawnNetworkObjectLocallyCommon(networkObject, networkId, sceneObject, playerObject, ownerClientId, destroyWithScene);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_9 = ___0_networkObject;
|
|
uint64_t L_10 = ___1_networkId;
|
|
bool L_11 = ___2_sceneObject;
|
|
bool L_12 = ___3_playerObject;
|
|
uint64_t L_13 = ___4_ownerClientId;
|
|
bool L_14 = ___5_destroyWithScene;
|
|
NetworkSpawnManager_SpawnNetworkObjectLocallyCommon_m6AD4A39669DBBC9071C567876B911525E83F3C23(__this, L_9, L_10, L_11, L_12, L_13, L_14, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::SpawnNetworkObjectLocally(Unity.Netcode.NetworkObject,Unity.Netcode.NetworkObject/SceneObject&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_SpawnNetworkObjectLocally_mF34BE90D2A339FBB50F7479CCBF5B10E41C01EBC (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5* ___1_sceneObject, bool ___2_destroyWithScene, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (networkObject == null)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_0 = ___0_networkObject;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(networkObject), "Cannot spawn null object");
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7611982F79A855A90FB3072D042B8814DB239102)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral749C96035869FC15F1617B2EFD62427E420472B6)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkSpawnManager_SpawnNetworkObjectLocally_mF34BE90D2A339FBB50F7479CCBF5B10E41C01EBC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// if (networkObject.IsSpawned)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_3 = ___0_networkObject;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = NetworkObject_get_IsSpawned_mDAF52C8099FE7F21C7AFF36622F74688E9E07CDA_inline(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
// throw new SpawnStateException("Object is already spawned");
|
|
SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E* L_5 = (SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
SpawnStateException__ctor_mAEB808E065ED7685929B8F419D52593AE8346780(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7196F18B0BB51254CB7C429583CF5054191C0524)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkSpawnManager_SpawnNetworkObjectLocally_mF34BE90D2A339FBB50F7479CCBF5B10E41C01EBC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// SpawnNetworkObjectLocallyCommon(networkObject, sceneObject.NetworkObjectId, sceneObject.IsSceneObject, sceneObject.IsPlayerObject, sceneObject.OwnerClientId, destroyWithScene);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_6 = ___0_networkObject;
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5* L_7 = ___1_sceneObject;
|
|
uint64_t L_8 = L_7->___NetworkObjectId_2;
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5* L_9 = ___1_sceneObject;
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_10 = (*(SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5*)L_9);
|
|
V_0 = L_10;
|
|
bool L_11;
|
|
L_11 = SceneObject_get_IsSceneObject_m9A3ACB3BE4B63C62D4009AB035837C7E8CDBA4E2((&V_0), NULL);
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5* L_12 = ___1_sceneObject;
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_13 = (*(SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5*)L_12);
|
|
V_0 = L_13;
|
|
bool L_14;
|
|
L_14 = SceneObject_get_IsPlayerObject_mFE39E4A58700073789C3F93503FEE49994980C59((&V_0), NULL);
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5* L_15 = ___1_sceneObject;
|
|
uint64_t L_16 = L_15->___OwnerClientId_3;
|
|
bool L_17 = ___2_destroyWithScene;
|
|
NetworkSpawnManager_SpawnNetworkObjectLocallyCommon_m6AD4A39669DBBC9071C567876B911525E83F3C23(__this, L_6, L_8, L_11, L_14, L_16, L_17, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::SpawnNetworkObjectLocallyCommon(Unity.Netcode.NetworkObject,System.UInt64,System.Boolean,System.Boolean,System.UInt64,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_SpawnNetworkObjectLocallyCommon_m6AD4A39669DBBC9071C567876B911525E83F3C23 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, uint64_t ___1_networkId, bool ___2_sceneObject, bool ___3_playerObject, uint64_t ___4_ownerClientId, bool ___5_destroyWithScene, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mDFA65F3854DCF9E76E0F8AEF2AD9135DF204AD30_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mC65B71A02DFC041C231389C350167BEBB358892D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m620EC7F4A6077312BDFA1BFA0BD9A5B36132C2CD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mBC1006593BDA81F38BCAC913DA281C8437CF04D0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDeferredNetworkMessageManager_t16B56EB08D165ABBD988A4AD6F3C196CDA906B91_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyCollection_1_t1F44C862909D89A9960B735107E3C46BC6220D67_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyDictionary_2_t5D1D0039E8A5028ACC8928132E0AC1C351A1F943_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_t0179361F5E46124A5F314B3F8A3BBF6C9160E9D7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral007340D030CB340DAA999A41E70D700EB49485F5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF69635E2D87C03F044ED28377E94BD6B105FF5D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_5 = NULL;
|
|
{
|
|
// if (SpawnedObjects.ContainsKey(networkId))
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_0 = __this->___SpawnedObjects_1;
|
|
uint64_t L_1 = ___1_networkId;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B(L_0, L_1, Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogWarning($"Trying to spawn {nameof(NetworkObject.NetworkObjectId)} {networkId} that already exists!");
|
|
uint64_t L_3 = ___1_networkId;
|
|
uint64_t L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral007340D030CB340DAA999A41E70D700EB49485F5, _stringLiteralDF69635E2D87C03F044ED28377E94BD6B105FF5D, L_5, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_6, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// networkObject.IsSpawned = true;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_7 = ___0_networkObject;
|
|
NullCheck(L_7);
|
|
NetworkObject_set_IsSpawned_m9B000AC3BDF314AA8556400742001A959EA12708_inline(L_7, (bool)1, NULL);
|
|
// networkObject.IsSceneObject = sceneObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_8 = ___0_networkObject;
|
|
bool L_9 = ___2_sceneObject;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_10), L_9, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
NullCheck(L_8);
|
|
NetworkObject_set_IsSceneObject_m6FBD178BBC721CE90319BDFDFF65A43A1ED35D0A_inline(L_8, L_10, NULL);
|
|
// if (networkObject.IsSceneObject != false && networkObject.SceneOriginHandle == 0)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_11 = ___0_networkObject;
|
|
NullCheck(L_11);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_12;
|
|
L_12 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_11, NULL);
|
|
V_0 = L_12;
|
|
V_1 = (bool)0;
|
|
bool L_13;
|
|
L_13 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline((&V_0), Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
|
|
bool L_14 = V_1;
|
|
bool L_15;
|
|
L_15 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_0), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
if (((int32_t)(((((int32_t)L_13) == ((int32_t)L_14))? 1 : 0)&(int32_t)L_15)))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_16 = ___0_networkObject;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = L_16->___SceneOriginHandle_26;
|
|
if (L_17)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// networkObject.SceneOrigin = networkObject.gameObject.scene;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_18 = ___0_networkObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_19 = ___0_networkObject;
|
|
NullCheck(L_19);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_20;
|
|
L_20 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_19, NULL);
|
|
NullCheck(L_20);
|
|
Scene_tA1DC762B79745EB5140F054C884855B922318356 L_21;
|
|
L_21 = GameObject_get_scene_m747D45E8CECC56DD47D1E103F9E51D5FBEDA4B01(L_20, NULL);
|
|
NullCheck(L_18);
|
|
NetworkObject_set_SceneOrigin_mB06CC42807C0AA4EB111349D8CC8C6F827D7164D(L_18, L_21, NULL);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// if (networkObject.NetworkManagerOwner != NetworkManager)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_22 = ___0_networkObject;
|
|
NullCheck(L_22);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_23 = L_22->___NetworkManagerOwner_7;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_24;
|
|
L_24 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_25;
|
|
L_25 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_23, L_24, NULL);
|
|
if (!L_25)
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
// networkObject.NetworkManagerOwner = NetworkManager;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_26 = ___0_networkObject;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_27;
|
|
L_27 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_26);
|
|
L_26->___NetworkManagerOwner_7 = L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_26->___NetworkManagerOwner_7), (void*)L_27);
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
// networkObject.NetworkObjectId = networkId;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_28 = ___0_networkObject;
|
|
uint64_t L_29 = ___1_networkId;
|
|
NullCheck(L_28);
|
|
NetworkObject_set_NetworkObjectId_m77228CAB0214F24B7E7233C0050CC058EFB65210_inline(L_28, L_29, NULL);
|
|
// networkObject.DestroyWithScene = sceneObject || destroyWithScene;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_30 = ___0_networkObject;
|
|
bool L_31 = ___2_sceneObject;
|
|
bool L_32 = ___5_destroyWithScene;
|
|
NullCheck(L_30);
|
|
NetworkObject_set_DestroyWithScene_mCB17BA6BADCC0878CE0016F187724FD489EA0C62_inline(L_30, (bool)((int32_t)((int32_t)L_31|(int32_t)L_32)), NULL);
|
|
// networkObject.OwnerClientId = ownerClientId;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_33 = ___0_networkObject;
|
|
uint64_t L_34 = ___4_ownerClientId;
|
|
NullCheck(L_33);
|
|
NetworkObject_set_OwnerClientId_m01EC92AFE7BAFDA5BD221C784C8B6B2B45D350EA_inline(L_33, L_34, NULL);
|
|
// networkObject.IsPlayerObject = playerObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_35 = ___0_networkObject;
|
|
bool L_36 = ___3_playerObject;
|
|
NullCheck(L_35);
|
|
NetworkObject_set_IsPlayerObject_m16C70856A247FFA2DBB2F3345AC1B90CDC5D2CCD_inline(L_35, L_36, NULL);
|
|
// SpawnedObjects.Add(networkObject.NetworkObjectId, networkObject);
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_37 = __this->___SpawnedObjects_1;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_38 = ___0_networkObject;
|
|
NullCheck(L_38);
|
|
uint64_t L_39;
|
|
L_39 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_38, NULL);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_40 = ___0_networkObject;
|
|
NullCheck(L_37);
|
|
Dictionary_2_Add_mC65B71A02DFC041C231389C350167BEBB358892D(L_37, L_39, L_40, Dictionary_2_Add_mC65B71A02DFC041C231389C350167BEBB358892D_RuntimeMethod_var);
|
|
// SpawnedObjectsList.Add(networkObject);
|
|
HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* L_41 = __this->___SpawnedObjectsList_2;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_42 = ___0_networkObject;
|
|
NullCheck(L_41);
|
|
bool L_43;
|
|
L_43 = HashSet_1_Add_m620EC7F4A6077312BDFA1BFA0BD9A5B36132C2CD(L_41, L_42, HashSet_1_Add_m620EC7F4A6077312BDFA1BFA0BD9A5B36132C2CD_RuntimeMethod_var);
|
|
// if (NetworkManager.IsServer)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_44;
|
|
L_44 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_44);
|
|
bool L_45;
|
|
L_45 = NetworkManager_get_IsServer_m3FF8C5D22D260033AD3FC6C4AF44E7161BDD7F52(L_44, NULL);
|
|
if (!L_45)
|
|
{
|
|
goto IL_013b;
|
|
}
|
|
}
|
|
{
|
|
// if (playerObject)
|
|
bool L_46 = ___3_playerObject;
|
|
if (!L_46)
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
// if (NetworkManager.ConnectedClients[ownerClientId].PlayerObject != null)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_47;
|
|
L_47 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_47);
|
|
RuntimeObject* L_48;
|
|
L_48 = NetworkManager_get_ConnectedClients_mF98B5720C9B6701421F173411D6B3198A61E39A7(L_47, NULL);
|
|
uint64_t L_49 = ___4_ownerClientId;
|
|
NullCheck(L_48);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_50;
|
|
L_50 = InterfaceFuncInvoker1< NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64*, uint64_t >::Invoke(2 /* TValue System.Collections.Generic.IReadOnlyDictionary`2<System.UInt64,Unity.Netcode.NetworkClient>::get_Item(TKey) */, IReadOnlyDictionary_2_t5D1D0039E8A5028ACC8928132E0AC1C351A1F943_il2cpp_TypeInfo_var, L_48, L_49);
|
|
NullCheck(L_50);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_51 = L_50->___PlayerObject_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_52;
|
|
L_52 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_51, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_52)
|
|
{
|
|
goto IL_0121;
|
|
}
|
|
}
|
|
{
|
|
// NetworkManager.ConnectedClients[ownerClientId].PlayerObject.IsPlayerObject = false;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_53;
|
|
L_53 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_53);
|
|
RuntimeObject* L_54;
|
|
L_54 = NetworkManager_get_ConnectedClients_mF98B5720C9B6701421F173411D6B3198A61E39A7(L_53, NULL);
|
|
uint64_t L_55 = ___4_ownerClientId;
|
|
NullCheck(L_54);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_56;
|
|
L_56 = InterfaceFuncInvoker1< NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64*, uint64_t >::Invoke(2 /* TValue System.Collections.Generic.IReadOnlyDictionary`2<System.UInt64,Unity.Netcode.NetworkClient>::get_Item(TKey) */, IReadOnlyDictionary_2_t5D1D0039E8A5028ACC8928132E0AC1C351A1F943_il2cpp_TypeInfo_var, L_54, L_55);
|
|
NullCheck(L_56);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_57 = L_56->___PlayerObject_5;
|
|
NullCheck(L_57);
|
|
NetworkObject_set_IsPlayerObject_m16C70856A247FFA2DBB2F3345AC1B90CDC5D2CCD_inline(L_57, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0121:
|
|
{
|
|
// NetworkManager.ConnectedClients[ownerClientId].PlayerObject = networkObject;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_58;
|
|
L_58 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_58);
|
|
RuntimeObject* L_59;
|
|
L_59 = NetworkManager_get_ConnectedClients_mF98B5720C9B6701421F173411D6B3198A61E39A7(L_58, NULL);
|
|
uint64_t L_60 = ___4_ownerClientId;
|
|
NullCheck(L_59);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_61;
|
|
L_61 = InterfaceFuncInvoker1< NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64*, uint64_t >::Invoke(2 /* TValue System.Collections.Generic.IReadOnlyDictionary`2<System.UInt64,Unity.Netcode.NetworkClient>::get_Item(TKey) */, IReadOnlyDictionary_2_t5D1D0039E8A5028ACC8928132E0AC1C351A1F943_il2cpp_TypeInfo_var, L_59, L_60);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_62 = ___0_networkObject;
|
|
NullCheck(L_61);
|
|
L_61->___PlayerObject_5 = L_62;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_61->___PlayerObject_5), (void*)L_62);
|
|
goto IL_018d;
|
|
}
|
|
|
|
IL_013b:
|
|
{
|
|
// else if (ownerClientId == NetworkManager.LocalClientId)
|
|
uint64_t L_63 = ___4_ownerClientId;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_64;
|
|
L_64 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_64);
|
|
uint64_t L_65;
|
|
L_65 = NetworkManager_get_LocalClientId_m1B93454E7949ACBF20043DCDD884F63E119E6577(L_64, NULL);
|
|
if ((!(((uint64_t)L_63) == ((uint64_t)L_65))))
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
// if (playerObject)
|
|
bool L_66 = ___3_playerObject;
|
|
if (!L_66)
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
// if (NetworkManager.LocalClient.PlayerObject != null)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_67;
|
|
L_67 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_67);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_68;
|
|
L_68 = NetworkManager_get_LocalClient_mC71D9CE702FF05927B35F0A2A38BD6938B880F90(L_67, NULL);
|
|
NullCheck(L_68);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_69 = L_68->___PlayerObject_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_70;
|
|
L_70 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_69, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_70)
|
|
{
|
|
goto IL_017c;
|
|
}
|
|
}
|
|
{
|
|
// NetworkManager.LocalClient.PlayerObject.IsPlayerObject = false;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_71;
|
|
L_71 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_71);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_72;
|
|
L_72 = NetworkManager_get_LocalClient_mC71D9CE702FF05927B35F0A2A38BD6938B880F90(L_71, NULL);
|
|
NullCheck(L_72);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_73 = L_72->___PlayerObject_5;
|
|
NullCheck(L_73);
|
|
NetworkObject_set_IsPlayerObject_m16C70856A247FFA2DBB2F3345AC1B90CDC5D2CCD_inline(L_73, (bool)0, NULL);
|
|
}
|
|
|
|
IL_017c:
|
|
{
|
|
// NetworkManager.LocalClient.PlayerObject = networkObject;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_74;
|
|
L_74 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_74);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_75;
|
|
L_75 = NetworkManager_get_LocalClient_mC71D9CE702FF05927B35F0A2A38BD6938B880F90(L_74, NULL);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_76 = ___0_networkObject;
|
|
NullCheck(L_75);
|
|
L_75->___PlayerObject_5 = L_76;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_75->___PlayerObject_5), (void*)L_76);
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
// if (NetworkManager.IsServer && networkObject.SpawnWithObservers)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_77;
|
|
L_77 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_77);
|
|
bool L_78;
|
|
L_78 = NetworkManager_get_IsServer_m3FF8C5D22D260033AD3FC6C4AF44E7161BDD7F52(L_77, NULL);
|
|
if (!L_78)
|
|
{
|
|
goto IL_020a;
|
|
}
|
|
}
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_79 = ___0_networkObject;
|
|
NullCheck(L_79);
|
|
bool L_80 = L_79->___SpawnWithObservers_19;
|
|
if (!L_80)
|
|
{
|
|
goto IL_020a;
|
|
}
|
|
}
|
|
{
|
|
// for (int i = 0; i < NetworkManager.ConnectedClientsList.Count; i++)
|
|
V_2 = 0;
|
|
goto IL_01f7;
|
|
}
|
|
|
|
IL_01a6:
|
|
{
|
|
// if (networkObject.CheckObjectVisibility == null || networkObject.CheckObjectVisibility(NetworkManager.ConnectedClientsList[i].ClientId))
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_81 = ___0_networkObject;
|
|
NullCheck(L_81);
|
|
VisibilityDelegate_t43869941CF7C26CBA2B0FEBB3E7A33BA67D3216A* L_82 = L_81->___CheckObjectVisibility_20;
|
|
if (!L_82)
|
|
{
|
|
goto IL_01d1;
|
|
}
|
|
}
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_83 = ___0_networkObject;
|
|
NullCheck(L_83);
|
|
VisibilityDelegate_t43869941CF7C26CBA2B0FEBB3E7A33BA67D3216A* L_84 = L_83->___CheckObjectVisibility_20;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_85;
|
|
L_85 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_85);
|
|
RuntimeObject* L_86;
|
|
L_86 = NetworkManager_get_ConnectedClientsList_mA7F66C446F46012C187EB6C41FB399C511E6EDC9(L_85, NULL);
|
|
int32_t L_87 = V_2;
|
|
NullCheck(L_86);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_88;
|
|
L_88 = InterfaceFuncInvoker1< NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<Unity.Netcode.NetworkClient>::get_Item(System.Int32) */, IReadOnlyList_1_t0179361F5E46124A5F314B3F8A3BBF6C9160E9D7_il2cpp_TypeInfo_var, L_86, L_87);
|
|
NullCheck(L_88);
|
|
uint64_t L_89 = L_88->___ClientId_4;
|
|
NullCheck(L_84);
|
|
bool L_90;
|
|
L_90 = VisibilityDelegate_Invoke_mEEFAF73CA887F39FF400F1C7FAC4B03C01E74192_inline(L_84, L_89, NULL);
|
|
if (!L_90)
|
|
{
|
|
goto IL_01f3;
|
|
}
|
|
}
|
|
|
|
IL_01d1:
|
|
{
|
|
// networkObject.Observers.Add(NetworkManager.ConnectedClientsList[i].ClientId);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_91 = ___0_networkObject;
|
|
NullCheck(L_91);
|
|
HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C* L_92 = L_91->___Observers_24;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_93;
|
|
L_93 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_93);
|
|
RuntimeObject* L_94;
|
|
L_94 = NetworkManager_get_ConnectedClientsList_mA7F66C446F46012C187EB6C41FB399C511E6EDC9(L_93, NULL);
|
|
int32_t L_95 = V_2;
|
|
NullCheck(L_94);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_96;
|
|
L_96 = InterfaceFuncInvoker1< NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<Unity.Netcode.NetworkClient>::get_Item(System.Int32) */, IReadOnlyList_1_t0179361F5E46124A5F314B3F8A3BBF6C9160E9D7_il2cpp_TypeInfo_var, L_94, L_95);
|
|
NullCheck(L_96);
|
|
uint64_t L_97 = L_96->___ClientId_4;
|
|
NullCheck(L_92);
|
|
bool L_98;
|
|
L_98 = HashSet_1_Add_mBC1006593BDA81F38BCAC913DA281C8437CF04D0(L_92, L_97, HashSet_1_Add_mBC1006593BDA81F38BCAC913DA281C8437CF04D0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01f3:
|
|
{
|
|
// for (int i = 0; i < NetworkManager.ConnectedClientsList.Count; i++)
|
|
int32_t L_99 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_99, 1));
|
|
}
|
|
|
|
IL_01f7:
|
|
{
|
|
// for (int i = 0; i < NetworkManager.ConnectedClientsList.Count; i++)
|
|
int32_t L_100 = V_2;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_101;
|
|
L_101 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_101);
|
|
RuntimeObject* L_102;
|
|
L_102 = NetworkManager_get_ConnectedClientsList_mA7F66C446F46012C187EB6C41FB399C511E6EDC9(L_101, NULL);
|
|
NullCheck(L_102);
|
|
int32_t L_103;
|
|
L_103 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1<Unity.Netcode.NetworkClient>::get_Count() */, IReadOnlyCollection_1_t1F44C862909D89A9960B735107E3C46BC6220D67_il2cpp_TypeInfo_var, L_102);
|
|
if ((((int32_t)L_100) < ((int32_t)L_103)))
|
|
{
|
|
goto IL_01a6;
|
|
}
|
|
}
|
|
|
|
IL_020a:
|
|
{
|
|
// networkObject.ApplyNetworkParenting();
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_104 = ___0_networkObject;
|
|
NullCheck(L_104);
|
|
bool L_105;
|
|
L_105 = NetworkObject_ApplyNetworkParenting_m5D7EEA3E15AB51BA7F3366FFDE259723A954684F(L_104, (bool)0, (bool)0, (bool)0, NULL);
|
|
// NetworkObject.CheckOrphanChildren();
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_il2cpp_TypeInfo_var);
|
|
NetworkObject_CheckOrphanChildren_m76B07B726AF752757864EA5B54CCE5AF1615272D(NULL);
|
|
// networkObject.InvokeBehaviourNetworkSpawn();
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_106 = ___0_networkObject;
|
|
NullCheck(L_106);
|
|
NetworkObject_InvokeBehaviourNetworkSpawn_m2215DDBC830464D92FCF46C8FD8CE09926CDC6A3(L_106, NULL);
|
|
// NetworkManager.DeferredMessageManager.ProcessTriggers(IDeferredNetworkMessageManager.TriggerType.OnSpawn, networkId);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_107;
|
|
L_107 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_107);
|
|
RuntimeObject* L_108;
|
|
L_108 = NetworkManager_get_DeferredMessageManager_mB31CE5FD98CF6431BFFE36FB21836002B2E04C7E_inline(L_107, NULL);
|
|
uint64_t L_109 = ___1_networkId;
|
|
NullCheck(L_108);
|
|
InterfaceActionInvoker2< int32_t, uint64_t >::Invoke(2 /* System.Void Unity.Netcode.IDeferredNetworkMessageManager::ProcessTriggers(Unity.Netcode.IDeferredNetworkMessageManager/TriggerType,System.UInt64) */, IDeferredNetworkMessageManager_t16B56EB08D165ABBD988A4AD6F3C196CDA906B91_il2cpp_TypeInfo_var, L_108, 0, L_109);
|
|
// var children = networkObject.GetComponentsInChildren<NetworkObject>();
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_110 = ___0_networkObject;
|
|
NullCheck(L_110);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_111;
|
|
L_111 = Component_GetComponentsInChildren_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mDFA65F3854DCF9E76E0F8AEF2AD9135DF204AD30(L_110, Component_GetComponentsInChildren_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mDFA65F3854DCF9E76E0F8AEF2AD9135DF204AD30_RuntimeMethod_var);
|
|
// foreach (var childObject in children)
|
|
V_3 = L_111;
|
|
V_4 = 0;
|
|
goto IL_0278;
|
|
}
|
|
|
|
IL_023d:
|
|
{
|
|
// foreach (var childObject in children)
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_112 = V_3;
|
|
int32_t L_113 = V_4;
|
|
NullCheck(L_112);
|
|
int32_t L_114 = L_113;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_115 = (L_112)->GetAt(static_cast<il2cpp_array_size_t>(L_114));
|
|
V_5 = L_115;
|
|
// if (childObject.IsSceneObject.HasValue && !childObject.IsSceneObject.Value)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_116 = V_5;
|
|
NullCheck(L_116);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_117;
|
|
L_117 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_116, NULL);
|
|
V_0 = L_117;
|
|
bool L_118;
|
|
L_118 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_0), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
if (!L_118)
|
|
{
|
|
goto IL_0265;
|
|
}
|
|
}
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_119 = V_5;
|
|
NullCheck(L_119);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_120;
|
|
L_120 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_119, NULL);
|
|
V_0 = L_120;
|
|
bool L_121;
|
|
L_121 = Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28((&V_0), Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
if (!L_121)
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
|
|
IL_0265:
|
|
{
|
|
// childObject.IsSceneObject = sceneObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_122 = V_5;
|
|
bool L_123 = ___2_sceneObject;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_124;
|
|
memset((&L_124), 0, sizeof(L_124));
|
|
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_124), L_123, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
NullCheck(L_122);
|
|
NetworkObject_set_IsSceneObject_m6FBD178BBC721CE90319BDFDFF65A43A1ED35D0A_inline(L_122, L_124, NULL);
|
|
}
|
|
|
|
IL_0272:
|
|
{
|
|
int32_t L_125 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_125, 1));
|
|
}
|
|
|
|
IL_0278:
|
|
{
|
|
// foreach (var childObject in children)
|
|
int32_t L_126 = V_4;
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_127 = V_3;
|
|
NullCheck(L_127);
|
|
if ((((int32_t)L_126) < ((int32_t)((int32_t)(((RuntimeArray*)L_127)->max_length)))))
|
|
{
|
|
goto IL_023d;
|
|
}
|
|
}
|
|
{
|
|
// if (!sceneObject)
|
|
bool L_128 = ___2_sceneObject;
|
|
if (L_128)
|
|
{
|
|
goto IL_0288;
|
|
}
|
|
}
|
|
{
|
|
// networkObject.SubscribeToActiveSceneForSynch();
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_129 = ___0_networkObject;
|
|
NullCheck(L_129);
|
|
NetworkObject_SubscribeToActiveSceneForSynch_m96789174B5AE2A225C61FF62A6E856541E2FB6E0(L_129, NULL);
|
|
}
|
|
|
|
IL_0288:
|
|
{
|
|
// if (networkObject.IsSceneObject.Value && networkObject.InScenePlacedSourceGlobalObjectIdHash != 0)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_130 = ___0_networkObject;
|
|
NullCheck(L_130);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_131;
|
|
L_131 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_130, NULL);
|
|
V_0 = L_131;
|
|
bool L_132;
|
|
L_132 = Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28((&V_0), Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
if (!L_132)
|
|
{
|
|
goto IL_02ac;
|
|
}
|
|
}
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_133 = ___0_networkObject;
|
|
NullCheck(L_133);
|
|
uint32_t L_134 = L_133->___InScenePlacedSourceGlobalObjectIdHash_6;
|
|
if (!L_134)
|
|
{
|
|
goto IL_02ac;
|
|
}
|
|
}
|
|
{
|
|
// networkObject.PrefabGlobalObjectIdHash = networkObject.InScenePlacedSourceGlobalObjectIdHash;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_135 = ___0_networkObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_136 = ___0_networkObject;
|
|
NullCheck(L_136);
|
|
uint32_t L_137 = L_136->___InScenePlacedSourceGlobalObjectIdHash_6;
|
|
NullCheck(L_135);
|
|
L_135->___PrefabGlobalObjectIdHash_5 = L_137;
|
|
}
|
|
|
|
IL_02ac:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::SendSpawnCallForObject(System.UInt64,Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_SendSpawnCallForObject_mD88F2B6E4D9A9E72A2E681919AABDCE830E60153 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, uint64_t ___0_clientId, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___1_networkObject, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INetworkMetrics_tE2C13758A950A5C77D2682C15F47914B13AC1C41_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkConnectionManager_SendMessage_TisCreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_mC846B383350E20CD3EC1CD3863975C928F83A8AC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
CreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// if (clientId == NetworkManager.ServerClientId)
|
|
uint64_t L_0 = ___0_clientId;
|
|
if (L_0)
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
// var message = new CreateObjectMessage
|
|
// {
|
|
// ObjectInfo = networkObject.GetMessageSceneObject(clientId)
|
|
// };
|
|
il2cpp_codegen_initobj((&V_2), sizeof(CreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792));
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_1 = ___1_networkObject;
|
|
uint64_t L_2 = ___0_clientId;
|
|
NullCheck(L_1);
|
|
SceneObject_t88CFB0487FC4D6EA0320D1DF0192D33B737097D5 L_3;
|
|
L_3 = NetworkObject_GetMessageSceneObject_m85E9DCC6AFF8B306C7278A0A8D5A3C0AC8A499C1(L_1, L_2, NULL);
|
|
(&V_2)->___ObjectInfo_0 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_2)->___ObjectInfo_0))->___OwnerObject_7), (void*)NULL);
|
|
CreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792 L_4 = V_2;
|
|
V_0 = L_4;
|
|
// var size = NetworkManager.ConnectionManager.SendMessage(ref message, NetworkDelivery.ReliableFragmentedSequenced, clientId);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_5;
|
|
L_5 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_5);
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_6 = L_5->___ConnectionManager_31;
|
|
uint64_t L_7 = ___0_clientId;
|
|
NullCheck(L_6);
|
|
int32_t L_8;
|
|
L_8 = NetworkConnectionManager_SendMessage_TisCreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_mC846B383350E20CD3EC1CD3863975C928F83A8AC(L_6, (&V_0), 4, L_7, NetworkConnectionManager_SendMessage_TisCreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_mC846B383350E20CD3EC1CD3863975C928F83A8AC_RuntimeMethod_var);
|
|
V_1 = L_8;
|
|
// NetworkManager.NetworkMetrics.TrackObjectSpawnSent(clientId, networkObject, size);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_9;
|
|
L_9 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_9);
|
|
RuntimeObject* L_10;
|
|
L_10 = NetworkManager_get_NetworkMetrics_mC2FC9F73570CF607741C2C02FB641D1A23FCEF13(L_9, NULL);
|
|
uint64_t L_11 = ___0_clientId;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_12 = ___1_networkObject;
|
|
int32_t L_13 = V_1;
|
|
NullCheck(L_10);
|
|
InterfaceActionInvoker3< uint64_t, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*, int64_t >::Invoke(15 /* System.Void Unity.Netcode.INetworkMetrics::TrackObjectSpawnSent(System.UInt64,Unity.Netcode.NetworkObject,System.Int64) */, INetworkMetrics_tE2C13758A950A5C77D2682C15F47914B13AC1C41_il2cpp_TypeInfo_var, L_10, L_11, L_12, ((int64_t)L_13));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Nullable`1<System.UInt64> Unity.Netcode.NetworkSpawnManager::GetSpawnParentId(Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 NetworkSpawnManager_GetSpawnParentId_m536A71F46EB7A3565F351F819442ABFF750AB260 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mC102458BB8B25E5CE1A8971549DAE271D25568C8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mE505A8DC0C472662734396D9134C756674102C40_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_0 = NULL;
|
|
Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// NetworkObject parentNetworkObject = null;
|
|
V_0 = (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*)NULL;
|
|
// if (!networkObject.AlwaysReplicateAsRoot && networkObject.transform.parent != null)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_0 = ___0_networkObject;
|
|
NullCheck(L_0);
|
|
bool L_1 = L_0->___AlwaysReplicateAsRoot_10;
|
|
if (L_1)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_2 = ___0_networkObject;
|
|
NullCheck(L_2);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_2, NULL);
|
|
NullCheck(L_3);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
|
|
L_4 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
// parentNetworkObject = networkObject.transform.parent.GetComponent<NetworkObject>();
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_6 = ___0_networkObject;
|
|
NullCheck(L_6);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_6, NULL);
|
|
NullCheck(L_7);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8;
|
|
L_8 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_7, NULL);
|
|
NullCheck(L_8);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_9;
|
|
L_9 = Component_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mC102458BB8B25E5CE1A8971549DAE271D25568C8(L_8, Component_GetComponent_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mC102458BB8B25E5CE1A8971549DAE271D25568C8_RuntimeMethod_var);
|
|
V_0 = L_9;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// if (parentNetworkObject == null)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_10 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_10, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99));
|
|
Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 L_12 = V_1;
|
|
return L_12;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// return parentNetworkObject.NetworkObjectId;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
uint64_t L_14;
|
|
L_14 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_13, NULL);
|
|
Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 L_15;
|
|
memset((&L_15), 0, sizeof(L_15));
|
|
Nullable_1__ctor_mE505A8DC0C472662734396D9134C756674102C40((&L_15), L_14, /*hidden argument*/Nullable_1__ctor_mE505A8DC0C472662734396D9134C756674102C40_RuntimeMethod_var);
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::DespawnObject(Unity.Netcode.NetworkObject,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_DespawnObject_mE9A341309500151E73FD89B846C98E210FFF5863 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, bool ___1_destroyObject, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!networkObject.IsSpawned)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_0 = ___0_networkObject;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = NetworkObject_get_IsSpawned_mDAF52C8099FE7F21C7AFF36622F74688E9E07CDA_inline(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new SpawnStateException("Object is not spawned");
|
|
SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E* L_2 = (SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SpawnStateException_t50F9F539F8982E6384EE4A0B62C6A3AE42A1200E_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
SpawnStateException__ctor_mAEB808E065ED7685929B8F419D52593AE8346780(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDFE29606B44E2D340A1A597B600494984E1A7995)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkSpawnManager_DespawnObject_mE9A341309500151E73FD89B846C98E210FFF5863_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (!NetworkManager.IsServer)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_3;
|
|
L_3 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = NetworkManager_get_IsServer_m3FF8C5D22D260033AD3FC6C4AF44E7161BDD7F52(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotServerException("Only server can despawn objects");
|
|
NotServerException_tF91A11C8CBAEE7830CD1AA4FFDD4F74DC22D705C* L_5 = (NotServerException_tF91A11C8CBAEE7830CD1AA4FFDD4F74DC22D705C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotServerException_tF91A11C8CBAEE7830CD1AA4FFDD4F74DC22D705C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
NotServerException__ctor_m44102E4790B07343F1DB7156342BF17E64167F4D(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5680996C7EE3F9AF41175269E1679265F298EB01)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkSpawnManager_DespawnObject_mE9A341309500151E73FD89B846C98E210FFF5863_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// OnDespawnObject(networkObject, destroyObject);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_6 = ___0_networkObject;
|
|
bool L_7 = ___1_destroyObject;
|
|
NetworkSpawnManager_OnDespawnObject_m7210861D1A1D75B5C9270D14659C5C71664C6738(__this, L_6, L_7, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::ServerResetShudownStateForSceneObjects()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_ServerResetShudownStateForSceneObjects_m0192507ADB6FA2C8924016AE77ADA39B9FED11DF (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m71C79DBB4C4633DDA982C2F35E48E7BF2D0C0FBB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tD1ACBAEECE023A9A9BF2D082E4926932B6BE3EA7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t95293235FA971B51892BB5790591F4A7EDAA9A07_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectsOfType_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mA673D79778D388DE99F7010F91202DA6E3E6D3F2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CServerResetShudownStateForSceneObjectsU3Eb__34_0_m238532BC8F5D837D65C862E3B3C234F4E5F342BD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1* G_B2_0 = NULL;
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* G_B2_1 = NULL;
|
|
Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1* G_B1_0 = NULL;
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* G_B1_1 = NULL;
|
|
{
|
|
// var networkObjects = UnityEngine.Object.FindObjectsOfType<NetworkObject>().Where((c) => c.IsSceneObject != null && c.IsSceneObject == true);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_0;
|
|
L_0 = Object_FindObjectsOfType_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mA673D79778D388DE99F7010F91202DA6E3E6D3F2(Object_FindObjectsOfType_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mA673D79778D388DE99F7010F91202DA6E3E6D3F2_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_il2cpp_TypeInfo_var);
|
|
Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1* L_1 = ((U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_il2cpp_TypeInfo_var))->___U3CU3E9__34_0_1;
|
|
Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1* L_2 = L_1;
|
|
G_B1_0 = L_2;
|
|
G_B1_1 = L_0;
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = L_0;
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF* L_3 = ((U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1* L_4 = (Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1*)il2cpp_codegen_object_new(Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Func_2__ctor_m9BEF336AA741E86349919DBFCF7FCC83BC94C582(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3CServerResetShudownStateForSceneObjectsU3Eb__34_0_m238532BC8F5D837D65C862E3B3C234F4E5F342BD_RuntimeMethod_var), NULL);
|
|
Func_2_t9E0E64156B6C6D11E7637D1AB92AE279580431B1* L_5 = L_4;
|
|
((U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_il2cpp_TypeInfo_var))->___U3CU3E9__34_0_1 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_il2cpp_TypeInfo_var))->___U3CU3E9__34_0_1), (void*)L_5);
|
|
G_B2_0 = L_5;
|
|
G_B2_1 = G_B1_1;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
RuntimeObject* L_6;
|
|
L_6 = Enumerable_Where_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m71C79DBB4C4633DDA982C2F35E48E7BF2D0C0FBB((RuntimeObject*)G_B2_1, G_B2_0, Enumerable_Where_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m71C79DBB4C4633DDA982C2F35E48E7BF2D0C0FBB_RuntimeMethod_var);
|
|
// foreach (var sobj in networkObjects)
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<Unity.Netcode.NetworkObject>::GetEnumerator() */, IEnumerable_1_tD1ACBAEECE023A9A9BF2D082E4926932B6BE3EA7_il2cpp_TypeInfo_var, L_6);
|
|
V_0 = L_7;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_005d:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_8 = V_0;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0053_1;
|
|
}
|
|
|
|
IL_0031_1:
|
|
{
|
|
// foreach (var sobj in networkObjects)
|
|
RuntimeObject* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_11;
|
|
L_11 = InterfaceFuncInvoker0< NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<Unity.Netcode.NetworkObject>::get_Current() */, IEnumerator_1_t95293235FA971B51892BB5790591F4A7EDAA9A07_il2cpp_TypeInfo_var, L_10);
|
|
// sobj.IsSpawned = false;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_12 = L_11;
|
|
NullCheck(L_12);
|
|
NetworkObject_set_IsSpawned_m9B000AC3BDF314AA8556400742001A959EA12708_inline(L_12, (bool)0, NULL);
|
|
// sobj.DestroyWithScene = false;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
NetworkObject_set_DestroyWithScene_mCB17BA6BADCC0878CE0016F187724FD489EA0C62_inline(L_13, (bool)0, NULL);
|
|
// sobj.IsSceneObject = null;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_14 = V_1;
|
|
NullCheck(L_13);
|
|
NetworkObject_set_IsSceneObject_m6FBD178BBC721CE90319BDFDFF65A43A1ED35D0A_inline(L_13, L_14, NULL);
|
|
}
|
|
|
|
IL_0053_1:
|
|
{
|
|
// foreach (var sobj in networkObjects)
|
|
RuntimeObject* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
bool L_16;
|
|
L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_15);
|
|
if (L_16)
|
|
{
|
|
goto IL_0031_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::ServerDestroySpawnedSceneObjects()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_ServerDestroySpawnedSceneObjects_m2877AA961D66DC35DF5E848F7516C6B17C67D43F (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m78515890430E386D65A015ED0586A4655A628572_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m5DEC471984135944B73E79F88C75E88430238AF6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m494F8C4F165EF33EB235234248134CBDA2C15931_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m1F15060AA27CF11AE8B511A62381353A512A7CDB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_m68DFF1547203DAE1FB7C543B39B4468C26FEC37B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mAA26CF017B8E05BE6EBFD55F536CBE262E02782C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t50D7F64F2BC7CEDDFC45A8F1B0BEB30C1F7B9054 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_1 = NULL;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// var spawnedObjects = SpawnedObjectsList.ToList();
|
|
HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* L_0 = __this->___SpawnedObjectsList_2;
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* L_1;
|
|
L_1 = Enumerable_ToList_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m78515890430E386D65A015ED0586A4655A628572(L_0, Enumerable_ToList_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_m78515890430E386D65A015ED0586A4655A628572_RuntimeMethod_var);
|
|
// foreach (var sobj in spawnedObjects)
|
|
NullCheck(L_1);
|
|
Enumerator_t50D7F64F2BC7CEDDFC45A8F1B0BEB30C1F7B9054 L_2;
|
|
L_2 = List_1_GetEnumerator_mAA26CF017B8E05BE6EBFD55F536CBE262E02782C(L_1, List_1_GetEnumerator_mAA26CF017B8E05BE6EBFD55F536CBE262E02782C_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0088:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m5DEC471984135944B73E79F88C75E88430238AF6((&V_0), Enumerator_Dispose_m5DEC471984135944B73E79F88C75E88430238AF6_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_007d_1;
|
|
}
|
|
|
|
IL_0013_1:
|
|
{
|
|
// foreach (var sobj in spawnedObjects)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_3;
|
|
L_3 = Enumerator_get_Current_m1F15060AA27CF11AE8B511A62381353A512A7CDB_inline((&V_0), Enumerator_get_Current_m1F15060AA27CF11AE8B511A62381353A512A7CDB_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
// if (sobj.IsSceneObject != null && sobj.IsSceneObject.Value && sobj.DestroyWithScene && sobj.gameObject.scene != NetworkManager.SceneManager.DontDestroyOnLoadScene)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_5;
|
|
L_5 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_4, NULL);
|
|
V_2 = L_5;
|
|
bool L_6;
|
|
L_6 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_2), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
if (!L_6)
|
|
{
|
|
goto IL_007d_1;
|
|
}
|
|
}
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_8;
|
|
L_8 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_7, NULL);
|
|
V_2 = L_8;
|
|
bool L_9;
|
|
L_9 = Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28((&V_2), Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
if (!L_9)
|
|
{
|
|
goto IL_007d_1;
|
|
}
|
|
}
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = NetworkObject_get_DestroyWithScene_m595B1465918C3A73025DD53D0E7EFC23F19FC534_inline(L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_007d_1;
|
|
}
|
|
}
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_13;
|
|
L_13 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_12, NULL);
|
|
NullCheck(L_13);
|
|
Scene_tA1DC762B79745EB5140F054C884855B922318356 L_14;
|
|
L_14 = GameObject_get_scene_m747D45E8CECC56DD47D1E103F9E51D5FBEDA4B01(L_13, NULL);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_15;
|
|
L_15 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_15);
|
|
NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC* L_16;
|
|
L_16 = NetworkManager_get_SceneManager_m88D4B3F1D93093835BE6C7D13A4E3E3D337637C2_inline(L_15, NULL);
|
|
NullCheck(L_16);
|
|
Scene_tA1DC762B79745EB5140F054C884855B922318356 L_17 = L_16->___DontDestroyOnLoadScene_29;
|
|
bool L_18;
|
|
L_18 = Scene_op_Inequality_mB5C3D0CB987891A99ACD4549B5D0AE3E7402F00D(L_14, L_17, NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_007d_1;
|
|
}
|
|
}
|
|
{
|
|
// SpawnedObjectsList.Remove(sobj);
|
|
HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* L_19 = __this->___SpawnedObjectsList_2;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_20 = V_1;
|
|
NullCheck(L_19);
|
|
bool L_21;
|
|
L_21 = HashSet_1_Remove_m68DFF1547203DAE1FB7C543B39B4468C26FEC37B(L_19, L_20, HashSet_1_Remove_m68DFF1547203DAE1FB7C543B39B4468C26FEC37B_RuntimeMethod_var);
|
|
// UnityEngine.Object.Destroy(sobj.gameObject);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_23;
|
|
L_23 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_22, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_23, NULL);
|
|
}
|
|
|
|
IL_007d_1:
|
|
{
|
|
// foreach (var sobj in spawnedObjects)
|
|
bool L_24;
|
|
L_24 = Enumerator_MoveNext_m494F8C4F165EF33EB235234248134CBDA2C15931((&V_0), Enumerator_MoveNext_m494F8C4F165EF33EB235234248134CBDA2C15931_RuntimeMethod_var);
|
|
if (L_24)
|
|
{
|
|
goto IL_0013_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::DespawnAndDestroyNetworkObjects()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_DespawnAndDestroyNetworkObjects_m05B45B41AFBB80BAE311274A1853B2A505BAB8A2 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mDFA65F3854DCF9E76E0F8AEF2AD9135DF204AD30_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectsOfType_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mA673D79778D388DE99F7010F91202DA6E3E6D3F2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_6 = NULL;
|
|
int32_t G_B7_0 = 0;
|
|
{
|
|
// var networkObjects = UnityEngine.Object.FindObjectsOfType<NetworkObject>();
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_0;
|
|
L_0 = Object_FindObjectsOfType_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mA673D79778D388DE99F7010F91202DA6E3E6D3F2(Object_FindObjectsOfType_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mA673D79778D388DE99F7010F91202DA6E3E6D3F2_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// for (int i = 0; i < networkObjects.Length; i++)
|
|
V_1 = 0;
|
|
goto IL_0113;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
// if (networkObjects[i].NetworkManager == NetworkManager)
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_1 = V_0;
|
|
int32_t L_2 = V_1;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
NullCheck(L_4);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_5;
|
|
L_5 = NetworkObject_get_NetworkManager_m3AA279826FA51BA722067709EFCF715E5A818465(L_4, NULL);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_6;
|
|
L_6 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_5, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_010f;
|
|
}
|
|
}
|
|
{
|
|
// if (NetworkManager.PrefabHandler.ContainsHandler(networkObjects[i]))
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_8;
|
|
L_8 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_8);
|
|
NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* L_9;
|
|
L_9 = NetworkManager_get_PrefabHandler_mE9305CDEFCD9F14B146A0EB760BCCE20F68BD24A(L_8, NULL);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_10 = V_0;
|
|
int32_t L_11 = V_1;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = L_11;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
NullCheck(L_9);
|
|
bool L_14;
|
|
L_14 = NetworkPrefabHandler_ContainsHandler_m26F17B6F2868B8273FE5593F5A05FC1022906C37(L_9, L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
// OnDespawnObject(networkObjects[i], false);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_15 = V_0;
|
|
int32_t L_16 = V_1;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = L_16;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
NetworkSpawnManager_OnDespawnObject_m7210861D1A1D75B5C9270D14659C5C71664C6738(__this, L_18, (bool)0, NULL);
|
|
// NetworkManager.PrefabHandler.HandleNetworkPrefabDestroy(networkObjects[i]);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_19;
|
|
L_19 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_19);
|
|
NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* L_20;
|
|
L_20 = NetworkManager_get_PrefabHandler_mE9305CDEFCD9F14B146A0EB760BCCE20F68BD24A(L_19, NULL);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_21 = V_0;
|
|
int32_t L_22 = V_1;
|
|
NullCheck(L_21);
|
|
int32_t L_23 = L_22;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
|
|
NullCheck(L_20);
|
|
NetworkPrefabHandler_HandleNetworkPrefabDestroy_m6E6BC7B17A817594165FC6D843A1341FA86E31C9(L_20, L_24, NULL);
|
|
goto IL_010f;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// var shouldDestroy = !(networkObjects[i].IsSceneObject != null && networkObjects[i].IsSceneObject.Value);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_25 = V_0;
|
|
int32_t L_26 = V_1;
|
|
NullCheck(L_25);
|
|
int32_t L_27 = L_26;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
|
|
NullCheck(L_28);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_29;
|
|
L_29 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_28, NULL);
|
|
V_3 = L_29;
|
|
bool L_30;
|
|
L_30 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_3), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
if (!L_30)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_31 = V_0;
|
|
int32_t L_32 = V_1;
|
|
NullCheck(L_31);
|
|
int32_t L_33 = L_32;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
|
|
NullCheck(L_34);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_35;
|
|
L_35 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_34, NULL);
|
|
V_3 = L_35;
|
|
bool L_36;
|
|
L_36 = Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28((&V_3), Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
G_B7_0 = ((((int32_t)L_36) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0084;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
G_B7_0 = 1;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
V_2 = (bool)G_B7_0;
|
|
// if (shouldDestroy)
|
|
bool L_37 = V_2;
|
|
if (!L_37)
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
}
|
|
{
|
|
// var childrenObjects = networkObjects[i].GetComponentsInChildren<NetworkObject>();
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_38 = V_0;
|
|
int32_t L_39 = V_1;
|
|
NullCheck(L_38);
|
|
int32_t L_40 = L_39;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
|
NullCheck(L_41);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_42;
|
|
L_42 = Component_GetComponentsInChildren_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mDFA65F3854DCF9E76E0F8AEF2AD9135DF204AD30(L_41, Component_GetComponentsInChildren_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mDFA65F3854DCF9E76E0F8AEF2AD9135DF204AD30_RuntimeMethod_var);
|
|
// foreach (var childObject in childrenObjects)
|
|
V_4 = L_42;
|
|
V_5 = 0;
|
|
goto IL_00e1;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// foreach (var childObject in childrenObjects)
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_43 = V_4;
|
|
int32_t L_44 = V_5;
|
|
NullCheck(L_43);
|
|
int32_t L_45 = L_44;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
|
|
V_6 = L_46;
|
|
// if (childObject == networkObjects[i])
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_47 = V_6;
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_48 = V_0;
|
|
int32_t L_49 = V_1;
|
|
NullCheck(L_48);
|
|
int32_t L_50 = L_49;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_51 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_52;
|
|
L_52 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_47, L_51, NULL);
|
|
if (L_52)
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
{
|
|
// if (childObject.IsSceneObject != null && childObject.IsSceneObject.Value)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_53 = V_6;
|
|
NullCheck(L_53);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_54;
|
|
L_54 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_53, NULL);
|
|
V_3 = L_54;
|
|
bool L_55;
|
|
L_55 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_3), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
if (!L_55)
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_56 = V_6;
|
|
NullCheck(L_56);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_57;
|
|
L_57 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_56, NULL);
|
|
V_3 = L_57;
|
|
bool L_58;
|
|
L_58 = Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28((&V_3), Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
if (!L_58)
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
{
|
|
// childObject.TryRemoveParent(childObject.WorldPositionStays());
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_59 = V_6;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_60 = V_6;
|
|
NullCheck(L_60);
|
|
bool L_61;
|
|
L_61 = NetworkObject_WorldPositionStays_m81690C5942E0971684D7202E06A69708CDEFEA64_inline(L_60, NULL);
|
|
NullCheck(L_59);
|
|
bool L_62;
|
|
L_62 = NetworkObject_TryRemoveParent_m674310FB35701ADB7CDD86745617F25D7E2033D0(L_59, L_61, NULL);
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
int32_t L_63 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_63, 1));
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
// foreach (var childObject in childrenObjects)
|
|
int32_t L_64 = V_5;
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_65 = V_4;
|
|
NullCheck(L_65);
|
|
if ((((int32_t)L_64) < ((int32_t)((int32_t)(((RuntimeArray*)L_65)->max_length)))))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
// if (networkObjects[i].IsSpawned)
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_66 = V_0;
|
|
int32_t L_67 = V_1;
|
|
NullCheck(L_66);
|
|
int32_t L_68 = L_67;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_69 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
|
|
NullCheck(L_69);
|
|
bool L_70;
|
|
L_70 = NetworkObject_get_IsSpawned_mDAF52C8099FE7F21C7AFF36622F74688E9E07CDA_inline(L_69, NULL);
|
|
if (!L_70)
|
|
{
|
|
goto IL_00ff;
|
|
}
|
|
}
|
|
{
|
|
// OnDespawnObject(networkObjects[i], shouldDestroy);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_71 = V_0;
|
|
int32_t L_72 = V_1;
|
|
NullCheck(L_71);
|
|
int32_t L_73 = L_72;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_74 = (L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
|
|
bool L_75 = V_2;
|
|
NetworkSpawnManager_OnDespawnObject_m7210861D1A1D75B5C9270D14659C5C71664C6738(__this, L_74, L_75, NULL);
|
|
goto IL_010f;
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
// if (shouldDestroy)
|
|
bool L_76 = V_2;
|
|
if (!L_76)
|
|
{
|
|
goto IL_010f;
|
|
}
|
|
}
|
|
{
|
|
// UnityEngine.Object.Destroy(networkObjects[i].gameObject);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_77 = V_0;
|
|
int32_t L_78 = V_1;
|
|
NullCheck(L_77);
|
|
int32_t L_79 = L_78;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_80 = (L_77)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
|
|
NullCheck(L_80);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_81;
|
|
L_81 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_80, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_81, NULL);
|
|
}
|
|
|
|
IL_010f:
|
|
{
|
|
// for (int i = 0; i < networkObjects.Length; i++)
|
|
int32_t L_82 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_82, 1));
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
// for (int i = 0; i < networkObjects.Length; i++)
|
|
int32_t L_83 = V_1;
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_84 = V_0;
|
|
NullCheck(L_84);
|
|
if ((((int32_t)L_83) < ((int32_t)((int32_t)(((RuntimeArray*)L_84)->max_length)))))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::DestroySceneObjects()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_DestroySceneObjects_mED5D43781F4917BE994F05BC242CAA0791BC77AB (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectsOfType_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mA673D79778D388DE99F7010F91202DA6E3E6D3F2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// var networkObjects = UnityEngine.Object.FindObjectsOfType<NetworkObject>();
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_0;
|
|
L_0 = Object_FindObjectsOfType_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mA673D79778D388DE99F7010F91202DA6E3E6D3F2(Object_FindObjectsOfType_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mA673D79778D388DE99F7010F91202DA6E3E6D3F2_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// for (int i = 0; i < networkObjects.Length; i++)
|
|
V_1 = 0;
|
|
goto IL_00a0;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
// if (networkObjects[i].NetworkManager == NetworkManager)
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_1 = V_0;
|
|
int32_t L_2 = V_1;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
NullCheck(L_4);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_5;
|
|
L_5 = NetworkObject_get_NetworkManager_m3AA279826FA51BA722067709EFCF715E5A818465(L_4, NULL);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_6;
|
|
L_6 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_5, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
// if (networkObjects[i].IsSceneObject == null || networkObjects[i].IsSceneObject.Value == true)
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_8 = V_0;
|
|
int32_t L_9 = V_1;
|
|
NullCheck(L_8);
|
|
int32_t L_10 = L_9;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
NullCheck(L_11);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_12;
|
|
L_12 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_11, NULL);
|
|
V_2 = L_12;
|
|
bool L_13;
|
|
L_13 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_2), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_14 = V_0;
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
NullCheck(L_17);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_18;
|
|
L_18 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_17, NULL);
|
|
V_2 = L_18;
|
|
bool L_19;
|
|
L_19 = Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28((&V_2), Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
if (!L_19)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// if (NetworkManager.PrefabHandler.ContainsHandler(networkObjects[i]))
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_20;
|
|
L_20 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_20);
|
|
NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* L_21;
|
|
L_21 = NetworkManager_get_PrefabHandler_mE9305CDEFCD9F14B146A0EB760BCCE20F68BD24A(L_20, NULL);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_22 = V_0;
|
|
int32_t L_23 = V_1;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = L_23;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
NullCheck(L_21);
|
|
bool L_26;
|
|
L_26 = NetworkPrefabHandler_ContainsHandler_m26F17B6F2868B8273FE5593F5A05FC1022906C37(L_21, L_25, NULL);
|
|
if (!L_26)
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
// NetworkManager.PrefabHandler.HandleNetworkPrefabDestroy(networkObjects[i]);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_27;
|
|
L_27 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_27);
|
|
NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* L_28;
|
|
L_28 = NetworkManager_get_PrefabHandler_mE9305CDEFCD9F14B146A0EB760BCCE20F68BD24A(L_27, NULL);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_29 = V_0;
|
|
int32_t L_30 = V_1;
|
|
NullCheck(L_29);
|
|
int32_t L_31 = L_30;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
|
|
NullCheck(L_28);
|
|
NetworkPrefabHandler_HandleNetworkPrefabDestroy_m6E6BC7B17A817594165FC6D843A1341FA86E31C9(L_28, L_32, NULL);
|
|
// if (SpawnedObjects.ContainsKey(networkObjects[i].NetworkObjectId))
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_33 = __this->___SpawnedObjects_1;
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_34 = V_0;
|
|
int32_t L_35 = V_1;
|
|
NullCheck(L_34);
|
|
int32_t L_36 = L_35;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_37 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
|
|
NullCheck(L_37);
|
|
uint64_t L_38;
|
|
L_38 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_37, NULL);
|
|
NullCheck(L_33);
|
|
bool L_39;
|
|
L_39 = Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B(L_33, L_38, Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B_RuntimeMethod_var);
|
|
if (!L_39)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
// OnDespawnObject(networkObjects[i], false);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_40 = V_0;
|
|
int32_t L_41 = V_1;
|
|
NullCheck(L_40);
|
|
int32_t L_42 = L_41;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_43 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
|
|
NetworkSpawnManager_OnDespawnObject_m7210861D1A1D75B5C9270D14659C5C71664C6738(__this, L_43, (bool)0, NULL);
|
|
goto IL_009c;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// UnityEngine.Object.Destroy(networkObjects[i].gameObject);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_44 = V_0;
|
|
int32_t L_45 = V_1;
|
|
NullCheck(L_44);
|
|
int32_t L_46 = L_45;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_47 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
|
|
NullCheck(L_47);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_48;
|
|
L_48 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_47, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_48, NULL);
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// for (int i = 0; i < networkObjects.Length; i++)
|
|
int32_t L_49 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_49, 1));
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
// for (int i = 0; i < networkObjects.Length; i++)
|
|
int32_t L_50 = V_1;
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_51 = V_0;
|
|
NullCheck(L_51);
|
|
if ((((int32_t)L_50) < ((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::ServerSpawnSceneObjectsOnStartSweep()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_ServerSpawnSceneObjectsOnStartSweep_m1C395BB92139A1BCED2B6A457C2716AA8B2EF544 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m5DEC471984135944B73E79F88C75E88430238AF6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m494F8C4F165EF33EB235234248134CBDA2C15931_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m1F15060AA27CF11AE8B511A62381353A512A7CDB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m33D1B77633ABADDEE2DDB5F075E190D2F18FFA3B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mAA26CF017B8E05BE6EBFD55F536CBE262E02782C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF2D5F7FEA18D35CB454DEAD52957C316652549B9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectsOfType_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mA673D79778D388DE99F7010F91202DA6E3E6D3F2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* V_0 = NULL;
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Enumerator_t50D7F64F2BC7CEDDFC45A8F1B0BEB30C1F7B9054 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_5 = NULL;
|
|
{
|
|
// var networkObjects = UnityEngine.Object.FindObjectsOfType<NetworkObject>();
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_0;
|
|
L_0 = Object_FindObjectsOfType_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mA673D79778D388DE99F7010F91202DA6E3E6D3F2(Object_FindObjectsOfType_TisNetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366_mA673D79778D388DE99F7010F91202DA6E3E6D3F2_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// var networkObjectsToSpawn = new List<NetworkObject>();
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* L_1 = (List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9*)il2cpp_codegen_object_new(List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
List_1__ctor_mF2D5F7FEA18D35CB454DEAD52957C316652549B9(L_1, List_1__ctor_mF2D5F7FEA18D35CB454DEAD52957C316652549B9_RuntimeMethod_var);
|
|
V_1 = L_1;
|
|
// for (int i = 0; i < networkObjects.Length; i++)
|
|
V_2 = 0;
|
|
goto IL_0068;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (networkObjects[i].NetworkManager == NetworkManager)
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_2 = V_0;
|
|
int32_t L_3 = V_2;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
NullCheck(L_5);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_6;
|
|
L_6 = NetworkObject_get_NetworkManager_m3AA279826FA51BA722067709EFCF715E5A818465(L_5, NULL);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_7;
|
|
L_7 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_8;
|
|
L_8 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_6, L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
// if (networkObjects[i].IsSceneObject == null || (networkObjects[i].IsSceneObject.HasValue && networkObjects[i].IsSceneObject.Value))
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_9 = V_0;
|
|
int32_t L_10 = V_2;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
NullCheck(L_12);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_13;
|
|
L_13 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_12, NULL);
|
|
V_3 = L_13;
|
|
bool L_14;
|
|
L_14 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_3), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
if (!L_14)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_15 = V_0;
|
|
int32_t L_16 = V_2;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = L_16;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
NullCheck(L_18);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_19;
|
|
L_19 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_18, NULL);
|
|
V_3 = L_19;
|
|
bool L_20;
|
|
L_20 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_3), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
if (!L_20)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_21 = V_0;
|
|
int32_t L_22 = V_2;
|
|
NullCheck(L_21);
|
|
int32_t L_23 = L_22;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
|
|
NullCheck(L_24);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_25;
|
|
L_25 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_24, NULL);
|
|
V_3 = L_25;
|
|
bool L_26;
|
|
L_26 = Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28((&V_3), Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
if (!L_26)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
// networkObjectsToSpawn.Add(networkObjects[i]);
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* L_27 = V_1;
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_28 = V_0;
|
|
int32_t L_29 = V_2;
|
|
NullCheck(L_28);
|
|
int32_t L_30 = L_29;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
|
NullCheck(L_27);
|
|
List_1_Add_m33D1B77633ABADDEE2DDB5F075E190D2F18FFA3B_inline(L_27, L_31, List_1_Add_m33D1B77633ABADDEE2DDB5F075E190D2F18FFA3B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// for (int i = 0; i < networkObjects.Length; i++)
|
|
int32_t L_32 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_32, 1));
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
// for (int i = 0; i < networkObjects.Length; i++)
|
|
int32_t L_33 = V_2;
|
|
NetworkObjectU5BU5D_t0AC4A2ECAC883B3BA6A0BD1852F7DA7309E11360* L_34 = V_0;
|
|
NullCheck(L_34);
|
|
if ((((int32_t)L_33) < ((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var networkObject in networkObjectsToSpawn)
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* L_35 = V_1;
|
|
NullCheck(L_35);
|
|
Enumerator_t50D7F64F2BC7CEDDFC45A8F1B0BEB30C1F7B9054 L_36;
|
|
L_36 = List_1_GetEnumerator_mAA26CF017B8E05BE6EBFD55F536CBE262E02782C(L_35, List_1_GetEnumerator_mAA26CF017B8E05BE6EBFD55F536CBE262E02782C_RuntimeMethod_var);
|
|
V_4 = L_36;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00a4:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m5DEC471984135944B73E79F88C75E88430238AF6((&V_4), Enumerator_Dispose_m5DEC471984135944B73E79F88C75E88430238AF6_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0099_1;
|
|
}
|
|
|
|
IL_0078_1:
|
|
{
|
|
// foreach (var networkObject in networkObjectsToSpawn)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_37;
|
|
L_37 = Enumerator_get_Current_m1F15060AA27CF11AE8B511A62381353A512A7CDB_inline((&V_4), Enumerator_get_Current_m1F15060AA27CF11AE8B511A62381353A512A7CDB_RuntimeMethod_var);
|
|
V_5 = L_37;
|
|
// SpawnNetworkObjectLocally(networkObject, GetNetworkObjectId(), true, false, networkObject.OwnerClientId, true);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_38 = V_5;
|
|
uint64_t L_39;
|
|
L_39 = NetworkSpawnManager_GetNetworkObjectId_m07AB3DA7B3BD4566787129ED90A540463DD2DD30(__this, NULL);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_40 = V_5;
|
|
NullCheck(L_40);
|
|
uint64_t L_41;
|
|
L_41 = NetworkObject_get_OwnerClientId_m049930D5FE84BDA9104F03995AC29953BAB247E4_inline(L_40, NULL);
|
|
NetworkSpawnManager_SpawnNetworkObjectLocally_mDCDD37E34F40F49814F03CB6EA88940A695D96D1(__this, L_38, L_39, (bool)1, (bool)0, L_41, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0099_1:
|
|
{
|
|
// foreach (var networkObject in networkObjectsToSpawn)
|
|
bool L_42;
|
|
L_42 = Enumerator_MoveNext_m494F8C4F165EF33EB235234248134CBDA2C15931((&V_4), Enumerator_MoveNext_m494F8C4F165EF33EB235234248134CBDA2C15931_RuntimeMethod_var);
|
|
if (L_42)
|
|
{
|
|
goto IL_0078_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::OnDespawnObject(Unity.Netcode.NetworkObject,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_OnDespawnObject_m7210861D1A1D75B5C9270D14659C5C71664C6738 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_networkObject, bool ___1_destroyGameObject, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mA963D5F332884F479C5ED7051A30DCCD8C8E47DD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m609EECEE108D3DAF2B136EF7882F48BA39819C92_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC39E7C3B1C6A6521D8443D6681F3952F97AE9750_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mB090F6E1959BE9CB144F4F7BC5D8BA0BB1F4B640_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mFE0F62205805D9E257F701E9C79967C7604F71BB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m6E2C7BE910184450449F139484D6C095E46E522E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9A31BE16C882B8EF0FDD6398F2C941CD7022AD3D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Clear_m5FABFCEB547E70B270297A2A2E62F2AD22C77CCC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_mCDB1CC1394B96A323D7C3CDB56E2DE3380FFCDFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_m68DFF1547203DAE1FB7C543B39B4468C26FEC37B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t0AC4B0264C90B43D2F1B3B68095F5A35E8750525_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tE07B98951C528DCEC133D87CFB6966101285E71E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INetworkMetrics_tE2C13758A950A5C77D2682C15F47914B13AC1C41_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyCollection_1_t1F44C862909D89A9960B735107E3C46BC6220D67_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m553050C87F0BF32427648D10CE6B6452B32ABB71_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mD2A675BAFA11C99FA8AD3E39B5CC99AF8AA55CFD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mE7467078A2D1DAE11A0859CE92A2AA53324A9788_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkConnectionManager_SendMessage_TisDestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_TisList_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284_m76E8DB6DCD0589CB595B108607CE97F536028564_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mDC0D880BCCF15346C0D7E4FFE228C49C33FEE47C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m8110F0280E87FBA9BDFB4E501153B826525A522D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Enqueue_mD8CBB5BC67B2A236934331543F328326A68F173D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral037E4213958AF283D26ED854AB8624846E1144C5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral087D18F09F7AABB557CD8388581252CB37B4CBFA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40EDD2212F9F2591A57758EBDA05FE96A5564CB9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68D80EA53E050899180105FA6D081FEA4D4A789C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7227ED4C674FB5E13D3BF2DE22D171E366F95E8F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_0 = NULL;
|
|
Enumerator_t08D2A82D9E38E7B084FD4A017063CBB6B265B486 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_2 = NULL;
|
|
Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
ReleasedNetworkId_t7D3158E07773C6B85BCBAA69507DC8BEB8547414 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
DestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
RuntimeObject* V_7 = NULL;
|
|
uint64_t V_8 = 0;
|
|
DestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
bool V_11 = false;
|
|
Enumerator_t70A8D395D3DE5F360B445F6583EA858859FFB344 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
uint64_t V_13 = 0;
|
|
DestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050* G_B37_0 = NULL;
|
|
DestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050* G_B36_0 = NULL;
|
|
int32_t G_B38_0 = 0;
|
|
DestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050* G_B38_1 = NULL;
|
|
{
|
|
// if (NetworkManager == null)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0;
|
|
L_0 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// if (networkObject == null)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_2 = ___0_networkObject;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogWarning($"Trying to destroy network object but it is null");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral037E4213958AF283D26ED854AB8624846E1144C5, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// if (!SpawnedObjects.ContainsKey(networkObject.NetworkObjectId))
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_4 = __this->___SpawnedObjects_1;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_5 = ___0_networkObject;
|
|
NullCheck(L_5);
|
|
uint64_t L_6;
|
|
L_6 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_5, NULL);
|
|
NullCheck(L_4);
|
|
bool L_7;
|
|
L_7 = Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B(L_4, L_6, Dictionary_2_ContainsKey_m37294B7C273DACD1781AED35A3FAB1CD73A9099B_RuntimeMethod_var);
|
|
if (L_7)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogWarning($"Trying to destroy object {networkObject.NetworkObjectId} but it doesn't seem to exist anymore!");
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_8 = ___0_networkObject;
|
|
NullCheck(L_8);
|
|
uint64_t L_9;
|
|
L_9 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_8, NULL);
|
|
uint64_t L_10 = L_9;
|
|
RuntimeObject* L_11 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_10);
|
|
String_t* L_12;
|
|
L_12 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral7227ED4C674FB5E13D3BF2DE22D171E366F95E8F, L_11, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_12, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// if (!NetworkManager.ShutdownInProgress && NetworkManager.IsServer)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_13;
|
|
L_13 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_13);
|
|
bool L_14;
|
|
L_14 = NetworkManager_get_ShutdownInProgress_mF9E146A3C71F83E8E5B36E720CB16610324D7109_inline(L_13, NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_0165;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_15;
|
|
L_15 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_15);
|
|
bool L_16;
|
|
L_16 = NetworkManager_get_IsServer_m3FF8C5D22D260033AD3FC6C4AF44E7161BDD7F52(L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0165;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var spawnedNetObj in SpawnedObjectsList)
|
|
HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* L_17 = __this->___SpawnedObjectsList_2;
|
|
NullCheck(L_17);
|
|
Enumerator_t08D2A82D9E38E7B084FD4A017063CBB6B265B486 L_18;
|
|
L_18 = HashSet_1_GetEnumerator_mCDB1CC1394B96A323D7C3CDB56E2DE3380FFCDFA(L_17, HashSet_1_GetEnumerator_mCDB1CC1394B96A323D7C3CDB56E2DE3380FFCDFA_RuntimeMethod_var);
|
|
V_1 = L_18;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0157:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mC39E7C3B1C6A6521D8443D6681F3952F97AE9750((&V_1), Enumerator_Dispose_mC39E7C3B1C6A6521D8443D6681F3952F97AE9750_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0149_1;
|
|
}
|
|
|
|
IL_0082_1:
|
|
{
|
|
// foreach (var spawnedNetObj in SpawnedObjectsList)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_19;
|
|
L_19 = Enumerator_get_Current_m9A31BE16C882B8EF0FDD6398F2C941CD7022AD3D_inline((&V_1), Enumerator_get_Current_m9A31BE16C882B8EF0FDD6398F2C941CD7022AD3D_RuntimeMethod_var);
|
|
V_2 = L_19;
|
|
// var latestParent = spawnedNetObj.GetNetworkParenting();
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_20 = V_2;
|
|
NullCheck(L_20);
|
|
Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 L_21;
|
|
L_21 = NetworkObject_GetNetworkParenting_mEEFD598EC8D5D514CBBA090A04F12B70108D261A_inline(L_20, NULL);
|
|
V_3 = L_21;
|
|
// if (latestParent.HasValue && latestParent.Value == networkObject.NetworkObjectId)
|
|
bool L_22;
|
|
L_22 = Nullable_1_get_HasValue_mDC0D880BCCF15346C0D7E4FFE228C49C33FEE47C_inline((&V_3), Nullable_1_get_HasValue_mDC0D880BCCF15346C0D7E4FFE228C49C33FEE47C_RuntimeMethod_var);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0149_1;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_23;
|
|
L_23 = Nullable_1_get_Value_m8110F0280E87FBA9BDFB4E501153B826525A522D((&V_3), Nullable_1_get_Value_m8110F0280E87FBA9BDFB4E501153B826525A522D_RuntimeMethod_var);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_24 = ___0_networkObject;
|
|
NullCheck(L_24);
|
|
uint64_t L_25;
|
|
L_25 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_24, NULL);
|
|
if ((!(((uint64_t)L_23) == ((uint64_t)L_25))))
|
|
{
|
|
goto IL_0149_1;
|
|
}
|
|
}
|
|
{
|
|
// if (!spawnedNetObj.TryRemoveParentCachedWorldPositionStays())
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_26 = V_2;
|
|
NullCheck(L_26);
|
|
bool L_27;
|
|
L_27 = NetworkObject_TryRemoveParentCachedWorldPositionStays_m9BD6CB5609FF8C2B8EB1926A7B78AF522A3C9796(L_26, NULL);
|
|
if (L_27)
|
|
{
|
|
goto IL_0100_1;
|
|
}
|
|
}
|
|
{
|
|
// if (NetworkLog.CurrentLogLevel <= LogLevel.Normal)
|
|
int32_t L_28;
|
|
L_28 = NetworkLog_get_CurrentLogLevel_m8D46ADEFC32E3AC0592F30B64B2062202A97AF9C(NULL);
|
|
if ((((int32_t)L_28) > ((int32_t)1)))
|
|
{
|
|
goto IL_0100_1;
|
|
}
|
|
}
|
|
{
|
|
// NetworkLog.LogError($"{nameof(NetworkObject)} #{spawnedNetObj.NetworkObjectId} could not be moved to the root when its parent {nameof(NetworkObject)} #{networkObject.NetworkObjectId} was being destroyed");
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_29 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_30 = L_29;
|
|
NullCheck(L_30);
|
|
ArrayElementTypeCheck (L_30, _stringLiteral68D80EA53E050899180105FA6D081FEA4D4A789C);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)_stringLiteral68D80EA53E050899180105FA6D081FEA4D4A789C);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_30;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_32 = V_2;
|
|
NullCheck(L_32);
|
|
uint64_t L_33;
|
|
L_33 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_32, NULL);
|
|
uint64_t L_34 = L_33;
|
|
RuntimeObject* L_35 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_34);
|
|
NullCheck(L_31);
|
|
ArrayElementTypeCheck (L_31, L_35);
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_35);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_36 = L_31;
|
|
NullCheck(L_36);
|
|
ArrayElementTypeCheck (L_36, _stringLiteral68D80EA53E050899180105FA6D081FEA4D4A789C);
|
|
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)_stringLiteral68D80EA53E050899180105FA6D081FEA4D4A789C);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_37 = L_36;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_38 = ___0_networkObject;
|
|
NullCheck(L_38);
|
|
uint64_t L_39;
|
|
L_39 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_38, NULL);
|
|
uint64_t L_40 = L_39;
|
|
RuntimeObject* L_41 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_40);
|
|
NullCheck(L_37);
|
|
ArrayElementTypeCheck (L_37, L_41);
|
|
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_41);
|
|
String_t* L_42;
|
|
L_42 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteral087D18F09F7AABB557CD8388581252CB37B4CBFA, L_37, NULL);
|
|
NetworkLog_LogError_m6E8EB7F038ACD2B5763437173ACCED5959883428(L_42, NULL);
|
|
}
|
|
|
|
IL_0100_1:
|
|
{
|
|
// if (NetworkLog.CurrentLogLevel <= LogLevel.Normal)
|
|
int32_t L_43;
|
|
L_43 = NetworkLog_get_CurrentLogLevel_m8D46ADEFC32E3AC0592F30B64B2062202A97AF9C(NULL);
|
|
if ((((int32_t)L_43) > ((int32_t)1)))
|
|
{
|
|
goto IL_0149_1;
|
|
}
|
|
}
|
|
{
|
|
// NetworkLog.LogWarning($"{nameof(NetworkObject)} #{spawnedNetObj.NetworkObjectId} moved to the root because its parent {nameof(NetworkObject)} #{networkObject.NetworkObjectId} is destroyed");
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_44 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_45 = L_44;
|
|
NullCheck(L_45);
|
|
ArrayElementTypeCheck (L_45, _stringLiteral68D80EA53E050899180105FA6D081FEA4D4A789C);
|
|
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)_stringLiteral68D80EA53E050899180105FA6D081FEA4D4A789C);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_46 = L_45;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_47 = V_2;
|
|
NullCheck(L_47);
|
|
uint64_t L_48;
|
|
L_48 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_47, NULL);
|
|
uint64_t L_49 = L_48;
|
|
RuntimeObject* L_50 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_49);
|
|
NullCheck(L_46);
|
|
ArrayElementTypeCheck (L_46, L_50);
|
|
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_50);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_51 = L_46;
|
|
NullCheck(L_51);
|
|
ArrayElementTypeCheck (L_51, _stringLiteral68D80EA53E050899180105FA6D081FEA4D4A789C);
|
|
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)_stringLiteral68D80EA53E050899180105FA6D081FEA4D4A789C);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_52 = L_51;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_53 = ___0_networkObject;
|
|
NullCheck(L_53);
|
|
uint64_t L_54;
|
|
L_54 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_53, NULL);
|
|
uint64_t L_55 = L_54;
|
|
RuntimeObject* L_56 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_55);
|
|
NullCheck(L_52);
|
|
ArrayElementTypeCheck (L_52, L_56);
|
|
(L_52)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_56);
|
|
String_t* L_57;
|
|
L_57 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteral40EDD2212F9F2591A57758EBDA05FE96A5564CB9, L_52, NULL);
|
|
NetworkLog_LogWarning_m1A2073B527F4B95F216508B0E5A76DF71823D899(L_57, NULL);
|
|
}
|
|
|
|
IL_0149_1:
|
|
{
|
|
// foreach (var spawnedNetObj in SpawnedObjectsList)
|
|
bool L_58;
|
|
L_58 = Enumerator_MoveNext_mB090F6E1959BE9CB144F4F7BC5D8BA0BB1F4B640((&V_1), Enumerator_MoveNext_mB090F6E1959BE9CB144F4F7BC5D8BA0BB1F4B640_RuntimeMethod_var);
|
|
if (L_58)
|
|
{
|
|
goto IL_0082_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0165;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0165:
|
|
{
|
|
// networkObject.InvokeBehaviourNetworkDespawn();
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_59 = ___0_networkObject;
|
|
NullCheck(L_59);
|
|
NetworkObject_InvokeBehaviourNetworkDespawn_m8EA8B4BDA1FAD4AEB897CE5A19F26FE6E9768FFA(L_59, NULL);
|
|
// if (NetworkManager != null && NetworkManager.IsServer)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_60;
|
|
L_60 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_61;
|
|
L_61 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_60, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_61)
|
|
{
|
|
goto IL_02f5;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_62;
|
|
L_62 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_62);
|
|
bool L_63;
|
|
L_63 = NetworkManager_get_IsServer_m3FF8C5D22D260033AD3FC6C4AF44E7161BDD7F52(L_62, NULL);
|
|
if (!L_63)
|
|
{
|
|
goto IL_02f5;
|
|
}
|
|
}
|
|
{
|
|
// if (NetworkManager.NetworkConfig.RecycleNetworkIds)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_64;
|
|
L_64 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_64);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_65 = L_64->___NetworkConfig_10;
|
|
NullCheck(L_65);
|
|
bool L_66 = L_65->___RecycleNetworkIds_13;
|
|
if (!L_66)
|
|
{
|
|
goto IL_01d7;
|
|
}
|
|
}
|
|
{
|
|
// ReleasedNetworkObjectIds.Enqueue(new ReleasedNetworkId()
|
|
// {
|
|
// NetworkId = networkObject.NetworkObjectId,
|
|
// ReleaseTime = NetworkManager.RealTimeProvider.UnscaledTime
|
|
// });
|
|
Queue_1_tD0B32970076D62B677279D96972006677EEE25A7* L_67 = __this->___ReleasedNetworkObjectIds_6;
|
|
il2cpp_codegen_initobj((&V_4), sizeof(ReleasedNetworkId_t7D3158E07773C6B85BCBAA69507DC8BEB8547414));
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_68 = ___0_networkObject;
|
|
NullCheck(L_68);
|
|
uint64_t L_69;
|
|
L_69 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_68, NULL);
|
|
(&V_4)->___NetworkId_0 = L_69;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_70;
|
|
L_70 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_70);
|
|
RuntimeObject* L_71;
|
|
L_71 = NetworkManager_get_RealTimeProvider_mAF8EEDE4C46E0478801F0ABCFF5410F762FAF8BE_inline(L_70, NULL);
|
|
NullCheck(L_71);
|
|
float L_72;
|
|
L_72 = InterfaceFuncInvoker0< float >::Invoke(1 /* System.Single Unity.Netcode.IRealTimeProvider::get_UnscaledTime() */, IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var, L_71);
|
|
(&V_4)->___ReleaseTime_1 = L_72;
|
|
ReleasedNetworkId_t7D3158E07773C6B85BCBAA69507DC8BEB8547414 L_73 = V_4;
|
|
NullCheck(L_67);
|
|
Queue_1_Enqueue_mD8CBB5BC67B2A236934331543F328326A68F173D(L_67, L_73, Queue_1_Enqueue_mD8CBB5BC67B2A236934331543F328326A68F173D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01d7:
|
|
{
|
|
// if (networkObject != null)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_74 = ___0_networkObject;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_75;
|
|
L_75 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_74, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_75)
|
|
{
|
|
goto IL_02f5;
|
|
}
|
|
}
|
|
{
|
|
// if (NetworkManager.ConnectedClientsList.Count > 0)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_76;
|
|
L_76 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_76);
|
|
RuntimeObject* L_77;
|
|
L_77 = NetworkManager_get_ConnectedClientsList_mA7F66C446F46012C187EB6C41FB399C511E6EDC9(L_76, NULL);
|
|
NullCheck(L_77);
|
|
int32_t L_78;
|
|
L_78 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1<Unity.Netcode.NetworkClient>::get_Count() */, IReadOnlyCollection_1_t1F44C862909D89A9960B735107E3C46BC6220D67_il2cpp_TypeInfo_var, L_77);
|
|
if ((((int32_t)L_78) <= ((int32_t)0)))
|
|
{
|
|
goto IL_02f5;
|
|
}
|
|
}
|
|
{
|
|
// m_TargetClientIds.Clear();
|
|
List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284* L_79 = __this->___m_TargetClientIds_8;
|
|
NullCheck(L_79);
|
|
List_1_Clear_mD2A675BAFA11C99FA8AD3E39B5CC99AF8AA55CFD_inline(L_79, List_1_Clear_mD2A675BAFA11C99FA8AD3E39B5CC99AF8AA55CFD_RuntimeMethod_var);
|
|
// foreach (var clientId in NetworkManager.ConnectedClientsIds)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_80;
|
|
L_80 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_80);
|
|
RuntimeObject* L_81;
|
|
L_81 = NetworkManager_get_ConnectedClientsIds_mAC05454DCEFB717F590830D86FFA869E7201231A(L_80, NULL);
|
|
NullCheck(L_81);
|
|
RuntimeObject* L_82;
|
|
L_82 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.UInt64>::GetEnumerator() */, IEnumerable_1_t0AC4B0264C90B43D2F1B3B68095F5A35E8750525_il2cpp_TypeInfo_var, L_81);
|
|
V_7 = L_82;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0243:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_83 = V_7;
|
|
if (!L_83)
|
|
{
|
|
goto IL_024e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_84 = V_7;
|
|
NullCheck(L_84);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_84);
|
|
}
|
|
|
|
IL_024e:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0238_1;
|
|
}
|
|
|
|
IL_0218_1:
|
|
{
|
|
// foreach (var clientId in NetworkManager.ConnectedClientsIds)
|
|
RuntimeObject* L_85 = V_7;
|
|
NullCheck(L_85);
|
|
uint64_t L_86;
|
|
L_86 = InterfaceFuncInvoker0< uint64_t >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.UInt64>::get_Current() */, IEnumerator_1_tE07B98951C528DCEC133D87CFB6966101285E71E_il2cpp_TypeInfo_var, L_85);
|
|
V_8 = L_86;
|
|
// if (networkObject.IsNetworkVisibleTo(clientId))
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_87 = ___0_networkObject;
|
|
uint64_t L_88 = V_8;
|
|
NullCheck(L_87);
|
|
bool L_89;
|
|
L_89 = NetworkObject_IsNetworkVisibleTo_mE429F4B9A886AC93E179746BF6FFE7AB2D837667(L_87, L_88, NULL);
|
|
if (!L_89)
|
|
{
|
|
goto IL_0238_1;
|
|
}
|
|
}
|
|
{
|
|
// m_TargetClientIds.Add(clientId);
|
|
List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284* L_90 = __this->___m_TargetClientIds_8;
|
|
uint64_t L_91 = V_8;
|
|
NullCheck(L_90);
|
|
List_1_Add_m553050C87F0BF32427648D10CE6B6452B32ABB71_inline(L_90, L_91, List_1_Add_m553050C87F0BF32427648D10CE6B6452B32ABB71_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0238_1:
|
|
{
|
|
// foreach (var clientId in NetworkManager.ConnectedClientsIds)
|
|
RuntimeObject* L_92 = V_7;
|
|
NullCheck(L_92);
|
|
bool L_93;
|
|
L_93 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_92);
|
|
if (L_93)
|
|
{
|
|
goto IL_0218_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_024f;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_024f:
|
|
{
|
|
// var message = new DestroyObjectMessage
|
|
// {
|
|
// NetworkObjectId = networkObject.NetworkObjectId,
|
|
// DestroyGameObject = networkObject.IsSceneObject != false ? destroyGameObject : true
|
|
// };
|
|
il2cpp_codegen_initobj((&V_9), sizeof(DestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050));
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_94 = ___0_networkObject;
|
|
NullCheck(L_94);
|
|
uint64_t L_95;
|
|
L_95 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_94, NULL);
|
|
(&V_9)->___NetworkObjectId_0 = L_95;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_96 = ___0_networkObject;
|
|
NullCheck(L_96);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_97;
|
|
L_97 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_96, NULL);
|
|
V_10 = L_97;
|
|
V_11 = (bool)0;
|
|
bool L_98;
|
|
L_98 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline((&V_10), Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
|
|
bool L_99 = V_11;
|
|
bool L_100;
|
|
L_100 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_10), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
G_B36_0 = (&V_9);
|
|
if (!((int32_t)(((((int32_t)L_98) == ((int32_t)L_99))? 1 : 0)&(int32_t)L_100)))
|
|
{
|
|
G_B37_0 = (&V_9);
|
|
goto IL_0289;
|
|
}
|
|
}
|
|
{
|
|
G_B38_0 = 1;
|
|
G_B38_1 = G_B36_0;
|
|
goto IL_028a;
|
|
}
|
|
|
|
IL_0289:
|
|
{
|
|
bool L_101 = ___1_destroyGameObject;
|
|
G_B38_0 = ((int32_t)(L_101));
|
|
G_B38_1 = G_B37_0;
|
|
}
|
|
|
|
IL_028a:
|
|
{
|
|
G_B38_1->___DestroyGameObject_1 = (bool)G_B38_0;
|
|
DestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050 L_102 = V_9;
|
|
V_5 = L_102;
|
|
// var size = NetworkManager.ConnectionManager.SendMessage(ref message, NetworkDelivery.ReliableSequenced, m_TargetClientIds);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_103;
|
|
L_103 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_103);
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_104 = L_103->___ConnectionManager_31;
|
|
List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284** L_105 = (List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284**)(&__this->___m_TargetClientIds_8);
|
|
NullCheck(L_104);
|
|
int32_t L_106;
|
|
L_106 = NetworkConnectionManager_SendMessage_TisDestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_TisList_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284_m76E8DB6DCD0589CB595B108607CE97F536028564(L_104, (&V_5), 3, L_105, NetworkConnectionManager_SendMessage_TisDestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_TisList_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284_m76E8DB6DCD0589CB595B108607CE97F536028564_RuntimeMethod_var);
|
|
V_6 = L_106;
|
|
// foreach (var targetClientId in m_TargetClientIds)
|
|
List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284* L_107 = __this->___m_TargetClientIds_8;
|
|
NullCheck(L_107);
|
|
Enumerator_t70A8D395D3DE5F360B445F6583EA858859FFB344 L_108;
|
|
L_108 = List_1_GetEnumerator_mE7467078A2D1DAE11A0859CE92A2AA53324A9788(L_107, List_1_GetEnumerator_mE7467078A2D1DAE11A0859CE92A2AA53324A9788_RuntimeMethod_var);
|
|
V_12 = L_108;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_02e7:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m609EECEE108D3DAF2B136EF7882F48BA39819C92((&V_12), Enumerator_Dispose_m609EECEE108D3DAF2B136EF7882F48BA39819C92_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_02dc_1;
|
|
}
|
|
|
|
IL_02bd_1:
|
|
{
|
|
// foreach (var targetClientId in m_TargetClientIds)
|
|
uint64_t L_109;
|
|
L_109 = Enumerator_get_Current_m6E2C7BE910184450449F139484D6C095E46E522E_inline((&V_12), Enumerator_get_Current_m6E2C7BE910184450449F139484D6C095E46E522E_RuntimeMethod_var);
|
|
V_13 = L_109;
|
|
// NetworkManager.NetworkMetrics.TrackObjectDestroySent(targetClientId, networkObject, size);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_110;
|
|
L_110 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_110);
|
|
RuntimeObject* L_111;
|
|
L_111 = NetworkManager_get_NetworkMetrics_mC2FC9F73570CF607741C2C02FB641D1A23FCEF13(L_110, NULL);
|
|
uint64_t L_112 = V_13;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_113 = ___0_networkObject;
|
|
int32_t L_114 = V_6;
|
|
NullCheck(L_111);
|
|
InterfaceActionInvoker3< uint64_t, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*, int64_t >::Invoke(17 /* System.Void Unity.Netcode.INetworkMetrics::TrackObjectDestroySent(System.UInt64,Unity.Netcode.NetworkObject,System.Int64) */, INetworkMetrics_tE2C13758A950A5C77D2682C15F47914B13AC1C41_il2cpp_TypeInfo_var, L_111, L_112, L_113, ((int64_t)L_114));
|
|
}
|
|
|
|
IL_02dc_1:
|
|
{
|
|
// foreach (var targetClientId in m_TargetClientIds)
|
|
bool L_115;
|
|
L_115 = Enumerator_MoveNext_mFE0F62205805D9E257F701E9C79967C7604F71BB((&V_12), Enumerator_MoveNext_mFE0F62205805D9E257F701E9C79967C7604F71BB_RuntimeMethod_var);
|
|
if (L_115)
|
|
{
|
|
goto IL_02bd_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02f5;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_02f5:
|
|
{
|
|
// networkObject.IsSpawned = false;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_116 = ___0_networkObject;
|
|
NullCheck(L_116);
|
|
NetworkObject_set_IsSpawned_m9B000AC3BDF314AA8556400742001A959EA12708_inline(L_116, (bool)0, NULL);
|
|
// if (SpawnedObjects.Remove(networkObject.NetworkObjectId))
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_117 = __this->___SpawnedObjects_1;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_118 = ___0_networkObject;
|
|
NullCheck(L_118);
|
|
uint64_t L_119;
|
|
L_119 = NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline(L_118, NULL);
|
|
NullCheck(L_117);
|
|
bool L_120;
|
|
L_120 = Dictionary_2_Remove_mA963D5F332884F479C5ED7051A30DCCD8C8E47DD(L_117, L_119, Dictionary_2_Remove_mA963D5F332884F479C5ED7051A30DCCD8C8E47DD_RuntimeMethod_var);
|
|
if (!L_120)
|
|
{
|
|
goto IL_031c;
|
|
}
|
|
}
|
|
{
|
|
// SpawnedObjectsList.Remove(networkObject);
|
|
HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* L_121 = __this->___SpawnedObjectsList_2;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_122 = ___0_networkObject;
|
|
NullCheck(L_121);
|
|
bool L_123;
|
|
L_123 = HashSet_1_Remove_m68DFF1547203DAE1FB7C543B39B4468C26FEC37B(L_121, L_122, HashSet_1_Remove_m68DFF1547203DAE1FB7C543B39B4468C26FEC37B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_031c:
|
|
{
|
|
// networkObject.Observers.Clear();
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_124 = ___0_networkObject;
|
|
NullCheck(L_124);
|
|
HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C* L_125 = L_124->___Observers_24;
|
|
NullCheck(L_125);
|
|
HashSet_1_Clear_m5FABFCEB547E70B270297A2A2E62F2AD22C77CCC(L_125, HashSet_1_Clear_m5FABFCEB547E70B270297A2A2E62F2AD22C77CCC_RuntimeMethod_var);
|
|
// var gobj = networkObject.gameObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_126 = ___0_networkObject;
|
|
NullCheck(L_126);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_127;
|
|
L_127 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_126, NULL);
|
|
V_0 = L_127;
|
|
// if (destroyGameObject && gobj != null)
|
|
bool L_128 = ___1_destroyGameObject;
|
|
if (!L_128)
|
|
{
|
|
goto IL_0365;
|
|
}
|
|
}
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_129 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_130;
|
|
L_130 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_129, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_130)
|
|
{
|
|
goto IL_0365;
|
|
}
|
|
}
|
|
{
|
|
// if (NetworkManager.PrefabHandler.ContainsHandler(networkObject))
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_131;
|
|
L_131 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_131);
|
|
NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* L_132;
|
|
L_132 = NetworkManager_get_PrefabHandler_mE9305CDEFCD9F14B146A0EB760BCCE20F68BD24A(L_131, NULL);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_133 = ___0_networkObject;
|
|
NullCheck(L_132);
|
|
bool L_134;
|
|
L_134 = NetworkPrefabHandler_ContainsHandler_m26F17B6F2868B8273FE5593F5A05FC1022906C37(L_132, L_133, NULL);
|
|
if (!L_134)
|
|
{
|
|
goto IL_035f;
|
|
}
|
|
}
|
|
{
|
|
// NetworkManager.PrefabHandler.HandleNetworkPrefabDestroy(networkObject);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_135;
|
|
L_135 = NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline(__this, NULL);
|
|
NullCheck(L_135);
|
|
NetworkPrefabHandler_tDAE80C95FD27B1749A8657944402C831679B0AAE* L_136;
|
|
L_136 = NetworkManager_get_PrefabHandler_mE9305CDEFCD9F14B146A0EB760BCCE20F68BD24A(L_135, NULL);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_137 = ___0_networkObject;
|
|
NullCheck(L_136);
|
|
NetworkPrefabHandler_HandleNetworkPrefabDestroy_m6E6BC7B17A817594165FC6D843A1341FA86E31C9(L_136, L_137, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_035f:
|
|
{
|
|
// UnityEngine.Object.Destroy(gobj);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_138 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_138, NULL);
|
|
}
|
|
|
|
IL_0365:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::UpdateObservedNetworkObjects(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_UpdateObservedNetworkObjects_m156F599245BA810E5BB7A8063E4A0C17902EA4DC (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, uint64_t ___0_clientId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC39E7C3B1C6A6521D8443D6681F3952F97AE9750_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mB090F6E1959BE9CB144F4F7BC5D8BA0BB1F4B640_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9A31BE16C882B8EF0FDD6398F2C941CD7022AD3D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mBC1006593BDA81F38BCAC913DA281C8437CF04D0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_mCDB1CC1394B96A323D7C3CDB56E2DE3380FFCDFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mA9EE324C0F152945E0170FC6CB33584EBA708075_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t08D2A82D9E38E7B084FD4A017063CBB6B265B486 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_1 = NULL;
|
|
{
|
|
// foreach (var sobj in SpawnedObjectsList)
|
|
HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* L_0 = __this->___SpawnedObjectsList_2;
|
|
NullCheck(L_0);
|
|
Enumerator_t08D2A82D9E38E7B084FD4A017063CBB6B265B486 L_1;
|
|
L_1 = HashSet_1_GetEnumerator_mCDB1CC1394B96A323D7C3CDB56E2DE3380FFCDFA(L_0, HashSet_1_GetEnumerator_mCDB1CC1394B96A323D7C3CDB56E2DE3380FFCDFA_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006d:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mC39E7C3B1C6A6521D8443D6681F3952F97AE9750((&V_0), Enumerator_Dispose_mC39E7C3B1C6A6521D8443D6681F3952F97AE9750_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0062_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
// foreach (var sobj in SpawnedObjectsList)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_2;
|
|
L_2 = Enumerator_get_Current_m9A31BE16C882B8EF0FDD6398F2C941CD7022AD3D_inline((&V_0), Enumerator_get_Current_m9A31BE16C882B8EF0FDD6398F2C941CD7022AD3D_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
// if (sobj.CheckObjectVisibility == null)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
VisibilityDelegate_t43869941CF7C26CBA2B0FEBB3E7A33BA67D3216A* L_4 = L_3->___CheckObjectVisibility_20;
|
|
if (L_4)
|
|
{
|
|
goto IL_0038_1;
|
|
}
|
|
}
|
|
{
|
|
// if (sobj.SpawnWithObservers || clientId == NetworkManager.ServerClientId)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
bool L_6 = L_5->___SpawnWithObservers_19;
|
|
if (L_6)
|
|
{
|
|
goto IL_0029_1;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_7 = ___0_clientId;
|
|
if (L_7)
|
|
{
|
|
goto IL_0062_1;
|
|
}
|
|
}
|
|
|
|
IL_0029_1:
|
|
{
|
|
// sobj.Observers.Add(clientId);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C* L_9 = L_8->___Observers_24;
|
|
uint64_t L_10 = ___0_clientId;
|
|
NullCheck(L_9);
|
|
bool L_11;
|
|
L_11 = HashSet_1_Add_mBC1006593BDA81F38BCAC913DA281C8437CF04D0(L_9, L_10, HashSet_1_Add_mBC1006593BDA81F38BCAC913DA281C8437CF04D0_RuntimeMethod_var);
|
|
goto IL_0062_1;
|
|
}
|
|
|
|
IL_0038_1:
|
|
{
|
|
// if (sobj.CheckObjectVisibility(clientId))
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
VisibilityDelegate_t43869941CF7C26CBA2B0FEBB3E7A33BA67D3216A* L_13 = L_12->___CheckObjectVisibility_20;
|
|
uint64_t L_14 = ___0_clientId;
|
|
NullCheck(L_13);
|
|
bool L_15;
|
|
L_15 = VisibilityDelegate_Invoke_mEEFAF73CA887F39FF400F1C7FAC4B03C01E74192_inline(L_13, L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0055_1;
|
|
}
|
|
}
|
|
{
|
|
// sobj.Observers.Add(clientId);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C* L_17 = L_16->___Observers_24;
|
|
uint64_t L_18 = ___0_clientId;
|
|
NullCheck(L_17);
|
|
bool L_19;
|
|
L_19 = HashSet_1_Add_mBC1006593BDA81F38BCAC913DA281C8437CF04D0(L_17, L_18, HashSet_1_Add_mBC1006593BDA81F38BCAC913DA281C8437CF04D0_RuntimeMethod_var);
|
|
goto IL_0062_1;
|
|
}
|
|
|
|
IL_0055_1:
|
|
{
|
|
// sobj.Observers.Remove(clientId);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_20 = V_1;
|
|
NullCheck(L_20);
|
|
HashSet_1_t69B3138379C60F0B2D0D83966D6FF40BF4B4256C* L_21 = L_20->___Observers_24;
|
|
uint64_t L_22 = ___0_clientId;
|
|
NullCheck(L_21);
|
|
bool L_23;
|
|
L_23 = HashSet_1_Remove_mA9EE324C0F152945E0170FC6CB33584EBA708075(L_21, L_22, HashSet_1_Remove_mA9EE324C0F152945E0170FC6CB33584EBA708075_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0062_1:
|
|
{
|
|
// foreach (var sobj in SpawnedObjectsList)
|
|
bool L_24;
|
|
L_24 = Enumerator_MoveNext_mB090F6E1959BE9CB144F4F7BC5D8BA0BB1F4B640((&V_0), Enumerator_MoveNext_mB090F6E1959BE9CB144F4F7BC5D8BA0BB1F4B640_RuntimeMethod_var);
|
|
if (L_24)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::HandleNetworkObjectShow()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager_HandleNetworkObjectShow_mF1E72D7EF3A170FAE43FE0EB3CC9CC392508A3E7 (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m776ADA2BD8F21B5CF35973B590723B43B8340329_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m08DD6C409A17A5BEC6A4BF2A832D67F213603553_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m5DEC471984135944B73E79F88C75E88430238AF6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m681934D2DF747EC15C33F618AA9716FB21B32A23_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m229DEAC84C9C05B6DC7B038B219014A5ACF36B57_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m494F8C4F165EF33EB235234248134CBDA2C15931_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m082A01FAA96BF20E4D292107660DE3B590D4E10B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m1F15060AA27CF11AE8B511A62381353A512A7CDB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m4D69BFB18DB78AF5D2F4028FD6227A66E5E30EB0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m3B946A59D62AF27DB0EF37F03BCCB04D8E274D10_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mAA26CF017B8E05BE6EBFD55F536CBE262E02782C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t7943EFBDB796C338CCE354E415E6CACE016F0504 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
KeyValuePair_2_t744C02BB1B5C2F0E7A61D112775A6B73813EE9F0 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
uint64_t V_2 = 0;
|
|
Enumerator_t50D7F64F2BC7CEDDFC45A8F1B0BEB30C1F7B9054 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_4 = NULL;
|
|
{
|
|
// foreach (var client in ObjectsToShowToClient)
|
|
Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* L_0 = __this->___ObjectsToShowToClient_0;
|
|
NullCheck(L_0);
|
|
Enumerator_t7943EFBDB796C338CCE354E415E6CACE016F0504 L_1;
|
|
L_1 = Dictionary_2_GetEnumerator_m08DD6C409A17A5BEC6A4BF2A832D67F213603553(L_0, Dictionary_2_GetEnumerator_m08DD6C409A17A5BEC6A4BF2A832D67F213603553_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0063:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m681934D2DF747EC15C33F618AA9716FB21B32A23((&V_0), Enumerator_Dispose_m681934D2DF747EC15C33F618AA9716FB21B32A23_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0058_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
// foreach (var client in ObjectsToShowToClient)
|
|
KeyValuePair_2_t744C02BB1B5C2F0E7A61D112775A6B73813EE9F0 L_2;
|
|
L_2 = Enumerator_get_Current_m082A01FAA96BF20E4D292107660DE3B590D4E10B_inline((&V_0), Enumerator_get_Current_m082A01FAA96BF20E4D292107660DE3B590D4E10B_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
// ulong clientId = client.Key;
|
|
uint64_t L_3;
|
|
L_3 = KeyValuePair_2_get_Key_m4D69BFB18DB78AF5D2F4028FD6227A66E5E30EB0_inline((&V_1), KeyValuePair_2_get_Key_m4D69BFB18DB78AF5D2F4028FD6227A66E5E30EB0_RuntimeMethod_var);
|
|
V_2 = L_3;
|
|
// foreach (var networkObject in client.Value)
|
|
List_1_t77ED838FA3E673D6D8B49578EE1F27A0836DE6A9* L_4;
|
|
L_4 = KeyValuePair_2_get_Value_m3B946A59D62AF27DB0EF37F03BCCB04D8E274D10_inline((&V_1), KeyValuePair_2_get_Value_m3B946A59D62AF27DB0EF37F03BCCB04D8E274D10_RuntimeMethod_var);
|
|
NullCheck(L_4);
|
|
Enumerator_t50D7F64F2BC7CEDDFC45A8F1B0BEB30C1F7B9054 L_5;
|
|
L_5 = List_1_GetEnumerator_mAA26CF017B8E05BE6EBFD55F536CBE262E02782C(L_4, List_1_GetEnumerator_mAA26CF017B8E05BE6EBFD55F536CBE262E02782C_RuntimeMethod_var);
|
|
V_3 = L_5;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_004a_1:
|
|
{// begin finally (depth: 2)
|
|
Enumerator_Dispose_m5DEC471984135944B73E79F88C75E88430238AF6((&V_3), Enumerator_Dispose_m5DEC471984135944B73E79F88C75E88430238AF6_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
goto IL_003f_2;
|
|
}
|
|
|
|
IL_002d_2:
|
|
{
|
|
// foreach (var networkObject in client.Value)
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_6;
|
|
L_6 = Enumerator_get_Current_m1F15060AA27CF11AE8B511A62381353A512A7CDB_inline((&V_3), Enumerator_get_Current_m1F15060AA27CF11AE8B511A62381353A512A7CDB_RuntimeMethod_var);
|
|
V_4 = L_6;
|
|
// SendSpawnCallForObject(clientId, networkObject);
|
|
uint64_t L_7 = V_2;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_8 = V_4;
|
|
NetworkSpawnManager_SendSpawnCallForObject_mD88F2B6E4D9A9E72A2E681919AABDCE830E60153(__this, L_7, L_8, NULL);
|
|
}
|
|
|
|
IL_003f_2:
|
|
{
|
|
// foreach (var networkObject in client.Value)
|
|
bool L_9;
|
|
L_9 = Enumerator_MoveNext_m494F8C4F165EF33EB235234248134CBDA2C15931((&V_3), Enumerator_MoveNext_m494F8C4F165EF33EB235234248134CBDA2C15931_RuntimeMethod_var);
|
|
if (L_9)
|
|
{
|
|
goto IL_002d_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0058_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0058_1:
|
|
{
|
|
// foreach (var client in ObjectsToShowToClient)
|
|
bool L_10;
|
|
L_10 = Enumerator_MoveNext_m229DEAC84C9C05B6DC7B038B219014A5ACF36B57((&V_0), Enumerator_MoveNext_m229DEAC84C9C05B6DC7B038B219014A5ACF36B57_RuntimeMethod_var);
|
|
if (L_10)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
// ObjectsToShowToClient.Clear();
|
|
Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* L_11 = __this->___ObjectsToShowToClient_0;
|
|
NullCheck(L_11);
|
|
Dictionary_2_Clear_m776ADA2BD8F21B5CF35973B590723B43B8340329(L_11, Dictionary_2_Clear_m776ADA2BD8F21B5CF35973B590723B43B8340329_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::.ctor(Unity.Netcode.NetworkManager)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager__ctor_mF0257EF83A3EB1A47852754E55E431B7DC6C19AB (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___0_networkManager, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m71B0753B2A9BE5DF3320E932974B3BEF2D29DFE3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mA06587167BFCD4F750C4849EB0EBE8ADB808D6B7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mCDD912769188B970CC3B40B68838E0CE9AC6C571_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mE419D1ED8DEA5B783153498259F69101B74EA3F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_mFAD20A2681083C9DCC92D5A63A8A98C198057726_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m29BEDE660794161B463CE980419121848921671C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1__ctor_mE1AFF3E3C820601DEF43A7B14AB2A9F25BC23C93_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_tD0B32970076D62B677279D96972006677EEE25A7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// internal Dictionary<ulong, List<NetworkObject>> ObjectsToShowToClient = new Dictionary<ulong, List<NetworkObject>>();
|
|
Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C* L_0 = (Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C*)il2cpp_codegen_object_new(Dictionary_2_tEFAF073C90BF36DA59A8A6A357782DF7453A1D5C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Dictionary_2__ctor_m71B0753B2A9BE5DF3320E932974B3BEF2D29DFE3(L_0, Dictionary_2__ctor_m71B0753B2A9BE5DF3320E932974B3BEF2D29DFE3_RuntimeMethod_var);
|
|
__this->___ObjectsToShowToClient_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ObjectsToShowToClient_0), (void*)L_0);
|
|
// public readonly Dictionary<ulong, NetworkObject> SpawnedObjects = new Dictionary<ulong, NetworkObject>();
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_1 = (Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123*)il2cpp_codegen_object_new(Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Dictionary_2__ctor_mCDD912769188B970CC3B40B68838E0CE9AC6C571(L_1, Dictionary_2__ctor_mCDD912769188B970CC3B40B68838E0CE9AC6C571_RuntimeMethod_var);
|
|
__this->___SpawnedObjects_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___SpawnedObjects_1), (void*)L_1);
|
|
// public readonly HashSet<NetworkObject> SpawnedObjectsList = new HashSet<NetworkObject>();
|
|
HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337* L_2 = (HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337*)il2cpp_codegen_object_new(HashSet_1_t4CB93F2D8A0CA74AB045A363BEAA451C9E5C4337_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
HashSet_1__ctor_mFAD20A2681083C9DCC92D5A63A8A98C198057726(L_2, HashSet_1__ctor_mFAD20A2681083C9DCC92D5A63A8A98C198057726_RuntimeMethod_var);
|
|
__this->___SpawnedObjectsList_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___SpawnedObjectsList_2), (void*)L_2);
|
|
// public readonly Dictionary<ulong, Dictionary<ulong, NetworkObject>> OwnershipToObjectsTable = new Dictionary<ulong, Dictionary<ulong, NetworkObject>>();
|
|
Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2* L_3 = (Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2*)il2cpp_codegen_object_new(Dictionary_2_t8BC1C80A24F4EEF2035E339BE780125813B138F2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
Dictionary_2__ctor_mE419D1ED8DEA5B783153498259F69101B74EA3F5(L_3, Dictionary_2__ctor_mE419D1ED8DEA5B783153498259F69101B74EA3F5_RuntimeMethod_var);
|
|
__this->___OwnershipToObjectsTable_3 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___OwnershipToObjectsTable_3), (void*)L_3);
|
|
// private Dictionary<ulong, ulong> m_ObjectToOwnershipTable = new Dictionary<ulong, ulong>();
|
|
Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* L_4 = (Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42*)il2cpp_codegen_object_new(Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Dictionary_2__ctor_mA06587167BFCD4F750C4849EB0EBE8ADB808D6B7(L_4, Dictionary_2__ctor_mA06587167BFCD4F750C4849EB0EBE8ADB808D6B7_RuntimeMethod_var);
|
|
__this->___m_ObjectToOwnershipTable_4 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ObjectToOwnershipTable_4), (void*)L_4);
|
|
// internal readonly Queue<ReleasedNetworkId> ReleasedNetworkObjectIds = new Queue<ReleasedNetworkId>();
|
|
Queue_1_tD0B32970076D62B677279D96972006677EEE25A7* L_5 = (Queue_1_tD0B32970076D62B677279D96972006677EEE25A7*)il2cpp_codegen_object_new(Queue_1_tD0B32970076D62B677279D96972006677EEE25A7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Queue_1__ctor_mE1AFF3E3C820601DEF43A7B14AB2A9F25BC23C93(L_5, Queue_1__ctor_mE1AFF3E3C820601DEF43A7B14AB2A9F25BC23C93_RuntimeMethod_var);
|
|
__this->___ReleasedNetworkObjectIds_6 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ReleasedNetworkObjectIds_6), (void*)L_5);
|
|
// private List<ulong> m_TargetClientIds = new List<ulong>();
|
|
List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284* L_6 = (List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284*)il2cpp_codegen_object_new(List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
List_1__ctor_m29BEDE660794161B463CE980419121848921671C(L_6, List_1__ctor_m29BEDE660794161B463CE980419121848921671C_RuntimeMethod_var);
|
|
__this->___m_TargetClientIds_8 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TargetClientIds_8), (void*)L_6);
|
|
// internal NetworkSpawnManager(NetworkManager networkManager)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// NetworkManager = networkManager;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_7 = ___0_networkManager;
|
|
__this->___U3CNetworkManagerU3Ek__BackingField_5 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNetworkManagerU3Ek__BackingField_5), (void*)L_7);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkSpawnManager__cctor_m4763EE4CF560BDB2BFD1971D5C25C8B474846026 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mF948179EB2BCCC6B6BCC1A832DA73C68F531A176_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tB9DB09131681DF5E71B62460E23F0AE9D07D7E4F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2U5BU5D_t32BA924C5BC521465E78D0D4328753469816C4C3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1416E2AE1647C307C1ABA8DF41F951E12B4518B6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral442AD59296F0071E35444A4C6A4754EDF0192C6A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral712AB6D5DA03F1F603EFCB08758CC5EEE27C0859);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79035C8D5F5793A2C34403397C5D79AE7A02A155);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC17098F83049171D00FCCF97DF1E2007ECAF00B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAA16BB5BCF87DF80856948ED17F2DE3B4915FB0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// internal static readonly Dictionary<InstantiateAndSpawnErrorTypes, string> InstantiateAndSpawnErrors = new Dictionary<InstantiateAndSpawnErrorTypes, string>(
|
|
// new KeyValuePair<InstantiateAndSpawnErrorTypes, string>[]{
|
|
// new KeyValuePair<InstantiateAndSpawnErrorTypes, string>(InstantiateAndSpawnErrorTypes.NetworkPrefabNull, $"The {nameof(NetworkObject)} prefab parameter was null!"),
|
|
// new KeyValuePair<InstantiateAndSpawnErrorTypes, string>(InstantiateAndSpawnErrorTypes.NotAuthority, $"Only the server has authority to {nameof(InstantiateAndSpawn)}!"),
|
|
// new KeyValuePair<InstantiateAndSpawnErrorTypes, string>(InstantiateAndSpawnErrorTypes.InvokedWhenShuttingDown, $"Invoking {nameof(InstantiateAndSpawn)} while shutting down! Calls to {nameof(InstantiateAndSpawn)} will be ignored."),
|
|
// new KeyValuePair<InstantiateAndSpawnErrorTypes, string>(InstantiateAndSpawnErrorTypes.NotRegisteredNetworkPrefab, $"The {nameof(NetworkObject)} parameter is not a registered network prefab. Did you forget to register it or are you trying to instantiate and spawn an instance of a network prefab?"),
|
|
// new KeyValuePair<InstantiateAndSpawnErrorTypes, string>(InstantiateAndSpawnErrorTypes.NetworkManagerNull, $"The {nameof(NetworkManager)} parameter was null!"),
|
|
// new KeyValuePair<InstantiateAndSpawnErrorTypes, string>(InstantiateAndSpawnErrorTypes.NoActiveSession, "You can only invoke this method when you are connected to an existing/in-progress network session!")
|
|
// });
|
|
KeyValuePair_2U5BU5D_t32BA924C5BC521465E78D0D4328753469816C4C3* L_0 = (KeyValuePair_2U5BU5D_t32BA924C5BC521465E78D0D4328753469816C4C3*)(KeyValuePair_2U5BU5D_t32BA924C5BC521465E78D0D4328753469816C4C3*)SZArrayNew(KeyValuePair_2U5BU5D_t32BA924C5BC521465E78D0D4328753469816C4C3_il2cpp_TypeInfo_var, (uint32_t)6);
|
|
KeyValuePair_2U5BU5D_t32BA924C5BC521465E78D0D4328753469816C4C3* L_1 = L_0;
|
|
KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5((&L_2), 0, _stringLiteral79035C8D5F5793A2C34403397C5D79AE7A02A155, /*hidden argument*/KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B)L_2);
|
|
KeyValuePair_2U5BU5D_t32BA924C5BC521465E78D0D4328753469816C4C3* L_3 = L_1;
|
|
KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5((&L_4), 1, _stringLiteralBC17098F83049171D00FCCF97DF1E2007ECAF00B, /*hidden argument*/KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B)L_4);
|
|
KeyValuePair_2U5BU5D_t32BA924C5BC521465E78D0D4328753469816C4C3* L_5 = L_3;
|
|
KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5((&L_6), 2, _stringLiteral442AD59296F0071E35444A4C6A4754EDF0192C6A, /*hidden argument*/KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5_RuntimeMethod_var);
|
|
NullCheck(L_5);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B)L_6);
|
|
KeyValuePair_2U5BU5D_t32BA924C5BC521465E78D0D4328753469816C4C3* L_7 = L_5;
|
|
KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5((&L_8), 3, _stringLiteral1416E2AE1647C307C1ABA8DF41F951E12B4518B6, /*hidden argument*/KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5_RuntimeMethod_var);
|
|
NullCheck(L_7);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B)L_8);
|
|
KeyValuePair_2U5BU5D_t32BA924C5BC521465E78D0D4328753469816C4C3* L_9 = L_7;
|
|
KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5((&L_10), 4, _stringLiteralEAA16BB5BCF87DF80856948ED17F2DE3B4915FB0, /*hidden argument*/KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5_RuntimeMethod_var);
|
|
NullCheck(L_9);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(4), (KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B)L_10);
|
|
KeyValuePair_2U5BU5D_t32BA924C5BC521465E78D0D4328753469816C4C3* L_11 = L_9;
|
|
KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5((&L_12), 5, _stringLiteral712AB6D5DA03F1F603EFCB08758CC5EEE27C0859, /*hidden argument*/KeyValuePair_2__ctor_m675C1A78261C94C9557FFC899341EE2204D141E5_RuntimeMethod_var);
|
|
NullCheck(L_11);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(5), (KeyValuePair_2_t98CBB11177919E27B13B29EB2CD118238D75E57B)L_12);
|
|
Dictionary_2_tB9DB09131681DF5E71B62460E23F0AE9D07D7E4F* L_13 = (Dictionary_2_tB9DB09131681DF5E71B62460E23F0AE9D07D7E4F*)il2cpp_codegen_object_new(Dictionary_2_tB9DB09131681DF5E71B62460E23F0AE9D07D7E4F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
Dictionary_2__ctor_mF948179EB2BCCC6B6BCC1A832DA73C68F531A176(L_13, (RuntimeObject*)L_11, Dictionary_2__ctor_mF948179EB2BCCC6B6BCC1A832DA73C68F531A176_RuntimeMethod_var);
|
|
((NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_StaticFields*)il2cpp_codegen_static_fields_for(NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_il2cpp_TypeInfo_var))->___InstantiateAndSpawnErrors_9 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_StaticFields*)il2cpp_codegen_static_fields_for(NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D_il2cpp_TypeInfo_var))->___InstantiateAndSpawnErrors_9), (void*)L_13);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Unity.Netcode.NetworkSpawnManager/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mEED7686F2975C76568B84CA1CD60FCD9E5CE2825 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF* L_0 = (U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF*)il2cpp_codegen_object_new(U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_mA20E665C6052E54E3607E6884A81589A1ED5ED3F(L_0, NULL);
|
|
((U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkSpawnManager/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mA20E665C6052E54E3607E6884A81589A1ED5ED3F (U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkSpawnManager/<>c::<ServerResetShudownStateForSceneObjects>b__34_0(Unity.Netcode.NetworkObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CServerResetShudownStateForSceneObjectsU3Eb__34_0_m238532BC8F5D837D65C862E3B3C234F4E5F342BD (U3CU3Ec_t2F0CD5EFD12ED6E2253375C46D6ADFD3C8F47FAF* __this, NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* ___0_c, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
{
|
|
// var networkObjects = UnityEngine.Object.FindObjectsOfType<NetworkObject>().Where((c) => c.IsSceneObject != null && c.IsSceneObject == true);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_0 = ___0_c;
|
|
NullCheck(L_0);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_1;
|
|
L_1 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
bool L_2;
|
|
L_2 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_0), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_3 = ___0_c;
|
|
NullCheck(L_3);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_4;
|
|
L_4 = NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline(L_3, NULL);
|
|
V_0 = L_4;
|
|
V_1 = (bool)1;
|
|
bool L_5;
|
|
L_5 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline((&V_0), Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
|
|
bool L_6 = V_1;
|
|
bool L_7;
|
|
L_7 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_0), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
return (bool)((int32_t)(((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0)&(int32_t)L_7));
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Unity.Netcode.AnticipationSystem::.ctor(Unity.Netcode.NetworkManager)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnticipationSystem__ctor_mE8C4D0F798515DD85E886F03A395CA4A3BE7DFB7 (AnticipationSystem_t4898B59C04A6EFD6A1CCC840893123F889674771* __this, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___0_manager, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m27A65A7270B063B434BC31407620D0BCB315CA0C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m9F010D216DD02B312D6140FBDC4CD7D1B6A15B8E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// internal HashSet<IAnticipatedObject> AllAnticipatedObjects = new HashSet<IAnticipatedObject>();
|
|
HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C* L_0 = (HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C*)il2cpp_codegen_object_new(HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
HashSet_1__ctor_m9F010D216DD02B312D6140FBDC4CD7D1B6A15B8E(L_0, HashSet_1__ctor_m9F010D216DD02B312D6140FBDC4CD7D1B6A15B8E_RuntimeMethod_var);
|
|
__this->___AllAnticipatedObjects_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___AllAnticipatedObjects_2), (void*)L_0);
|
|
// public HashSet<IAnticipatedObject> ObjectsToReanticipate = new HashSet<IAnticipatedObject>();
|
|
HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C* L_1 = (HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C*)il2cpp_codegen_object_new(HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
HashSet_1__ctor_m9F010D216DD02B312D6140FBDC4CD7D1B6A15B8E(L_1, HashSet_1__ctor_m9F010D216DD02B312D6140FBDC4CD7D1B6A15B8E_RuntimeMethod_var);
|
|
__this->___ObjectsToReanticipate_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ObjectsToReanticipate_5), (void*)L_1);
|
|
// private HashSet<IAnticipationEventReceiver> m_AnticipationEventReceivers = new HashSet<IAnticipationEventReceiver>();
|
|
HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F* L_2 = (HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F*)il2cpp_codegen_object_new(HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
HashSet_1__ctor_m27A65A7270B063B434BC31407620D0BCB315CA0C(L_2, HashSet_1__ctor_m27A65A7270B063B434BC31407620D0BCB315CA0C_RuntimeMethod_var);
|
|
__this->___m_AnticipationEventReceivers_7 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AnticipationEventReceivers_7), (void*)L_2);
|
|
// public AnticipationSystem(NetworkManager manager)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// m_NetworkManager = manager;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_3 = ___0_manager;
|
|
__this->___m_NetworkManager_4 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_NetworkManager_4), (void*)L_3);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.AnticipationSystem::add_OnReanticipate(Unity.Netcode.NetworkManager/ReanticipateDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnticipationSystem_add_OnReanticipate_m6E8A09285D3973E57C70969E4670B60E60361B95 (AnticipationSystem_t4898B59C04A6EFD6A1CCC840893123F889674771* __this, ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* V_0 = NULL;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* V_1 = NULL;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* V_2 = NULL;
|
|
{
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_0 = __this->___OnReanticipate_6;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_1 = V_0;
|
|
V_1 = L_1;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_2 = V_1;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065*)CastclassSealed((RuntimeObject*)L_4, ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065_il2cpp_TypeInfo_var));
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065** L_5 = (ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065**)(&__this->___OnReanticipate_6);
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_6 = V_2;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_7 = V_1;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_9 = V_0;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065*)L_9) == ((RuntimeObject*)(ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.AnticipationSystem::remove_OnReanticipate(Unity.Netcode.NetworkManager/ReanticipateDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnticipationSystem_remove_OnReanticipate_m5E2228D0DFC27BF0E3AB6371278AADF5C1893B3A (AnticipationSystem_t4898B59C04A6EFD6A1CCC840893123F889674771* __this, ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* V_0 = NULL;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* V_1 = NULL;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* V_2 = NULL;
|
|
{
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_0 = __this->___OnReanticipate_6;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_1 = V_0;
|
|
V_1 = L_1;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_2 = V_1;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065*)CastclassSealed((RuntimeObject*)L_4, ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065_il2cpp_TypeInfo_var));
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065** L_5 = (ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065**)(&__this->___OnReanticipate_6);
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_6 = V_2;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_7 = V_1;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_9 = V_0;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065*)L_9) == ((RuntimeObject*)(ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.AnticipationSystem::RegisterForAnticipationEvents(Unity.Netcode.IAnticipationEventReceiver)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnticipationSystem_RegisterForAnticipationEvents_mEEE104DEB2F4B8B888515CF7751C367B90D59736 (AnticipationSystem_t4898B59C04A6EFD6A1CCC840893123F889674771* __this, RuntimeObject* ___0_receiver, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mDDC19349508A007CB487C28A63D4EC3F4BB59A01_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// m_AnticipationEventReceivers.Add(receiver);
|
|
HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F* L_0 = __this->___m_AnticipationEventReceivers_7;
|
|
RuntimeObject* L_1 = ___0_receiver;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = HashSet_1_Add_mDDC19349508A007CB487C28A63D4EC3F4BB59A01(L_0, L_1, HashSet_1_Add_mDDC19349508A007CB487C28A63D4EC3F4BB59A01_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.AnticipationSystem::DeregisterForAnticipationEvents(Unity.Netcode.IAnticipationEventReceiver)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnticipationSystem_DeregisterForAnticipationEvents_m8DB931FA442F0B2FE5F954BC089148C4021E23F9 (AnticipationSystem_t4898B59C04A6EFD6A1CCC840893123F889674771* __this, RuntimeObject* ___0_receiver, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mB25DC11BA4E1807944E1AF7966A0060EEACCE2A7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// m_AnticipationEventReceivers.Remove(receiver);
|
|
HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F* L_0 = __this->___m_AnticipationEventReceivers_7;
|
|
RuntimeObject* L_1 = ___0_receiver;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = HashSet_1_Remove_mB25DC11BA4E1807944E1AF7966A0060EEACCE2A7(L_0, L_1, HashSet_1_Remove_mB25DC11BA4E1807944E1AF7966A0060EEACCE2A7_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.AnticipationSystem::SetupForUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnticipationSystem_SetupForUpdate_m33E4EC293DBD7C59FC41126906C3DC2F641EA9CB (AnticipationSystem_t4898B59C04A6EFD6A1CCC840893123F889674771* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC5A07418A5D4B7F41B1AE6D9DA5F307CCF8EA301_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF55E5A6975282B41376B285AF7ED38CA9E19DBB8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mA1431409BE32A810980AB98DF0EA17DC9DF466F9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m40C38FCB41EB0306B7C9ABEBD65331BF77C35379_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAnticipationEventReceiver_t3037C95FF4AA4E9016D033068862D23668808755_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tEC7FC009B9D771B394B7F1E0CADC6C12CFC7CBD3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// foreach (var receiver in m_AnticipationEventReceivers)
|
|
HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F* L_0 = __this->___m_AnticipationEventReceivers_7;
|
|
NullCheck(L_0);
|
|
Enumerator_tEC7FC009B9D771B394B7F1E0CADC6C12CFC7CBD3 L_1;
|
|
L_1 = HashSet_1_GetEnumerator_m40C38FCB41EB0306B7C9ABEBD65331BF77C35379(L_0, HashSet_1_GetEnumerator_m40C38FCB41EB0306B7C9ABEBD65331BF77C35379_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0025:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mC5A07418A5D4B7F41B1AE6D9DA5F307CCF8EA301((&V_0), Enumerator_Dispose_mC5A07418A5D4B7F41B1AE6D9DA5F307CCF8EA301_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_001a_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
// foreach (var receiver in m_AnticipationEventReceivers)
|
|
RuntimeObject* L_2;
|
|
L_2 = Enumerator_get_Current_mA1431409BE32A810980AB98DF0EA17DC9DF466F9_inline((&V_0), Enumerator_get_Current_mA1431409BE32A810980AB98DF0EA17DC9DF466F9_RuntimeMethod_var);
|
|
// receiver.SetupForUpdate();
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void Unity.Netcode.IAnticipationEventReceiver::SetupForUpdate() */, IAnticipationEventReceiver_t3037C95FF4AA4E9016D033068862D23668808755_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001a_1:
|
|
{
|
|
// foreach (var receiver in m_AnticipationEventReceivers)
|
|
bool L_3;
|
|
L_3 = Enumerator_MoveNext_mF55E5A6975282B41376B285AF7ED38CA9E19DBB8((&V_0), Enumerator_MoveNext_mF55E5A6975282B41376B285AF7ED38CA9E19DBB8_RuntimeMethod_var);
|
|
if (L_3)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.AnticipationSystem::SetupForRender()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnticipationSystem_SetupForRender_m641A31BA0974017D82694518C92A458B4AD071EF (AnticipationSystem_t4898B59C04A6EFD6A1CCC840893123F889674771* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC5A07418A5D4B7F41B1AE6D9DA5F307CCF8EA301_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF55E5A6975282B41376B285AF7ED38CA9E19DBB8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mA1431409BE32A810980AB98DF0EA17DC9DF466F9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m40C38FCB41EB0306B7C9ABEBD65331BF77C35379_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAnticipationEventReceiver_t3037C95FF4AA4E9016D033068862D23668808755_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tEC7FC009B9D771B394B7F1E0CADC6C12CFC7CBD3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// foreach (var receiver in m_AnticipationEventReceivers)
|
|
HashSet_1_tA9C67D4B846626F7A2A4FFC650AA12FAC54E459F* L_0 = __this->___m_AnticipationEventReceivers_7;
|
|
NullCheck(L_0);
|
|
Enumerator_tEC7FC009B9D771B394B7F1E0CADC6C12CFC7CBD3 L_1;
|
|
L_1 = HashSet_1_GetEnumerator_m40C38FCB41EB0306B7C9ABEBD65331BF77C35379(L_0, HashSet_1_GetEnumerator_m40C38FCB41EB0306B7C9ABEBD65331BF77C35379_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0025:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mC5A07418A5D4B7F41B1AE6D9DA5F307CCF8EA301((&V_0), Enumerator_Dispose_mC5A07418A5D4B7F41B1AE6D9DA5F307CCF8EA301_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_001a_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
// foreach (var receiver in m_AnticipationEventReceivers)
|
|
RuntimeObject* L_2;
|
|
L_2 = Enumerator_get_Current_mA1431409BE32A810980AB98DF0EA17DC9DF466F9_inline((&V_0), Enumerator_get_Current_mA1431409BE32A810980AB98DF0EA17DC9DF466F9_RuntimeMethod_var);
|
|
// receiver.SetupForRender();
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(1 /* System.Void Unity.Netcode.IAnticipationEventReceiver::SetupForRender() */, IAnticipationEventReceiver_t3037C95FF4AA4E9016D033068862D23668808755_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001a_1:
|
|
{
|
|
// foreach (var receiver in m_AnticipationEventReceivers)
|
|
bool L_3;
|
|
L_3 = Enumerator_MoveNext_mF55E5A6975282B41376B285AF7ED38CA9E19DBB8((&V_0), Enumerator_MoveNext_mF55E5A6975282B41376B285AF7ED38CA9E19DBB8_RuntimeMethod_var);
|
|
if (L_3)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.AnticipationSystem::ProcessReanticipation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnticipationSystem_ProcessReanticipation_mF81BA34CCB87D160E1EFCE0F6EB3D9B20572AF39 (AnticipationSystem_t4898B59C04A6EFD6A1CCC840893123F889674771* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mCDCEAA40DE4F9BBA327EE0C879CADAFAC9E9A63D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF57F57982BC79234C265C5B9E5B14A10EEC31514_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mC4397E67CFDE463FC5D2C8B31992B53004DA57F9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mD2598B46C89986AA1D33B4F56126960BF6175062_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m5E3579137B781B888610439A5F9C36A5BE747BC9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC8463F058AE3FF313E954F64D9B216CADC8CFE06_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Clear_mEDA36A64EDA163E0B41368DFFFCA1D71376770E6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m8DDCA67B1330DE9A3E5A0062A2030FCBA5753392_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAnticipatedObject_tC4698B9CBB15CE091D890220FE8716AC8A1EB93B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mB64AD810DAF616B12579D50AF76388DAE6072C9E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
double V_0 = 0.0;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Enumerator_t2D00DF8B477B981043A85440C6F7D8CDFF72C781 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
RuntimeObject* V_3 = NULL;
|
|
Enumerator_tB17D3BB881778B22964DC5116E4CFEF7A2B39F25 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* G_B14_0 = NULL;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* G_B13_0 = NULL;
|
|
{
|
|
// var lastRoundTripTime = m_NetworkManager.LocalTime.Time - LastAnticipationAckTime;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = __this->___m_NetworkManager_4;
|
|
NullCheck(L_0);
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_1;
|
|
L_1 = NetworkManager_get_LocalTime_m17506338EF54F39A0C27A56D822F17A112D49CC7(L_0, NULL);
|
|
V_1 = L_1;
|
|
double L_2;
|
|
L_2 = NetworkTime_get_Time_mDC7F8AB78A0D860B5D3BF62AF1E42724059F690B_inline((&V_1), NULL);
|
|
double L_3 = __this->___LastAnticipationAckTime_1;
|
|
V_0 = ((double)il2cpp_codegen_subtract(L_2, L_3));
|
|
// foreach (var item in ObjectsToReanticipate)
|
|
HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C* L_4 = __this->___ObjectsToReanticipate_5;
|
|
NullCheck(L_4);
|
|
Enumerator_t2D00DF8B477B981043A85440C6F7D8CDFF72C781 L_5;
|
|
L_5 = HashSet_1_GetEnumerator_m8DDCA67B1330DE9A3E5A0062A2030FCBA5753392(L_4, HashSet_1_GetEnumerator_m8DDCA67B1330DE9A3E5A0062A2030FCBA5753392_RuntimeMethod_var);
|
|
V_2 = L_5;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_007c:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mCDCEAA40DE4F9BBA327EE0C879CADAFAC9E9A63D((&V_2), Enumerator_Dispose_mCDCEAA40DE4F9BBA327EE0C879CADAFAC9E9A63D_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0071_1;
|
|
}
|
|
|
|
IL_0029_1:
|
|
{
|
|
// foreach (var item in ObjectsToReanticipate)
|
|
RuntimeObject* L_6;
|
|
L_6 = Enumerator_get_Current_mC8463F058AE3FF313E954F64D9B216CADC8CFE06_inline((&V_2), Enumerator_get_Current_mC8463F058AE3FF313E954F64D9B216CADC8CFE06_RuntimeMethod_var);
|
|
V_3 = L_6;
|
|
// foreach (var behaviour in item.OwnerObject.ChildNetworkBehaviours)
|
|
RuntimeObject* L_7 = V_3;
|
|
NullCheck(L_7);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_8;
|
|
L_8 = InterfaceFuncInvoker0< NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* >::Invoke(2 /* Unity.Netcode.NetworkObject Unity.Netcode.IAnticipatedObject::get_OwnerObject() */, IAnticipatedObject_tC4698B9CBB15CE091D890220FE8716AC8A1EB93B_il2cpp_TypeInfo_var, L_7);
|
|
NullCheck(L_8);
|
|
List_1_t77285321F3B26D7A49CBB0F92E556C36504A91F5* L_9;
|
|
L_9 = NetworkObject_get_ChildNetworkBehaviours_m77246A2E16BAEE728A066E3020690BB3FB4EE09F(L_8, NULL);
|
|
NullCheck(L_9);
|
|
Enumerator_tB17D3BB881778B22964DC5116E4CFEF7A2B39F25 L_10;
|
|
L_10 = List_1_GetEnumerator_mB64AD810DAF616B12579D50AF76388DAE6072C9E(L_9, List_1_GetEnumerator_mB64AD810DAF616B12579D50AF76388DAE6072C9E_RuntimeMethod_var);
|
|
V_4 = L_10;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_005d_1:
|
|
{// begin finally (depth: 2)
|
|
Enumerator_Dispose_mF57F57982BC79234C265C5B9E5B14A10EEC31514((&V_4), Enumerator_Dispose_mF57F57982BC79234C265C5B9E5B14A10EEC31514_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
goto IL_0052_2;
|
|
}
|
|
|
|
IL_0045_2:
|
|
{
|
|
// foreach (var behaviour in item.OwnerObject.ChildNetworkBehaviours)
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* L_11;
|
|
L_11 = Enumerator_get_Current_m5E3579137B781B888610439A5F9C36A5BE747BC9_inline((&V_4), Enumerator_get_Current_m5E3579137B781B888610439A5F9C36A5BE747BC9_RuntimeMethod_var);
|
|
// behaviour.OnReanticipate(lastRoundTripTime);
|
|
double L_12 = V_0;
|
|
NullCheck(L_11);
|
|
VirtualActionInvoker1< double >::Invoke(14 /* System.Void Unity.Netcode.NetworkBehaviour::OnReanticipate(System.Double) */, L_11, L_12);
|
|
}
|
|
|
|
IL_0052_2:
|
|
{
|
|
// foreach (var behaviour in item.OwnerObject.ChildNetworkBehaviours)
|
|
bool L_13;
|
|
L_13 = Enumerator_MoveNext_mC4397E67CFDE463FC5D2C8B31992B53004DA57F9((&V_4), Enumerator_MoveNext_mC4397E67CFDE463FC5D2C8B31992B53004DA57F9_RuntimeMethod_var);
|
|
if (L_13)
|
|
{
|
|
goto IL_0045_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_006b_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_006b_1:
|
|
{
|
|
// item.ResetAnticipation();
|
|
RuntimeObject* L_14 = V_3;
|
|
NullCheck(L_14);
|
|
InterfaceActionInvoker0::Invoke(1 /* System.Void Unity.Netcode.IAnticipatedObject::ResetAnticipation() */, IAnticipatedObject_tC4698B9CBB15CE091D890220FE8716AC8A1EB93B_il2cpp_TypeInfo_var, L_14);
|
|
}
|
|
|
|
IL_0071_1:
|
|
{
|
|
// foreach (var item in ObjectsToReanticipate)
|
|
bool L_15;
|
|
L_15 = Enumerator_MoveNext_mD2598B46C89986AA1D33B4F56126960BF6175062((&V_2), Enumerator_MoveNext_mD2598B46C89986AA1D33B4F56126960BF6175062_RuntimeMethod_var);
|
|
if (L_15)
|
|
{
|
|
goto IL_0029_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
// ObjectsToReanticipate.Clear();
|
|
HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C* L_16 = __this->___ObjectsToReanticipate_5;
|
|
NullCheck(L_16);
|
|
HashSet_1_Clear_mEDA36A64EDA163E0B41368DFFFCA1D71376770E6(L_16, HashSet_1_Clear_mEDA36A64EDA163E0B41368DFFFCA1D71376770E6_RuntimeMethod_var);
|
|
// OnReanticipate?.Invoke(lastRoundTripTime);
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_17 = __this->___OnReanticipate_6;
|
|
ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* L_18 = L_17;
|
|
G_B13_0 = L_18;
|
|
if (L_18)
|
|
{
|
|
G_B14_0 = L_18;
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
double L_19 = V_0;
|
|
NullCheck(G_B14_0);
|
|
ReanticipateDelegate_Invoke_mC50273773CD54F733245005987F8721BA5FCA77F_inline(G_B14_0, L_19, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.AnticipationSystem::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnticipationSystem_Update_m52131A8913F06D06AD58C9A362BE0B38985340B4 (AnticipationSystem_t4898B59C04A6EFD6A1CCC840893123F889674771* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mCDCEAA40DE4F9BBA327EE0C879CADAFAC9E9A63D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mD2598B46C89986AA1D33B4F56126960BF6175062_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC8463F058AE3FF313E954F64D9B216CADC8CFE06_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m8DDCA67B1330DE9A3E5A0062A2030FCBA5753392_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAnticipatedObject_tC4698B9CBB15CE091D890220FE8716AC8A1EB93B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t2D00DF8B477B981043A85440C6F7D8CDFF72C781 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// foreach (var item in AllAnticipatedObjects)
|
|
HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C* L_0 = __this->___AllAnticipatedObjects_2;
|
|
NullCheck(L_0);
|
|
Enumerator_t2D00DF8B477B981043A85440C6F7D8CDFF72C781 L_1;
|
|
L_1 = HashSet_1_GetEnumerator_m8DDCA67B1330DE9A3E5A0062A2030FCBA5753392(L_0, HashSet_1_GetEnumerator_m8DDCA67B1330DE9A3E5A0062A2030FCBA5753392_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0025:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mCDCEAA40DE4F9BBA327EE0C879CADAFAC9E9A63D((&V_0), Enumerator_Dispose_mCDCEAA40DE4F9BBA327EE0C879CADAFAC9E9A63D_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_001a_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
// foreach (var item in AllAnticipatedObjects)
|
|
RuntimeObject* L_2;
|
|
L_2 = Enumerator_get_Current_mC8463F058AE3FF313E954F64D9B216CADC8CFE06_inline((&V_0), Enumerator_get_Current_mC8463F058AE3FF313E954F64D9B216CADC8CFE06_RuntimeMethod_var);
|
|
// item.Update();
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void Unity.Netcode.IAnticipatedObject::Update() */, IAnticipatedObject_tC4698B9CBB15CE091D890220FE8716AC8A1EB93B_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001a_1:
|
|
{
|
|
// foreach (var item in AllAnticipatedObjects)
|
|
bool L_3;
|
|
L_3 = Enumerator_MoveNext_mD2598B46C89986AA1D33B4F56126960BF6175062((&V_0), Enumerator_MoveNext_mD2598B46C89986AA1D33B4F56126960BF6175062_RuntimeMethod_var);
|
|
if (L_3)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.AnticipationSystem::Sync()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnticipationSystem_Sync_m52C2980E326F391D62B0DC27509DC955178EE031 (AnticipationSystem_t4898B59C04A6EFD6A1CCC840893123F889674771* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_get_Count_m3E9F4888B653D3AF3953B3BBB27CE2076AFED2B0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_SendMessage_TisAnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440_mFCD7E1F01F046A85F6A6C925D180472D67664911_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
AnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// if (AllAnticipatedObjects.Count != 0 && !m_NetworkManager.ShutdownInProgress && !m_NetworkManager.ConnectionManager.LocalClient.IsServer && m_NetworkManager.ConnectionManager.LocalClient.IsConnected)
|
|
HashSet_1_t17B04463977E13495E1CBF2BBDDB7C5E2D33DC4C* L_0 = __this->___AllAnticipatedObjects_2;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = HashSet_1_get_Count_m3E9F4888B653D3AF3953B3BBB27CE2076AFED2B0_inline(L_0, HashSet_1_get_Count_m3E9F4888B653D3AF3953B3BBB27CE2076AFED2B0_RuntimeMethod_var);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2 = __this->___m_NetworkManager_4;
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = NetworkManager_get_ShutdownInProgress_mF9E146A3C71F83E8E5B36E720CB16610324D7109_inline(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_4 = __this->___m_NetworkManager_4;
|
|
NullCheck(L_4);
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_5 = L_4->___ConnectionManager_31;
|
|
NullCheck(L_5);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_6 = L_5->___LocalClient_8;
|
|
NullCheck(L_6);
|
|
bool L_7;
|
|
L_7 = NetworkClient_get_IsServer_m488CD548E37B2D542415841AFEE32E6BD877F931_inline(L_6, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_8 = __this->___m_NetworkManager_4;
|
|
NullCheck(L_8);
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_9 = L_8->___ConnectionManager_31;
|
|
NullCheck(L_9);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_10 = L_9->___LocalClient_8;
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = NetworkClient_get_IsConnected_mBC4A63D9A52F4332181A5AA2F784821D0E8295D7_inline(L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
// var message = new AnticipationCounterSyncPingMessage { Counter = AnticipationCounter, Time = m_NetworkManager.LocalTime.Time };
|
|
il2cpp_codegen_initobj((&V_1), sizeof(AnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440));
|
|
uint64_t L_12 = __this->___AnticipationCounter_3;
|
|
(&V_1)->___Counter_0 = L_12;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_13 = __this->___m_NetworkManager_4;
|
|
NullCheck(L_13);
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_14;
|
|
L_14 = NetworkManager_get_LocalTime_m17506338EF54F39A0C27A56D822F17A112D49CC7(L_13, NULL);
|
|
V_2 = L_14;
|
|
double L_15;
|
|
L_15 = NetworkTime_get_Time_mDC7F8AB78A0D860B5D3BF62AF1E42724059F690B_inline((&V_2), NULL);
|
|
(&V_1)->___Time_1 = L_15;
|
|
AnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440 L_16 = V_1;
|
|
V_0 = L_16;
|
|
// m_NetworkManager.MessageManager.SendMessage(ref message, NetworkDelivery.Reliable, NetworkManager.ServerClientId);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_17 = __this->___m_NetworkManager_4;
|
|
NullCheck(L_17);
|
|
NetworkMessageManager_t3AC5DCD467E3287780F83E2B4A37CC5DCB40C468* L_18 = L_17->___MessageManager_32;
|
|
NullCheck(L_18);
|
|
int32_t L_19;
|
|
L_19 = NetworkMessageManager_SendMessage_TisAnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440_mFCD7E1F01F046A85F6A6C925D180472D67664911(L_18, (&V_0), 2, ((int64_t)0), NetworkMessageManager_SendMessage_TisAnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440_mFCD7E1F01F046A85F6A6C925D180472D67664911_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
// ++AnticipationCounter;
|
|
uint64_t L_20 = __this->___AnticipationCounter_3;
|
|
__this->___AnticipationCounter_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_20, ((int64_t)1)));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.UInt32 Unity.Netcode.NetworkTickSystem::get_TickRate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NetworkTickSystem_get_TickRate_mE053E1F4706D7744E24E0CB387DADE9454EDD337 (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint TickRate { get; internal set; }
|
|
uint32_t L_0 = __this->___U3CTickRateU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTickSystem::set_TickRate(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTickSystem_set_TickRate_m0BF57B36E23A399A2DE37AC16EDE30EF48378172 (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint TickRate { get; internal set; }
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___U3CTickRateU3Ek__BackingField_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTickSystem::get_LocalTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTickSystem_get_LocalTime_mAEE28AA7DBED595F9D8755CE5D76B7CEFF7EA6F5 (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkTime LocalTime { get; internal set; }
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_0 = __this->___U3CLocalTimeU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTickSystem::set_LocalTime(Unity.Netcode.NetworkTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTickSystem_set_LocalTime_mF80A790CE331B5993719CEB6AF95DA98E3C31967 (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkTime LocalTime { get; internal set; }
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_0 = ___0_value;
|
|
__this->___U3CLocalTimeU3Ek__BackingField_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTickSystem::get_ServerTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTickSystem_get_ServerTime_mE2386D4FF186C19B938427535A681AD47A799882 (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkTime ServerTime { get; internal set; }
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_0 = __this->___U3CServerTimeU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTickSystem::set_ServerTime(Unity.Netcode.NetworkTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTickSystem_set_ServerTime_mCBDD0E0D8DCB5BFB612E4075EED08555BE43A794 (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkTime ServerTime { get; internal set; }
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_0 = ___0_value;
|
|
__this->___U3CServerTimeU3Ek__BackingField_3 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTickSystem::add_Tick(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTickSystem_add_Tick_m98EC2B9E3EC9C5E7552C41DC5E0BB933D0A270ED (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___Tick_4;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___Tick_4);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTickSystem::remove_Tick(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTickSystem_remove_Tick_m4B8357FF77BE8DD9442EB611F01937BA1E3144F9 (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___Tick_4;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___Tick_4);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTickSystem::.ctor(System.UInt32,System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTickSystem__ctor_mC5D8B736EA2491B31CC42F54DB365EAD50AB2271 (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, uint32_t ___0_tickRate, double ___1_localTimeSec, double ___2_serverTimeSec, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkTickSystem(uint tickRate, double localTimeSec, double serverTimeSec)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// if (tickRate == 0)
|
|
uint32_t L_0 = ___0_tickRate;
|
|
if (L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Tick rate must be a positive value.", nameof(tickRate));
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral35A21A758285BD93E0C0EC3DD2924E3BB3F72097)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2AA85C92110CB328BBE837E28ECEDDA3F5C5516D)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkTickSystem__ctor_mC5D8B736EA2491B31CC42F54DB365EAD50AB2271_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// TickRate = tickRate;
|
|
uint32_t L_2 = ___0_tickRate;
|
|
NetworkTickSystem_set_TickRate_m0BF57B36E23A399A2DE37AC16EDE30EF48378172_inline(__this, L_2, NULL);
|
|
// Tick = null;
|
|
__this->___Tick_4 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Tick_4), (void*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL);
|
|
// LocalTime = new NetworkTime(tickRate, localTimeSec);
|
|
uint32_t L_3 = ___0_tickRate;
|
|
double L_4 = ___1_localTimeSec;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
NetworkTime__ctor_m967B514256DF729D17E1821504B335E112870E4D((&L_5), L_3, L_4, /*hidden argument*/NULL);
|
|
NetworkTickSystem_set_LocalTime_mF80A790CE331B5993719CEB6AF95DA98E3C31967_inline(__this, L_5, NULL);
|
|
// ServerTime = new NetworkTime(tickRate, serverTimeSec);
|
|
uint32_t L_6 = ___0_tickRate;
|
|
double L_7 = ___2_serverTimeSec;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
NetworkTime__ctor_m967B514256DF729D17E1821504B335E112870E4D((&L_8), L_6, L_7, /*hidden argument*/NULL);
|
|
NetworkTickSystem_set_ServerTime_mCBDD0E0D8DCB5BFB612E4075EED08555BE43A794_inline(__this, L_8, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTickSystem::Reset(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTickSystem_Reset_m43B50EC6BC214CC72B78D977F4E83DEA7E9052F1 (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, double ___0_localTimeSec, double ___1_serverTimeSec, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// LocalTime = new NetworkTime(TickRate, localTimeSec);
|
|
uint32_t L_0;
|
|
L_0 = NetworkTickSystem_get_TickRate_mE053E1F4706D7744E24E0CB387DADE9454EDD337_inline(__this, NULL);
|
|
double L_1 = ___0_localTimeSec;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
NetworkTime__ctor_m967B514256DF729D17E1821504B335E112870E4D((&L_2), L_0, L_1, /*hidden argument*/NULL);
|
|
NetworkTickSystem_set_LocalTime_mF80A790CE331B5993719CEB6AF95DA98E3C31967_inline(__this, L_2, NULL);
|
|
// ServerTime = new NetworkTime(TickRate, serverTimeSec);
|
|
uint32_t L_3;
|
|
L_3 = NetworkTickSystem_get_TickRate_mE053E1F4706D7744E24E0CB387DADE9454EDD337_inline(__this, NULL);
|
|
double L_4 = ___1_serverTimeSec;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
NetworkTime__ctor_m967B514256DF729D17E1821504B335E112870E4D((&L_5), L_3, L_4, /*hidden argument*/NULL);
|
|
NetworkTickSystem_set_ServerTime_mCBDD0E0D8DCB5BFB612E4075EED08555BE43A794_inline(__this, L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTickSystem::UpdateTick(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTickSystem_UpdateTick_m2D218F227F3652072922C8494D3F8260ACC68FB3 (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, double ___0_localTimeSec, double ___1_serverTimeSec, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t V_5 = 0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B3_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B2_0 = NULL;
|
|
{
|
|
// var previousLocalTick = LocalTime.Tick;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_0;
|
|
L_0 = NetworkTickSystem_get_LocalTime_mAEE28AA7DBED595F9D8755CE5D76B7CEFF7EA6F5_inline(__this, NULL);
|
|
V_4 = L_0;
|
|
int32_t L_1;
|
|
L_1 = NetworkTime_get_Tick_m1544072B4A5D9F6767E31A77EFB451B6B0F5B991_inline((&V_4), NULL);
|
|
// LocalTime = new NetworkTime(TickRate, localTimeSec);
|
|
uint32_t L_2;
|
|
L_2 = NetworkTickSystem_get_TickRate_mE053E1F4706D7744E24E0CB387DADE9454EDD337_inline(__this, NULL);
|
|
double L_3 = ___0_localTimeSec;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
NetworkTime__ctor_m967B514256DF729D17E1821504B335E112870E4D((&L_4), L_2, L_3, /*hidden argument*/NULL);
|
|
NetworkTickSystem_set_LocalTime_mF80A790CE331B5993719CEB6AF95DA98E3C31967_inline(__this, L_4, NULL);
|
|
// ServerTime = new NetworkTime(TickRate, serverTimeSec);
|
|
uint32_t L_5;
|
|
L_5 = NetworkTickSystem_get_TickRate_mE053E1F4706D7744E24E0CB387DADE9454EDD337_inline(__this, NULL);
|
|
double L_6 = ___1_serverTimeSec;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
NetworkTime__ctor_m967B514256DF729D17E1821504B335E112870E4D((&L_7), L_5, L_6, /*hidden argument*/NULL);
|
|
NetworkTickSystem_set_ServerTime_mCBDD0E0D8DCB5BFB612E4075EED08555BE43A794_inline(__this, L_7, NULL);
|
|
// var cacheLocalTime = LocalTime;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_8;
|
|
L_8 = NetworkTickSystem_get_LocalTime_mAEE28AA7DBED595F9D8755CE5D76B7CEFF7EA6F5_inline(__this, NULL);
|
|
V_0 = L_8;
|
|
// var cacheServerTime = ServerTime;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_9;
|
|
L_9 = NetworkTickSystem_get_ServerTime_mE2386D4FF186C19B938427535A681AD47A799882_inline(__this, NULL);
|
|
V_1 = L_9;
|
|
// var currentLocalTick = LocalTime.Tick;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_10;
|
|
L_10 = NetworkTickSystem_get_LocalTime_mAEE28AA7DBED595F9D8755CE5D76B7CEFF7EA6F5_inline(__this, NULL);
|
|
V_4 = L_10;
|
|
int32_t L_11;
|
|
L_11 = NetworkTime_get_Tick_m1544072B4A5D9F6767E31A77EFB451B6B0F5B991_inline((&V_4), NULL);
|
|
V_2 = L_11;
|
|
// var localToServerDifference = currentLocalTick - ServerTime.Tick;
|
|
int32_t L_12 = V_2;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_13;
|
|
L_13 = NetworkTickSystem_get_ServerTime_mE2386D4FF186C19B938427535A681AD47A799882_inline(__this, NULL);
|
|
V_4 = L_13;
|
|
int32_t L_14;
|
|
L_14 = NetworkTime_get_Tick_m1544072B4A5D9F6767E31A77EFB451B6B0F5B991_inline((&V_4), NULL);
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_12, L_14));
|
|
// for (int i = previousLocalTick + 1; i <= currentLocalTick; i++)
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_1, 1));
|
|
goto IL_00ba;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// LocalTime = new NetworkTime(TickRate, i);
|
|
uint32_t L_15;
|
|
L_15 = NetworkTickSystem_get_TickRate_mE053E1F4706D7744E24E0CB387DADE9454EDD337_inline(__this, NULL);
|
|
int32_t L_16 = V_5;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_17;
|
|
memset((&L_17), 0, sizeof(L_17));
|
|
NetworkTime__ctor_mD40214D6A925F3027C77DA7051C210F487C0CC55((&L_17), L_15, L_16, (0.0), /*hidden argument*/NULL);
|
|
NetworkTickSystem_set_LocalTime_mF80A790CE331B5993719CEB6AF95DA98E3C31967_inline(__this, L_17, NULL);
|
|
// ServerTime = new NetworkTime(TickRate, i - localToServerDifference);
|
|
uint32_t L_18;
|
|
L_18 = NetworkTickSystem_get_TickRate_mE053E1F4706D7744E24E0CB387DADE9454EDD337_inline(__this, NULL);
|
|
int32_t L_19 = V_5;
|
|
int32_t L_20 = V_3;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_21;
|
|
memset((&L_21), 0, sizeof(L_21));
|
|
NetworkTime__ctor_mD40214D6A925F3027C77DA7051C210F487C0CC55((&L_21), L_18, ((int32_t)il2cpp_codegen_subtract(L_19, L_20)), (0.0), /*hidden argument*/NULL);
|
|
NetworkTickSystem_set_ServerTime_mCBDD0E0D8DCB5BFB612E4075EED08555BE43A794_inline(__this, L_21, NULL);
|
|
// Tick?.Invoke();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_22 = __this->___Tick_4;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_23 = L_22;
|
|
G_B2_0 = L_23;
|
|
if (L_23)
|
|
{
|
|
G_B3_0 = L_23;
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
NullCheck(G_B3_0);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(G_B3_0, NULL);
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
// for (int i = previousLocalTick + 1; i <= currentLocalTick; i++)
|
|
int32_t L_24 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_24, 1));
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
// for (int i = previousLocalTick + 1; i <= currentLocalTick; i++)
|
|
int32_t L_25 = V_5;
|
|
int32_t L_26 = V_2;
|
|
if ((((int32_t)L_25) <= ((int32_t)L_26)))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
// LocalTime = cacheLocalTime;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_27 = V_0;
|
|
NetworkTickSystem_set_LocalTime_mF80A790CE331B5993719CEB6AF95DA98E3C31967_inline(__this, L_27, NULL);
|
|
// ServerTime = cacheServerTime;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_28 = V_1;
|
|
NetworkTickSystem_set_ServerTime_mCBDD0E0D8DCB5BFB612E4075EED08555BE43A794_inline(__this, L_28, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Double Unity.Netcode.NetworkTime::get_TickOffset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTime_get_TickOffset_m7B60157F5852925EF3F4D55D8E67FAEEDD87BA3A (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double TickOffset => m_CachedTickOffset;
|
|
double L_0 = __this->___m_CachedTickOffset_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double NetworkTime_get_TickOffset_m7B60157F5852925EF3F4D55D8E67FAEEDD87BA3A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = NetworkTime_get_TickOffset_m7B60157F5852925EF3F4D55D8E67FAEEDD87BA3A_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Double Unity.Netcode.NetworkTime::get_TickWithPartial()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTime_get_TickWithPartial_mEA0F50631C20C257BEB624025361C43AD257321F (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double TickWithPartial => Tick + (TickOffset / m_TickInterval);
|
|
int32_t L_0;
|
|
L_0 = NetworkTime_get_Tick_m1544072B4A5D9F6767E31A77EFB451B6B0F5B991_inline(__this, NULL);
|
|
double L_1;
|
|
L_1 = NetworkTime_get_TickOffset_m7B60157F5852925EF3F4D55D8E67FAEEDD87BA3A_inline(__this, NULL);
|
|
double L_2 = __this->___m_TickInterval_2;
|
|
return ((double)il2cpp_codegen_add(((double)L_0), ((double)(L_1/L_2))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double NetworkTime_get_TickWithPartial_mEA0F50631C20C257BEB624025361C43AD257321F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = NetworkTime_get_TickWithPartial_mEA0F50631C20C257BEB624025361C43AD257321F(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Double Unity.Netcode.NetworkTime::get_Time()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTime_get_Time_mDC7F8AB78A0D860B5D3BF62AF1E42724059F690B (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double Time => m_TimeSec;
|
|
double L_0 = __this->___m_TimeSec_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double NetworkTime_get_Time_mDC7F8AB78A0D860B5D3BF62AF1E42724059F690B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = NetworkTime_get_Time_mDC7F8AB78A0D860B5D3BF62AF1E42724059F690B_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Single Unity.Netcode.NetworkTime::get_TimeAsFloat()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NetworkTime_get_TimeAsFloat_mA9117D03A7D40E675F50B67A4317019B3AAF1797 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float TimeAsFloat => (float)m_TimeSec;
|
|
double L_0 = __this->___m_TimeSec_0;
|
|
return ((float)L_0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float NetworkTime_get_TimeAsFloat_mA9117D03A7D40E675F50B67A4317019B3AAF1797_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = NetworkTime_get_TimeAsFloat_mA9117D03A7D40E675F50B67A4317019B3AAF1797(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Double Unity.Netcode.NetworkTime::get_FixedTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTime_get_FixedTime_mD8B701640E6938B87ADFC11BFDABC77BFA08BF9D (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double FixedTime => m_CachedTick * m_TickInterval;
|
|
int32_t L_0 = __this->___m_CachedTick_3;
|
|
double L_1 = __this->___m_TickInterval_2;
|
|
return ((double)il2cpp_codegen_multiply(((double)L_0), L_1));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double NetworkTime_get_FixedTime_mD8B701640E6938B87ADFC11BFDABC77BFA08BF9D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = NetworkTime_get_FixedTime_mD8B701640E6938B87ADFC11BFDABC77BFA08BF9D(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Single Unity.Netcode.NetworkTime::get_FixedDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NetworkTime_get_FixedDeltaTime_mE939797F1CB254D4403A9A3EE00E0AB3F49B5045 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float FixedDeltaTime => (float)m_TickInterval;
|
|
double L_0 = __this->___m_TickInterval_2;
|
|
return ((float)L_0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float NetworkTime_get_FixedDeltaTime_mE939797F1CB254D4403A9A3EE00E0AB3F49B5045_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = NetworkTime_get_FixedDeltaTime_mE939797F1CB254D4403A9A3EE00E0AB3F49B5045(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 Unity.Netcode.NetworkTime::get_Tick()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTime_get_Tick_m1544072B4A5D9F6767E31A77EFB451B6B0F5B991 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int Tick => m_CachedTick;
|
|
int32_t L_0 = __this->___m_CachedTick_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t NetworkTime_get_Tick_m1544072B4A5D9F6767E31A77EFB451B6B0F5B991_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = NetworkTime_get_Tick_m1544072B4A5D9F6767E31A77EFB451B6B0F5B991_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt32 Unity.Netcode.NetworkTime::get_TickRate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NetworkTime_get_TickRate_m011971B594D6DB1C676AB1EC9029E1BB5A569CB6 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint TickRate => m_TickRate;
|
|
uint32_t L_0 = __this->___m_TickRate_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t NetworkTime_get_TickRate_m011971B594D6DB1C676AB1EC9029E1BB5A569CB6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*>(__this + _offset);
|
|
uint32_t _returnValue;
|
|
_returnValue = NetworkTime_get_TickRate_m011971B594D6DB1C676AB1EC9029E1BB5A569CB6_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTime::.ctor(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTime__ctor_m858F636F85697CAE1E079038854B8D88068A5F8F (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, uint32_t ___0_tickRate, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_TickRate = tickRate;
|
|
uint32_t L_0 = ___0_tickRate;
|
|
__this->___m_TickRate_1 = L_0;
|
|
// m_TickInterval = 1f / m_TickRate; // potential floating point precision issue, could result in different interval on different machines
|
|
uint32_t L_1 = __this->___m_TickRate_1;
|
|
__this->___m_TickInterval_2 = ((double)((float)((1.0f)/((float)((double)(uint32_t)L_1)))));
|
|
// m_CachedTickOffset = 0;
|
|
__this->___m_CachedTickOffset_4 = (0.0);
|
|
// m_CachedTick = 0;
|
|
__this->___m_CachedTick_3 = 0;
|
|
// m_TimeSec = 0;
|
|
__this->___m_TimeSec_0 = (0.0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void NetworkTime__ctor_m858F636F85697CAE1E079038854B8D88068A5F8F_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_tickRate, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*>(__this + _offset);
|
|
NetworkTime__ctor_m858F636F85697CAE1E079038854B8D88068A5F8F(_thisAdjusted, ___0_tickRate, method);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTime::.ctor(System.UInt32,System.Int32,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTime__ctor_mD40214D6A925F3027C77DA7051C210F487C0CC55 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, uint32_t ___0_tickRate, int32_t ___1_tick, double ___2_tickOffset, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this(tickRate)
|
|
uint32_t L_0 = ___0_tickRate;
|
|
NetworkTime__ctor_m858F636F85697CAE1E079038854B8D88068A5F8F(__this, L_0, NULL);
|
|
// m_CachedTickOffset = tickOffset;
|
|
double L_1 = ___2_tickOffset;
|
|
__this->___m_CachedTickOffset_4 = L_1;
|
|
// m_CachedTick = tick;
|
|
int32_t L_2 = ___1_tick;
|
|
__this->___m_CachedTick_3 = L_2;
|
|
// m_TimeSec = tick * m_TickInterval + tickOffset;
|
|
int32_t L_3 = ___1_tick;
|
|
double L_4 = __this->___m_TickInterval_2;
|
|
double L_5 = ___2_tickOffset;
|
|
__this->___m_TimeSec_0 = ((double)il2cpp_codegen_add(((double)il2cpp_codegen_multiply(((double)L_3), L_4)), L_5));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void NetworkTime__ctor_mD40214D6A925F3027C77DA7051C210F487C0CC55_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_tickRate, int32_t ___1_tick, double ___2_tickOffset, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*>(__this + _offset);
|
|
NetworkTime__ctor_mD40214D6A925F3027C77DA7051C210F487C0CC55(_thisAdjusted, ___0_tickRate, ___1_tick, ___2_tickOffset, method);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTime::.ctor(System.UInt32,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTime__ctor_m967B514256DF729D17E1821504B335E112870E4D (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, uint32_t ___0_tickRate, double ___1_timeSec, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this(tickRate)
|
|
uint32_t L_0 = ___0_tickRate;
|
|
NetworkTime__ctor_m858F636F85697CAE1E079038854B8D88068A5F8F(__this, L_0, NULL);
|
|
// this += timeSec;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_1 = (*(NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*)__this);
|
|
double L_2 = ___1_timeSec;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_3;
|
|
L_3 = NetworkTime_op_Addition_m055F0632D8CF893898025AD5E20FD0B42AA448F1(L_1, L_2, NULL);
|
|
*(NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*)__this = L_3;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void NetworkTime__ctor_m967B514256DF729D17E1821504B335E112870E4D_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_tickRate, double ___1_timeSec, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*>(__this + _offset);
|
|
NetworkTime__ctor_m967B514256DF729D17E1821504B335E112870E4D(_thisAdjusted, ___0_tickRate, ___1_timeSec, method);
|
|
}
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTime::ToFixedTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTime_ToFixedTime_mBFCFEFB08EBF314FB9666AA128F5DFD9A876D690 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new NetworkTime(m_TickRate, m_CachedTick);
|
|
uint32_t L_0 = __this->___m_TickRate_1;
|
|
int32_t L_1 = __this->___m_CachedTick_3;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
NetworkTime__ctor_mD40214D6A925F3027C77DA7051C210F487C0CC55((&L_2), L_0, L_1, (0.0), /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTime_ToFixedTime_mBFCFEFB08EBF314FB9666AA128F5DFD9A876D690_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*>(__this + _offset);
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F _returnValue;
|
|
_returnValue = NetworkTime_ToFixedTime_mBFCFEFB08EBF314FB9666AA128F5DFD9A876D690(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTime::TimeTicksAgo(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTime_TimeTicksAgo_m3DE56CDB34180F78932D9A115AC6CE36578DA446 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, int32_t ___0_ticks, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return this - new NetworkTime(TickRate, ticks);
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_0 = (*(NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*)__this);
|
|
uint32_t L_1;
|
|
L_1 = NetworkTime_get_TickRate_m011971B594D6DB1C676AB1EC9029E1BB5A569CB6_inline(__this, NULL);
|
|
int32_t L_2 = ___0_ticks;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
NetworkTime__ctor_mD40214D6A925F3027C77DA7051C210F487C0CC55((&L_3), L_1, L_2, (0.0), /*hidden argument*/NULL);
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_4;
|
|
L_4 = NetworkTime_op_Subtraction_m6C3EF5E0A951578447A3AF3B0BF446FAD0883720(L_0, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTime_TimeTicksAgo_m3DE56CDB34180F78932D9A115AC6CE36578DA446_AdjustorThunk (RuntimeObject* __this, int32_t ___0_ticks, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*>(__this + _offset);
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F _returnValue;
|
|
_returnValue = NetworkTime_TimeTicksAgo_m3DE56CDB34180F78932D9A115AC6CE36578DA446(_thisAdjusted, ___0_ticks, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTime::UpdateCache()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTime_UpdateCache_m9AA9E6D10AAE300E01CCB5C577A92BBF76783155 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
double V_0 = 0.0;
|
|
{
|
|
// double d = m_TimeSec / m_TickInterval;
|
|
double L_0 = __this->___m_TimeSec_0;
|
|
double L_1 = __this->___m_TickInterval_2;
|
|
V_0 = ((double)(L_0/L_1));
|
|
// m_CachedTick = (int)d;
|
|
double L_2 = V_0;
|
|
__this->___m_CachedTick_3 = il2cpp_codegen_cast_double_to_int<int32_t>(L_2);
|
|
// if ((d - m_CachedTick) >= 0.999999999999)
|
|
double L_3 = V_0;
|
|
int32_t L_4 = __this->___m_CachedTick_3;
|
|
if ((!(((double)((double)il2cpp_codegen_subtract(L_3, ((double)L_4)))) >= ((double)(0.99999999999900002)))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// m_CachedTick++;
|
|
int32_t L_5 = __this->___m_CachedTick_3;
|
|
__this->___m_CachedTick_3 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// m_CachedTickOffset = ((d - Math.Truncate(d)) * m_TickInterval);
|
|
double L_6 = V_0;
|
|
double L_7 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_8;
|
|
L_8 = Math_Truncate_mE66B1AD68C17D27675DE0CB74643374F9EDB649C(L_7, NULL);
|
|
double L_9 = __this->___m_TickInterval_2;
|
|
__this->___m_CachedTickOffset_4 = ((double)il2cpp_codegen_multiply(((double)il2cpp_codegen_subtract(L_6, L_8)), L_9));
|
|
// if (m_CachedTick < 0 && m_CachedTickOffset != 0d)
|
|
int32_t L_10 = __this->___m_CachedTick_3;
|
|
if ((((int32_t)L_10) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
double L_11 = __this->___m_CachedTickOffset_4;
|
|
if ((((double)L_11) == ((double)(0.0))))
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
// m_CachedTick--;
|
|
int32_t L_12 = __this->___m_CachedTick_3;
|
|
__this->___m_CachedTick_3 = ((int32_t)il2cpp_codegen_subtract(L_12, 1));
|
|
// m_CachedTickOffset = m_TickInterval + m_CachedTickOffset;
|
|
double L_13 = __this->___m_TickInterval_2;
|
|
double L_14 = __this->___m_CachedTickOffset_4;
|
|
__this->___m_CachedTickOffset_4 = ((double)il2cpp_codegen_add(L_13, L_14));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void NetworkTime_UpdateCache_m9AA9E6D10AAE300E01CCB5C577A92BBF76783155_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F*>(__this + _offset);
|
|
NetworkTime_UpdateCache_m9AA9E6D10AAE300E01CCB5C577A92BBF76783155(_thisAdjusted, method);
|
|
}
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTime::op_Subtraction(Unity.Netcode.NetworkTime,Unity.Netcode.NetworkTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTime_op_Subtraction_m6C3EF5E0A951578447A3AF3B0BF446FAD0883720 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___0_a, NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___1_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new NetworkTime(a.TickRate, a.Time - b.Time);
|
|
uint32_t L_0;
|
|
L_0 = NetworkTime_get_TickRate_m011971B594D6DB1C676AB1EC9029E1BB5A569CB6_inline((&___0_a), NULL);
|
|
double L_1;
|
|
L_1 = NetworkTime_get_Time_mDC7F8AB78A0D860B5D3BF62AF1E42724059F690B_inline((&___0_a), NULL);
|
|
double L_2;
|
|
L_2 = NetworkTime_get_Time_mDC7F8AB78A0D860B5D3BF62AF1E42724059F690B_inline((&___1_b), NULL);
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
NetworkTime__ctor_m967B514256DF729D17E1821504B335E112870E4D((&L_3), L_0, ((double)il2cpp_codegen_subtract(L_1, L_2)), /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTime::op_Addition(Unity.Netcode.NetworkTime,Unity.Netcode.NetworkTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTime_op_Addition_mB52B67EBF41251A74CE372B4D4E7C8BB62CD305B (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___0_a, NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___1_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new NetworkTime(a.TickRate, a.Time + b.Time);
|
|
uint32_t L_0;
|
|
L_0 = NetworkTime_get_TickRate_m011971B594D6DB1C676AB1EC9029E1BB5A569CB6_inline((&___0_a), NULL);
|
|
double L_1;
|
|
L_1 = NetworkTime_get_Time_mDC7F8AB78A0D860B5D3BF62AF1E42724059F690B_inline((&___0_a), NULL);
|
|
double L_2;
|
|
L_2 = NetworkTime_get_Time_mDC7F8AB78A0D860B5D3BF62AF1E42724059F690B_inline((&___1_b), NULL);
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
NetworkTime__ctor_m967B514256DF729D17E1821504B335E112870E4D((&L_3), L_0, ((double)il2cpp_codegen_add(L_1, L_2)), /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTime::op_Addition(Unity.Netcode.NetworkTime,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTime_op_Addition_m055F0632D8CF893898025AD5E20FD0B42AA448F1 (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___0_a, double ___1_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// a.m_TimeSec += b;
|
|
double* L_0 = (double*)(&(&___0_a)->___m_TimeSec_0);
|
|
double* L_1 = L_0;
|
|
double L_2 = *((double*)L_1);
|
|
double L_3 = ___1_b;
|
|
*((double*)L_1) = (double)((double)il2cpp_codegen_add(L_2, L_3));
|
|
// a.UpdateCache();
|
|
NetworkTime_UpdateCache_m9AA9E6D10AAE300E01CCB5C577A92BBF76783155((&___0_a), NULL);
|
|
// return a;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_4 = ___0_a;
|
|
return L_4;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkTime Unity.Netcode.NetworkTime::op_Subtraction(Unity.Netcode.NetworkTime,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTime_op_Subtraction_m746F7694F911D9F3346295F0F3B13857BCD58FFD (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___0_a, double ___1_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return a + -b;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_0 = ___0_a;
|
|
double L_1 = ___1_b;
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_2;
|
|
L_2 = NetworkTime_op_Addition_m055F0632D8CF893898025AD5E20FD0B42AA448F1(L_0, ((-L_1)), NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_LocalBufferSec()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_LocalBufferSec_m2EE2B31F9AFDB2E6DCD3A842243723BD27D789A4 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double LocalBufferSec { get; set; }
|
|
double L_0 = __this->___U3CLocalBufferSecU3Ek__BackingField_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::set_LocalBufferSec(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_LocalBufferSec_m82C2D3A892C9D7B79D851FA876ED7B46437EF68C (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double LocalBufferSec { get; set; }
|
|
double L_0 = ___0_value;
|
|
__this->___U3CLocalBufferSecU3Ek__BackingField_9 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_ServerBufferSec()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_ServerBufferSec_m07C6CA24A68C6972C984DE91B2AC93CED5717546 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double ServerBufferSec { get; set; }
|
|
double L_0 = __this->___U3CServerBufferSecU3Ek__BackingField_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::set_ServerBufferSec(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_ServerBufferSec_mB9AB61649D77F483873DF72CCE2BB4345572547E (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double ServerBufferSec { get; set; }
|
|
double L_0 = ___0_value;
|
|
__this->___U3CServerBufferSecU3Ek__BackingField_10 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_HardResetThresholdSec()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_HardResetThresholdSec_mE047FE8D47C8221D28F8FDB581C12C5B2BC71E38 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double HardResetThresholdSec { get; set; }
|
|
double L_0 = __this->___U3CHardResetThresholdSecU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::set_HardResetThresholdSec(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_HardResetThresholdSec_mDEEB22B6CCED462F413F8E86A27758FF4A9078ED (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double HardResetThresholdSec { get; set; }
|
|
double L_0 = ___0_value;
|
|
__this->___U3CHardResetThresholdSecU3Ek__BackingField_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_AdjustmentRatio()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_AdjustmentRatio_mAEB1E3BD937B871B16ECFF62C01C5D55939AFD96 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double AdjustmentRatio { get; set; }
|
|
double L_0 = __this->___U3CAdjustmentRatioU3Ek__BackingField_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::set_AdjustmentRatio(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_AdjustmentRatio_m20025653AD41C17935FE110A9E3FCF66C7AD0B2D (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double AdjustmentRatio { get; set; }
|
|
double L_0 = ___0_value;
|
|
__this->___U3CAdjustmentRatioU3Ek__BackingField_12 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_LocalTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_LocalTime_m52082AD2B933832491435CE4729AE62FC392B0C6 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double LocalTime => m_TimeSec + m_CurrentLocalTimeOffset;
|
|
double L_0 = __this->___m_TimeSec_4;
|
|
double L_1 = __this->___m_CurrentLocalTimeOffset_5;
|
|
return ((double)il2cpp_codegen_add(L_0, L_1));
|
|
}
|
|
}
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_ServerTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_ServerTime_mAD3D1FEC80ADAD9C0A1FFB2C1347CDDF8E9FA93F (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double ServerTime => m_TimeSec + m_CurrentServerTimeOffset;
|
|
double L_0 = __this->___m_TimeSec_4;
|
|
double L_1 = __this->___m_CurrentServerTimeOffset_7;
|
|
return ((double)il2cpp_codegen_add(L_0, L_1));
|
|
}
|
|
}
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_LastSyncedServerTimeSec()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_LastSyncedServerTimeSec_m5332AA8AB59F2A047862E029092C9B2C66B21A6D (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal double LastSyncedServerTimeSec { get; private set; }
|
|
double L_0 = __this->___U3CLastSyncedServerTimeSecU3Ek__BackingField_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::set_LastSyncedServerTimeSec(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_LastSyncedServerTimeSec_m4CFF62DC57A58B9634184818ADACC6E2935E0190 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal double LastSyncedServerTimeSec { get; private set; }
|
|
double L_0 = ___0_value;
|
|
__this->___U3CLastSyncedServerTimeSecU3Ek__BackingField_13 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Double Unity.Netcode.NetworkTimeSystem::get_LastSyncedRttSec()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_LastSyncedRttSec_m7F5102C22B9B081940C47604632502C2389CC120 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal double LastSyncedRttSec { get; private set; }
|
|
double L_0 = __this->___U3CLastSyncedRttSecU3Ek__BackingField_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::set_LastSyncedRttSec(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_LastSyncedRttSec_mA1C80CC3F306B8060F2602E40AF1197D222F77A8 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal double LastSyncedRttSec { get; private set; }
|
|
double L_0 = ___0_value;
|
|
__this->___U3CLastSyncedRttSecU3Ek__BackingField_14 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::.ctor(System.Double,System.Double,System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTimeSystem__ctor_mB81EDAB0045029A03A6B97FFCB578FAD6F17D847 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_localBufferSec, double ___1_serverBufferSec, double ___2_hardResetThresholdSec, double ___3_adjustmentRatio, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkTimeSystem(double localBufferSec, double serverBufferSec = k_DefaultBufferSizeSec, double hardResetThresholdSec = k_HardResetThresholdSeconds, double adjustmentRatio = k_DefaultAdjustmentRatio)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// LocalBufferSec = localBufferSec;
|
|
double L_0 = ___0_localBufferSec;
|
|
NetworkTimeSystem_set_LocalBufferSec_m82C2D3A892C9D7B79D851FA876ED7B46437EF68C_inline(__this, L_0, NULL);
|
|
// ServerBufferSec = serverBufferSec;
|
|
double L_1 = ___1_serverBufferSec;
|
|
NetworkTimeSystem_set_ServerBufferSec_mB9AB61649D77F483873DF72CCE2BB4345572547E_inline(__this, L_1, NULL);
|
|
// HardResetThresholdSec = hardResetThresholdSec;
|
|
double L_2 = ___2_hardResetThresholdSec;
|
|
NetworkTimeSystem_set_HardResetThresholdSec_mDEEB22B6CCED462F413F8E86A27758FF4A9078ED_inline(__this, L_2, NULL);
|
|
// AdjustmentRatio = adjustmentRatio;
|
|
double L_3 = ___3_adjustmentRatio;
|
|
NetworkTimeSystem_set_AdjustmentRatio_m20025653AD41C17935FE110A9E3FCF66C7AD0B2D_inline(__this, L_3, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkTickSystem Unity.Netcode.NetworkTimeSystem::Initialize(Unity.Netcode.NetworkManager)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* NetworkTimeSystem_Initialize_m36535B38CF7452FC012B2B5DE24E42EE607FF395 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___0_networkManager, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTimeSystem_OnTickSyncTime_mEB04E0E5AB26671E2DAF7D5BB52D4BEF2F173704_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// m_NetworkManager = networkManager;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = ___0_networkManager;
|
|
__this->___m_NetworkManager_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_NetworkManager_18), (void*)L_0);
|
|
// m_ConnectionManager = networkManager.ConnectionManager;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_1 = ___0_networkManager;
|
|
NullCheck(L_1);
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_2 = L_1->___ConnectionManager_31;
|
|
__this->___m_ConnectionManager_15 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ConnectionManager_15), (void*)L_2);
|
|
// m_NetworkTransport = networkManager.NetworkConfig.NetworkTransport;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_3 = ___0_networkManager;
|
|
NullCheck(L_3);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_4 = L_3->___NetworkConfig_10;
|
|
NullCheck(L_4);
|
|
NetworkTransport_t55E07951299283974C86476F46CC977780560B64* L_5 = L_4->___NetworkTransport_1;
|
|
__this->___m_NetworkTransport_16 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_NetworkTransport_16), (void*)L_5);
|
|
// m_TimeSyncFrequencyTicks = (int)(k_TimeSyncFrequency * networkManager.NetworkConfig.TickRate);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_6 = ___0_networkManager;
|
|
NullCheck(L_6);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_7 = L_6->___NetworkConfig_10;
|
|
NullCheck(L_7);
|
|
uint32_t L_8 = L_7->___TickRate_4;
|
|
__this->___m_TimeSyncFrequencyTicks_19 = il2cpp_codegen_cast_double_to_int<int32_t>(((double)il2cpp_codegen_multiply((1.0), ((double)((double)(uint32_t)L_8)))));
|
|
// m_NetworkTickSystem = new NetworkTickSystem(networkManager.NetworkConfig.TickRate, 0, 0);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_9 = ___0_networkManager;
|
|
NullCheck(L_9);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_10 = L_9->___NetworkConfig_10;
|
|
NullCheck(L_10);
|
|
uint32_t L_11 = L_10->___TickRate_4;
|
|
NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* L_12 = (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A*)il2cpp_codegen_object_new(NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
NetworkTickSystem__ctor_mC5D8B736EA2491B31CC42F54DB365EAD50AB2271(L_12, L_11, (0.0), (0.0), NULL);
|
|
__this->___m_NetworkTickSystem_17 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_NetworkTickSystem_17), (void*)L_12);
|
|
// if (m_ConnectionManager.LocalClient.IsServer)
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_13 = __this->___m_ConnectionManager_15;
|
|
NullCheck(L_13);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_14 = L_13->___LocalClient_8;
|
|
NullCheck(L_14);
|
|
bool L_15;
|
|
L_15 = NetworkClient_get_IsServer_m488CD548E37B2D542415841AFEE32E6BD877F931_inline(L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
// m_NetworkTickSystem.Tick += OnTickSyncTime;
|
|
NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* L_16 = __this->___m_NetworkTickSystem_17;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_17 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
NullCheck(L_17);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_17, __this, (intptr_t)((void*)NetworkTimeSystem_OnTickSyncTime_mEB04E0E5AB26671E2DAF7D5BB52D4BEF2F173704_RuntimeMethod_var), NULL);
|
|
NullCheck(L_16);
|
|
NetworkTickSystem_add_Tick_m98EC2B9E3EC9C5E7552C41DC5E0BB933D0A270ED(L_16, L_17, NULL);
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
// return m_NetworkTickSystem;
|
|
NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* L_18 = __this->___m_NetworkTickSystem_17;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::UpdateTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTimeSystem_UpdateTime_m792200DB6593D77134657CB94B2ADB4543CDD91A (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!m_ConnectionManager.LocalClient.IsServer && !m_ConnectionManager.LocalClient.IsConnected)
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_0 = __this->___m_ConnectionManager_15;
|
|
NullCheck(L_0);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_1 = L_0->___LocalClient_8;
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = NetworkClient_get_IsServer_m488CD548E37B2D542415841AFEE32E6BD877F931_inline(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_3 = __this->___m_ConnectionManager_15;
|
|
NullCheck(L_3);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_4 = L_3->___LocalClient_8;
|
|
NullCheck(L_4);
|
|
bool L_5;
|
|
L_5 = NetworkClient_get_IsConnected_mBC4A63D9A52F4332181A5AA2F784821D0E8295D7_inline(L_4, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// var reset = Advance(m_NetworkManager.RealTimeProvider.UnscaledDeltaTime);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_6 = __this->___m_NetworkManager_18;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = NetworkManager_get_RealTimeProvider_mAF8EEDE4C46E0478801F0ABCFF5410F762FAF8BE_inline(L_6, NULL);
|
|
NullCheck(L_7);
|
|
float L_8;
|
|
L_8 = InterfaceFuncInvoker0< float >::Invoke(2 /* System.Single Unity.Netcode.IRealTimeProvider::get_UnscaledDeltaTime() */, IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var, L_7);
|
|
bool L_9;
|
|
L_9 = NetworkTimeSystem_Advance_mDCD452D5627C27644989F2A2FA413D1237A35D19(__this, ((double)L_8), NULL);
|
|
// if (reset)
|
|
if (!L_9)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// m_NetworkTickSystem.Reset(LocalTime, ServerTime);
|
|
NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* L_10 = __this->___m_NetworkTickSystem_17;
|
|
double L_11;
|
|
L_11 = NetworkTimeSystem_get_LocalTime_m52082AD2B933832491435CE4729AE62FC392B0C6(__this, NULL);
|
|
double L_12;
|
|
L_12 = NetworkTimeSystem_get_ServerTime_mAD3D1FEC80ADAD9C0A1FFB2C1347CDDF8E9FA93F(__this, NULL);
|
|
NullCheck(L_10);
|
|
NetworkTickSystem_Reset_m43B50EC6BC214CC72B78D977F4E83DEA7E9052F1(L_10, L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// m_NetworkTickSystem.UpdateTick(LocalTime, ServerTime);
|
|
NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* L_13 = __this->___m_NetworkTickSystem_17;
|
|
double L_14;
|
|
L_14 = NetworkTimeSystem_get_LocalTime_m52082AD2B933832491435CE4729AE62FC392B0C6(__this, NULL);
|
|
double L_15;
|
|
L_15 = NetworkTimeSystem_get_ServerTime_mAD3D1FEC80ADAD9C0A1FFB2C1347CDDF8E9FA93F(__this, NULL);
|
|
NullCheck(L_13);
|
|
NetworkTickSystem_UpdateTick_m2D218F227F3652072922C8494D3F8260ACC68FB3(L_13, L_14, L_15, NULL);
|
|
// if (!m_ConnectionManager.LocalClient.IsServer)
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_16 = __this->___m_ConnectionManager_15;
|
|
NullCheck(L_16);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_17 = L_16->___LocalClient_8;
|
|
NullCheck(L_17);
|
|
bool L_18;
|
|
L_18 = NetworkClient_get_IsServer_m488CD548E37B2D542415841AFEE32E6BD877F931_inline(L_17, NULL);
|
|
if (L_18)
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
// Sync(LastSyncedServerTimeSec + m_NetworkManager.RealTimeProvider.UnscaledDeltaTime, m_NetworkTransport.GetCurrentRtt(NetworkManager.ServerClientId) / 1000d);
|
|
double L_19;
|
|
L_19 = NetworkTimeSystem_get_LastSyncedServerTimeSec_m5332AA8AB59F2A047862E029092C9B2C66B21A6D_inline(__this, NULL);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_20 = __this->___m_NetworkManager_18;
|
|
NullCheck(L_20);
|
|
RuntimeObject* L_21;
|
|
L_21 = NetworkManager_get_RealTimeProvider_mAF8EEDE4C46E0478801F0ABCFF5410F762FAF8BE_inline(L_20, NULL);
|
|
NullCheck(L_21);
|
|
float L_22;
|
|
L_22 = InterfaceFuncInvoker0< float >::Invoke(2 /* System.Single Unity.Netcode.IRealTimeProvider::get_UnscaledDeltaTime() */, IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var, L_21);
|
|
NetworkTransport_t55E07951299283974C86476F46CC977780560B64* L_23 = __this->___m_NetworkTransport_16;
|
|
NullCheck(L_23);
|
|
uint64_t L_24;
|
|
L_24 = VirtualFuncInvoker1< uint64_t, uint64_t >::Invoke(12 /* System.UInt64 Unity.Netcode.NetworkTransport::GetCurrentRtt(System.UInt64) */, L_23, ((int64_t)0));
|
|
NetworkTimeSystem_Sync_m53B4C804F962B6B4AF76DA61BDB9915BB3295696(__this, ((double)il2cpp_codegen_add(L_19, ((double)L_22))), ((double)(((double)((double)(uint64_t)L_24))/(1000.0))), NULL);
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::OnTickSyncTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTimeSystem_OnTickSyncTime_mEB04E0E5AB26671E2DAF7D5BB52D4BEF2F173704 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkConnectionManager_SendMessage_TisTimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471_TisList_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284_m6C6BF40622B1443051EC31770D8DB2935FA2C5CB_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
TimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// if (m_ConnectionManager.LocalClient.IsServer && m_NetworkTickSystem.ServerTime.Tick % m_TimeSyncFrequencyTicks == 0)
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_0 = __this->___m_ConnectionManager_15;
|
|
NullCheck(L_0);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_1 = L_0->___LocalClient_8;
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = NetworkClient_get_IsServer_m488CD548E37B2D542415841AFEE32E6BD877F931_inline(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* L_3 = __this->___m_NetworkTickSystem_17;
|
|
NullCheck(L_3);
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_4;
|
|
L_4 = NetworkTickSystem_get_ServerTime_mE2386D4FF186C19B938427535A681AD47A799882_inline(L_3, NULL);
|
|
V_0 = L_4;
|
|
int32_t L_5;
|
|
L_5 = NetworkTime_get_Tick_m1544072B4A5D9F6767E31A77EFB451B6B0F5B991_inline((&V_0), NULL);
|
|
int32_t L_6 = __this->___m_TimeSyncFrequencyTicks_19;
|
|
if (((int32_t)(L_5%L_6)))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
// var message = new TimeSyncMessage
|
|
// {
|
|
// Tick = m_NetworkTickSystem.ServerTime.Tick
|
|
// };
|
|
il2cpp_codegen_initobj((&V_2), sizeof(TimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471));
|
|
NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* L_7 = __this->___m_NetworkTickSystem_17;
|
|
NullCheck(L_7);
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_8;
|
|
L_8 = NetworkTickSystem_get_ServerTime_mE2386D4FF186C19B938427535A681AD47A799882_inline(L_7, NULL);
|
|
V_0 = L_8;
|
|
int32_t L_9;
|
|
L_9 = NetworkTime_get_Tick_m1544072B4A5D9F6767E31A77EFB451B6B0F5B991_inline((&V_0), NULL);
|
|
(&V_2)->___Tick_0 = L_9;
|
|
TimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471 L_10 = V_2;
|
|
V_1 = L_10;
|
|
// m_ConnectionManager.SendMessage(ref message, NetworkDelivery.Unreliable, m_ConnectionManager.ConnectedClientIds);
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_11 = __this->___m_ConnectionManager_15;
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_12 = __this->___m_ConnectionManager_15;
|
|
NullCheck(L_12);
|
|
List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284** L_13 = (List_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284**)(&L_12->___ConnectedClientIds_14);
|
|
NullCheck(L_11);
|
|
int32_t L_14;
|
|
L_14 = NetworkConnectionManager_SendMessage_TisTimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471_TisList_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284_m6C6BF40622B1443051EC31770D8DB2935FA2C5CB(L_11, (&V_1), 0, L_13, NetworkConnectionManager_SendMessage_TisTimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471_TisList_1_tB88E7361EE76DFB3EBB7FCD60CC59ACC3E48C284_m6C6BF40622B1443051EC31770D8DB2935FA2C5CB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::Shutdown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTimeSystem_Shutdown_m0C7C66A128CF5C0486055B3A954B184D9893D089 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTimeSystem_OnTickSyncTime_mEB04E0E5AB26671E2DAF7D5BB52D4BEF2F173704_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (m_ConnectionManager.LocalClient.IsServer)
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_0 = __this->___m_ConnectionManager_15;
|
|
NullCheck(L_0);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_1 = L_0->___LocalClient_8;
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = NetworkClient_get_IsServer_m488CD548E37B2D542415841AFEE32E6BD877F931_inline(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// m_NetworkTickSystem.Tick -= OnTickSyncTime;
|
|
NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* L_3 = __this->___m_NetworkTickSystem_17;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_4, __this, (intptr_t)((void*)NetworkTimeSystem_OnTickSyncTime_mEB04E0E5AB26671E2DAF7D5BB52D4BEF2F173704_RuntimeMethod_var), NULL);
|
|
NullCheck(L_3);
|
|
NetworkTickSystem_remove_Tick_m4B8357FF77BE8DD9442EB611F01937BA1E3144F9(L_3, L_4, NULL);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkTimeSystem Unity.Netcode.NetworkTimeSystem::ServerTimeSystem()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* NetworkTimeSystem_ServerTimeSystem_m084A3A551D7F1496D336F64F8DB0F4345EB68C5D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return new NetworkTimeSystem(0, 0, double.MaxValue);
|
|
NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* L_0 = (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2*)il2cpp_codegen_object_new(NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
NetworkTimeSystem__ctor_mB81EDAB0045029A03A6B97FFCB578FAD6F17D847(L_0, (0.0), (0.0), (1.7976931348623157E+308), (0.01), NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.NetworkTimeSystem::Advance(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTimeSystem_Advance_mDCD452D5627C27644989F2A2FA413D1237A35D19 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_deltaTimeSec, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
double G_B5_0 = 0.0;
|
|
double G_B5_1 = 0.0;
|
|
NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* G_B5_2 = NULL;
|
|
double G_B4_0 = 0.0;
|
|
double G_B4_1 = 0.0;
|
|
NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* G_B4_2 = NULL;
|
|
double G_B6_0 = 0.0;
|
|
double G_B6_1 = 0.0;
|
|
double G_B6_2 = 0.0;
|
|
NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* G_B6_3 = NULL;
|
|
double G_B8_0 = 0.0;
|
|
double G_B8_1 = 0.0;
|
|
NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* G_B8_2 = NULL;
|
|
double G_B7_0 = 0.0;
|
|
double G_B7_1 = 0.0;
|
|
NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* G_B7_2 = NULL;
|
|
double G_B9_0 = 0.0;
|
|
double G_B9_1 = 0.0;
|
|
double G_B9_2 = 0.0;
|
|
NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* G_B9_3 = NULL;
|
|
{
|
|
// m_TimeSec += deltaTimeSec;
|
|
double L_0 = __this->___m_TimeSec_4;
|
|
double L_1 = ___0_deltaTimeSec;
|
|
__this->___m_TimeSec_4 = ((double)il2cpp_codegen_add(L_0, L_1));
|
|
// if (Math.Abs(m_DesiredLocalTimeOffset - m_CurrentLocalTimeOffset) > HardResetThresholdSec || Math.Abs(m_DesiredServerTimeOffset - m_CurrentServerTimeOffset) > HardResetThresholdSec)
|
|
double L_2 = __this->___m_DesiredLocalTimeOffset_6;
|
|
double L_3 = __this->___m_CurrentLocalTimeOffset_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_4;
|
|
L_4 = fabs(((double)il2cpp_codegen_subtract(L_2, L_3)));
|
|
double L_5;
|
|
L_5 = NetworkTimeSystem_get_HardResetThresholdSec_mE047FE8D47C8221D28F8FDB581C12C5B2BC71E38_inline(__this, NULL);
|
|
if ((((double)L_4) > ((double)L_5)))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
double L_6 = __this->___m_DesiredServerTimeOffset_8;
|
|
double L_7 = __this->___m_CurrentServerTimeOffset_7;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_8;
|
|
L_8 = fabs(((double)il2cpp_codegen_subtract(L_6, L_7)));
|
|
double L_9;
|
|
L_9 = NetworkTimeSystem_get_HardResetThresholdSec_mE047FE8D47C8221D28F8FDB581C12C5B2BC71E38_inline(__this, NULL);
|
|
if ((!(((double)L_8) > ((double)L_9))))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// m_TimeSec += m_DesiredServerTimeOffset;
|
|
double L_10 = __this->___m_TimeSec_4;
|
|
double L_11 = __this->___m_DesiredServerTimeOffset_8;
|
|
__this->___m_TimeSec_4 = ((double)il2cpp_codegen_add(L_10, L_11));
|
|
// m_DesiredLocalTimeOffset -= m_DesiredServerTimeOffset;
|
|
double L_12 = __this->___m_DesiredLocalTimeOffset_6;
|
|
double L_13 = __this->___m_DesiredServerTimeOffset_8;
|
|
__this->___m_DesiredLocalTimeOffset_6 = ((double)il2cpp_codegen_subtract(L_12, L_13));
|
|
// m_CurrentLocalTimeOffset = m_DesiredLocalTimeOffset;
|
|
double L_14 = __this->___m_DesiredLocalTimeOffset_6;
|
|
__this->___m_CurrentLocalTimeOffset_5 = L_14;
|
|
// m_DesiredServerTimeOffset = 0;
|
|
__this->___m_DesiredServerTimeOffset_8 = (0.0);
|
|
// m_CurrentServerTimeOffset = 0;
|
|
__this->___m_CurrentServerTimeOffset_7 = (0.0);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
// m_CurrentLocalTimeOffset += deltaTimeSec * (m_DesiredLocalTimeOffset > m_CurrentLocalTimeOffset ? AdjustmentRatio : -AdjustmentRatio);
|
|
double L_15 = __this->___m_CurrentLocalTimeOffset_5;
|
|
double L_16 = ___0_deltaTimeSec;
|
|
double L_17 = __this->___m_DesiredLocalTimeOffset_6;
|
|
double L_18 = __this->___m_CurrentLocalTimeOffset_5;
|
|
G_B4_0 = L_16;
|
|
G_B4_1 = L_15;
|
|
G_B4_2 = __this;
|
|
if ((((double)L_17) > ((double)L_18)))
|
|
{
|
|
G_B5_0 = L_16;
|
|
G_B5_1 = L_15;
|
|
G_B5_2 = __this;
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
double L_19;
|
|
L_19 = NetworkTimeSystem_get_AdjustmentRatio_mAEB1E3BD937B871B16ECFF62C01C5D55939AFD96_inline(__this, NULL);
|
|
G_B6_0 = ((-L_19));
|
|
G_B6_1 = G_B4_0;
|
|
G_B6_2 = G_B4_1;
|
|
G_B6_3 = G_B4_2;
|
|
goto IL_00b9;
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
double L_20;
|
|
L_20 = NetworkTimeSystem_get_AdjustmentRatio_mAEB1E3BD937B871B16ECFF62C01C5D55939AFD96_inline(__this, NULL);
|
|
G_B6_0 = L_20;
|
|
G_B6_1 = G_B5_0;
|
|
G_B6_2 = G_B5_1;
|
|
G_B6_3 = G_B5_2;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
NullCheck(G_B6_3);
|
|
G_B6_3->___m_CurrentLocalTimeOffset_5 = ((double)il2cpp_codegen_add(G_B6_2, ((double)il2cpp_codegen_multiply(G_B6_1, G_B6_0))));
|
|
// m_CurrentServerTimeOffset += deltaTimeSec * (m_DesiredServerTimeOffset > m_CurrentServerTimeOffset ? AdjustmentRatio : -AdjustmentRatio);
|
|
double L_21 = __this->___m_CurrentServerTimeOffset_7;
|
|
double L_22 = ___0_deltaTimeSec;
|
|
double L_23 = __this->___m_DesiredServerTimeOffset_8;
|
|
double L_24 = __this->___m_CurrentServerTimeOffset_7;
|
|
G_B7_0 = L_22;
|
|
G_B7_1 = L_21;
|
|
G_B7_2 = __this;
|
|
if ((((double)L_23) > ((double)L_24)))
|
|
{
|
|
G_B8_0 = L_22;
|
|
G_B8_1 = L_21;
|
|
G_B8_2 = __this;
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
double L_25;
|
|
L_25 = NetworkTimeSystem_get_AdjustmentRatio_mAEB1E3BD937B871B16ECFF62C01C5D55939AFD96_inline(__this, NULL);
|
|
G_B9_0 = ((-L_25));
|
|
G_B9_1 = G_B7_0;
|
|
G_B9_2 = G_B7_1;
|
|
G_B9_3 = G_B7_2;
|
|
goto IL_00e5;
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
double L_26;
|
|
L_26 = NetworkTimeSystem_get_AdjustmentRatio_mAEB1E3BD937B871B16ECFF62C01C5D55939AFD96_inline(__this, NULL);
|
|
G_B9_0 = L_26;
|
|
G_B9_1 = G_B8_0;
|
|
G_B9_2 = G_B8_1;
|
|
G_B9_3 = G_B8_2;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
NullCheck(G_B9_3);
|
|
G_B9_3->___m_CurrentServerTimeOffset_7 = ((double)il2cpp_codegen_add(G_B9_2, ((double)il2cpp_codegen_multiply(G_B9_1, G_B9_0))));
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::Reset(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTimeSystem_Reset_mA0B82BBF7AC03F4FC1BCFB52C451E8B7F38F8672 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_serverTimeSec, double ___1_rttSec, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Sync(serverTimeSec, rttSec);
|
|
double L_0 = ___0_serverTimeSec;
|
|
double L_1 = ___1_rttSec;
|
|
NetworkTimeSystem_Sync_m53B4C804F962B6B4AF76DA61BDB9915BB3295696(__this, L_0, L_1, NULL);
|
|
// Advance(0);
|
|
bool L_2;
|
|
L_2 = NetworkTimeSystem_Advance_mDCD452D5627C27644989F2A2FA413D1237A35D19(__this, (0.0), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTimeSystem::Sync(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTimeSystem_Sync_m53B4C804F962B6B4AF76DA61BDB9915BB3295696 (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_serverTimeSec, double ___1_rttSec, const RuntimeMethod* method)
|
|
{
|
|
double V_0 = 0.0;
|
|
{
|
|
// LastSyncedRttSec = rttSec;
|
|
double L_0 = ___1_rttSec;
|
|
NetworkTimeSystem_set_LastSyncedRttSec_mA1C80CC3F306B8060F2602E40AF1197D222F77A8_inline(__this, L_0, NULL);
|
|
// LastSyncedServerTimeSec = serverTimeSec;
|
|
double L_1 = ___0_serverTimeSec;
|
|
NetworkTimeSystem_set_LastSyncedServerTimeSec_m4CFF62DC57A58B9634184818ADACC6E2935E0190_inline(__this, L_1, NULL);
|
|
// var timeDif = serverTimeSec - m_TimeSec;
|
|
double L_2 = ___0_serverTimeSec;
|
|
double L_3 = __this->___m_TimeSec_4;
|
|
V_0 = ((double)il2cpp_codegen_subtract(L_2, L_3));
|
|
// m_DesiredServerTimeOffset = timeDif - ServerBufferSec;
|
|
double L_4 = V_0;
|
|
double L_5;
|
|
L_5 = NetworkTimeSystem_get_ServerBufferSec_m07C6CA24A68C6972C984DE91B2AC93CED5717546_inline(__this, NULL);
|
|
__this->___m_DesiredServerTimeOffset_8 = ((double)il2cpp_codegen_subtract(L_4, L_5));
|
|
// m_DesiredLocalTimeOffset = timeDif + rttSec + LocalBufferSec;
|
|
double L_6 = V_0;
|
|
double L_7 = ___1_rttSec;
|
|
double L_8;
|
|
L_8 = NetworkTimeSystem_get_LocalBufferSec_m2EE2B31F9AFDB2E6DCD3A842243723BD27D789A4_inline(__this, NULL);
|
|
__this->___m_DesiredLocalTimeOffset_6 = ((double)il2cpp_codegen_add(((double)il2cpp_codegen_add(L_6, L_7)), L_8));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Single Unity.Netcode.RealTimeProvider::get_RealTimeSinceStartup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RealTimeProvider_get_RealTimeSinceStartup_m66782283B8247B386C07A0F07661623907B7B1B2 (RealTimeProvider_tC7E3BBEBF8AE83F6368A1ACE596E6A5B13FDBC2B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float RealTimeSinceStartup => Time.realtimeSinceStartup;
|
|
float L_0;
|
|
L_0 = Time_get_realtimeSinceStartup_m73B3CB73175D79A44333D59BB70F9EDE55EC9510(NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Single Unity.Netcode.RealTimeProvider::get_UnscaledTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RealTimeProvider_get_UnscaledTime_mF29A161516E9714F373859B4F5B2EC20FA926F2F (RealTimeProvider_tC7E3BBEBF8AE83F6368A1ACE596E6A5B13FDBC2B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float UnscaledTime => Time.unscaledTime;
|
|
float L_0;
|
|
L_0 = Time_get_unscaledTime_mAF4040B858903E1325D1C65B8BF1AC61460B2503(NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Single Unity.Netcode.RealTimeProvider::get_UnscaledDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RealTimeProvider_get_UnscaledDeltaTime_m0B1AD9306F844B8BF33813A81EB080C477BB4426 (RealTimeProvider_tC7E3BBEBF8AE83F6368A1ACE596E6A5B13FDBC2B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float UnscaledDeltaTime => Time.unscaledDeltaTime;
|
|
float L_0;
|
|
L_0 = Time_get_unscaledDeltaTime_mF057EECA857E5C0F90A3F910D26D3EE59F27C4B5(NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Single Unity.Netcode.RealTimeProvider::get_DeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RealTimeProvider_get_DeltaTime_mE77CC09298345A74378F168CF9FED93A390A7A61 (RealTimeProvider_tC7E3BBEBF8AE83F6368A1ACE596E6A5B13FDBC2B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float DeltaTime => Time.deltaTime;
|
|
float L_0;
|
|
L_0 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.RealTimeProvider::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RealTimeProvider__ctor_m4DC17BC4A594007AF7DE0657C6CE3D73112C9D7A (RealTimeProvider_tC7E3BBEBF8AE83F6368A1ACE596E6A5B13FDBC2B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean Unity.Netcode.NetworkTransport::get_IsSupported()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_get_IsSupported_m55D61FEFB95616D76EE1CCAA551D4ED53C8F6CD0 (NetworkTransport_t55E07951299283974C86476F46CC977780560B64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public virtual bool IsSupported => true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTransport::add_OnTransportEvent(Unity.Netcode.NetworkTransport/TransportEventDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_add_OnTransportEvent_m47B8F9ACBBB2EC7F737857DB19489C24C4C9E8E4 (NetworkTransport_t55E07951299283974C86476F46CC977780560B64* __this, TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* V_0 = NULL;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* V_1 = NULL;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* V_2 = NULL;
|
|
{
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_0 = __this->___OnTransportEvent_5;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_1 = V_0;
|
|
V_1 = L_1;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_2 = V_1;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135*)CastclassSealed((RuntimeObject*)L_4, TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135_il2cpp_TypeInfo_var));
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135** L_5 = (TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135**)(&__this->___OnTransportEvent_5);
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_6 = V_2;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_7 = V_1;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_9 = V_0;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135*)L_9) == ((RuntimeObject*)(TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTransport::remove_OnTransportEvent(Unity.Netcode.NetworkTransport/TransportEventDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_remove_OnTransportEvent_mAB4E27758F95E4649B1B90725F7B20096B30145A (NetworkTransport_t55E07951299283974C86476F46CC977780560B64* __this, TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* V_0 = NULL;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* V_1 = NULL;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* V_2 = NULL;
|
|
{
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_0 = __this->___OnTransportEvent_5;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_1 = V_0;
|
|
V_1 = L_1;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_2 = V_1;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135*)CastclassSealed((RuntimeObject*)L_4, TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135_il2cpp_TypeInfo_var));
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135** L_5 = (TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135**)(&__this->___OnTransportEvent_5);
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_6 = V_2;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_7 = V_1;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_9 = V_0;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135*)L_9) == ((RuntimeObject*)(TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTransport::InvokeOnTransportEvent(Unity.Netcode.NetworkEvent,System.UInt64,System.ArraySegment`1<System.Byte>,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_InvokeOnTransportEvent_m56EFDDC779FB136044F3064BE9E68BF81EB9790F (NetworkTransport_t55E07951299283974C86476F46CC977780560B64* __this, int32_t ___0_eventType, uint64_t ___1_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___2_payload, float ___3_receiveTime, const RuntimeMethod* method)
|
|
{
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* G_B2_0 = NULL;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* G_B1_0 = NULL;
|
|
{
|
|
// OnTransportEvent?.Invoke(eventType, clientId, payload, receiveTime);
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_0 = __this->___OnTransportEvent_5;
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
int32_t L_2 = ___0_eventType;
|
|
uint64_t L_3 = ___1_clientId;
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_4 = ___2_payload;
|
|
float L_5 = ___3_receiveTime;
|
|
NullCheck(G_B2_0);
|
|
TransportEventDelegate_Invoke_m229F59FBB7622E360ABD0E052077C885EDFF2FBE_inline(G_B2_0, L_2, L_3, L_4, L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTransport::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport__ctor_m4539E8F121DB9DFB42D7B63EC51A14FB1C7738AF (NetworkTransport_t55E07951299283974C86476F46CC977780560B64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
void TransportEventDelegate_Invoke_m229F59FBB7622E360ABD0E052077C885EDFF2FBE_Multicast(TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* __this, int32_t ___0_eventType, uint64_t ___1_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___2_payload, float ___3_receiveTime, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_array_size_t length = __this->___delegates_13->max_length;
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* currentDelegate = reinterpret_cast<TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135*>(delegatesToInvoke[i]);
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, uint64_t, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093, float, const RuntimeMethod*);
|
|
((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_eventType, ___1_clientId, ___2_payload, ___3_receiveTime, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
|
|
}
|
|
}
|
|
void TransportEventDelegate_Invoke_m229F59FBB7622E360ABD0E052077C885EDFF2FBE_OpenInst(TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* __this, int32_t ___0_eventType, uint64_t ___1_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___2_payload, float ___3_receiveTime, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (int32_t, uint64_t, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093, float, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr_0)(___0_eventType, ___1_clientId, ___2_payload, ___3_receiveTime, method);
|
|
}
|
|
void TransportEventDelegate_Invoke_m229F59FBB7622E360ABD0E052077C885EDFF2FBE_OpenStatic(TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* __this, int32_t ___0_eventType, uint64_t ___1_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___2_payload, float ___3_receiveTime, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (int32_t, uint64_t, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093, float, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr_0)(___0_eventType, ___1_clientId, ___2_payload, ___3_receiveTime, method);
|
|
}
|
|
void TransportEventDelegate_Invoke_m229F59FBB7622E360ABD0E052077C885EDFF2FBE_OpenStaticInvoker(TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* __this, int32_t ___0_eventType, uint64_t ___1_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___2_payload, float ___3_receiveTime, const RuntimeMethod* method)
|
|
{
|
|
InvokerActionInvoker4< int32_t, uint64_t, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093, float >::Invoke((Il2CppMethodPointer)__this->___method_ptr_0, method, NULL, ___0_eventType, ___1_clientId, ___2_payload, ___3_receiveTime);
|
|
}
|
|
void TransportEventDelegate_Invoke_m229F59FBB7622E360ABD0E052077C885EDFF2FBE_ClosedStaticInvoker(TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* __this, int32_t ___0_eventType, uint64_t ___1_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___2_payload, float ___3_receiveTime, const RuntimeMethod* method)
|
|
{
|
|
InvokerActionInvoker5< RuntimeObject*, int32_t, uint64_t, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093, float >::Invoke((Il2CppMethodPointer)__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_eventType, ___1_clientId, ___2_payload, ___3_receiveTime);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTransport/TransportEventDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportEventDelegate__ctor_mAF3FFFC3C352B29CF7221CF2ECE6D968F35BF90F (TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
__this->___method_ptr_0 = (intptr_t)il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
|
|
__this->___method_3 = ___1_method;
|
|
__this->___m_target_2 = ___0_object;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
|
|
__this->___method_code_6 = (intptr_t)__this;
|
|
if (MethodIsStatic((RuntimeMethod*)___1_method))
|
|
{
|
|
bool isOpen = parameterCount == 4;
|
|
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
|
|
if (isOpen)
|
|
__this->___invoke_impl_1 = (intptr_t)&TransportEventDelegate_Invoke_m229F59FBB7622E360ABD0E052077C885EDFF2FBE_OpenStaticInvoker;
|
|
else
|
|
__this->___invoke_impl_1 = (intptr_t)&TransportEventDelegate_Invoke_m229F59FBB7622E360ABD0E052077C885EDFF2FBE_ClosedStaticInvoker;
|
|
else
|
|
if (isOpen)
|
|
__this->___invoke_impl_1 = (intptr_t)&TransportEventDelegate_Invoke_m229F59FBB7622E360ABD0E052077C885EDFF2FBE_OpenStatic;
|
|
else
|
|
{
|
|
__this->___invoke_impl_1 = __this->___method_ptr_0;
|
|
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (___0_object == NULL)
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
|
__this->___invoke_impl_1 = __this->___method_ptr_0;
|
|
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
|
|
}
|
|
__this->___extra_arg_5 = (intptr_t)&TransportEventDelegate_Invoke_m229F59FBB7622E360ABD0E052077C885EDFF2FBE_Multicast;
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTransport/TransportEventDelegate::Invoke(Unity.Netcode.NetworkEvent,System.UInt64,System.ArraySegment`1<System.Byte>,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportEventDelegate_Invoke_m229F59FBB7622E360ABD0E052077C885EDFF2FBE (TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* __this, int32_t ___0_eventType, uint64_t ___1_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___2_payload, float ___3_receiveTime, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, uint64_t, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093, float, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_eventType, ___1_clientId, ___2_payload, ___3_receiveTime, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
// System.IAsyncResult Unity.Netcode.NetworkTransport/TransportEventDelegate::BeginInvoke(Unity.Netcode.NetworkEvent,System.UInt64,System.ArraySegment`1<System.Byte>,System.Single,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TransportEventDelegate_BeginInvoke_m096188072C0C81ECD769AB1B8209E2E7CE121AA6 (TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* __this, int32_t ___0_eventType, uint64_t ___1_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___2_payload, float ___3_receiveTime, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___4_callback, RuntimeObject* ___5_object, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkEvent_tFC4FE8610A831452CA942B169FB11657DA90B9EB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[5] = {0};
|
|
__d_args[0] = Box(NetworkEvent_tFC4FE8610A831452CA942B169FB11657DA90B9EB_il2cpp_TypeInfo_var, &___0_eventType);
|
|
__d_args[1] = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &___1_clientId);
|
|
__d_args[2] = Box(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var, &___2_payload);
|
|
__d_args[3] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___3_receiveTime);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___4_callback, (RuntimeObject*)___5_object);
|
|
}
|
|
// System.Void Unity.Netcode.NetworkTransport/TransportEventDelegate::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportEventDelegate_EndInvoke_m40161665A1A08F92AE989358150764E38F579AAE (TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean Unity.Netcode.Transports.UTP.BatchedReceiveQueue::get_IsEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BatchedReceiveQueue_get_IsEmpty_mE6FE9C4054B69EFAB47C9842F39A16E9F1753721 (BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsEmpty => m_Length <= 0;
|
|
int32_t L_0 = __this->___m_Length_2;
|
|
return (bool)((((int32_t)((((int32_t)L_0) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedReceiveQueue::.ctor(Unity.Networking.Transport.DataStreamReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedReceiveQueue__ctor_m965421034E74E6506EE2DE1D5EE913C6E2A55DE9 (BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* __this, DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3 ___0_reader, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
{
|
|
// public BatchedReceiveQueue(DataStreamReader reader)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// m_Data = new byte[reader.Length];
|
|
int32_t L_0;
|
|
L_0 = DataStreamReader_get_Length_m5F216EB0F2C71A0576B7DD18864D2E3700AC050B_inline((&___0_reader), NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_0);
|
|
__this->___m_Data_0 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Data_0), (void*)L_1);
|
|
// fixed (byte* dataPtr = m_Data)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___m_Data_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = L_2;
|
|
V_1 = L_3;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
if (((int32_t)(((RuntimeArray*)L_4)->max_length)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
V_0 = (uint8_t*)((uintptr_t)0);
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
V_0 = (uint8_t*)((uintptr_t)((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// reader.ReadBytes(dataPtr, reader.Length);
|
|
uint8_t* L_6 = V_0;
|
|
int32_t L_7;
|
|
L_7 = DataStreamReader_get_Length_m5F216EB0F2C71A0576B7DD18864D2E3700AC050B_inline((&___0_reader), NULL);
|
|
DataStreamReader_ReadBytes_m1E2D499A170CDF22A902617B1072E7E1091874A3((&___0_reader), L_6, L_7, NULL);
|
|
V_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
// m_Offset = 0;
|
|
__this->___m_Offset_1 = 0;
|
|
// m_Length = reader.Length;
|
|
int32_t L_8;
|
|
L_8 = DataStreamReader_get_Length_m5F216EB0F2C71A0576B7DD18864D2E3700AC050B_inline((&___0_reader), NULL);
|
|
__this->___m_Length_2 = L_8;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedReceiveQueue::PushReader(Unity.Networking.Transport.DataStreamReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedReceiveQueue_PushReader_m0E81E806C9D1FD220CF8A15189B42C36FD37ED19 (BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* __this, DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3 ___0_reader, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
{
|
|
// var available = m_Data.Length - (m_Offset + m_Length);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___m_Data_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = __this->___m_Offset_1;
|
|
int32_t L_2 = __this->___m_Length_2;
|
|
// if (available < reader.Length)
|
|
int32_t L_3;
|
|
L_3 = DataStreamReader_get_Length_m5F216EB0F2C71A0576B7DD18864D2E3700AC050B_inline((&___0_reader), NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_0)->max_length)), ((int32_t)il2cpp_codegen_add(L_1, L_2))))) >= ((int32_t)L_3)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
// if (m_Length > 0)
|
|
int32_t L_4 = __this->___m_Length_2;
|
|
if ((((int32_t)L_4) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// Array.Copy(m_Data, m_Offset, m_Data, 0, m_Length);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = __this->___m_Data_0;
|
|
int32_t L_6 = __this->___m_Offset_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = __this->___m_Data_0;
|
|
int32_t L_8 = __this->___m_Length_2;
|
|
Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_5, L_6, (RuntimeArray*)L_7, 0, L_8, NULL);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// m_Offset = 0;
|
|
__this->___m_Offset_1 = 0;
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// Array.Resize(ref m_Data, m_Data.Length * 2);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_9 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031**)(&__this->___m_Data_0);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = __this->___m_Data_0;
|
|
NullCheck(L_10);
|
|
Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297(L_9, ((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_10)->max_length)), 2)), Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// while (m_Data.Length - m_Length < reader.Length)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = __this->___m_Data_0;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = __this->___m_Length_2;
|
|
int32_t L_13;
|
|
L_13 = DataStreamReader_get_Length_m5F216EB0F2C71A0576B7DD18864D2E3700AC050B_inline((&___0_reader), NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_11)->max_length)), L_12))) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// fixed (byte* dataPtr = m_Data)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = __this->___m_Data_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = L_14;
|
|
V_1 = L_15;
|
|
if (!L_15)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
if (((int32_t)(((RuntimeArray*)L_16)->max_length)))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
V_0 = (uint8_t*)((uintptr_t)0);
|
|
goto IL_0099;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
V_0 = (uint8_t*)((uintptr_t)((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
// reader.ReadBytes(dataPtr + m_Offset + m_Length, reader.Length);
|
|
uint8_t* L_18 = V_0;
|
|
int32_t L_19 = __this->___m_Offset_1;
|
|
int32_t L_20 = __this->___m_Length_2;
|
|
int32_t L_21;
|
|
L_21 = DataStreamReader_get_Length_m5F216EB0F2C71A0576B7DD18864D2E3700AC050B_inline((&___0_reader), NULL);
|
|
DataStreamReader_ReadBytes_m1E2D499A170CDF22A902617B1072E7E1091874A3((&___0_reader), ((uint8_t*)il2cpp_codegen_add((intptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, L_19)), L_20)), L_21, NULL);
|
|
V_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
// m_Length += reader.Length;
|
|
int32_t L_22 = __this->___m_Length_2;
|
|
int32_t L_23;
|
|
L_23 = DataStreamReader_get_Length_m5F216EB0F2C71A0576B7DD18864D2E3700AC050B_inline((&___0_reader), NULL);
|
|
__this->___m_Length_2 = ((int32_t)il2cpp_codegen_add(L_22, L_23));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.ArraySegment`1<System.Byte> Unity.Netcode.Transports.UTP.BatchedReceiveQueue::PopMessage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 BatchedReceiveQueue_PopMessage_m20B586540098D5D1A1FD0830396FAFB62CD6E9BF (BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// if (m_Length < sizeof(int))
|
|
int32_t L_0 = __this->___m_Length_2;
|
|
if ((((int32_t)L_0) >= ((int32_t)4)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093));
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_1 = V_1;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// var messageLength = BitConverter.ToInt32(m_Data, m_Offset);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___m_Data_0;
|
|
int32_t L_3 = __this->___m_Offset_1;
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = BitConverter_ToInt32_m259B4E62995575B80C4086347C867EB3C8D7DAB3(L_2, L_3, NULL);
|
|
V_0 = L_4;
|
|
// if (m_Length - sizeof(int) < messageLength)
|
|
int32_t L_5 = __this->___m_Length_2;
|
|
int32_t L_6 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_5, 4))) >= ((int32_t)L_6)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093));
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// var data = new ArraySegment<byte>(m_Data, m_Offset + sizeof(int), messageLength);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___m_Data_0;
|
|
int32_t L_9 = __this->___m_Offset_1;
|
|
int32_t L_10 = V_0;
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_11;
|
|
memset((&L_11), 0, sizeof(L_11));
|
|
ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20((&L_11), L_8, ((int32_t)il2cpp_codegen_add(L_9, 4)), L_10, /*hidden argument*/ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20_RuntimeMethod_var);
|
|
// m_Offset += sizeof(int) + messageLength;
|
|
int32_t L_12 = __this->___m_Offset_1;
|
|
int32_t L_13 = V_0;
|
|
__this->___m_Offset_1 = ((int32_t)il2cpp_codegen_add(L_12, ((int32_t)il2cpp_codegen_add(4, L_13))));
|
|
// m_Length -= sizeof(int) + messageLength;
|
|
int32_t L_14 = __this->___m_Length_2;
|
|
int32_t L_15 = V_0;
|
|
__this->___m_Length_2 = ((int32_t)il2cpp_codegen_subtract(L_14, ((int32_t)il2cpp_codegen_add(4, L_15))));
|
|
// return data;
|
|
return L_11;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedSendQueue::get_HeadIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BatchedSendQueue_get_HeadIndex_m91CD2AD83101A70E26EF78B7460C36AC3C8F2C20 (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_HeadTailIndices[k_HeadInternalIndex]; }
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_HeadTailIndices_1);
|
|
int32_t L_1;
|
|
L_1 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_0)->___m_Buffer_0, 0);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t BatchedSendQueue_get_HeadIndex_m91CD2AD83101A70E26EF78B7460C36AC3C8F2C20_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = BatchedSendQueue_get_HeadIndex_m91CD2AD83101A70E26EF78B7460C36AC3C8F2C20(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedSendQueue::set_HeadIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedSendQueue_set_HeadIndex_m44301042025EB7BA0D7B95A4CD1AF41821E44A29 (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { m_HeadTailIndices[k_HeadInternalIndex] = value; }
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_HeadTailIndices_1);
|
|
int32_t L_1 = ___0_value;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_0)->___m_Buffer_0, 0, (L_1));
|
|
// set { m_HeadTailIndices[k_HeadInternalIndex] = value; }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BatchedSendQueue_set_HeadIndex_m44301042025EB7BA0D7B95A4CD1AF41821E44A29_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
BatchedSendQueue_set_HeadIndex_m44301042025EB7BA0D7B95A4CD1AF41821E44A29(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedSendQueue::get_TailIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BatchedSendQueue_get_TailIndex_mB4B8DD7E3103F96442E8B53CCA0BB5A5E25A2F16 (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_HeadTailIndices[k_TailInternalIndex]; }
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_HeadTailIndices_1);
|
|
int32_t L_1;
|
|
L_1 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_0)->___m_Buffer_0, 1);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t BatchedSendQueue_get_TailIndex_mB4B8DD7E3103F96442E8B53CCA0BB5A5E25A2F16_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = BatchedSendQueue_get_TailIndex_mB4B8DD7E3103F96442E8B53CCA0BB5A5E25A2F16(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedSendQueue::set_TailIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedSendQueue_set_TailIndex_m7D3474452C23C3195715C10C99050B0097B1FF18 (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { m_HeadTailIndices[k_TailInternalIndex] = value; }
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_HeadTailIndices_1);
|
|
int32_t L_1 = ___0_value;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_0)->___m_Buffer_0, 1, (L_1));
|
|
// set { m_HeadTailIndices[k_TailInternalIndex] = value; }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BatchedSendQueue_set_TailIndex_m7D3474452C23C3195715C10C99050B0097B1FF18_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
BatchedSendQueue_set_TailIndex_m7D3474452C23C3195715C10C99050B0097B1FF18(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedSendQueue::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BatchedSendQueue_get_Length_mD3D3E7C0FAA4242AC69FF929F9463C5D2FCC531A (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int Length => TailIndex - HeadIndex;
|
|
int32_t L_0;
|
|
L_0 = BatchedSendQueue_get_TailIndex_mB4B8DD7E3103F96442E8B53CCA0BB5A5E25A2F16(__this, NULL);
|
|
int32_t L_1;
|
|
L_1 = BatchedSendQueue_get_HeadIndex_m91CD2AD83101A70E26EF78B7460C36AC3C8F2C20(__this, NULL);
|
|
return ((int32_t)il2cpp_codegen_subtract(L_0, L_1));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t BatchedSendQueue_get_Length_mD3D3E7C0FAA4242AC69FF929F9463C5D2FCC531A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = BatchedSendQueue_get_Length_mD3D3E7C0FAA4242AC69FF929F9463C5D2FCC531A(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedSendQueue::get_Capacity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BatchedSendQueue_get_Capacity_mD2B74A2589C7B887FB02D5483B408FEBFAEE7AAA (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public int Capacity => m_Data.Length;
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94* L_0 = (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94*)(&__this->___m_Data_0);
|
|
int32_t L_1;
|
|
L_1 = NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61(L_0, NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t BatchedSendQueue_get_Capacity_mD2B74A2589C7B887FB02D5483B408FEBFAEE7AAA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = BatchedSendQueue_get_Capacity_mD2B74A2589C7B887FB02D5483B408FEBFAEE7AAA(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.BatchedSendQueue::get_IsEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BatchedSendQueue_get_IsEmpty_m3036A22A4DAE86E6660B259E38AD2B0FBC21BD9C (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsEmpty => HeadIndex == TailIndex;
|
|
int32_t L_0;
|
|
L_0 = BatchedSendQueue_get_HeadIndex_m91CD2AD83101A70E26EF78B7460C36AC3C8F2C20(__this, NULL);
|
|
int32_t L_1;
|
|
L_1 = BatchedSendQueue_get_TailIndex_mB4B8DD7E3103F96442E8B53CCA0BB5A5E25A2F16(__this, NULL);
|
|
return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool BatchedSendQueue_get_IsEmpty_m3036A22A4DAE86E6660B259E38AD2B0FBC21BD9C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = BatchedSendQueue_get_IsEmpty_m3036A22A4DAE86E6660B259E38AD2B0FBC21BD9C(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.BatchedSendQueue::get_IsCreated()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BatchedSendQueue_get_IsCreated_mA3E2725C73F697AFC4A9BDD092A5E936F317A8CA (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_IsCreated_m0088506340DF8D71C5E8A04FD537552F82443F88_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public bool IsCreated => m_Data.IsCreated;
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94* L_0 = (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94*)(&__this->___m_Data_0);
|
|
bool L_1;
|
|
L_1 = NativeList_1_get_IsCreated_m0088506340DF8D71C5E8A04FD537552F82443F88(L_0, NativeList_1_get_IsCreated_m0088506340DF8D71C5E8A04FD537552F82443F88_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool BatchedSendQueue_get_IsCreated_mA3E2725C73F697AFC4A9BDD092A5E936F317A8CA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = BatchedSendQueue_get_IsCreated_mA3E2725C73F697AFC4A9BDD092A5E936F317A8CA(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedSendQueue::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedSendQueue__ctor_m18E80247931EBB63D59B4DD6E4979D0B3D6FCC1E (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_ResizeUninitialized_m753321DB060C4AAEC2ACD94AAC4D2766D52A821F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m8C903F568E40A185F0756A7A98CB77CD2619D078_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// m_MaximumCapacity = capacity + (capacity & 1);
|
|
int32_t L_0 = ___0_capacity;
|
|
int32_t L_1 = ___0_capacity;
|
|
__this->___m_MaximumCapacity_2 = ((int32_t)il2cpp_codegen_add(L_0, ((int32_t)(L_1&1))));
|
|
// m_MinimumCapacity = m_MaximumCapacity;
|
|
int32_t L_2 = __this->___m_MaximumCapacity_2;
|
|
__this->___m_MinimumCapacity_3 = L_2;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// m_MinimumCapacity /= 2;
|
|
int32_t L_3 = __this->___m_MinimumCapacity_3;
|
|
__this->___m_MinimumCapacity_3 = ((int32_t)(L_3/2));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// while (m_MinimumCapacity / 2 >= MinimumMinimumCapacity)
|
|
int32_t L_4 = __this->___m_MinimumCapacity_3;
|
|
if ((((int32_t)((int32_t)(L_4/2))) >= ((int32_t)((int32_t)4096))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// m_Data = new NativeList<byte>(m_MinimumCapacity, Allocator.Persistent);
|
|
int32_t L_5 = __this->___m_MinimumCapacity_3;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_6;
|
|
L_6 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(4, NULL);
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
NativeList_1__ctor_m8C903F568E40A185F0756A7A98CB77CD2619D078((&L_7), L_5, L_6, /*hidden argument*/NativeList_1__ctor_m8C903F568E40A185F0756A7A98CB77CD2619D078_RuntimeMethod_var);
|
|
__this->___m_Data_0 = L_7;
|
|
// m_HeadTailIndices = new NativeArray<int>(2, Allocator.Persistent);
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&L_8), 2, 4, 1, /*hidden argument*/NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
__this->___m_HeadTailIndices_1 = L_8;
|
|
// m_Data.ResizeUninitialized(m_MinimumCapacity);
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94* L_9 = (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94*)(&__this->___m_Data_0);
|
|
int32_t L_10 = __this->___m_MinimumCapacity_3;
|
|
NativeList_1_ResizeUninitialized_m753321DB060C4AAEC2ACD94AAC4D2766D52A821F(L_9, L_10, NativeList_1_ResizeUninitialized_m753321DB060C4AAEC2ACD94AAC4D2766D52A821F_RuntimeMethod_var);
|
|
// HeadIndex = 0;
|
|
BatchedSendQueue_set_HeadIndex_m44301042025EB7BA0D7B95A4CD1AF41821E44A29(__this, 0, NULL);
|
|
// TailIndex = 0;
|
|
BatchedSendQueue_set_TailIndex_m7D3474452C23C3195715C10C99050B0097B1FF18(__this, 0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BatchedSendQueue__ctor_m18E80247931EBB63D59B4DD6E4979D0B3D6FCC1E_AdjustorThunk (RuntimeObject* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
BatchedSendQueue__ctor_m18E80247931EBB63D59B4DD6E4979D0B3D6FCC1E(_thisAdjusted, ___0_capacity, method);
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedSendQueue::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedSendQueue_Dispose_mD4F40F358E16AD02B90DF571E134D2A08526CD7C (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_mC0442A0F667EFDA4EAA6B6BAC0139B86A935AAD6_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (IsCreated)
|
|
bool L_0;
|
|
L_0 = BatchedSendQueue_get_IsCreated_mA3E2725C73F697AFC4A9BDD092A5E936F317A8CA(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// m_Data.Dispose();
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94* L_1 = (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94*)(&__this->___m_Data_0);
|
|
NativeList_1_Dispose_mC0442A0F667EFDA4EAA6B6BAC0139B86A935AAD6(L_1, NativeList_1_Dispose_mC0442A0F667EFDA4EAA6B6BAC0139B86A935AAD6_RuntimeMethod_var);
|
|
// m_HeadTailIndices.Dispose();
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_2 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_HeadTailIndices_1);
|
|
NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E(L_2, NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BatchedSendQueue_Dispose_mD4F40F358E16AD02B90DF571E134D2A08526CD7C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
BatchedSendQueue_Dispose_mD4F40F358E16AD02B90DF571E134D2A08526CD7C(_thisAdjusted, method);
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedSendQueue::WriteBytes(Unity.Networking.Transport.DataStreamWriter&,System.Byte*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedSendQueue_WriteBytes_mDC41B4796901540484FFDD18C7F8E060BC771933 (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* ___0_writer, uint8_t* ___1_data, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// writer.WriteBytes(data, length);
|
|
DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* L_0 = ___0_writer;
|
|
uint8_t* L_1 = ___1_data;
|
|
int32_t L_2 = ___2_length;
|
|
bool L_3;
|
|
L_3 = DataStreamWriter_WriteBytes_m5A6218CBEEA1204AC2B8822CB09422FCABF42CFD(L_0, L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BatchedSendQueue_WriteBytes_mDC41B4796901540484FFDD18C7F8E060BC771933_AdjustorThunk (RuntimeObject* __this, DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* ___0_writer, uint8_t* ___1_data, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
BatchedSendQueue_WriteBytes_mDC41B4796901540484FFDD18C7F8E060BC771933(_thisAdjusted, ___0_writer, ___1_data, ___2_length, method);
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedSendQueue::AppendDataAtTail(System.ArraySegment`1<System.Byte>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedSendQueue_AppendDataAtTail_mC41B180A6F396AF0E90BE8FE09D17330EBAB56D9 (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___0_data, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_get_Array_m85F374406C1E34FDEFA7F160336A247891AF8105_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_get_Offset_m28FEFF65E8FA9A92DF84966071346BFD426CC3AA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
uint8_t* V_1 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
|
|
{
|
|
// var writer = new DataStreamWriter((byte*)m_Data.GetUnsafePtr() + TailIndex, Capacity - TailIndex);
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 L_0 = __this->___m_Data_0;
|
|
void* L_1;
|
|
L_1 = NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3(L_0, NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
int32_t L_2;
|
|
L_2 = BatchedSendQueue_get_TailIndex_mB4B8DD7E3103F96442E8B53CCA0BB5A5E25A2F16(__this, NULL);
|
|
int32_t L_3;
|
|
L_3 = BatchedSendQueue_get_Capacity_mD2B74A2589C7B887FB02D5483B408FEBFAEE7AAA(__this, NULL);
|
|
int32_t L_4;
|
|
L_4 = BatchedSendQueue_get_TailIndex_mB4B8DD7E3103F96442E8B53CCA0BB5A5E25A2F16(__this, NULL);
|
|
DataStreamWriter__ctor_mE61DA857285F4FF4469253135FF3E8A40673EE62((&V_0), (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_1, L_2)), ((int32_t)il2cpp_codegen_subtract(L_3, L_4)), NULL);
|
|
// writer.WriteInt(data.Count);
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
int32_t L_5;
|
|
L_5 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___0_data), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
bool L_6;
|
|
L_6 = DataStreamWriter_WriteInt_mEE3DE78C7B6AA46BB509437F89EEA0658F2A851E((&V_0), L_5, NULL);
|
|
// fixed (byte* dataPtr = data.Array)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7;
|
|
L_7 = ArraySegment_1_get_Array_m85F374406C1E34FDEFA7F160336A247891AF8105_inline((&___0_data), ArraySegment_1_get_Array_m85F374406C1E34FDEFA7F160336A247891AF8105_RuntimeMethod_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = L_7;
|
|
V_2 = L_8;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
if (((int32_t)(((RuntimeArray*)L_9)->max_length)))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
V_1 = (uint8_t*)((uintptr_t)0);
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = V_2;
|
|
NullCheck(L_10);
|
|
V_1 = (uint8_t*)((uintptr_t)((L_10)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// WriteBytes(ref writer, dataPtr + data.Offset, data.Count);
|
|
uint8_t* L_11 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
int32_t L_12;
|
|
L_12 = ArraySegment_1_get_Offset_m28FEFF65E8FA9A92DF84966071346BFD426CC3AA_inline((&___0_data), ArraySegment_1_get_Offset_m28FEFF65E8FA9A92DF84966071346BFD426CC3AA_RuntimeMethod_var);
|
|
int32_t L_13;
|
|
L_13 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___0_data), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
BatchedSendQueue_WriteBytes_mDC41B4796901540484FFDD18C7F8E060BC771933(__this, (&V_0), ((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, L_12)), L_13, NULL);
|
|
V_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
// TailIndex += sizeof(int) + data.Count;
|
|
int32_t L_14;
|
|
L_14 = BatchedSendQueue_get_TailIndex_mB4B8DD7E3103F96442E8B53CCA0BB5A5E25A2F16(__this, NULL);
|
|
int32_t L_15;
|
|
L_15 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___0_data), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
BatchedSendQueue_set_TailIndex_m7D3474452C23C3195715C10C99050B0097B1FF18(__this, ((int32_t)il2cpp_codegen_add(L_14, ((int32_t)il2cpp_codegen_add(4, L_15)))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BatchedSendQueue_AppendDataAtTail_mC41B180A6F396AF0E90BE8FE09D17330EBAB56D9_AdjustorThunk (RuntimeObject* __this, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___0_data, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
BatchedSendQueue_AppendDataAtTail_mC41B180A6F396AF0E90BE8FE09D17330EBAB56D9(_thisAdjusted, ___0_data, method);
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.BatchedSendQueue::PushMessage(System.ArraySegment`1<System.Byte>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BatchedSendQueue_PushMessage_m4721141E1D061171E1E7105817641CD163A15CFA (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_ResizeUninitialized_m753321DB060C4AAEC2ACD94AAC4D2766D52A821F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!IsCreated)
|
|
bool L_0;
|
|
L_0 = BatchedSendQueue_get_IsCreated_mA3E2725C73F697AFC4A9BDD092A5E936F317A8CA(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (Capacity - TailIndex >= sizeof(int) + message.Count)
|
|
int32_t L_1;
|
|
L_1 = BatchedSendQueue_get_Capacity_mD2B74A2589C7B887FB02D5483B408FEBFAEE7AAA(__this, NULL);
|
|
int32_t L_2;
|
|
L_2 = BatchedSendQueue_get_TailIndex_mB4B8DD7E3103F96442E8B53CCA0BB5A5E25A2F16(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___0_message), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, L_2))) < ((int32_t)((int32_t)il2cpp_codegen_add(4, L_3)))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// AppendDataAtTail(message);
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_4 = ___0_message;
|
|
BatchedSendQueue_AppendDataAtTail_mC41B180A6F396AF0E90BE8FE09D17330EBAB56D9(__this, L_4, NULL);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// if (HeadIndex > 0 && Length > 0)
|
|
int32_t L_5;
|
|
L_5 = BatchedSendQueue_get_HeadIndex_m91CD2AD83101A70E26EF78B7460C36AC3C8F2C20(__this, NULL);
|
|
if ((((int32_t)L_5) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6;
|
|
L_6 = BatchedSendQueue_get_Length_mD3D3E7C0FAA4242AC69FF929F9463C5D2FCC531A(__this, NULL);
|
|
if ((((int32_t)L_6) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
// UnsafeUtility.MemMove(m_Data.GetUnsafePtr(), (byte*)m_Data.GetUnsafePtr() + HeadIndex, Length);
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 L_7 = __this->___m_Data_0;
|
|
void* L_8;
|
|
L_8 = NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3(L_7, NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 L_9 = __this->___m_Data_0;
|
|
void* L_10;
|
|
L_10 = NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3(L_9, NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
int32_t L_11;
|
|
L_11 = BatchedSendQueue_get_HeadIndex_m91CD2AD83101A70E26EF78B7460C36AC3C8F2C20(__this, NULL);
|
|
int32_t L_12;
|
|
L_12 = BatchedSendQueue_get_Length_mD3D3E7C0FAA4242AC69FF929F9463C5D2FCC531A(__this, NULL);
|
|
UnsafeUtility_MemMove_m4799FAA9C4BCFA1AEDC6ED01BB9A6DF657C4CEE3(L_8, ((void*)il2cpp_codegen_add((intptr_t)L_10, L_11)), ((int64_t)L_12), NULL);
|
|
// TailIndex = Length;
|
|
int32_t L_13;
|
|
L_13 = BatchedSendQueue_get_Length_mD3D3E7C0FAA4242AC69FF929F9463C5D2FCC531A(__this, NULL);
|
|
BatchedSendQueue_set_TailIndex_m7D3474452C23C3195715C10C99050B0097B1FF18(__this, L_13, NULL);
|
|
// HeadIndex = 0;
|
|
BatchedSendQueue_set_HeadIndex_m44301042025EB7BA0D7B95A4CD1AF41821E44A29(__this, 0, NULL);
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// if (Capacity - TailIndex >= sizeof(int) + message.Count)
|
|
int32_t L_14;
|
|
L_14 = BatchedSendQueue_get_Capacity_mD2B74A2589C7B887FB02D5483B408FEBFAEE7AAA(__this, NULL);
|
|
int32_t L_15;
|
|
L_15 = BatchedSendQueue_get_TailIndex_mB4B8DD7E3103F96442E8B53CCA0BB5A5E25A2F16(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
int32_t L_16;
|
|
L_16 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___0_message), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_14, L_15))) < ((int32_t)((int32_t)il2cpp_codegen_add(4, L_16)))))
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
// AppendDataAtTail(message);
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_17 = ___0_message;
|
|
BatchedSendQueue_AppendDataAtTail_mC41B180A6F396AF0E90BE8FE09D17330EBAB56D9(__this, L_17, NULL);
|
|
goto IL_00ad;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
// m_Data.ResizeUninitialized(Capacity / 2);
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94* L_18 = (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94*)(&__this->___m_Data_0);
|
|
int32_t L_19;
|
|
L_19 = BatchedSendQueue_get_Capacity_mD2B74A2589C7B887FB02D5483B408FEBFAEE7AAA(__this, NULL);
|
|
NativeList_1_ResizeUninitialized_m753321DB060C4AAEC2ACD94AAC4D2766D52A821F(L_18, ((int32_t)(L_19/2)), NativeList_1_ResizeUninitialized_m753321DB060C4AAEC2ACD94AAC4D2766D52A821F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
// while (TailIndex < Capacity / 4 && Capacity > m_MinimumCapacity)
|
|
int32_t L_20;
|
|
L_20 = BatchedSendQueue_get_TailIndex_mB4B8DD7E3103F96442E8B53CCA0BB5A5E25A2F16(__this, NULL);
|
|
int32_t L_21;
|
|
L_21 = BatchedSendQueue_get_Capacity_mD2B74A2589C7B887FB02D5483B408FEBFAEE7AAA(__this, NULL);
|
|
if ((((int32_t)L_20) >= ((int32_t)((int32_t)(L_21/4)))))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22;
|
|
L_22 = BatchedSendQueue_get_Capacity_mD2B74A2589C7B887FB02D5483B408FEBFAEE7AAA(__this, NULL);
|
|
int32_t L_23 = __this->___m_MinimumCapacity_3;
|
|
if ((((int32_t)L_22) > ((int32_t)L_23)))
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
// if (Capacity * 2 > m_MaximumCapacity)
|
|
int32_t L_24;
|
|
L_24 = BatchedSendQueue_get_Capacity_mD2B74A2589C7B887FB02D5483B408FEBFAEE7AAA(__this, NULL);
|
|
int32_t L_25 = __this->___m_MaximumCapacity_2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_multiply(L_24, 2))) <= ((int32_t)L_25)))
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
// m_Data.ResizeUninitialized(Capacity * 2);
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94* L_26 = (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94*)(&__this->___m_Data_0);
|
|
int32_t L_27;
|
|
L_27 = BatchedSendQueue_get_Capacity_mD2B74A2589C7B887FB02D5483B408FEBFAEE7AAA(__this, NULL);
|
|
NativeList_1_ResizeUninitialized_m753321DB060C4AAEC2ACD94AAC4D2766D52A821F(L_26, ((int32_t)il2cpp_codegen_multiply(L_27, 2)), NativeList_1_ResizeUninitialized_m753321DB060C4AAEC2ACD94AAC4D2766D52A821F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
// while (Capacity - TailIndex < sizeof(int) + message.Count)
|
|
int32_t L_28;
|
|
L_28 = BatchedSendQueue_get_Capacity_mD2B74A2589C7B887FB02D5483B408FEBFAEE7AAA(__this, NULL);
|
|
int32_t L_29;
|
|
L_29 = BatchedSendQueue_get_TailIndex_mB4B8DD7E3103F96442E8B53CCA0BB5A5E25A2F16(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
int32_t L_30;
|
|
L_30 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___0_message), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_28, L_29))) < ((int32_t)((int32_t)il2cpp_codegen_add(4, L_30)))))
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
}
|
|
{
|
|
// AppendDataAtTail(message);
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_31 = ___0_message;
|
|
BatchedSendQueue_AppendDataAtTail_mC41B180A6F396AF0E90BE8FE09D17330EBAB56D9(__this, L_31, NULL);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool BatchedSendQueue_PushMessage_m4721141E1D061171E1E7105817641CD163A15CFA_AdjustorThunk (RuntimeObject* __this, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___0_message, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = BatchedSendQueue_PushMessage_m4721141E1D061171E1E7105817641CD163A15CFA(_thisAdjusted, ___0_message, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedSendQueue::FillWriterWithMessages(Unity.Networking.Transport.DataStreamWriter&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BatchedSendQueue_FillWriterWithMessages_mC723DE4A4E8885C3F15AED95CAEE1852F1E5187D (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* ___0_writer, int32_t ___1_softMaxBytes, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_mE16930FF723114AF02B699ADB8009C5162D3761E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
// if (!IsCreated || Length == 0)
|
|
bool L_0;
|
|
L_0 = BatchedSendQueue_get_IsCreated_mA3E2725C73F697AFC4A9BDD092A5E936F317A8CA(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1;
|
|
L_1 = BatchedSendQueue_get_Length_mD3D3E7C0FAA4242AC69FF929F9463C5D2FCC531A(__this, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// return 0;
|
|
return 0;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// softMaxBytes = softMaxBytes == 0 ? writer.Capacity : Math.Min(softMaxBytes, writer.Capacity);
|
|
int32_t L_2 = ___1_softMaxBytes;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___1_softMaxBytes;
|
|
DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* L_4 = ___0_writer;
|
|
int32_t L_5;
|
|
L_5 = DataStreamWriter_get_Capacity_m52E805154817DAEED4FE0A784865F825C8BEA15D(L_4, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_6;
|
|
L_6 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_3, L_5, NULL);
|
|
G_B6_0 = L_6;
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* L_7 = ___0_writer;
|
|
int32_t L_8;
|
|
L_8 = DataStreamWriter_get_Capacity_m52E805154817DAEED4FE0A784865F825C8BEA15D(L_7, NULL);
|
|
G_B6_0 = L_8;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
___1_softMaxBytes = G_B6_0;
|
|
// var reader = new DataStreamReader(m_Data.AsArray());
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94* L_9 = (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94*)(&__this->___m_Data_0);
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_10;
|
|
L_10 = NativeList_1_AsArray_mE16930FF723114AF02B699ADB8009C5162D3761E(L_9, NativeList_1_AsArray_mE16930FF723114AF02B699ADB8009C5162D3761E_RuntimeMethod_var);
|
|
DataStreamReader__ctor_mE6C5005A31142F3547C3CE8D5D98AFCC383C009B((&V_0), L_10, NULL);
|
|
// var readerOffset = HeadIndex;
|
|
int32_t L_11;
|
|
L_11 = BatchedSendQueue_get_HeadIndex_m91CD2AD83101A70E26EF78B7460C36AC3C8F2C20(__this, NULL);
|
|
V_1 = L_11;
|
|
// reader.SeekSet(readerOffset);
|
|
int32_t L_12 = V_1;
|
|
DataStreamReader_SeekSet_m0B3939FF6C6A1C3B5A47CCA959457ED3DDF421DE((&V_0), L_12, NULL);
|
|
// var messageLength = reader.ReadInt();
|
|
int32_t L_13;
|
|
L_13 = DataStreamReader_ReadInt_m862924CC887B2309FAA8ED4C8E40E452B3D58E45((&V_0), NULL);
|
|
V_2 = L_13;
|
|
// var bytesToWrite = messageLength + sizeof(int);
|
|
int32_t L_14 = V_2;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_14, 4));
|
|
// if (bytesToWrite > softMaxBytes && bytesToWrite <= writer.Capacity)
|
|
int32_t L_15 = V_3;
|
|
int32_t L_16 = ___1_softMaxBytes;
|
|
if ((((int32_t)L_15) <= ((int32_t)L_16)))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = V_3;
|
|
DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* L_18 = ___0_writer;
|
|
int32_t L_19;
|
|
L_19 = DataStreamWriter_get_Capacity_m52E805154817DAEED4FE0A784865F825C8BEA15D(L_18, NULL);
|
|
if ((((int32_t)L_17) > ((int32_t)L_19)))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
// writer.WriteInt(messageLength);
|
|
DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* L_20 = ___0_writer;
|
|
int32_t L_21 = V_2;
|
|
bool L_22;
|
|
L_22 = DataStreamWriter_WriteInt_mEE3DE78C7B6AA46BB509437F89EEA0658F2A851E(L_20, L_21, NULL);
|
|
// WriteBytes(ref writer, (byte*)m_Data.GetUnsafePtr() + reader.GetBytesRead(), messageLength);
|
|
DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* L_23 = ___0_writer;
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 L_24 = __this->___m_Data_0;
|
|
void* L_25;
|
|
L_25 = NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3(L_24, NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
int32_t L_26;
|
|
L_26 = DataStreamReader_GetBytesRead_m3A3C261F207245C5211B1066DC6BEFED2F1A7636((&V_0), NULL);
|
|
int32_t L_27 = V_2;
|
|
BatchedSendQueue_WriteBytes_mDC41B4796901540484FFDD18C7F8E060BC771933(__this, L_23, (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_25, L_26)), L_27, NULL);
|
|
// return bytesToWrite;
|
|
int32_t L_28 = V_3;
|
|
return L_28;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
// var bytesWritten = 0;
|
|
V_4 = 0;
|
|
goto IL_00d7;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// reader.SeekSet(readerOffset);
|
|
int32_t L_29 = V_1;
|
|
DataStreamReader_SeekSet_m0B3939FF6C6A1C3B5A47CCA959457ED3DDF421DE((&V_0), L_29, NULL);
|
|
// messageLength = reader.ReadInt();
|
|
int32_t L_30;
|
|
L_30 = DataStreamReader_ReadInt_m862924CC887B2309FAA8ED4C8E40E452B3D58E45((&V_0), NULL);
|
|
V_2 = L_30;
|
|
// bytesToWrite = messageLength + sizeof(int);
|
|
int32_t L_31 = V_2;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_31, 4));
|
|
// if (bytesWritten + bytesToWrite <= softMaxBytes)
|
|
int32_t L_32 = V_4;
|
|
int32_t L_33 = V_3;
|
|
int32_t L_34 = ___1_softMaxBytes;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_32, L_33))) > ((int32_t)L_34)))
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
// writer.WriteInt(messageLength);
|
|
DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* L_35 = ___0_writer;
|
|
int32_t L_36 = V_2;
|
|
bool L_37;
|
|
L_37 = DataStreamWriter_WriteInt_mEE3DE78C7B6AA46BB509437F89EEA0658F2A851E(L_35, L_36, NULL);
|
|
// WriteBytes(ref writer, (byte*)m_Data.GetUnsafePtr() + reader.GetBytesRead(), messageLength);
|
|
DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* L_38 = ___0_writer;
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 L_39 = __this->___m_Data_0;
|
|
void* L_40;
|
|
L_40 = NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3(L_39, NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
int32_t L_41;
|
|
L_41 = DataStreamReader_GetBytesRead_m3A3C261F207245C5211B1066DC6BEFED2F1A7636((&V_0), NULL);
|
|
int32_t L_42 = V_2;
|
|
BatchedSendQueue_WriteBytes_mDC41B4796901540484FFDD18C7F8E060BC771933(__this, L_38, (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_40, L_41)), L_42, NULL);
|
|
// readerOffset += bytesToWrite;
|
|
int32_t L_43 = V_1;
|
|
int32_t L_44 = V_3;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_43, L_44));
|
|
// bytesWritten += bytesToWrite;
|
|
int32_t L_45 = V_4;
|
|
int32_t L_46 = V_3;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_45, L_46));
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
// while (readerOffset < TailIndex)
|
|
int32_t L_47 = V_1;
|
|
int32_t L_48;
|
|
L_48 = BatchedSendQueue_get_TailIndex_mB4B8DD7E3103F96442E8B53CCA0BB5A5E25A2F16(__this, NULL);
|
|
if ((((int32_t)L_47) < ((int32_t)L_48)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
// return bytesWritten;
|
|
int32_t L_49 = V_4;
|
|
return L_49;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t BatchedSendQueue_FillWriterWithMessages_mC723DE4A4E8885C3F15AED95CAEE1852F1E5187D_AdjustorThunk (RuntimeObject* __this, DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* ___0_writer, int32_t ___1_softMaxBytes, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = BatchedSendQueue_FillWriterWithMessages_mC723DE4A4E8885C3F15AED95CAEE1852F1E5187D(_thisAdjusted, ___0_writer, ___1_softMaxBytes, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UTP.BatchedSendQueue::FillWriterWithBytes(Unity.Networking.Transport.DataStreamWriter&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BatchedSendQueue_FillWriterWithBytes_mA742A52A53A5576B9D038146977E3C9FADC20D7A (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* ___0_writer, int32_t ___1_maxBytes, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
// if (!IsCreated || Length == 0)
|
|
bool L_0;
|
|
L_0 = BatchedSendQueue_get_IsCreated_mA3E2725C73F697AFC4A9BDD092A5E936F317A8CA(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1;
|
|
L_1 = BatchedSendQueue_get_Length_mD3D3E7C0FAA4242AC69FF929F9463C5D2FCC531A(__this, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// return 0;
|
|
return 0;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// var maxLength = maxBytes == 0 ? writer.Capacity : Math.Min(maxBytes, writer.Capacity);
|
|
int32_t L_2 = ___1_maxBytes;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___1_maxBytes;
|
|
DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* L_4 = ___0_writer;
|
|
int32_t L_5;
|
|
L_5 = DataStreamWriter_get_Capacity_m52E805154817DAEED4FE0A784865F825C8BEA15D(L_4, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_6;
|
|
L_6 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_3, L_5, NULL);
|
|
G_B6_0 = L_6;
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* L_7 = ___0_writer;
|
|
int32_t L_8;
|
|
L_8 = DataStreamWriter_get_Capacity_m52E805154817DAEED4FE0A784865F825C8BEA15D(L_7, NULL);
|
|
G_B6_0 = L_8;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// var copyLength = Math.Min(maxLength, Length);
|
|
int32_t L_9;
|
|
L_9 = BatchedSendQueue_get_Length_mD3D3E7C0FAA4242AC69FF929F9463C5D2FCC531A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_10;
|
|
L_10 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(G_B6_0, L_9, NULL);
|
|
V_0 = L_10;
|
|
// WriteBytes(ref writer, (byte*)m_Data.GetUnsafePtr() + HeadIndex, copyLength);
|
|
DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* L_11 = ___0_writer;
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 L_12 = __this->___m_Data_0;
|
|
void* L_13;
|
|
L_13 = NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3(L_12, NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
int32_t L_14;
|
|
L_14 = BatchedSendQueue_get_HeadIndex_m91CD2AD83101A70E26EF78B7460C36AC3C8F2C20(__this, NULL);
|
|
int32_t L_15 = V_0;
|
|
BatchedSendQueue_WriteBytes_mDC41B4796901540484FFDD18C7F8E060BC771933(__this, L_11, (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_13, L_14)), L_15, NULL);
|
|
// return copyLength;
|
|
int32_t L_16 = V_0;
|
|
return L_16;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t BatchedSendQueue_FillWriterWithBytes_mA742A52A53A5576B9D038146977E3C9FADC20D7A_AdjustorThunk (RuntimeObject* __this, DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA* ___0_writer, int32_t ___1_maxBytes, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = BatchedSendQueue_FillWriterWithBytes_mA742A52A53A5576B9D038146977E3C9FADC20D7A(_thisAdjusted, ___0_writer, ___1_maxBytes, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.BatchedSendQueue::Consume(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchedSendQueue_Consume_m27415A79D38546D9757A191041B1D4EC8165509A (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* __this, int32_t ___0_size, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_ResizeUninitialized_m753321DB060C4AAEC2ACD94AAC4D2766D52A821F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (size >= Length)
|
|
int32_t L_0 = ___0_size;
|
|
int32_t L_1;
|
|
L_1 = BatchedSendQueue_get_Length_mD3D3E7C0FAA4242AC69FF929F9463C5D2FCC531A(__this, NULL);
|
|
if ((((int32_t)L_0) < ((int32_t)L_1)))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// HeadIndex = 0;
|
|
BatchedSendQueue_set_HeadIndex_m44301042025EB7BA0D7B95A4CD1AF41821E44A29(__this, 0, NULL);
|
|
// TailIndex = 0;
|
|
BatchedSendQueue_set_TailIndex_m7D3474452C23C3195715C10C99050B0097B1FF18(__this, 0, NULL);
|
|
// m_Data.ResizeUninitialized(m_MinimumCapacity);
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94* L_2 = (NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94*)(&__this->___m_Data_0);
|
|
int32_t L_3 = __this->___m_MinimumCapacity_3;
|
|
NativeList_1_ResizeUninitialized_m753321DB060C4AAEC2ACD94AAC4D2766D52A821F(L_2, L_3, NativeList_1_ResizeUninitialized_m753321DB060C4AAEC2ACD94AAC4D2766D52A821F_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// HeadIndex += size;
|
|
int32_t L_4;
|
|
L_4 = BatchedSendQueue_get_HeadIndex_m91CD2AD83101A70E26EF78B7460C36AC3C8F2C20(__this, NULL);
|
|
int32_t L_5 = ___0_size;
|
|
BatchedSendQueue_set_HeadIndex_m44301042025EB7BA0D7B95A4CD1AF41821E44A29(__this, ((int32_t)il2cpp_codegen_add(L_4, L_5)), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BatchedSendQueue_Consume_m27415A79D38546D9757A191041B1D4EC8165509A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_size, const RuntimeMethod* method)
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*>(__this + _offset);
|
|
BatchedSendQueue_Consume_m27415A79D38546D9757A191041B1D4EC8165509A(_thisAdjusted, ___0_size, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Unity.Netcode.Transports.UTP.SecretsLoaderHelper::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecretsLoaderHelper_Awake_mD0DE669368057A3BD8EA7E790DFC5EF19FA799CA (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisUnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_mDFDF528F272AEE465FED1CE8BB5330AA0F744D28_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF258902371641A17276D7E53D25B16B6C26A890B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* V_2 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
// var serverSecrets = new ServerSecrets();
|
|
il2cpp_codegen_initobj((&V_0), sizeof(ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C));
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
// serverSecrets.ServerCertificate = ServerCertificate;
|
|
String_t* L_0;
|
|
L_0 = SecretsLoaderHelper_get_ServerCertificate_m17E07950D0BAE0F46481FD63731F00F964024023(__this, NULL);
|
|
(&V_0)->___ServerCertificate_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___ServerCertificate_1), (void*)L_0);
|
|
// }
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0017;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0017:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_1 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
// Debug.Log(exception);
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_1, NULL);
|
|
// }
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_001e;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_001e:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
// serverSecrets.ServerPrivate = ServerPrivate;
|
|
String_t* L_2;
|
|
L_2 = SecretsLoaderHelper_get_ServerPrivate_mC64E26A2A2D022FA90E1D97ECBA6EC63988D55ED(__this, NULL);
|
|
(&V_0)->___ServerPrivate_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___ServerPrivate_0), (void*)L_2);
|
|
// }
|
|
goto IL_0035;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_002e;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002e:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
// Debug.Log(exception);
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_3, NULL);
|
|
// }
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0035;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0035:
|
|
{
|
|
// var clientSecrets = new ClientSecrets();
|
|
il2cpp_codegen_initobj((&V_1), sizeof(ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F));
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
// clientSecrets.ClientCertificate = ClientCA;
|
|
String_t* L_4;
|
|
L_4 = SecretsLoaderHelper_get_ClientCA_mCD4313D71FDCA16695E86846C97ED8273E3D07E1(__this, NULL);
|
|
(&V_1)->___ClientCertificate_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___ClientCertificate_1), (void*)L_4);
|
|
// }
|
|
goto IL_0053;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_004c;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_004c:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
// Debug.Log(exception);
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_5, NULL);
|
|
// }
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0053;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0053:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
// clientSecrets.ServerCommonName = ServerCommonName;
|
|
String_t* L_6;
|
|
L_6 = SecretsLoaderHelper_get_ServerCommonName_m7757A0EB69519290091CFE45CFA5AA5704CE4326_inline(__this, NULL);
|
|
(&V_1)->___ServerCommonName_0 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___ServerCommonName_0), (void*)L_6);
|
|
// }
|
|
goto IL_006a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0063;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0063:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_7 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
// Debug.Log(exception);
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_7, NULL);
|
|
// }
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_006a;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_006a:
|
|
{
|
|
// var unityTransportComponent = GetComponent<UnityTransport>();
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* L_8;
|
|
L_8 = Component_GetComponent_TisUnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_mDFDF528F272AEE465FED1CE8BB5330AA0F744D28(__this, Component_GetComponent_TisUnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_mDFDF528F272AEE465FED1CE8BB5330AA0F744D28_RuntimeMethod_var);
|
|
V_2 = L_8;
|
|
// if (unityTransportComponent == null)
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* L_9 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError($"You need to select the UnityTransport protocol, in the NetworkManager, in order for the SecretsLoaderHelper component to be useful.");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteralF258902371641A17276D7E53D25B16B6C26A890B, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
// unityTransportComponent.SetServerSecrets(serverSecrets.ServerCertificate, serverSecrets.ServerPrivate);
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* L_11 = V_2;
|
|
ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C L_12 = V_0;
|
|
String_t* L_13 = L_12.___ServerCertificate_1;
|
|
ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C L_14 = V_0;
|
|
String_t* L_15 = L_14.___ServerPrivate_0;
|
|
NullCheck(L_11);
|
|
UnityTransport_SetServerSecrets_m684BAAECD15C338E085AC16DB4CE73B1AA28E027(L_11, L_13, L_15, NULL);
|
|
// unityTransportComponent.SetClientSecrets(clientSecrets.ServerCommonName, clientSecrets.ClientCertificate);
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* L_16 = V_2;
|
|
ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F L_17 = V_1;
|
|
String_t* L_18 = L_17.___ServerCommonName_0;
|
|
ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F L_19 = V_1;
|
|
String_t* L_20 = L_19.___ClientCertificate_1;
|
|
NullCheck(L_16);
|
|
UnityTransport_SetClientSecrets_mEF4456DE072468B4B0F3133CA9A61B32FFD3DCC5(L_16, L_18, L_20, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::get_ServerCommonName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_get_ServerCommonName_m7757A0EB69519290091CFE45CFA5AA5704CE4326 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_ServerCommonName;
|
|
String_t* L_0 = __this->___m_ServerCommonName_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.SecretsLoaderHelper::set_ServerCommonName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecretsLoaderHelper_set_ServerCommonName_mF5C925D49116E1C300E3D3D38B667CB49A45B243 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_ServerCommonName = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_ServerCommonName_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ServerCommonName_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::get_ClientCAFilePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_get_ClientCAFilePath_mA26003801EBE4D2769374C068E8AC49BA038A3A4 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_ClientCAFilePath;
|
|
String_t* L_0 = __this->___m_ClientCAFilePath_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.SecretsLoaderHelper::set_ClientCAFilePath(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecretsLoaderHelper_set_ClientCAFilePath_mD7C079046DC03F9F57DE16F68EFFA7E8EA1A4544 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_ClientCAFilePath = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_ClientCAFilePath_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ClientCAFilePath_5), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::get_ClientCAOverride()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_get_ClientCAOverride_m2CF26A176FFEFEB596DC782370A34DECD888AF79 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_ClientCAOverride;
|
|
String_t* L_0 = __this->___m_ClientCAOverride_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.SecretsLoaderHelper::set_ClientCAOverride(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecretsLoaderHelper_set_ClientCAOverride_m5F3085FC01FA644632DD140EDB26CCE1188ABE78 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_ClientCAOverride = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_ClientCAOverride_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ClientCAOverride_6), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::get_ServerCertificateFilePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_get_ServerCertificateFilePath_m1D50ADCE4A3ADB643EF5B319D0A4FC2447E2CE98 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_ServerCertificateFilePath;
|
|
String_t* L_0 = __this->___m_ServerCertificateFilePath_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.SecretsLoaderHelper::set_ServerCertificateFilePath(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecretsLoaderHelper_set_ServerCertificateFilePath_m850DFBC1A35878001CDE4EE10803DE7EB4412610 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_ServerCertificateFilePath = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_ServerCertificateFilePath_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ServerCertificateFilePath_7), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::get_ServerPrivateFilePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_get_ServerPrivateFilePath_mAF26CA5AA6390A8973F691A068D53940A0316CB7 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_ServerPrivateFilePath;
|
|
String_t* L_0 = __this->___m_ServerPrivateFilePath_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.SecretsLoaderHelper::set_ServerPrivateFilePath(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecretsLoaderHelper_set_ServerPrivateFilePath_mF6AE970AABEFE64AFBA938955069FBB3CF6D2255 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_ServerPrivate = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_ServerPrivate_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ServerPrivate_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::get_ClientCA()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_get_ClientCA_mCD4313D71FDCA16695E86846C97ED8273E3D07E1 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9C52582463E83DEFCA4FAE51BCA879063462DA0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (m_ClientCAOverride != "")
|
|
String_t* L_0 = __this->___m_ClientCAOverride_6;
|
|
bool L_1;
|
|
L_1 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_0, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// return m_ClientCAOverride;
|
|
String_t* L_2 = __this->___m_ClientCAOverride_6;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// return ReadFile(m_ClientCAFilePath, "Client Certificate");
|
|
String_t* L_3 = __this->___m_ClientCAFilePath_5;
|
|
String_t* L_4;
|
|
L_4 = SecretsLoaderHelper_ReadFile_mDFF04D3D0602F3F2973F673741CDA4C128F1190A(L_3, _stringLiteralA9C52582463E83DEFCA4FAE51BCA879063462DA0, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.SecretsLoaderHelper::set_ClientCA(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecretsLoaderHelper_set_ClientCA_m529EDF51ACA147886C7E65892F4007A01D1EEBC6 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_ClientCA = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_ClientCA_9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ClientCA_9), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::get_ServerCertificate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_get_ServerCertificate_m17E07950D0BAE0F46481FD63731F00F964024023 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE132B6356450125CD39CFDC2E7AE7DFD49FA3F2D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// get => ReadFile(m_ServerCertificateFilePath, "Server Certificate");
|
|
String_t* L_0 = __this->___m_ServerCertificateFilePath_7;
|
|
String_t* L_1;
|
|
L_1 = SecretsLoaderHelper_ReadFile_mDFF04D3D0602F3F2973F673741CDA4C128F1190A(L_0, _stringLiteralE132B6356450125CD39CFDC2E7AE7DFD49FA3F2D, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.SecretsLoaderHelper::set_ServerCertificate(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecretsLoaderHelper_set_ServerCertificate_m9F42351E69D51DF4B1415F52390CED03D2F315FA (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_ServerCertificate = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_ServerCertificate_10 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ServerCertificate_10), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::get_ServerPrivate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_get_ServerPrivate_mC64E26A2A2D022FA90E1D97ECBA6EC63988D55ED (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral357BFB1EF804083E0B58DA274A5B38ADF23E439E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// get => ReadFile(m_ServerPrivateFilePath, "Server Key");
|
|
String_t* L_0 = __this->___m_ServerPrivateFilePath_8;
|
|
String_t* L_1;
|
|
L_1 = SecretsLoaderHelper_ReadFile_mDFF04D3D0602F3F2973F673741CDA4C128F1190A(L_0, _stringLiteral357BFB1EF804083E0B58DA274A5B38ADF23E439E, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.SecretsLoaderHelper::set_ServerPrivate(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecretsLoaderHelper_set_ServerPrivate_m86ABFEA3A5AFD9BA34DB5D7E45B2DA1DDBED0143 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_ServerPrivate = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_ServerPrivate_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ServerPrivate_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String Unity.Netcode.Transports.UTP.SecretsLoaderHelper::ReadFile(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_ReadFile_mDFF04D3D0602F3F2973F673741CDA4C128F1190A (String_t* ___0_path, String_t* ___1_label, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BA280C4AC596D1757D38ADC504F4D2A8588BE09);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96C502F2672EE8CA635B0E03F0F848B19683110C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE40160D9DA52E2A9F3C180FBFDED668C63CED0AD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC81C1719B246FAF2B02FB9B639685CDC97C4C8D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* G_B6_0 = NULL;
|
|
{
|
|
// if (path == null || path == "")
|
|
String_t* L_0 = ___0_path;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___0_path;
|
|
bool L_2;
|
|
L_2 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// return "";
|
|
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// var reader = new StreamReader(path);
|
|
String_t* L_3 = ___0_path;
|
|
StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* L_4 = (StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B*)il2cpp_codegen_object_new(StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
StreamReader__ctor_m08BA7049EACE030ACE06AB8A8F2CDF2E2AFB55C6(L_4, L_3, NULL);
|
|
// string fileContent = reader.ReadToEnd();
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(12 /* System.String System.IO.TextReader::ReadToEnd() */, L_4);
|
|
V_0 = L_5;
|
|
// Debug.Log((fileContent.Length > 1) ? ("Successfully loaded " + fileContent.Length + " byte(s) from " + label) : ("Could not read " + label + " file"));
|
|
String_t* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
|
|
if ((((int32_t)L_7) > ((int32_t)1)))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = ___1_label;
|
|
String_t* L_9;
|
|
L_9 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralFC81C1719B246FAF2B02FB9B639685CDC97C4C8D, L_8, _stringLiteral1BA280C4AC596D1757D38ADC504F4D2A8588BE09, NULL);
|
|
G_B6_0 = L_9;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
String_t* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL);
|
|
V_1 = L_11;
|
|
String_t* L_12;
|
|
L_12 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_1), NULL);
|
|
String_t* L_13 = ___1_label;
|
|
String_t* L_14;
|
|
L_14 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteralE40160D9DA52E2A9F3C180FBFDED668C63CED0AD, L_12, _stringLiteral96C502F2672EE8CA635B0E03F0F848B19683110C, L_13, NULL);
|
|
G_B6_0 = L_14;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(G_B6_0, NULL);
|
|
// return fileContent;
|
|
String_t* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.SecretsLoaderHelper::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecretsLoaderHelper__ctor_mF1115A4191D86771D43EED22B1A0B96415BC3BD5 (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FC154761871B7293BA5D77E57A16A71359FE4E5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private string m_ServerCommonName = "localhost";
|
|
__this->___m_ServerCommonName_4 = _stringLiteral5FC154761871B7293BA5D77E57A16A71359FE4E5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ServerCommonName_4), (void*)_stringLiteral5FC154761871B7293BA5D77E57A16A71359FE4E5);
|
|
// private string m_ClientCAFilePath = ""; // "Assets/Secure/myGameClientCA.pem"
|
|
__this->___m_ClientCAFilePath_5 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ClientCAFilePath_5), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
// private string m_ClientCAOverride = "";
|
|
__this->___m_ClientCAOverride_6 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ClientCAOverride_6), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
// private string m_ServerCertificateFilePath = ""; // "Assets/Secure/myGameServerCertificate.pem"
|
|
__this->___m_ServerCertificateFilePath_7 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ServerCertificateFilePath_7), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
// private string m_ServerPrivateFilePath = ""; // "Assets/Secure/myGameServerPrivate.pem"
|
|
__this->___m_ServerPrivateFilePath_8 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ServerPrivateFilePath_8), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ServerSecrets
|
|
IL2CPP_EXTERN_C void ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C_marshal_pinvoke(const ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C& unmarshaled, ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___ServerPrivate_0 = il2cpp_codegen_marshal_string(unmarshaled.___ServerPrivate_0);
|
|
marshaled.___ServerCertificate_1 = il2cpp_codegen_marshal_string(unmarshaled.___ServerCertificate_1);
|
|
}
|
|
IL2CPP_EXTERN_C void ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C_marshal_pinvoke_back(const ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C_marshaled_pinvoke& marshaled, ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C& unmarshaled)
|
|
{
|
|
unmarshaled.___ServerPrivate_0 = il2cpp_codegen_marshal_string_result(marshaled.___ServerPrivate_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___ServerPrivate_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___ServerPrivate_0));
|
|
unmarshaled.___ServerCertificate_1 = il2cpp_codegen_marshal_string_result(marshaled.___ServerCertificate_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___ServerCertificate_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___ServerCertificate_1));
|
|
}
|
|
// Conversion method for clean up from marshalling of: Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ServerSecrets
|
|
IL2CPP_EXTERN_C void ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C_marshal_pinvoke_cleanup(ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___ServerPrivate_0);
|
|
marshaled.___ServerPrivate_0 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___ServerCertificate_1);
|
|
marshaled.___ServerCertificate_1 = NULL;
|
|
}
|
|
// Conversion methods for marshalling of: Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ServerSecrets
|
|
IL2CPP_EXTERN_C void ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C_marshal_com(const ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C& unmarshaled, ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___ServerPrivate_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___ServerPrivate_0);
|
|
marshaled.___ServerCertificate_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___ServerCertificate_1);
|
|
}
|
|
IL2CPP_EXTERN_C void ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C_marshal_com_back(const ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C_marshaled_com& marshaled, ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C& unmarshaled)
|
|
{
|
|
unmarshaled.___ServerPrivate_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___ServerPrivate_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___ServerPrivate_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___ServerPrivate_0));
|
|
unmarshaled.___ServerCertificate_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___ServerCertificate_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___ServerCertificate_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___ServerCertificate_1));
|
|
}
|
|
// Conversion method for clean up from marshalling of: Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ServerSecrets
|
|
IL2CPP_EXTERN_C void ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C_marshal_com_cleanup(ServerSecrets_t1B158653389F99B639CFD4895A7EB3B55C02D49C_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___ServerPrivate_0);
|
|
marshaled.___ServerPrivate_0 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___ServerCertificate_1);
|
|
marshaled.___ServerCertificate_1 = NULL;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ClientSecrets
|
|
IL2CPP_EXTERN_C void ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F_marshal_pinvoke(const ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F& unmarshaled, ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___ServerCommonName_0 = il2cpp_codegen_marshal_string(unmarshaled.___ServerCommonName_0);
|
|
marshaled.___ClientCertificate_1 = il2cpp_codegen_marshal_string(unmarshaled.___ClientCertificate_1);
|
|
}
|
|
IL2CPP_EXTERN_C void ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F_marshal_pinvoke_back(const ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F_marshaled_pinvoke& marshaled, ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F& unmarshaled)
|
|
{
|
|
unmarshaled.___ServerCommonName_0 = il2cpp_codegen_marshal_string_result(marshaled.___ServerCommonName_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___ServerCommonName_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___ServerCommonName_0));
|
|
unmarshaled.___ClientCertificate_1 = il2cpp_codegen_marshal_string_result(marshaled.___ClientCertificate_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___ClientCertificate_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___ClientCertificate_1));
|
|
}
|
|
// Conversion method for clean up from marshalling of: Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ClientSecrets
|
|
IL2CPP_EXTERN_C void ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F_marshal_pinvoke_cleanup(ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___ServerCommonName_0);
|
|
marshaled.___ServerCommonName_0 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___ClientCertificate_1);
|
|
marshaled.___ClientCertificate_1 = NULL;
|
|
}
|
|
// Conversion methods for marshalling of: Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ClientSecrets
|
|
IL2CPP_EXTERN_C void ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F_marshal_com(const ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F& unmarshaled, ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___ServerCommonName_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___ServerCommonName_0);
|
|
marshaled.___ClientCertificate_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___ClientCertificate_1);
|
|
}
|
|
IL2CPP_EXTERN_C void ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F_marshal_com_back(const ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F_marshaled_com& marshaled, ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F& unmarshaled)
|
|
{
|
|
unmarshaled.___ServerCommonName_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___ServerCommonName_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___ServerCommonName_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___ServerCommonName_0));
|
|
unmarshaled.___ClientCertificate_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___ClientCertificate_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___ClientCertificate_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___ClientCertificate_1));
|
|
}
|
|
// Conversion method for clean up from marshalling of: Unity.Netcode.Transports.UTP.SecretsLoaderHelper/ClientSecrets
|
|
IL2CPP_EXTERN_C void ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F_marshal_com_cleanup(ClientSecrets_tCF0BB7296D9793A68810A4E62C4F0EAE3445D80F_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___ServerCommonName_0);
|
|
marshaled.___ServerCommonName_0 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___ClientCertificate_1);
|
|
marshaled.___ClientCertificate_1 = NULL;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String Unity.Netcode.Transports.UTP.ErrorUtilities::ErrorToString(Unity.Networking.Transport.Error.StatusCode,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ErrorUtilities_ErrorToString_m4343A44389AFF8060D72162538C2BCC1652C92E8 (int32_t ___0_error, uint64_t ___1_connectionId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return ErrorToString((int)error, connectionId);
|
|
int32_t L_0 = ___0_error;
|
|
uint64_t L_1 = ___1_connectionId;
|
|
il2cpp_codegen_runtime_class_init_inline(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
String_t* L_2;
|
|
L_2 = ErrorUtilities_ErrorToString_mBC73277A2AF455EC019CF36B522C084F411DA3C3(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String Unity.Netcode.Transports.UTP.ErrorUtilities::ErrorToString(System.Int32,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ErrorUtilities_ErrorToString_mBC73277A2AF455EC019CF36B522C084F411DA3C3 (int32_t ___0_error, uint64_t ___1_connectionId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return ErrorToFixedString(error, connectionId).ToString();
|
|
int32_t L_0 = ___0_error;
|
|
uint64_t L_1 = ___1_connectionId;
|
|
il2cpp_codegen_runtime_class_init_inline(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_2;
|
|
L_2 = ErrorUtilities_ErrorToFixedString_mC86BD2B14A72FAD11ABF8F1F7A0EF99AC45DFF3B(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
String_t* L_3;
|
|
L_3 = FixedString128Bytes_ToString_m1CD5B095D5A80759EF2E7F60AA95921369958A29((&V_0), NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Unity.Collections.FixedString128Bytes Unity.Netcode.Transports.UTP.ErrorUtilities::ErrorToFixedString(System.Int32,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 ErrorUtilities_ErrorToFixedString_mC86BD2B14A72FAD11ABF8F1F7A0EF99AC45DFF3B (int32_t ___0_error, uint64_t ___1_connectionId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9147515337D6D3658C1F571703F60A99E6815FBA);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// switch ((Networking.Transport.Error.StatusCode)error)
|
|
int32_t L_0 = ___0_error;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, ((int32_t)-5))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// return k_NetworkSuccess;
|
|
il2cpp_codegen_runtime_class_init_inline(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_2 = ((ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_StaticFields*)il2cpp_codegen_static_fields_for(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var))->___k_NetworkSuccess_0;
|
|
return L_2;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// return FixedString.Format(k_NetworkIdMismatch, connectionId);
|
|
il2cpp_codegen_runtime_class_init_inline(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_3 = ((ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_StaticFields*)il2cpp_codegen_static_fields_for(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var))->___k_NetworkIdMismatch_1;
|
|
uint64_t L_4 = ___1_connectionId;
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_5;
|
|
L_5 = FixedString_Format_m68D81C29724F640A5261464C671E96EB92AAA4B0(L_3, ((float)((double)(uint64_t)L_4)), NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// return FixedString.Format(k_NetworkVersionMismatch, connectionId);
|
|
il2cpp_codegen_runtime_class_init_inline(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_6 = ((ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_StaticFields*)il2cpp_codegen_static_fields_for(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var))->___k_NetworkVersionMismatch_2;
|
|
uint64_t L_7 = ___1_connectionId;
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_8;
|
|
L_8 = FixedString_Format_m68D81C29724F640A5261464C671E96EB92AAA4B0(L_6, ((float)((double)(uint64_t)L_7)), NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// return FixedString.Format(k_NetworkStateMismatch, connectionId);
|
|
il2cpp_codegen_runtime_class_init_inline(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_9 = ((ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_StaticFields*)il2cpp_codegen_static_fields_for(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var))->___k_NetworkStateMismatch_3;
|
|
uint64_t L_10 = ___1_connectionId;
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_11;
|
|
L_11 = FixedString_Format_m68D81C29724F640A5261464C671E96EB92AAA4B0(L_9, ((float)((double)(uint64_t)L_10)), NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// return k_NetworkPacketOverflow;
|
|
il2cpp_codegen_runtime_class_init_inline(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_12 = ((ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_StaticFields*)il2cpp_codegen_static_fields_for(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var))->___k_NetworkPacketOverflow_4;
|
|
return L_12;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
// return k_NetworkSendQueueFull;
|
|
il2cpp_codegen_runtime_class_init_inline(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_13 = ((ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_StaticFields*)il2cpp_codegen_static_fields_for(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var))->___k_NetworkSendQueueFull_5;
|
|
return L_13;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// return FixedString.Format("Unknown error code {0}.", error);
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_14;
|
|
L_14 = FixedString128Bytes_op_Implicit_mC1EF3D019A34577624853F21B956303E569C116E(_stringLiteral9147515337D6D3658C1F571703F60A99E6815FBA, NULL);
|
|
int32_t L_15 = ___0_error;
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_16;
|
|
L_16 = FixedString_Format_m6F108E2AF8178697C27234FF8AA515F32B77F4AF(L_14, L_15, NULL);
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.ErrorUtilities::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorUtilities__cctor_mA6485BA336C64BAA165501FF0FACD6612C877366 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19E695215E8746B92A73A3DC5BC42B039244F6CA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21485A24450AF24EBB33C80E94F925D7B879E91F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6477FB0CBF4E978465F5CB8C51161A34304B3890);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8611D3B69B0B715A192FABBEFCCAD48DB5074B46);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA19DFA80D01AE3F3CE45DD710605443066726F4F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF228735828A21EB536BD7D1B8582E1A731D46466);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private static readonly FixedString128Bytes k_NetworkSuccess = "Success";
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_0;
|
|
L_0 = FixedString128Bytes_op_Implicit_mC1EF3D019A34577624853F21B956303E569C116E(_stringLiteral6477FB0CBF4E978465F5CB8C51161A34304B3890, NULL);
|
|
((ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_StaticFields*)il2cpp_codegen_static_fields_for(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var))->___k_NetworkSuccess_0 = L_0;
|
|
// private static readonly FixedString128Bytes k_NetworkIdMismatch = "Invalid connection ID {0}.";
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_1;
|
|
L_1 = FixedString128Bytes_op_Implicit_mC1EF3D019A34577624853F21B956303E569C116E(_stringLiteralF228735828A21EB536BD7D1B8582E1A731D46466, NULL);
|
|
((ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_StaticFields*)il2cpp_codegen_static_fields_for(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var))->___k_NetworkIdMismatch_1 = L_1;
|
|
// private static readonly FixedString128Bytes k_NetworkVersionMismatch = "Connection ID is invalid. Likely caused by sending on stale connection {0}.";
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_2;
|
|
L_2 = FixedString128Bytes_op_Implicit_mC1EF3D019A34577624853F21B956303E569C116E(_stringLiteral19E695215E8746B92A73A3DC5BC42B039244F6CA, NULL);
|
|
((ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_StaticFields*)il2cpp_codegen_static_fields_for(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var))->___k_NetworkVersionMismatch_2 = L_2;
|
|
// private static readonly FixedString128Bytes k_NetworkStateMismatch = "Connection state is invalid. Likely caused by sending on connection {0} which is stale or still connecting.";
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_3;
|
|
L_3 = FixedString128Bytes_op_Implicit_mC1EF3D019A34577624853F21B956303E569C116E(_stringLiteral8611D3B69B0B715A192FABBEFCCAD48DB5074B46, NULL);
|
|
((ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_StaticFields*)il2cpp_codegen_static_fields_for(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var))->___k_NetworkStateMismatch_3 = L_3;
|
|
// private static readonly FixedString128Bytes k_NetworkPacketOverflow = "Packet is too large to be allocated by the transport.";
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_4;
|
|
L_4 = FixedString128Bytes_op_Implicit_mC1EF3D019A34577624853F21B956303E569C116E(_stringLiteralA19DFA80D01AE3F3CE45DD710605443066726F4F, NULL);
|
|
((ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_StaticFields*)il2cpp_codegen_static_fields_for(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var))->___k_NetworkPacketOverflow_4 = L_4;
|
|
// private static readonly FixedString128Bytes k_NetworkSendQueueFull = "Unable to queue packet in the transport. Likely caused by send queue size ('Max Send Queue Size') being too small.";
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_5;
|
|
L_5 = FixedString128Bytes_op_Implicit_mC1EF3D019A34577624853F21B956303E569C116E(_stringLiteral21485A24450AF24EBB33C80E94F925D7B879E91F, NULL);
|
|
((ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_StaticFields*)il2cpp_codegen_static_fields_for(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var))->___k_NetworkSendQueueFull_5 = L_5;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Unity.Netcode.Transports.UTP.INetworkStreamDriverConstructor Unity.Netcode.Transports.UTP.UnityTransport::get_DriverConstructor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityTransport_get_DriverConstructor_m87F5F253CC96D0739B5C93BE84A65A8851748461 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* G_B2_0 = NULL;
|
|
RuntimeObject* G_B1_0 = NULL;
|
|
{
|
|
// public INetworkStreamDriverConstructor DriverConstructor => s_DriverConstructor ?? this;
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_0 = ((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___s_DriverConstructor_11;
|
|
RuntimeObject* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
G_B2_0 = ((RuntimeObject*)(__this));
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
return G_B2_0;
|
|
}
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::get_MaxPacketQueueSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTransport_get_MaxPacketQueueSize_mC13CE2EBBF0F7C51ABA961E6AB376FB8C8C7DFF5 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_MaxPacketQueueSize;
|
|
int32_t L_0 = __this->___m_MaxPacketQueueSize_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::set_MaxPacketQueueSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_set_MaxPacketQueueSize_m9F9FC2E296E7D5207E4C8C1F6AC178C737925C5B (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_MaxPacketQueueSize = value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_MaxPacketQueueSize_13 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::get_MaxPayloadSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTransport_get_MaxPayloadSize_m0A3E0523AE7DED468B470B268DBBFCBADD44FC77 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_MaxPayloadSize;
|
|
int32_t L_0 = __this->___m_MaxPayloadSize_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::set_MaxPayloadSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_set_MaxPayloadSize_mB8DAA286A18CBB7BB6C106F2473C23E8F47C4410 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_MaxPayloadSize = value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_MaxPayloadSize_14 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::get_MaxSendQueueSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTransport_get_MaxSendQueueSize_m94386ECF24A4CAD01D45992C5847073C7BB32426 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_MaxSendQueueSize;
|
|
int32_t L_0 = __this->___m_MaxSendQueueSize_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::set_MaxSendQueueSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_set_MaxSendQueueSize_m36EA903E2E61AD19A6811E3C0272DF22ABA569DC (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_MaxSendQueueSize = value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_MaxSendQueueSize_15 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::get_HeartbeatTimeoutMS()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTransport_get_HeartbeatTimeoutMS_m6308B229D855B51E09EF35C9316AC01040B3A95D (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_HeartbeatTimeoutMS;
|
|
int32_t L_0 = __this->___m_HeartbeatTimeoutMS_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::set_HeartbeatTimeoutMS(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_set_HeartbeatTimeoutMS_m7320D864F3AB6CC0B9A1976E6E2E0F2E41F22D0F (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_HeartbeatTimeoutMS = value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_HeartbeatTimeoutMS_16 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::get_ConnectTimeoutMS()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTransport_get_ConnectTimeoutMS_m4C9FDA5A88F2CF8E257E57D847993EA53485077E (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_ConnectTimeoutMS;
|
|
int32_t L_0 = __this->___m_ConnectTimeoutMS_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::set_ConnectTimeoutMS(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_set_ConnectTimeoutMS_mA22CAB7EB21E092F550378931530C73B312007F0 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_ConnectTimeoutMS = value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_ConnectTimeoutMS_17 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::get_MaxConnectAttempts()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTransport_get_MaxConnectAttempts_mE7B28453B6028FC4F9BF60E8C90B8D1B3B2DBC2F (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_MaxConnectAttempts;
|
|
int32_t L_0 = __this->___m_MaxConnectAttempts_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::set_MaxConnectAttempts(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_set_MaxConnectAttempts_mAC9DF28461C83520F1B109C3466C1ACFA52AE3F5 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_MaxConnectAttempts = value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_MaxConnectAttempts_18 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::get_DisconnectTimeoutMS()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTransport_get_DisconnectTimeoutMS_mC58096ACB706C41555B365BD77A65021AAD3C486 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_DisconnectTimeoutMS;
|
|
int32_t L_0 = __this->___m_DisconnectTimeoutMS_19;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::set_DisconnectTimeoutMS(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_set_DisconnectTimeoutMS_m7408E6D445D8197BE24F9FD57FA5815C2D225ED5 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_DisconnectTimeoutMS = value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_DisconnectTimeoutMS_19 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Nullable`1<System.UInt32> Unity.Netcode.Transports.UTP.UnityTransport::get_DebugSimulatorRandomSeed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099 UnityTransport_get_DebugSimulatorRandomSeed_m4C482F701019EFFA6017A5FAE91F2458BEF684FE (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal uint? DebugSimulatorRandomSeed { get; set; } = null;
|
|
Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099 L_0 = __this->___U3CDebugSimulatorRandomSeedU3Ek__BackingField_22;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::set_DebugSimulatorRandomSeed(System.Nullable`1<System.UInt32>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_set_DebugSimulatorRandomSeed_mAEF0C85E1B5CF6DF22484977AC4F28DD3BE2509E (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal uint? DebugSimulatorRandomSeed { get; set; } = null;
|
|
Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099 L_0 = ___0_value;
|
|
__this->___U3CDebugSimulatorRandomSeedU3Ek__BackingField_22 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::add_TransportInitialized(System.Action`2<System.Int32,Unity.Networking.Transport.NetworkDriver>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_add_TransportInitialized_m1D6A6DC9236B0F12093B10F3A044D4CCFE41C808 (Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* V_0 = NULL;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* V_1 = NULL;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* V_2 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_0 = ((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___TransportInitialized_23;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_2 = V_1;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603*)Castclass((RuntimeObject*)L_4, Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603_il2cpp_TypeInfo_var));
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_5 = V_2;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_6 = V_1;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_7;
|
|
L_7 = InterlockedCompareExchangeImpl<Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603*>((&((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___TransportInitialized_23), L_5, L_6);
|
|
V_0 = L_7;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_8 = V_0;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_9 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603*)L_8) == ((RuntimeObject*)(Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603*)L_9))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::remove_TransportInitialized(System.Action`2<System.Int32,Unity.Networking.Transport.NetworkDriver>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_remove_TransportInitialized_mA9097C55FB17D221BA959457DEA2E03C32835FD5 (Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* V_0 = NULL;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* V_1 = NULL;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* V_2 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_0 = ((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___TransportInitialized_23;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_2 = V_1;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603*)Castclass((RuntimeObject*)L_4, Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603_il2cpp_TypeInfo_var));
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_5 = V_2;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_6 = V_1;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_7;
|
|
L_7 = InterlockedCompareExchangeImpl<Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603*>((&((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___TransportInitialized_23), L_5, L_6);
|
|
V_0 = L_7;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_8 = V_0;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_9 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603*)L_8) == ((RuntimeObject*)(Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603*)L_9))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::add_TransportDisposed(System.Action`1<System.Int32>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_add_TransportDisposed_mFAC9F26B8F671544A590A518D103D17D6198668A (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* V_0 = NULL;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* V_1 = NULL;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* V_2 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_0 = ((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___TransportDisposed_24;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_2 = V_1;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*)Castclass((RuntimeObject*)L_4, Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404_il2cpp_TypeInfo_var));
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_5 = V_2;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_6 = V_1;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_7;
|
|
L_7 = InterlockedCompareExchangeImpl<Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*>((&((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___TransportDisposed_24), L_5, L_6);
|
|
V_0 = L_7;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_8 = V_0;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_9 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*)L_8) == ((RuntimeObject*)(Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*)L_9))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::remove_TransportDisposed(System.Action`1<System.Int32>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_remove_TransportDisposed_mF3F41C8A345D5BD55A8B370119DD047FD3518649 (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* V_0 = NULL;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* V_1 = NULL;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* V_2 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_0 = ((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___TransportDisposed_24;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_2 = V_1;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*)Castclass((RuntimeObject*)L_4, Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404_il2cpp_TypeInfo_var));
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_5 = V_2;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_6 = V_1;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_7;
|
|
L_7 = InterlockedCompareExchangeImpl<Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*>((&((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___TransportDisposed_24), L_5, L_6);
|
|
V_0 = L_7;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_8 = V_0;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_9 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*)L_8) == ((RuntimeObject*)(Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*)L_9))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Unity.Networking.Transport.NetworkDriver Unity.Netcode.Transports.UTP.UnityTransport::get_NetworkDriver()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 UnityTransport_get_NetworkDriver_m47D16CBF8A15BF7D86BFC276040B31046E38926D (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal NetworkDriver NetworkDriver => m_Driver;
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 L_0 = __this->___m_Driver_27;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.UInt64 Unity.Netcode.Transports.UTP.UnityTransport::get_ServerClientId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UnityTransport_get_ServerClientId_mCC6EA60FC2E9D11A04BB6F09A72C21BAD7782F65 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public override ulong ServerClientId => m_ServerClientId;
|
|
uint64_t L_0 = __this->___m_ServerClientId_29;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Unity.Netcode.Transports.UTP.UnityTransport/ProtocolType Unity.Netcode.Transports.UTP.UnityTransport::get_Protocol()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTransport_get_Protocol_mDC856C9295082D44BAD5585C803BC66716C8CBCD (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ProtocolType Protocol => m_ProtocolType;
|
|
int32_t L_0 = __this->___m_ProtocolType_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::InitDriver()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_InitDriver_mB509E02E33E60F36C30B2DDAB377866ABEA22DEA (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INetworkStreamDriverConstructor_t18108EFD3B50331C2FC8D5A90A48A345B33991EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* G_B2_0 = NULL;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* G_B1_0 = NULL;
|
|
{
|
|
// DriverConstructor.CreateDriver(
|
|
// this,
|
|
// out m_Driver,
|
|
// out m_UnreliableFragmentedPipeline,
|
|
// out m_UnreliableSequencedFragmentedPipeline,
|
|
// out m_ReliableSequencedPipeline);
|
|
RuntimeObject* L_0;
|
|
L_0 = UnityTransport_get_DriverConstructor_m87F5F253CC96D0739B5C93BE84A65A8851748461(__this, NULL);
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_1 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* L_2 = (NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69*)(&__this->___m_UnreliableFragmentedPipeline_30);
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* L_3 = (NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69*)(&__this->___m_UnreliableSequencedFragmentedPipeline_31);
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* L_4 = (NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69*)(&__this->___m_ReliableSequencedPipeline_32);
|
|
NullCheck(L_0);
|
|
InterfaceActionInvoker5< UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4*, NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69*, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69*, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* >::Invoke(0 /* System.Void Unity.Netcode.Transports.UTP.INetworkStreamDriverConstructor::CreateDriver(Unity.Netcode.Transports.UTP.UnityTransport,Unity.Networking.Transport.NetworkDriver&,Unity.Networking.Transport.NetworkPipeline&,Unity.Networking.Transport.NetworkPipeline&,Unity.Networking.Transport.NetworkPipeline&) */, INetworkStreamDriverConstructor_t18108EFD3B50331C2FC8D5A90A48A345B33991EA_il2cpp_TypeInfo_var, L_0, __this, L_1, L_2, L_3, L_4);
|
|
// TransportInitialized?.Invoke(GetInstanceID(), NetworkDriver);
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_5 = ((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___TransportInitialized_23;
|
|
Action_2_tAE8A107BF234FA7C2417606ABD3072F6728F8603* L_6 = L_5;
|
|
G_B1_0 = L_6;
|
|
if (L_6)
|
|
{
|
|
G_B2_0 = L_6;
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
int32_t L_7;
|
|
L_7 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(__this, NULL);
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 L_8;
|
|
L_8 = UnityTransport_get_NetworkDriver_m47D16CBF8A15BF7D86BFC276040B31046E38926D_inline(__this, NULL);
|
|
NullCheck(G_B2_0);
|
|
Action_2_Invoke_mD7C393AE045EF225975A8BF6B27887913C28A829_inline(G_B2_0, L_7, L_8, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::DisposeInternals()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_DisposeInternals_mF5FB50D48F59B47C7FD498535BCE4A6933874303 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m5050A8ED598E870BB3A292F60CA8F125B0AA6A80_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m26BDE98ADDE2424456D95202ABA0BAA1D30E079B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m52C4A26A0A38F9BB56472580045AFD70BEEEC6AE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m62407660FD405CD79B4C3DE43D8D0CC99E4A530B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m33D28F03A09CA0F36EACEBC301F4F41BEBDB3A4D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_m3DED007ABC7D6210DF9239B5958ED9A64AD1733D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t78A82A05AC2820BE318F9F3DAD0F9B1802CB97FB V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* G_B10_0 = NULL;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* G_B9_0 = NULL;
|
|
{
|
|
// if (m_Driver.IsCreated)
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_0 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = NetworkDriver_get_IsCreated_m006F28C4A90B06A10CD0A09865C6F66C95B6142D(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// m_Driver.Dispose();
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_2 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
NetworkDriver_Dispose_m2B995E03ECC8DE8FFAD368C217B6D6B47367E28D(L_2, NULL);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// m_NetworkSettings.Dispose();
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_3 = (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0*)(&__this->___m_NetworkSettings_28);
|
|
NetworkSettings_Dispose_m2D73A6555834E52D4631863324D4FA79F1B696FD(L_3, NULL);
|
|
// foreach (var queue in m_SendQueue.Values)
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* L_4 = __this->___m_SendQueue_36;
|
|
NullCheck(L_4);
|
|
ValueCollection_t3AB61A931E9B85D29A0A11FA6952A3775A93944D* L_5;
|
|
L_5 = Dictionary_2_get_Values_m26BDE98ADDE2424456D95202ABA0BAA1D30E079B(L_4, Dictionary_2_get_Values_m26BDE98ADDE2424456D95202ABA0BAA1D30E079B_RuntimeMethod_var);
|
|
NullCheck(L_5);
|
|
Enumerator_t78A82A05AC2820BE318F9F3DAD0F9B1802CB97FB L_6;
|
|
L_6 = ValueCollection_GetEnumerator_m3DED007ABC7D6210DF9239B5958ED9A64AD1733D(L_5, ValueCollection_GetEnumerator_m3DED007ABC7D6210DF9239B5958ED9A64AD1733D_RuntimeMethod_var);
|
|
V_0 = L_6;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0050:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m52C4A26A0A38F9BB56472580045AFD70BEEEC6AE((&V_0), Enumerator_Dispose_m52C4A26A0A38F9BB56472580045AFD70BEEEC6AE_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0045_1;
|
|
}
|
|
|
|
IL_0036_1:
|
|
{
|
|
// foreach (var queue in m_SendQueue.Values)
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 L_7;
|
|
L_7 = Enumerator_get_Current_m33D28F03A09CA0F36EACEBC301F4F41BEBDB3A4D_inline((&V_0), Enumerator_get_Current_m33D28F03A09CA0F36EACEBC301F4F41BEBDB3A4D_RuntimeMethod_var);
|
|
V_1 = L_7;
|
|
// queue.Dispose();
|
|
BatchedSendQueue_Dispose_mD4F40F358E16AD02B90DF571E134D2A08526CD7C((&V_1), NULL);
|
|
}
|
|
|
|
IL_0045_1:
|
|
{
|
|
// foreach (var queue in m_SendQueue.Values)
|
|
bool L_8;
|
|
L_8 = Enumerator_MoveNext_m62407660FD405CD79B4C3DE43D8D0CC99E4A530B((&V_0), Enumerator_MoveNext_m62407660FD405CD79B4C3DE43D8D0CC99E4A530B_RuntimeMethod_var);
|
|
if (L_8)
|
|
{
|
|
goto IL_0036_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// m_SendQueue.Clear();
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* L_9 = __this->___m_SendQueue_36;
|
|
NullCheck(L_9);
|
|
Dictionary_2_Clear_m5050A8ED598E870BB3A292F60CA8F125B0AA6A80(L_9, Dictionary_2_Clear_m5050A8ED598E870BB3A292F60CA8F125B0AA6A80_RuntimeMethod_var);
|
|
// TransportDisposed?.Invoke(GetInstanceID());
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_10 = ((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___TransportDisposed_24;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_11 = L_10;
|
|
G_B9_0 = L_11;
|
|
if (L_11)
|
|
{
|
|
G_B10_0 = L_11;
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
int32_t L_12;
|
|
L_12 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(__this, NULL);
|
|
NullCheck(G_B10_0);
|
|
Action_1_Invoke_mAC3C34BA1905AB5B79E483CD9BB082B7D667F703_inline(G_B10_0, L_12, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// Unity.Networking.Transport.NetworkPipeline Unity.Netcode.Transports.UTP.UnityTransport::SelectSendPipeline(Unity.Netcode.NetworkDelivery)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 UnityTransport_SelectSendPipeline_m30254C6AD763FA133356411D218D998CC9C03E91 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, int32_t ___0_delivery, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDelivery_t8AEDF5FAB32A531130149F7D6D89023D3164D6AD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A2B729244E3D5A04BA740FAA8DCEE1B8DDBA97E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CA9192249DD16DC6C6336314648F0964730DA50);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___0_delivery;
|
|
switch (L_0)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// return m_UnreliableFragmentedPipeline;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_1 = __this->___m_UnreliableFragmentedPipeline_30;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// return m_UnreliableSequencedFragmentedPipeline;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_2 = __this->___m_UnreliableSequencedFragmentedPipeline_31;
|
|
return L_2;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// return m_ReliableSequencedPipeline;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_3 = __this->___m_ReliableSequencedPipeline_32;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// Debug.LogError($"Unknown {nameof(NetworkDelivery)} value: {delivery}");
|
|
int32_t L_4 = ___0_delivery;
|
|
int32_t L_5 = L_4;
|
|
RuntimeObject* L_6 = Box(NetworkDelivery_t8AEDF5FAB32A531130149F7D6D89023D3164D6AD_il2cpp_TypeInfo_var, &L_5);
|
|
String_t* L_7;
|
|
L_7 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral0A2B729244E3D5A04BA740FAA8DCEE1B8DDBA97E, _stringLiteral9CA9192249DD16DC6C6336314648F0964730DA50, L_6, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_7, NULL);
|
|
// return NetworkPipeline.Null;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_8;
|
|
L_8 = NetworkPipeline_get_Null_m2A86DFD59FADE78775823D6AB411F3F968BBB00D(NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport::ClientBindAndConnect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTransport_ClientBindAndConnect_m314FF705C9FCF4363F289CDD4674F179E8203BDF (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16A1F44E626C6E51CC4568E9D038831D467CB052);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16AEF74423B1755030046BE7AB19FAAE3335B198);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35C06E70CFFAB6D4B1FA8BA3D4CC946B326C7AD6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83DED9A821A680A9C3EF0C38B2DEC6622C2BD121);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 G_B10_0;
|
|
memset((&G_B10_0), 0, sizeof(G_B10_0));
|
|
{
|
|
// var serverEndpoint = default(NetworkEndpoint);
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63));
|
|
// if (m_ProtocolType == ProtocolType.RelayUnityTransport)
|
|
int32_t L_0 = __this->___m_ProtocolType_12;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
// if (m_RelayServerData.Equals(default(RelayServerData)))
|
|
RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09* L_1 = (RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09*)(&__this->___m_RelayServerData_33);
|
|
il2cpp_codegen_initobj((&V_3), sizeof(RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09));
|
|
RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09 L_2 = V_3;
|
|
RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09 L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09_il2cpp_TypeInfo_var, &L_3);
|
|
Il2CppFakeBox<RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09> L_5(RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09_il2cpp_TypeInfo_var, L_1);
|
|
bool L_6;
|
|
L_6 = ValueType_Equals_mCA5344597A8055EC544855AD60A983B10E0EE67D((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)(&L_5), L_4, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError("You must call SetRelayServerData() at least once before calling StartClient.");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral16AEF74423B1755030046BE7AB19FAAE3335B198, NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// m_NetworkSettings.WithRelayParameters(ref m_RelayServerData, m_HeartbeatTimeoutMS);
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_7 = (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0*)(&__this->___m_NetworkSettings_28);
|
|
RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09* L_8 = (RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09*)(&__this->___m_RelayServerData_33);
|
|
int32_t L_9 = __this->___m_HeartbeatTimeoutMS_16;
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_10;
|
|
L_10 = RelayParameterExtensions_WithRelayParameters_m8025C21B35FAD6E160B05C727131152D372D3F0F(L_7, L_8, L_9, NULL);
|
|
// serverEndpoint = m_RelayServerData.Endpoint;
|
|
RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09* L_11 = (RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09*)(&__this->___m_RelayServerData_33);
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_12 = L_11->___Endpoint_0;
|
|
V_0 = L_12;
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// serverEndpoint = ConnectionData.ServerEndPoint;
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* L_13 = (ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865*)(&__this->___ConnectionData_20);
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_14;
|
|
L_14 = ConnectionAddressData_get_ServerEndPoint_m86FC9C426088E6F206D0D1FBE1574A0BCBF6439C(L_13, NULL);
|
|
V_0 = L_14;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// if (serverEndpoint.Family == NetworkFamily.Invalid)
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
int32_t L_15;
|
|
L_15 = NetworkEndPoint_get_Family_mD65C497E01B38CF8F1E4EB94B50A1E7E6CF5BE5E((&V_0), NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError($"Target server network address ({ConnectionData.Address}) is {nameof(NetworkFamily.Invalid)}!");
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* L_16 = (ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865*)(&__this->___ConnectionData_20);
|
|
String_t* L_17 = L_16->___Address_0;
|
|
String_t* L_18;
|
|
L_18 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral83DED9A821A680A9C3EF0C38B2DEC6622C2BD121, L_17, _stringLiteral16A1F44E626C6E51CC4568E9D038831D467CB052, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_18, NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
// InitDriver();
|
|
UnityTransport_InitDriver_mB509E02E33E60F36C30B2DDAB377866ABEA22DEA(__this, NULL);
|
|
// var bindEndpoint = serverEndpoint.Family == NetworkFamily.Ipv6 ? NetworkEndpoint.AnyIpv6 : NetworkEndpoint.AnyIpv4;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
int32_t L_19;
|
|
L_19 = NetworkEndPoint_get_Family_mD65C497E01B38CF8F1E4EB94B50A1E7E6CF5BE5E((&V_0), NULL);
|
|
if ((((int32_t)L_19) == ((int32_t)((int32_t)23))))
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_20;
|
|
L_20 = NetworkEndPoint_get_AnyIpv4_m9E44E70ACE51BA65B73BBF8217835C6669D0927D(NULL);
|
|
G_B10_0 = L_20;
|
|
goto IL_00b7;
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_21;
|
|
L_21 = NetworkEndPoint_get_AnyIpv6_mC4CE165BBEF5C10339B7CE69AF44BDBFFE84DA24(NULL);
|
|
G_B10_0 = L_21;
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
V_1 = G_B10_0;
|
|
// int result = m_Driver.Bind(bindEndpoint);
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_22 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_23 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
int32_t L_24;
|
|
L_24 = NetworkDriver_Bind_m994686C7645A1A631C8A4B74B5E508ECB062C771(L_22, L_23, NULL);
|
|
// if (result != 0)
|
|
if (!L_24)
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError("Client failed to bind");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral35C06E70CFFAB6D4B1FA8BA3D4CC946B326C7AD6, NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
// var serverConnection = m_Driver.Connect(serverEndpoint);
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_25 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_26 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_27;
|
|
L_27 = NetworkDriver_Connect_m135819C4EE07E41AE102BC66C00BE43DEB454FCE(L_25, L_26, NULL);
|
|
V_2 = L_27;
|
|
// m_ServerClientId = ParseClientId(serverConnection);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_28 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
uint64_t L_29;
|
|
L_29 = UnityTransport_ParseClientId_mD0481F6EE16C9EA9CCA32FFA624FF0B89D8E69AE(L_28, NULL);
|
|
__this->___m_ServerClientId_29 = L_29;
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport::ServerBindAndListen(Unity.Networking.Transport.NetworkEndPoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTransport_ServerBindAndListen_mB644AE979C589A568E8AB675D01CCABFAF02446F (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ___0_endPoint, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16A1F44E626C6E51CC4568E9D038831D467CB052);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5612A49B705A4FE2E8A26462FE59C5D016593F5C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6AADA7F1F15F6777EC5A389193BBBC18C07F0F4D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE8F3F50F8D6A51A29E3EBD0A31F00C86B93A7CF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (endPoint.Family == NetworkFamily.Invalid)
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
int32_t L_0;
|
|
L_0 = NetworkEndPoint_get_Family_mD65C497E01B38CF8F1E4EB94B50A1E7E6CF5BE5E((&___0_endPoint), NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError($"Network listen address ({ConnectionData.Address}) is {nameof(NetworkFamily.Invalid)}!");
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* L_1 = (ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865*)(&__this->___ConnectionData_20);
|
|
String_t* L_2 = L_1->___Address_0;
|
|
String_t* L_3;
|
|
L_3 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral6AADA7F1F15F6777EC5A389193BBBC18C07F0F4D, L_2, _stringLiteral16A1F44E626C6E51CC4568E9D038831D467CB052, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_3, NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// InitDriver();
|
|
UnityTransport_InitDriver_mB509E02E33E60F36C30B2DDAB377866ABEA22DEA(__this, NULL);
|
|
// int result = m_Driver.Bind(endPoint);
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_4 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_5 = ___0_endPoint;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
int32_t L_6;
|
|
L_6 = NetworkDriver_Bind_m994686C7645A1A631C8A4B74B5E508ECB062C771(L_4, L_5, NULL);
|
|
// if (result != 0)
|
|
if (!L_6)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError("Server failed to bind. This is usually caused by another process being bound to the same port.");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteralAE8F3F50F8D6A51A29E3EBD0A31F00C86B93A7CF, NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// result = m_Driver.Listen();
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_7 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
int32_t L_8;
|
|
L_8 = NetworkDriver_Listen_m9673394E3D802D8A4FD978682B4AFDC19B0C7020(L_7, NULL);
|
|
// if (result != 0)
|
|
if (!L_8)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError("Server failed to listen.");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral5612A49B705A4FE2E8A26462FE59C5D016593F5C, NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// m_State = State.Listening;
|
|
__this->___m_State_26 = 1;
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetProtocol(Unity.Netcode.Transports.UTP.UnityTransport/ProtocolType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetProtocol_mAE283237461395BF44FC7AF6654254F62D67A3C3 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, int32_t ___0_inProtocol, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_ProtocolType = inProtocol;
|
|
int32_t L_0 = ___0_inProtocol;
|
|
__this->___m_ProtocolType_12 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetRelayServerData(System.String,System.UInt16,System.Byte[],System.Byte[],System.Byte[],System.Byte[],System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetRelayServerData_m512E33CBD4BAF9DC1A743BDF16C55EA6B82461F0 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, String_t* ___0_ipv4Address, uint16_t ___1_port, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_allocationIdBytes, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_keyBytes, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___4_connectionDataBytes, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___5_hostConnectionDataBytes, bool ___6_isSecure, const RuntimeMethod* method)
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B2_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B1_0 = NULL;
|
|
{
|
|
// var hostConnectionData = hostConnectionDataBytes ?? connectionDataBytes;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___5_hostConnectionDataBytes;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___4_connectionDataBytes;
|
|
G_B2_0 = L_2;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
V_0 = G_B2_0;
|
|
// m_RelayServerData = new RelayServerData(ipv4Address, port, allocationIdBytes, connectionDataBytes, hostConnectionData, keyBytes, isSecure);
|
|
String_t* L_3 = ___0_ipv4Address;
|
|
uint16_t L_4 = ___1_port;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___2_allocationIdBytes;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___4_connectionDataBytes;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___3_keyBytes;
|
|
bool L_9 = ___6_isSecure;
|
|
RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
RelayServerData__ctor_m039E25DA5133BDFB0F8C29E4C721A792C7C46042((&L_10), L_3, L_4, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
|
|
__this->___m_RelayServerData_33 = L_10;
|
|
// SetProtocol(ProtocolType.RelayUnityTransport);
|
|
UnityTransport_SetProtocol_mAE283237461395BF44FC7AF6654254F62D67A3C3_inline(__this, 1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetRelayServerData(Unity.Networking.Transport.Relay.RelayServerData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetRelayServerData_m5ECB5AF89AEFCDF25BD0C7ABF37DB6731DF5C312 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09 ___0_serverData, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_RelayServerData = serverData;
|
|
RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09 L_0 = ___0_serverData;
|
|
__this->___m_RelayServerData_33 = L_0;
|
|
// SetProtocol(ProtocolType.RelayUnityTransport);
|
|
UnityTransport_SetProtocol_mAE283237461395BF44FC7AF6654254F62D67A3C3_inline(__this, 1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetHostRelayData(System.String,System.UInt16,System.Byte[],System.Byte[],System.Byte[],System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetHostRelayData_m89AD8AC44A31BF76DC1B936B31E3E89331735ACC (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, String_t* ___0_ipAddress, uint16_t ___1_port, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_allocationId, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_key, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___4_connectionData, bool ___5_isSecure, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// SetRelayServerData(ipAddress, port, allocationId, key, connectionData, null, isSecure);
|
|
String_t* L_0 = ___0_ipAddress;
|
|
uint16_t L_1 = ___1_port;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___2_allocationId;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___3_key;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___4_connectionData;
|
|
bool L_5 = ___5_isSecure;
|
|
UnityTransport_SetRelayServerData_m512E33CBD4BAF9DC1A743BDF16C55EA6B82461F0(__this, L_0, L_1, L_2, L_3, L_4, (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL, L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetClientRelayData(System.String,System.UInt16,System.Byte[],System.Byte[],System.Byte[],System.Byte[],System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetClientRelayData_m69B1257AB81304EC6727B25101ABF25169E92C82 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, String_t* ___0_ipAddress, uint16_t ___1_port, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_allocationId, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_key, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___4_connectionData, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___5_hostConnectionData, bool ___6_isSecure, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// SetRelayServerData(ipAddress, port, allocationId, key, connectionData, hostConnectionData, isSecure);
|
|
String_t* L_0 = ___0_ipAddress;
|
|
uint16_t L_1 = ___1_port;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___2_allocationId;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___3_key;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___4_connectionData;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___5_hostConnectionData;
|
|
bool L_6 = ___6_isSecure;
|
|
UnityTransport_SetRelayServerData_m512E33CBD4BAF9DC1A743BDF16C55EA6B82461F0(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetConnectionData(System.String,System.UInt16,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetConnectionData_m072363DFC264110D349C7D3F958E8464EB1B74CC (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, String_t* ___0_ipv4Address, uint16_t ___1_port, String_t* ___2_listenAddress, const RuntimeMethod* method)
|
|
{
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
String_t* G_B2_0 = NULL;
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* G_B2_1 = NULL;
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* G_B2_2 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* G_B1_1 = NULL;
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* G_B1_2 = NULL;
|
|
{
|
|
// ConnectionData = new ConnectionAddressData
|
|
// {
|
|
// Address = ipv4Address,
|
|
// Port = port,
|
|
// ServerListenAddress = listenAddress ?? ipv4Address
|
|
// };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865));
|
|
String_t* L_0 = ___0_ipv4Address;
|
|
(&V_0)->___Address_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___Address_0), (void*)L_0);
|
|
uint16_t L_1 = ___1_port;
|
|
(&V_0)->___Port_1 = L_1;
|
|
String_t* L_2 = ___2_listenAddress;
|
|
String_t* L_3 = L_2;
|
|
G_B1_0 = L_3;
|
|
G_B1_1 = (&V_0);
|
|
G_B1_2 = __this;
|
|
if (L_3)
|
|
{
|
|
G_B2_0 = L_3;
|
|
G_B2_1 = (&V_0);
|
|
G_B2_2 = __this;
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_ipv4Address;
|
|
G_B2_0 = L_4;
|
|
G_B2_1 = G_B1_1;
|
|
G_B2_2 = G_B1_2;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
G_B2_1->___ServerListenAddress_2 = G_B2_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B2_1->___ServerListenAddress_2), (void*)G_B2_0);
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865 L_5 = V_0;
|
|
NullCheck(G_B2_2);
|
|
G_B2_2->___ConnectionData_20 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&G_B2_2->___ConnectionData_20))->___Address_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&G_B2_2->___ConnectionData_20))->___ServerListenAddress_2), (void*)NULL);
|
|
#endif
|
|
// SetProtocol(ProtocolType.UnityTransport);
|
|
UnityTransport_SetProtocol_mAE283237461395BF44FC7AF6654254F62D67A3C3_inline(__this, 0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetConnectionData(Unity.Networking.Transport.NetworkEndPoint,Unity.Networking.Transport.NetworkEndPoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetConnectionData_mC635E5F6D3D308B6080633687EAF778DCB72807A (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ___0_endPoint, NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ___1_listenEndPoint, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A9746450EDAE716B0E0568BD80DF1E0892E43FB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// string serverAddress = endPoint.Address.Split(':')[0];
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
String_t* L_0;
|
|
L_0 = NetworkEndPoint_get_Address_m8CB1DFBD3F0943AF98BC707EB0F942B698EE00E5((&___0_endPoint), NULL);
|
|
NullCheck(L_0);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1;
|
|
L_1 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_0, ((int32_t)58), 0, NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2 = 0;
|
|
String_t* L_3 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
V_0 = L_3;
|
|
// string listenAddress = string.Empty;
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
V_1 = L_4;
|
|
// if (listenEndPoint != default)
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_5 = ___1_listenEndPoint;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63));
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_6 = V_2;
|
|
bool L_7;
|
|
L_7 = NetworkEndPoint_op_Inequality_m582DA760A6FE0C5119D41F5CE211A397FE07A384(L_5, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// listenAddress = listenEndPoint.Address.Split(':')[0];
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
String_t* L_8;
|
|
L_8 = NetworkEndPoint_get_Address_m8CB1DFBD3F0943AF98BC707EB0F942B698EE00E5((&___1_listenEndPoint), NULL);
|
|
NullCheck(L_8);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9;
|
|
L_9 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_8, ((int32_t)58), 0, NULL);
|
|
NullCheck(L_9);
|
|
int32_t L_10 = 0;
|
|
String_t* L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
V_1 = L_11;
|
|
// if (endPoint.Port != listenEndPoint.Port)
|
|
uint16_t L_12;
|
|
L_12 = NetworkEndPoint_get_Port_m92EFA89C28AE3EA5AF00CD0BC8DB7403897756EB((&___0_endPoint), NULL);
|
|
uint16_t L_13;
|
|
L_13 = NetworkEndPoint_get_Port_m92EFA89C28AE3EA5AF00CD0BC8DB7403897756EB((&___1_listenEndPoint), NULL);
|
|
if ((((int32_t)L_12) == ((int32_t)L_13)))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError($"Port mismatch between server and listen endpoints ({endPoint.Port} vs {listenEndPoint.Port}).");
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
uint16_t L_14;
|
|
L_14 = NetworkEndPoint_get_Port_m92EFA89C28AE3EA5AF00CD0BC8DB7403897756EB((&___0_endPoint), NULL);
|
|
uint16_t L_15 = L_14;
|
|
RuntimeObject* L_16 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_15);
|
|
uint16_t L_17;
|
|
L_17 = NetworkEndPoint_get_Port_m92EFA89C28AE3EA5AF00CD0BC8DB7403897756EB((&___1_listenEndPoint), NULL);
|
|
uint16_t L_18 = L_17;
|
|
RuntimeObject* L_19 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_18);
|
|
String_t* L_20;
|
|
L_20 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral7A9746450EDAE716B0E0568BD80DF1E0892E43FB, L_16, L_19, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_20, NULL);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// SetConnectionData(serverAddress, endPoint.Port, listenAddress);
|
|
String_t* L_21 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
uint16_t L_22;
|
|
L_22 = NetworkEndPoint_get_Port_m92EFA89C28AE3EA5AF00CD0BC8DB7403897756EB((&___0_endPoint), NULL);
|
|
String_t* L_23 = V_1;
|
|
UnityTransport_SetConnectionData_m072363DFC264110D349C7D3F958E8464EB1B74CC(__this, L_21, L_22, L_23, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetDebugSimulatorParameters(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetDebugSimulatorParameters_m5CB0CEB4B3BEB77426DE36CC9C1654B3A9E2A9D3 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, int32_t ___0_packetDelay, int32_t ___1_packetJitter, int32_t ___2_dropRate, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CBC2672C8D6CA64BE38741D0052878AD0261970);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SimulatorParameters_tC3C55F01C7027F7CBEA00FBD6828ACBBE16F3A67 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (m_Driver.IsCreated)
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_0 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = NetworkDriver_get_IsCreated_m006F28C4A90B06A10CD0A09865C6F66C95B6142D(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError("SetDebugSimulatorParameters() must be called before StartClient() or StartServer().");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral6CBC2672C8D6CA64BE38741D0052878AD0261970, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// DebugSimulator = new SimulatorParameters
|
|
// {
|
|
// PacketDelayMS = packetDelay,
|
|
// PacketJitterMS = packetJitter,
|
|
// PacketDropRate = dropRate
|
|
// };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(SimulatorParameters_tC3C55F01C7027F7CBEA00FBD6828ACBBE16F3A67));
|
|
int32_t L_2 = ___0_packetDelay;
|
|
(&V_0)->___PacketDelayMS_0 = L_2;
|
|
int32_t L_3 = ___1_packetJitter;
|
|
(&V_0)->___PacketJitterMS_1 = L_3;
|
|
int32_t L_4 = ___2_dropRate;
|
|
(&V_0)->___PacketDropRate_2 = L_4;
|
|
SimulatorParameters_tC3C55F01C7027F7CBEA00FBD6828ACBBE16F3A67 L_5 = V_0;
|
|
__this->___DebugSimulator_21 = L_5;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport::StartRelayServer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTransport_StartRelayServer_m6AABA070D1F162026424AF5D7DD02FD6C9227097 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4198AF98259608DACAA2B6A8AA1ED829824AB979);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (m_RelayServerData.Equals(default(RelayServerData)))
|
|
RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09* L_0 = (RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09*)(&__this->___m_RelayServerData_33);
|
|
il2cpp_codegen_initobj((&V_0), sizeof(RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09));
|
|
RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09 L_1 = V_0;
|
|
RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09 L_2 = L_1;
|
|
RuntimeObject* L_3 = Box(RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09_il2cpp_TypeInfo_var, &L_2);
|
|
Il2CppFakeBox<RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09> L_4(RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09_il2cpp_TypeInfo_var, L_0);
|
|
bool L_5;
|
|
L_5 = ValueType_Equals_mCA5344597A8055EC544855AD60A983B10E0EE67D((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)(&L_4), L_3, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError("You must call SetRelayServerData() at least once before calling StartServer.");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral4198AF98259608DACAA2B6A8AA1ED829824AB979, NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// m_NetworkSettings.WithRelayParameters(ref m_RelayServerData, m_HeartbeatTimeoutMS);
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_6 = (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0*)(&__this->___m_NetworkSettings_28);
|
|
RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09* L_7 = (RelayServerData_t8D74FE8A133FB1F7C1BF9C0D39C69B5A75F70F09*)(&__this->___m_RelayServerData_33);
|
|
int32_t L_8 = __this->___m_HeartbeatTimeoutMS_16;
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_9;
|
|
L_9 = RelayParameterExtensions_WithRelayParameters_m8025C21B35FAD6E160B05C727131152D372D3F0F(L_6, L_7, L_8, NULL);
|
|
// return ServerBindAndListen(NetworkEndpoint.AnyIpv4);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_10;
|
|
L_10 = NetworkEndPoint_get_AnyIpv4_m9E44E70ACE51BA65B73BBF8217835C6669D0927D(NULL);
|
|
bool L_11;
|
|
L_11 = UnityTransport_ServerBindAndListen_mB644AE979C589A568E8AB675D01CCABFAF02446F(__this, L_10, NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SendBatchedMessages(Unity.Netcode.Transports.UTP.UnityTransport/SendTarget,Unity.Netcode.Transports.UTP.BatchedSendQueue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SendBatchedMessages_m676B328E0E17B2E446769BEC8B541904CAF8C65A (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ___0_sendTarget, BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 ___1_queue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJobExtensions_Run_TisSendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_m8805B81AA5D1503F36E31919FA2D1A9ACA2D6AB0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
uint64_t V_1 = 0;
|
|
SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// if (!m_Driver.IsCreated)
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_0 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = NetworkDriver_get_IsCreated_m006F28C4A90B06A10CD0A09865C6F66C95B6142D(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var mtu = 0;
|
|
V_0 = 0;
|
|
// if (NetworkManager)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2 = __this->___NetworkManager_34;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// var ngoClientId = NetworkManager.ConnectionManager.TransportIdToClientId(sendTarget.ClientId);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_4 = __this->___NetworkManager_34;
|
|
NullCheck(L_4);
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_5 = L_4->___ConnectionManager_31;
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_6 = ___0_sendTarget;
|
|
uint64_t L_7 = L_6.___ClientId_0;
|
|
NullCheck(L_5);
|
|
uint64_t L_8;
|
|
L_8 = NetworkConnectionManager_TransportIdToClientId_m69297481202CC42996037059EC44262CFE5FB6EC_inline(L_5, L_7, NULL);
|
|
V_1 = L_8;
|
|
// mtu = NetworkManager.GetPeerMTU(ngoClientId);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_9 = __this->___NetworkManager_34;
|
|
uint64_t L_10 = V_1;
|
|
NullCheck(L_9);
|
|
int32_t L_11;
|
|
L_11 = NetworkManager_GetPeerMTU_mA11D1A02B415E751D53722A764D73E8ABB9FBD76(L_9, L_10, NULL);
|
|
V_0 = L_11;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// new SendBatchedMessagesJob
|
|
// {
|
|
// Driver = m_Driver.ToConcurrent(),
|
|
// Target = sendTarget,
|
|
// Queue = queue,
|
|
// ReliablePipeline = m_ReliableSequencedPipeline,
|
|
// MTU = mtu,
|
|
// }.Run();
|
|
il2cpp_codegen_initobj((&V_2), sizeof(SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC));
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_12 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14 L_13;
|
|
L_13 = NetworkDriver_ToConcurrent_mF20A77F70A8BAF09360A9FF010440F004A4625BA(L_12, NULL);
|
|
(&V_2)->___Driver_0 = L_13;
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_14 = ___0_sendTarget;
|
|
(&V_2)->___Target_1 = L_14;
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 L_15 = ___1_queue;
|
|
(&V_2)->___Queue_2 = L_15;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_16 = __this->___m_ReliableSequencedPipeline_32;
|
|
(&V_2)->___ReliablePipeline_3 = L_16;
|
|
int32_t L_17 = V_0;
|
|
(&V_2)->___MTU_4 = L_17;
|
|
SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC L_18 = V_2;
|
|
IJobExtensions_Run_TisSendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_m8805B81AA5D1503F36E31919FA2D1A9ACA2D6AB0(L_18, IJobExtensions_Run_TisSendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_m8805B81AA5D1503F36E31919FA2D1A9ACA2D6AB0_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport::AcceptConnection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTransport_AcceptConnection_m14AA4E2915B8E5C2E6B8643A3C103EED242A928B (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// var connection = m_Driver.Accept();
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_0 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_1;
|
|
L_1 = NetworkDriver_Accept_m3F866B13DCB636206113E97EA279160AFDA789DB(L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (connection == default)
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_2 = V_0;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4));
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_3 = V_1;
|
|
bool L_4;
|
|
L_4 = NetworkConnection_op_Equality_m14044022C0D3C1DA3CF97186FCD59D88256F8202(L_2, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// InvokeOnTransportEvent(NetcodeNetworkEvent.Connect,
|
|
// ParseClientId(connection),
|
|
// default,
|
|
// m_RealTimeProvider.RealTimeSinceStartup);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_5 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
uint64_t L_6;
|
|
L_6 = UnityTransport_ParseClientId_mD0481F6EE16C9EA9CCA32FFA624FF0B89D8E69AE(L_5, NULL);
|
|
il2cpp_codegen_initobj((&V_2), sizeof(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093));
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_7 = V_2;
|
|
RuntimeObject* L_8 = __this->___m_RealTimeProvider_35;
|
|
NullCheck(L_8);
|
|
float L_9;
|
|
L_9 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single Unity.Netcode.IRealTimeProvider::get_RealTimeSinceStartup() */, IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var, L_8);
|
|
NetworkTransport_InvokeOnTransportEvent_m56EFDDC779FB136044F3064BE9E68BF81EB9790F(__this, 1, L_6, L_7, L_9, NULL);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::ReceiveMessages(System.UInt64,Unity.Networking.Transport.NetworkPipeline,Unity.Networking.Transport.DataStreamReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_ReceiveMessages_mB3FBD7582B7E56D776F3869A236952701DC217D5 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, uint64_t ___0_clientId, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___1_pipeline, DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3 ___2_dataReader, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_op_Equality_m8DDD8A4F446528A05995B3A15AD7635E28FE244D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mD42C03F5079D71BA857313B0569975C6B8308ACF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m1F79B5C829C4A8219BEA6848A252669AD1032777_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* V_0 = NULL;
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// if (pipeline == m_ReliableSequencedPipeline)
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_0 = ___1_pipeline;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_1 = __this->___m_ReliableSequencedPipeline_32;
|
|
bool L_2;
|
|
L_2 = NetworkPipeline_op_Equality_mA9AE79BEA5C9AEEA5EBD0EA49EC22CAC387918D2(L_0, L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
// if (m_ReliableReceiveQueues.TryGetValue(clientId, out queue))
|
|
Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A* L_3 = __this->___m_ReliableReceiveQueues_37;
|
|
uint64_t L_4 = ___0_clientId;
|
|
NullCheck(L_3);
|
|
bool L_5;
|
|
L_5 = Dictionary_2_TryGetValue_mD42C03F5079D71BA857313B0569975C6B8308ACF(L_3, L_4, (&V_0), Dictionary_2_TryGetValue_mD42C03F5079D71BA857313B0569975C6B8308ACF_RuntimeMethod_var);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// queue.PushReader(dataReader);
|
|
BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* L_6 = V_0;
|
|
DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3 L_7 = ___2_dataReader;
|
|
NullCheck(L_6);
|
|
BatchedReceiveQueue_PushReader_m0E81E806C9D1FD220CF8A15189B42C36FD37ED19(L_6, L_7, NULL);
|
|
goto IL_0072;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// queue = new BatchedReceiveQueue(dataReader);
|
|
DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3 L_8 = ___2_dataReader;
|
|
BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* L_9 = (BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA*)il2cpp_codegen_object_new(BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
BatchedReceiveQueue__ctor_m965421034E74E6506EE2DE1D5EE913C6E2A55DE9(L_9, L_8, NULL);
|
|
V_0 = L_9;
|
|
// m_ReliableReceiveQueues[clientId] = queue;
|
|
Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A* L_10 = __this->___m_ReliableReceiveQueues_37;
|
|
uint64_t L_11 = ___0_clientId;
|
|
BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* L_12 = V_0;
|
|
NullCheck(L_10);
|
|
Dictionary_2_set_Item_m1F79B5C829C4A8219BEA6848A252669AD1032777(L_10, L_11, L_12, Dictionary_2_set_Item_m1F79B5C829C4A8219BEA6848A252669AD1032777_RuntimeMethod_var);
|
|
goto IL_0072;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// queue = new BatchedReceiveQueue(dataReader);
|
|
DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3 L_13 = ___2_dataReader;
|
|
BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* L_14 = (BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA*)il2cpp_codegen_object_new(BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_14);
|
|
BatchedReceiveQueue__ctor_m965421034E74E6506EE2DE1D5EE913C6E2A55DE9(L_14, L_13, NULL);
|
|
V_0 = L_14;
|
|
goto IL_0072;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// var message = queue.PopMessage();
|
|
BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_16;
|
|
L_16 = BatchedReceiveQueue_PopMessage_m20B586540098D5D1A1FD0830396FAFB62CD6E9BF(L_15, NULL);
|
|
V_1 = L_16;
|
|
// if (message == default)
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_17 = V_1;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093));
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_18 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
bool L_19;
|
|
L_19 = ArraySegment_1_op_Equality_m8DDD8A4F446528A05995B3A15AD7635E28FE244D(L_17, L_18, ArraySegment_1_op_Equality_m8DDD8A4F446528A05995B3A15AD7635E28FE244D_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
// InvokeOnTransportEvent(NetcodeNetworkEvent.Data, clientId, message, m_RealTimeProvider.RealTimeSinceStartup);
|
|
uint64_t L_20 = ___0_clientId;
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_21 = V_1;
|
|
RuntimeObject* L_22 = __this->___m_RealTimeProvider_35;
|
|
NullCheck(L_22);
|
|
float L_23;
|
|
L_23 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single Unity.Netcode.IRealTimeProvider::get_RealTimeSinceStartup() */, IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var, L_22);
|
|
NetworkTransport_InvokeOnTransportEvent_m56EFDDC779FB136044F3064BE9E68BF81EB9790F(__this, 0, L_20, L_21, L_23, NULL);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// while (!queue.IsEmpty)
|
|
BatchedReceiveQueue_tC1E18401E84CC865CA6333642F2F466ED13F01FA* L_24 = V_0;
|
|
NullCheck(L_24);
|
|
bool L_25;
|
|
L_25 = BatchedReceiveQueue_get_IsEmpty_mE6FE9C4054B69EFAB47C9842F39A16E9F1753721(L_24, NULL);
|
|
if (!L_25)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport::ProcessEvent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTransport_ProcessEvent_mDBA825C0B894F06F2C2B4A64BBDF0AA0E52FBC7A (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m157C5C355B3F70983085122641AC4E154A8A2CBC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CD98782E6D2FF48AC2FF228F3F2B3178F849DF9);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int16_t V_0 = 0;
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
uint64_t V_4 = 0;
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
{
|
|
// var eventType = m_Driver.PopEvent(out var networkConnection, out var reader, out var pipeline);
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_0 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
int16_t L_1;
|
|
L_1 = NetworkDriver_PopEvent_mE0ECB283C8178BAA9C30364C1242BABEC19B5757(L_0, (&V_1), (&V_2), (&V_3), NULL);
|
|
V_0 = L_1;
|
|
// var clientId = ParseClientId(networkConnection);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_2 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
uint64_t L_3;
|
|
L_3 = UnityTransport_ParseClientId_mD0481F6EE16C9EA9CCA32FFA624FF0B89D8E69AE(L_2, NULL);
|
|
V_4 = L_3;
|
|
int16_t L_4 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// InvokeOnTransportEvent(NetcodeNetworkEvent.Connect,
|
|
// clientId,
|
|
// default,
|
|
// m_RealTimeProvider.RealTimeSinceStartup);
|
|
uint64_t L_5 = V_4;
|
|
il2cpp_codegen_initobj((&V_5), sizeof(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093));
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_6 = V_5;
|
|
RuntimeObject* L_7 = __this->___m_RealTimeProvider_35;
|
|
NullCheck(L_7);
|
|
float L_8;
|
|
L_8 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single Unity.Netcode.IRealTimeProvider::get_RealTimeSinceStartup() */, IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var, L_7);
|
|
NetworkTransport_InvokeOnTransportEvent_m56EFDDC779FB136044F3064BE9E68BF81EB9790F(__this, 1, L_5, L_6, L_8, NULL);
|
|
// m_State = State.Connected;
|
|
__this->___m_State_26 = 2;
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// if (m_State == State.Connected)
|
|
int32_t L_9 = __this->___m_State_26;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
// m_State = State.Disconnected;
|
|
__this->___m_State_26 = 0;
|
|
// m_ServerClientId = default;
|
|
__this->___m_ServerClientId_29 = ((int64_t)0);
|
|
goto IL_008e;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
// else if (m_State == State.Disconnected)
|
|
int32_t L_10 = __this->___m_State_26;
|
|
if (L_10)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError("Failed to connect to server.");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral7CD98782E6D2FF48AC2FF228F3F2B3178F849DF9, NULL);
|
|
// m_ServerClientId = default;
|
|
__this->___m_ServerClientId_29 = ((int64_t)0);
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// m_ReliableReceiveQueues.Remove(clientId);
|
|
Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A* L_11 = __this->___m_ReliableReceiveQueues_37;
|
|
uint64_t L_12 = V_4;
|
|
NullCheck(L_11);
|
|
bool L_13;
|
|
L_13 = Dictionary_2_Remove_m157C5C355B3F70983085122641AC4E154A8A2CBC(L_11, L_12, Dictionary_2_Remove_m157C5C355B3F70983085122641AC4E154A8A2CBC_RuntimeMethod_var);
|
|
// ClearSendQueuesForClientId(clientId);
|
|
uint64_t L_14 = V_4;
|
|
UnityTransport_ClearSendQueuesForClientId_m1184B02CF88D93128579FE112BC2337E5C10BD0F(__this, L_14, NULL);
|
|
// InvokeOnTransportEvent(NetcodeNetworkEvent.Disconnect,
|
|
// clientId,
|
|
// default,
|
|
// m_RealTimeProvider.RealTimeSinceStartup);
|
|
uint64_t L_15 = V_4;
|
|
il2cpp_codegen_initobj((&V_5), sizeof(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093));
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_16 = V_5;
|
|
RuntimeObject* L_17 = __this->___m_RealTimeProvider_35;
|
|
NullCheck(L_17);
|
|
float L_18;
|
|
L_18 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single Unity.Netcode.IRealTimeProvider::get_RealTimeSinceStartup() */, IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var, L_17);
|
|
NetworkTransport_InvokeOnTransportEvent_m56EFDDC779FB136044F3064BE9E68BF81EB9790F(__this, 2, L_15, L_16, L_18, NULL);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
// ReceiveMessages(clientId, pipeline, reader);
|
|
uint64_t L_19 = V_4;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_20 = V_3;
|
|
DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3 L_21 = V_2;
|
|
UnityTransport_ReceiveMessages_mB3FBD7582B7E56D776F3869A236952701DC217D5(__this, L_19, L_20, L_21, NULL);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_Update_mBFE9366E0A3A29DADCEC7A1A8C3C3FA6C124935A (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m121C176E03C8FAF9DD3D1327B0A5A740A8DC540A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m9FB01015E439E90A10738C6134B30FC96A29F20D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mBA961C119140246EE3B77080B59C1B2158E45A94_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mA410D3A25B765A2E862298CB4901BDB78D1189EE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m021A1F603DB4FEC5A0CD6EF0D2D1B681694BEB7E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m241D85407DA71D4A8C7A5158985F82472CC4C8C5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD4B44B128888B4302BD7BE7931C43B8DB6A7EE9);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t88E97C0EC0DCA5E1994B18881637E25E4AEC96AD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
KeyValuePair_2_tD9D8D451DD3BF1ED3A1A65D8945C85F8A5C93293 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// if (m_Driver.IsCreated)
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_0 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = NetworkDriver_get_IsCreated_m006F28C4A90B06A10CD0A09865C6F66C95B6142D(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var kvp in m_SendQueue)
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* L_2 = __this->___m_SendQueue_36;
|
|
NullCheck(L_2);
|
|
Enumerator_t88E97C0EC0DCA5E1994B18881637E25E4AEC96AD L_3;
|
|
L_3 = Dictionary_2_GetEnumerator_m121C176E03C8FAF9DD3D1327B0A5A740A8DC540A(L_2, Dictionary_2_GetEnumerator_m121C176E03C8FAF9DD3D1327B0A5A740A8DC540A_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0045:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m9FB01015E439E90A10738C6134B30FC96A29F20D((&V_0), Enumerator_Dispose_m9FB01015E439E90A10738C6134B30FC96A29F20D_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_003a_1;
|
|
}
|
|
|
|
IL_001e_1:
|
|
{
|
|
// foreach (var kvp in m_SendQueue)
|
|
KeyValuePair_2_tD9D8D451DD3BF1ED3A1A65D8945C85F8A5C93293 L_4;
|
|
L_4 = Enumerator_get_Current_mA410D3A25B765A2E862298CB4901BDB78D1189EE_inline((&V_0), Enumerator_get_Current_mA410D3A25B765A2E862298CB4901BDB78D1189EE_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
// SendBatchedMessages(kvp.Key, kvp.Value);
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_5;
|
|
L_5 = KeyValuePair_2_get_Key_m021A1F603DB4FEC5A0CD6EF0D2D1B681694BEB7E_inline((&V_1), KeyValuePair_2_get_Key_m021A1F603DB4FEC5A0CD6EF0D2D1B681694BEB7E_RuntimeMethod_var);
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 L_6;
|
|
L_6 = KeyValuePair_2_get_Value_m241D85407DA71D4A8C7A5158985F82472CC4C8C5_inline((&V_1), KeyValuePair_2_get_Value_m241D85407DA71D4A8C7A5158985F82472CC4C8C5_RuntimeMethod_var);
|
|
UnityTransport_SendBatchedMessages_m676B328E0E17B2E446769BEC8B541904CAF8C65A(__this, L_5, L_6, NULL);
|
|
}
|
|
|
|
IL_003a_1:
|
|
{
|
|
// foreach (var kvp in m_SendQueue)
|
|
bool L_7;
|
|
L_7 = Enumerator_MoveNext_mBA961C119140246EE3B77080B59C1B2158E45A94((&V_0), Enumerator_MoveNext_mBA961C119140246EE3B77080B59C1B2158E45A94_RuntimeMethod_var);
|
|
if (L_7)
|
|
{
|
|
goto IL_001e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// m_Driver.ScheduleUpdate().Complete();
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_8 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_initobj((&V_2), sizeof(JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_9 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_10;
|
|
L_10 = NetworkDriver_ScheduleUpdate_mBF306FD6BA96C2D1439D9322429EDFB7FF581A14(L_8, L_9, NULL);
|
|
V_2 = L_10;
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_2), NULL);
|
|
// if (m_ProtocolType == ProtocolType.RelayUnityTransport && m_Driver.GetRelayConnectionStatus() == RelayConnectionStatus.AllocationInvalid)
|
|
int32_t L_11 = __this->___m_ProtocolType_12;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 L_12 = __this->___m_Driver_27;
|
|
int32_t L_13;
|
|
L_13 = NetworkDriverRelayExtensions_GetRelayConnectionStatus_mE2BFB1735FAA4BBD33FB3C3C8770BC30D99B2CA6(L_12, NULL);
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)2))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError("Transport failure! Relay allocation needs to be recreated, and NetworkManager restarted. " +
|
|
// "Use NetworkManager.OnTransportFailure to be notified of such events programmatically.");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteralBD4B44B128888B4302BD7BE7931C43B8DB6A7EE9, NULL);
|
|
// InvokeOnTransportEvent(NetcodeNetworkEvent.TransportFailure, 0, default, m_RealTimeProvider.RealTimeSinceStartup);
|
|
il2cpp_codegen_initobj((&V_3), sizeof(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093));
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_14 = V_3;
|
|
RuntimeObject* L_15 = __this->___m_RealTimeProvider_35;
|
|
NullCheck(L_15);
|
|
float L_16;
|
|
L_16 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single Unity.Netcode.IRealTimeProvider::get_RealTimeSinceStartup() */, IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var, L_15);
|
|
NetworkTransport_InvokeOnTransportEvent_m56EFDDC779FB136044F3064BE9E68BF81EB9790F(__this, 3, ((int64_t)0), L_14, L_16, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// while (AcceptConnection() && m_Driver.IsCreated)
|
|
bool L_17;
|
|
L_17 = UnityTransport_AcceptConnection_m14AA4E2915B8E5C2E6B8643A3C103EED242A928B(__this, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_18 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
bool L_19;
|
|
L_19 = NetworkDriver_get_IsCreated_m006F28C4A90B06A10CD0A09865C6F66C95B6142D(L_18, NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
// while (ProcessEvent() && m_Driver.IsCreated)
|
|
bool L_20;
|
|
L_20 = UnityTransport_ProcessEvent_mDBA825C0B894F06F2C2B4A64BBDF0AA0E52FBC7A(__this, NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_21 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
bool L_22;
|
|
L_22 = NetworkDriver_get_IsCreated_m006F28C4A90B06A10CD0A09865C6F66C95B6142D(L_21, NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_OnDestroy_mC173384DDD1FAFD46FC6FDFF094944243D466BE2 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// DisposeInternals();
|
|
UnityTransport_DisposeInternals_mF5FB50D48F59B47C7FD498535BCE4A6933874303(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport::ExtractRtt(Unity.Networking.Transport.NetworkConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTransport_ExtractRtt_m0FB3C110BE2C6299E93F5E059819D4187D984671 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 ___0_networkConnection, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkPipelineStageCollection_tFBDFB10FD21D1B4A4D5C2C075ED202AE88BA6C4A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReliableSequencedPipelineStage_tF426F5730ACE7F0BF084710243FE5F60DE8EA510_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
SharedContext_t575CA37AEBD0F17E8E9C83FEF60ADBF9F718A9A0* V_3 = NULL;
|
|
{
|
|
// if (m_Driver.GetConnectionState(networkConnection) != NetworkConnection.State.Connected)
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_0 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_1 = ___0_networkConnection;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
int32_t L_2;
|
|
L_2 = NetworkDriver_GetConnectionState_mFEBA599E66C6FA4677B5738EAF0BA99E52436EF9(L_0, L_1, NULL);
|
|
if ((((int32_t)L_2) == ((int32_t)2)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return 0;
|
|
return 0;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// m_Driver.GetPipelineBuffers(m_ReliableSequencedPipeline,
|
|
// #if UTP_TRANSPORT_2_0_ABOVE
|
|
// NetworkPipelineStageId.Get<ReliableSequencedPipelineStage>(),
|
|
// #else
|
|
// NetworkPipelineStageCollection.GetStageId(typeof(ReliableSequencedPipelineStage)),
|
|
// #endif
|
|
// networkConnection,
|
|
// out _,
|
|
// out _,
|
|
// out var sharedBuffer);
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_3 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_4 = __this->___m_ReliableSequencedPipeline_32;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast<intptr_t> (ReliableSequencedPipelineStage_tF426F5730ACE7F0BF084710243FE5F60DE8EA510_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_6;
|
|
L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkPipelineStageCollection_tFBDFB10FD21D1B4A4D5C2C075ED202AE88BA6C4A_il2cpp_TypeInfo_var);
|
|
NetworkPipelineStageId_tBE4FAE81AD1922E0BEEDBC611342E3B0A7B5ECCA L_7;
|
|
L_7 = NetworkPipelineStageCollection_GetStageId_m46FAF89A65BC1F183DB1894225CE89C7A39CEF20(L_6, NULL);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_8 = ___0_networkConnection;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
NetworkDriver_GetPipelineBuffers_mDFAB4A0B3F7E3A330FFC1B21D72C1E2ADF790667(L_3, L_4, L_7, L_8, (&V_1), (&V_2), (&V_0), NULL);
|
|
// var sharedContext = (ReliableUtility.SharedContext*)sharedBuffer.GetUnsafePtr();
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_9 = V_0;
|
|
void* L_10;
|
|
L_10 = NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2(L_9, NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
V_3 = (SharedContext_t575CA37AEBD0F17E8E9C83FEF60ADBF9F718A9A0*)L_10;
|
|
// return sharedContext->RttInfo.LastRtt;
|
|
SharedContext_t575CA37AEBD0F17E8E9C83FEF60ADBF9F718A9A0* L_11 = V_3;
|
|
NullCheck(L_11);
|
|
RTTInfo_tAF1A100DBA67BD0367A9ABA6928B4E574CBE5518* L_12 = (RTTInfo_tAF1A100DBA67BD0367A9ABA6928B4E574CBE5518*)(&L_11->___RttInfo_7);
|
|
int32_t L_13 = L_12->___LastRtt_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Single Unity.Netcode.Transports.UTP.UnityTransport::ExtractPacketLoss(Unity.Networking.Transport.NetworkConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float UnityTransport_ExtractPacketLoss_m1AFCF5C8A265863BDFEF469E46634030D76BC358 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 ___0_networkConnection, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkPipelineStageCollection_tFBDFB10FD21D1B4A4D5C2C075ED202AE88BA6C4A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReliableSequencedPipelineStage_tF426F5730ACE7F0BF084710243FE5F60DE8EA510_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
SharedContext_t575CA37AEBD0F17E8E9C83FEF60ADBF9F718A9A0* V_3 = NULL;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7* G_B7_0 = NULL;
|
|
PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7* G_B6_0 = NULL;
|
|
float G_B8_0 = 0.0f;
|
|
PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7* G_B8_1 = NULL;
|
|
{
|
|
// if (m_Driver.GetConnectionState(networkConnection) != NetworkConnection.State.Connected)
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_0 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_1 = ___0_networkConnection;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
int32_t L_2;
|
|
L_2 = NetworkDriver_GetConnectionState_mFEBA599E66C6FA4677B5738EAF0BA99E52436EF9(L_0, L_1, NULL);
|
|
if ((((int32_t)L_2) == ((int32_t)2)))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// return 0f;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// m_Driver.GetPipelineBuffers(m_ReliableSequencedPipeline,
|
|
// #if UTP_TRANSPORT_2_0_ABOVE
|
|
// NetworkPipelineStageId.Get<ReliableSequencedPipelineStage>(),
|
|
// #else
|
|
// NetworkPipelineStageCollection.GetStageId(typeof(ReliableSequencedPipelineStage)),
|
|
// #endif
|
|
// networkConnection,
|
|
// out _,
|
|
// out _,
|
|
// out var sharedBuffer);
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_3 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_4 = __this->___m_ReliableSequencedPipeline_32;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast<intptr_t> (ReliableSequencedPipelineStage_tF426F5730ACE7F0BF084710243FE5F60DE8EA510_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_6;
|
|
L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkPipelineStageCollection_tFBDFB10FD21D1B4A4D5C2C075ED202AE88BA6C4A_il2cpp_TypeInfo_var);
|
|
NetworkPipelineStageId_tBE4FAE81AD1922E0BEEDBC611342E3B0A7B5ECCA L_7;
|
|
L_7 = NetworkPipelineStageCollection_GetStageId_m46FAF89A65BC1F183DB1894225CE89C7A39CEF20(L_6, NULL);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_8 = ___0_networkConnection;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
NetworkDriver_GetPipelineBuffers_mDFAB4A0B3F7E3A330FFC1B21D72C1E2ADF790667(L_3, L_4, L_7, L_8, (&V_1), (&V_2), (&V_0), NULL);
|
|
// var sharedContext = (ReliableUtility.SharedContext*)sharedBuffer.GetUnsafePtr();
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_9 = V_0;
|
|
void* L_10;
|
|
L_10 = NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2(L_9, NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
V_3 = (SharedContext_t575CA37AEBD0F17E8E9C83FEF60ADBF9F718A9A0*)L_10;
|
|
// var packetReceivedDelta = (float)(sharedContext->stats.PacketsReceived - m_PacketLossCache.PacketsReceived);
|
|
SharedContext_t575CA37AEBD0F17E8E9C83FEF60ADBF9F718A9A0* L_11 = V_3;
|
|
NullCheck(L_11);
|
|
Statistics_t11CF93D4C83ABFDDFD0BBAD848B752181939A2E5* L_12 = (Statistics_t11CF93D4C83ABFDDFD0BBAD848B752181939A2E5*)(&L_11->___stats_5);
|
|
int32_t L_13 = L_12->___PacketsReceived_0;
|
|
PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7* L_14 = (PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7*)(&__this->___m_PacketLossCache_25);
|
|
int32_t L_15 = L_14->___PacketsReceived_0;
|
|
V_4 = ((float)((int32_t)il2cpp_codegen_subtract(L_13, L_15)));
|
|
// var packetDroppedDelta = (float)(sharedContext->stats.PacketsDropped - m_PacketLossCache.PacketsDropped);
|
|
SharedContext_t575CA37AEBD0F17E8E9C83FEF60ADBF9F718A9A0* L_16 = V_3;
|
|
NullCheck(L_16);
|
|
Statistics_t11CF93D4C83ABFDDFD0BBAD848B752181939A2E5* L_17 = (Statistics_t11CF93D4C83ABFDDFD0BBAD848B752181939A2E5*)(&L_16->___stats_5);
|
|
int32_t L_18 = L_17->___PacketsDropped_2;
|
|
PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7* L_19 = (PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7*)(&__this->___m_PacketLossCache_25);
|
|
int32_t L_20 = L_19->___PacketsDropped_1;
|
|
V_5 = ((float)((int32_t)il2cpp_codegen_subtract(L_18, L_20)));
|
|
// if (packetDroppedDelta == 0 && packetReceivedDelta == 0)
|
|
float L_21 = V_5;
|
|
if ((!(((float)L_21) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
float L_22 = V_4;
|
|
if ((!(((float)L_22) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
// return m_PacketLossCache.PacketLoss;
|
|
PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7* L_23 = (PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7*)(&__this->___m_PacketLossCache_25);
|
|
float L_24 = L_23->___PacketLoss_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// m_PacketLossCache.PacketsReceived = sharedContext->stats.PacketsReceived;
|
|
PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7* L_25 = (PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7*)(&__this->___m_PacketLossCache_25);
|
|
SharedContext_t575CA37AEBD0F17E8E9C83FEF60ADBF9F718A9A0* L_26 = V_3;
|
|
NullCheck(L_26);
|
|
Statistics_t11CF93D4C83ABFDDFD0BBAD848B752181939A2E5* L_27 = (Statistics_t11CF93D4C83ABFDDFD0BBAD848B752181939A2E5*)(&L_26->___stats_5);
|
|
int32_t L_28 = L_27->___PacketsReceived_0;
|
|
L_25->___PacketsReceived_0 = L_28;
|
|
// m_PacketLossCache.PacketsDropped = sharedContext->stats.PacketsDropped;
|
|
PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7* L_29 = (PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7*)(&__this->___m_PacketLossCache_25);
|
|
SharedContext_t575CA37AEBD0F17E8E9C83FEF60ADBF9F718A9A0* L_30 = V_3;
|
|
NullCheck(L_30);
|
|
Statistics_t11CF93D4C83ABFDDFD0BBAD848B752181939A2E5* L_31 = (Statistics_t11CF93D4C83ABFDDFD0BBAD848B752181939A2E5*)(&L_30->___stats_5);
|
|
int32_t L_32 = L_31->___PacketsDropped_2;
|
|
L_29->___PacketsDropped_1 = L_32;
|
|
// m_PacketLossCache.PacketLoss = packetReceivedDelta > 0 ? packetDroppedDelta / packetReceivedDelta : 0;
|
|
PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7* L_33 = (PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7*)(&__this->___m_PacketLossCache_25);
|
|
float L_34 = V_4;
|
|
G_B6_0 = L_33;
|
|
if ((((float)L_34) > ((float)(0.0f))))
|
|
{
|
|
G_B7_0 = L_33;
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
G_B8_0 = (0.0f);
|
|
G_B8_1 = G_B6_0;
|
|
goto IL_00dc;
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
float L_35 = V_5;
|
|
float L_36 = V_4;
|
|
G_B8_0 = ((float)(L_35/L_36));
|
|
G_B8_1 = G_B7_0;
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
G_B8_1->___PacketLoss_2 = G_B8_0;
|
|
// return m_PacketLossCache.PacketLoss;
|
|
PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7* L_37 = (PacketLossCache_t70FF92B1C896E15478DE602E65D74DD34AADA3D7*)(&__this->___m_PacketLossCache_25);
|
|
float L_38 = L_37->___PacketLoss_2;
|
|
return L_38;
|
|
}
|
|
}
|
|
// System.UInt64 Unity.Netcode.Transports.UTP.UnityTransport::ParseClientId(Unity.Networking.Transport.NetworkConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UnityTransport_ParseClientId_mD0481F6EE16C9EA9CCA32FFA624FF0B89D8E69AE (NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 ___0_utpConnectionId, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return *(ulong*)&utpConnectionId;
|
|
int64_t L_0 = *((int64_t*)((uintptr_t)(&___0_utpConnectionId)));
|
|
return L_0;
|
|
}
|
|
}
|
|
// Unity.Networking.Transport.NetworkConnection Unity.Netcode.Transports.UTP.UnityTransport::ParseClientId(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 UnityTransport_ParseClientId_m75436222E397B5D5BCCF778D71890A12F0E090E5 (uint64_t ___0_netcodeConnectionId, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return *(NetworkConnection*)&netcodeConnectionId;
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_0 = (*(NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4*)((uintptr_t)(&___0_netcodeConnectionId)));
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::ClearSendQueuesForClientId(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_ClearSendQueuesForClientId_m1184B02CF88D93128579FE112BC2337E5C10BD0F (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, uint64_t ___0_clientId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mAE62B9948A0CEE783F66F9E9FC85730381EC7013_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m9EACCB2FE62411809CEA75D43888AF7DBBFDD873_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m0A366303BDD0CE0ED424E22C02B38F062EB36795_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m5A75DFC69FAF26E24498822E4BF541BC7FCE1153_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6C03A1426C65803A8DBC0AFD73E392C1B4386513_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m722D0C909BE2C23A52B144C90BD4A736F2C22704_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mFC753F80A7B658E99A5F04CC9ACC52ED9DD1C4B0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m03B5BF99A84FB01095607D66EB175C807EEF2178_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m65969C1CCF64E71F406D33B69802D5AE2F509049_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_GetEnumerator_m45582D53760B8E2CB5D77ECA65A9C7B5E3FCE80A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Add_m427C263965065B94DF268C9EACBEE0496DC24B90_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m1EAC342766B62EF838C22FC2AB2D96B4354FF784_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_GetEnumerator_m0B13CCF571EFA970C5D524F2113A37B88A43EF6F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_mE639C651EB144270377F11F9F6F5D985AE431513_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeList_1_t19C42565694B875C975B0E66AD45E82CDE2EE935 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Enumerator_t5792751BB1368B27B31A13289F8E53829A2E45F4 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Enumerator_t80B573881CD54D322A01D47FD6501B91C9258327 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
{
|
|
// using var keys = new NativeList<SendTarget>(16, Allocator.Temp);
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_0;
|
|
L_0 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(2, NULL);
|
|
NativeList_1__ctor_mE639C651EB144270377F11F9F6F5D985AE431513((&V_0), ((int32_t)16), L_0, NativeList_1__ctor_mE639C651EB144270377F11F9F6F5D985AE431513_RuntimeMethod_var);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00a5:
|
|
{// begin finally (depth: 1)
|
|
NativeList_1_Dispose_m1EAC342766B62EF838C22FC2AB2D96B4354FF784((&V_0), NativeList_1_Dispose_m1EAC342766B62EF838C22FC2AB2D96B4354FF784_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
// foreach (var key in m_SendQueue.Keys)
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* L_1 = __this->___m_SendQueue_36;
|
|
NullCheck(L_1);
|
|
KeyCollection_t56099B4F564E3749A78231A91A6D5639B8D2CF0B* L_2;
|
|
L_2 = Dictionary_2_get_Keys_m0A366303BDD0CE0ED424E22C02B38F062EB36795(L_1, Dictionary_2_get_Keys_m0A366303BDD0CE0ED424E22C02B38F062EB36795_RuntimeMethod_var);
|
|
NullCheck(L_2);
|
|
Enumerator_t5792751BB1368B27B31A13289F8E53829A2E45F4 L_3;
|
|
L_3 = KeyCollection_GetEnumerator_m45582D53760B8E2CB5D77ECA65A9C7B5E3FCE80A(L_2, KeyCollection_GetEnumerator_m45582D53760B8E2CB5D77ECA65A9C7B5E3FCE80A_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0047_1:
|
|
{// begin finally (depth: 2)
|
|
Enumerator_Dispose_m5A75DFC69FAF26E24498822E4BF541BC7FCE1153((&V_1), Enumerator_Dispose_m5A75DFC69FAF26E24498822E4BF541BC7FCE1153_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
goto IL_003c_2;
|
|
}
|
|
|
|
IL_0022_2:
|
|
{
|
|
// foreach (var key in m_SendQueue.Keys)
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_4;
|
|
L_4 = Enumerator_get_Current_m65969C1CCF64E71F406D33B69802D5AE2F509049_inline((&V_1), Enumerator_get_Current_m65969C1CCF64E71F406D33B69802D5AE2F509049_RuntimeMethod_var);
|
|
V_2 = L_4;
|
|
// if (key.ClientId == clientId)
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_5 = V_2;
|
|
uint64_t L_6 = L_5.___ClientId_0;
|
|
uint64_t L_7 = ___0_clientId;
|
|
if ((!(((uint64_t)L_6) == ((uint64_t)L_7))))
|
|
{
|
|
goto IL_003c_2;
|
|
}
|
|
}
|
|
{
|
|
// keys.Add(key);
|
|
NativeList_1_Add_m427C263965065B94DF268C9EACBEE0496DC24B90((&V_0), (&V_2), NativeList_1_Add_m427C263965065B94DF268C9EACBEE0496DC24B90_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003c_2:
|
|
{
|
|
// foreach (var key in m_SendQueue.Keys)
|
|
bool L_8;
|
|
L_8 = Enumerator_MoveNext_m722D0C909BE2C23A52B144C90BD4A736F2C22704((&V_1), Enumerator_MoveNext_m722D0C909BE2C23A52B144C90BD4A736F2C22704_RuntimeMethod_var);
|
|
if (L_8)
|
|
{
|
|
goto IL_0022_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0055_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0055_1:
|
|
{
|
|
// foreach (var target in keys)
|
|
Enumerator_t80B573881CD54D322A01D47FD6501B91C9258327 L_9;
|
|
L_9 = NativeList_1_GetEnumerator_m0B13CCF571EFA970C5D524F2113A37B88A43EF6F((&V_0), NativeList_1_GetEnumerator_m0B13CCF571EFA970C5D524F2113A37B88A43EF6F_RuntimeMethod_var);
|
|
V_3 = L_9;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0097_1:
|
|
{// begin finally (depth: 2)
|
|
Enumerator_Dispose_m6C03A1426C65803A8DBC0AFD73E392C1B4386513((&V_3), Enumerator_Dispose_m6C03A1426C65803A8DBC0AFD73E392C1B4386513_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
goto IL_008c_2;
|
|
}
|
|
|
|
IL_005f_2:
|
|
{
|
|
// foreach (var target in keys)
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_10;
|
|
L_10 = Enumerator_get_Current_m03B5BF99A84FB01095607D66EB175C807EEF2178_inline((&V_3), Enumerator_get_Current_m03B5BF99A84FB01095607D66EB175C807EEF2178_RuntimeMethod_var);
|
|
V_4 = L_10;
|
|
// m_SendQueue[target].Dispose();
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* L_11 = __this->___m_SendQueue_36;
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_12 = V_4;
|
|
NullCheck(L_11);
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 L_13;
|
|
L_13 = Dictionary_2_get_Item_m9EACCB2FE62411809CEA75D43888AF7DBBFDD873(L_11, L_12, Dictionary_2_get_Item_m9EACCB2FE62411809CEA75D43888AF7DBBFDD873_RuntimeMethod_var);
|
|
V_5 = L_13;
|
|
BatchedSendQueue_Dispose_mD4F40F358E16AD02B90DF571E134D2A08526CD7C((&V_5), NULL);
|
|
// m_SendQueue.Remove(target);
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* L_14 = __this->___m_SendQueue_36;
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_15 = V_4;
|
|
NullCheck(L_14);
|
|
bool L_16;
|
|
L_16 = Dictionary_2_Remove_mAE62B9948A0CEE783F66F9E9FC85730381EC7013(L_14, L_15, Dictionary_2_Remove_mAE62B9948A0CEE783F66F9E9FC85730381EC7013_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_008c_2:
|
|
{
|
|
// foreach (var target in keys)
|
|
bool L_17;
|
|
L_17 = Enumerator_MoveNext_mFC753F80A7B658E99A5F04CC9ACC52ED9DD1C4B0_inline((&V_3), Enumerator_MoveNext_mFC753F80A7B658E99A5F04CC9ACC52ED9DD1C4B0_RuntimeMethod_var);
|
|
if (L_17)
|
|
{
|
|
goto IL_005f_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::FlushSendQueuesForClientId(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_FlushSendQueuesForClientId_mA5F9D3324BB7AFDA5FE62A99A0A8836D1C3BF7A3 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, uint64_t ___0_clientId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m121C176E03C8FAF9DD3D1327B0A5A740A8DC540A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m9FB01015E439E90A10738C6134B30FC96A29F20D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mBA961C119140246EE3B77080B59C1B2158E45A94_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mA410D3A25B765A2E862298CB4901BDB78D1189EE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m021A1F603DB4FEC5A0CD6EF0D2D1B681694BEB7E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m241D85407DA71D4A8C7A5158985F82472CC4C8C5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t88E97C0EC0DCA5E1994B18881637E25E4AEC96AD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
KeyValuePair_2_tD9D8D451DD3BF1ED3A1A65D8945C85F8A5C93293 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// foreach (var kvp in m_SendQueue)
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* L_0 = __this->___m_SendQueue_36;
|
|
NullCheck(L_0);
|
|
Enumerator_t88E97C0EC0DCA5E1994B18881637E25E4AEC96AD L_1;
|
|
L_1 = Dictionary_2_GetEnumerator_m121C176E03C8FAF9DD3D1327B0A5A740A8DC540A(L_0, Dictionary_2_GetEnumerator_m121C176E03C8FAF9DD3D1327B0A5A740A8DC540A_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0044:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m9FB01015E439E90A10738C6134B30FC96A29F20D((&V_0), Enumerator_Dispose_m9FB01015E439E90A10738C6134B30FC96A29F20D_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0039_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
// foreach (var kvp in m_SendQueue)
|
|
KeyValuePair_2_tD9D8D451DD3BF1ED3A1A65D8945C85F8A5C93293 L_2;
|
|
L_2 = Enumerator_get_Current_mA410D3A25B765A2E862298CB4901BDB78D1189EE_inline((&V_0), Enumerator_get_Current_mA410D3A25B765A2E862298CB4901BDB78D1189EE_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
// if (kvp.Key.ClientId == clientId)
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_3;
|
|
L_3 = KeyValuePair_2_get_Key_m021A1F603DB4FEC5A0CD6EF0D2D1B681694BEB7E_inline((&V_1), KeyValuePair_2_get_Key_m021A1F603DB4FEC5A0CD6EF0D2D1B681694BEB7E_RuntimeMethod_var);
|
|
uint64_t L_4 = L_3.___ClientId_0;
|
|
uint64_t L_5 = ___0_clientId;
|
|
if ((!(((uint64_t)L_4) == ((uint64_t)L_5))))
|
|
{
|
|
goto IL_0039_1;
|
|
}
|
|
}
|
|
{
|
|
// SendBatchedMessages(kvp.Key, kvp.Value);
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_6;
|
|
L_6 = KeyValuePair_2_get_Key_m021A1F603DB4FEC5A0CD6EF0D2D1B681694BEB7E_inline((&V_1), KeyValuePair_2_get_Key_m021A1F603DB4FEC5A0CD6EF0D2D1B681694BEB7E_RuntimeMethod_var);
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 L_7;
|
|
L_7 = KeyValuePair_2_get_Value_m241D85407DA71D4A8C7A5158985F82472CC4C8C5_inline((&V_1), KeyValuePair_2_get_Value_m241D85407DA71D4A8C7A5158985F82472CC4C8C5_RuntimeMethod_var);
|
|
UnityTransport_SendBatchedMessages_m676B328E0E17B2E446769BEC8B541904CAF8C65A(__this, L_6, L_7, NULL);
|
|
}
|
|
|
|
IL_0039_1:
|
|
{
|
|
// foreach (var kvp in m_SendQueue)
|
|
bool L_8;
|
|
L_8 = Enumerator_MoveNext_mBA961C119140246EE3B77080B59C1B2158E45A94((&V_0), Enumerator_MoveNext_mBA961C119140246EE3B77080B59C1B2158E45A94_RuntimeMethod_var);
|
|
if (L_8)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::DisconnectLocalClient()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_DisconnectLocalClient_mEDB43EB97106CCA76C64FF8A5BB35F6DACBF85E3 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m157C5C355B3F70983085122641AC4E154A8A2CBC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (m_State == State.Connected)
|
|
int32_t L_0 = __this->___m_State_26;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
// FlushSendQueuesForClientId(m_ServerClientId);
|
|
uint64_t L_1 = __this->___m_ServerClientId_29;
|
|
UnityTransport_FlushSendQueuesForClientId_mA5F9D3324BB7AFDA5FE62A99A0A8836D1C3BF7A3(__this, L_1, NULL);
|
|
// if (m_Driver.Disconnect(ParseClientId(m_ServerClientId)) == 0)
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_2 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
uint64_t L_3 = __this->___m_ServerClientId_29;
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_4;
|
|
L_4 = UnityTransport_ParseClientId_m75436222E397B5D5BCCF778D71890A12F0E090E5(L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
int32_t L_5;
|
|
L_5 = NetworkDriver_Disconnect_m1925090D52AEF6839A78D391892C269C2184D587(L_2, L_4, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
// m_State = State.Disconnected;
|
|
__this->___m_State_26 = 0;
|
|
// m_ReliableReceiveQueues.Remove(m_ServerClientId);
|
|
Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A* L_6 = __this->___m_ReliableReceiveQueues_37;
|
|
uint64_t L_7 = __this->___m_ServerClientId_29;
|
|
NullCheck(L_6);
|
|
bool L_8;
|
|
L_8 = Dictionary_2_Remove_m157C5C355B3F70983085122641AC4E154A8A2CBC(L_6, L_7, Dictionary_2_Remove_m157C5C355B3F70983085122641AC4E154A8A2CBC_RuntimeMethod_var);
|
|
// ClearSendQueuesForClientId(m_ServerClientId);
|
|
uint64_t L_9 = __this->___m_ServerClientId_29;
|
|
UnityTransport_ClearSendQueuesForClientId_m1184B02CF88D93128579FE112BC2337E5C10BD0F(__this, L_9, NULL);
|
|
// InvokeOnTransportEvent(NetcodeNetworkEvent.Disconnect,
|
|
// m_ServerClientId,
|
|
// default,
|
|
// m_RealTimeProvider.RealTimeSinceStartup);
|
|
uint64_t L_10 = __this->___m_ServerClientId_29;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093));
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_11 = V_0;
|
|
RuntimeObject* L_12 = __this->___m_RealTimeProvider_35;
|
|
NullCheck(L_12);
|
|
float L_13;
|
|
L_13 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single Unity.Netcode.IRealTimeProvider::get_RealTimeSinceStartup() */, IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var, L_12);
|
|
NetworkTransport_InvokeOnTransportEvent_m56EFDDC779FB136044F3064BE9E68BF81EB9790F(__this, 2, L_10, L_11, L_13, NULL);
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::DisconnectRemoteClient(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_DisconnectRemoteClient_m93C0FA95B3D27700018A57D6D5EB64036ACE26AD (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, uint64_t ___0_clientId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m157C5C355B3F70983085122641AC4E154A8A2CBC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (m_State == State.Listening)
|
|
int32_t L_0 = __this->___m_State_26;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// FlushSendQueuesForClientId(clientId);
|
|
uint64_t L_1 = ___0_clientId;
|
|
UnityTransport_FlushSendQueuesForClientId_mA5F9D3324BB7AFDA5FE62A99A0A8836D1C3BF7A3(__this, L_1, NULL);
|
|
// m_ReliableReceiveQueues.Remove(clientId);
|
|
Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A* L_2 = __this->___m_ReliableReceiveQueues_37;
|
|
uint64_t L_3 = ___0_clientId;
|
|
NullCheck(L_2);
|
|
bool L_4;
|
|
L_4 = Dictionary_2_Remove_m157C5C355B3F70983085122641AC4E154A8A2CBC(L_2, L_3, Dictionary_2_Remove_m157C5C355B3F70983085122641AC4E154A8A2CBC_RuntimeMethod_var);
|
|
// ClearSendQueuesForClientId(clientId);
|
|
uint64_t L_5 = ___0_clientId;
|
|
UnityTransport_ClearSendQueuesForClientId_m1184B02CF88D93128579FE112BC2337E5C10BD0F(__this, L_5, NULL);
|
|
// var connection = ParseClientId(clientId);
|
|
uint64_t L_6 = ___0_clientId;
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_7;
|
|
L_7 = UnityTransport_ParseClientId_m75436222E397B5D5BCCF778D71890A12F0E090E5(L_6, NULL);
|
|
V_0 = L_7;
|
|
// if (m_Driver.GetConnectionState(connection) != NetworkConnection.State.Disconnected)
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_8 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_9 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
int32_t L_10;
|
|
L_10 = NetworkDriver_GetConnectionState_mFEBA599E66C6FA4677B5738EAF0BA99E52436EF9(L_8, L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// m_Driver.Disconnect(connection);
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_11 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_12 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
int32_t L_13;
|
|
L_13 = NetworkDriver_Disconnect_m1925090D52AEF6839A78D391892C269C2184D587(L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt64 Unity.Netcode.Transports.UTP.UnityTransport::GetCurrentRtt(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UnityTransport_GetCurrentRtt_mC1B944E456E546D7925BE63E0EDBC0002DADF507 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, uint64_t ___0_clientId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (NetworkManager != null)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = __this->___NetworkManager_34;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// var transportId = NetworkManager.ConnectionManager.ClientIdToTransportId(clientId);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2 = __this->___NetworkManager_34;
|
|
NullCheck(L_2);
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_3 = L_2->___ConnectionManager_31;
|
|
uint64_t L_4 = ___0_clientId;
|
|
NullCheck(L_3);
|
|
uint64_t L_5;
|
|
L_5 = NetworkConnectionManager_ClientIdToTransportId_m1329EE63E4DBF4FC449E7EF214B6B0F00F7318E0_inline(L_3, L_4, NULL);
|
|
V_0 = L_5;
|
|
// var rtt = ExtractRtt(ParseClientId(transportId));
|
|
uint64_t L_6 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_7;
|
|
L_7 = UnityTransport_ParseClientId_m75436222E397B5D5BCCF778D71890A12F0E090E5(L_6, NULL);
|
|
int32_t L_8;
|
|
L_8 = UnityTransport_ExtractRtt_m0FB3C110BE2C6299E93F5E059819D4187D984671(__this, L_7, NULL);
|
|
V_1 = L_8;
|
|
// if (rtt > 0)
|
|
int32_t L_9 = V_1;
|
|
if ((((int32_t)L_9) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// return (ulong)rtt;
|
|
int32_t L_10 = V_1;
|
|
return ((int64_t)L_10);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// return (ulong)ExtractRtt(ParseClientId(clientId));
|
|
uint64_t L_11 = ___0_clientId;
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_12;
|
|
L_12 = UnityTransport_ParseClientId_m75436222E397B5D5BCCF778D71890A12F0E090E5(L_11, NULL);
|
|
int32_t L_13;
|
|
L_13 = UnityTransport_ExtractRtt_m0FB3C110BE2C6299E93F5E059819D4187D984671(__this, L_12, NULL);
|
|
return ((int64_t)L_13);
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::Initialize(Unity.Netcode.NetworkManager)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_Initialize_m841F9062D918F68F0DA0DD29F1F56DA221FA0E0F (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___0_networkManager, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Override_1_get_Overidden_m44CE35969015524CEF08DCA3B8FE49448A423F46_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Override_1_get_Value_mFD2533C25D01DC70CB9F05421D5622EEF19F4EC0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RealTimeProvider_tC7E3BBEBF8AE83F6368A1ACE596E6A5B13FDBC2B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject* V_1 = NULL;
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* G_B5_0 = NULL;
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* G_B4_0 = NULL;
|
|
RuntimeObject* G_B6_0 = NULL;
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* G_B6_1 = NULL;
|
|
{
|
|
// NetworkManager = networkManager;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = ___0_networkManager;
|
|
__this->___NetworkManager_34 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___NetworkManager_34), (void*)L_0);
|
|
// if (NetworkManager && NetworkManager.PortOverride.Overidden)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_1 = __this->___NetworkManager_34;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_3 = __this->___NetworkManager_34;
|
|
NullCheck(L_3);
|
|
Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6* L_4 = (Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6*)(&L_3->___PortOverride_33);
|
|
bool L_5;
|
|
L_5 = Override_1_get_Overidden_m44CE35969015524CEF08DCA3B8FE49448A423F46_inline(L_4, Override_1_get_Overidden_m44CE35969015524CEF08DCA3B8FE49448A423F46_RuntimeMethod_var);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// ConnectionData.Port = NetworkManager.PortOverride.Value;
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* L_6 = (ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865*)(&__this->___ConnectionData_20);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_7 = __this->___NetworkManager_34;
|
|
NullCheck(L_7);
|
|
Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6* L_8 = (Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6*)(&L_7->___PortOverride_33);
|
|
uint16_t L_9;
|
|
L_9 = Override_1_get_Value_mFD2533C25D01DC70CB9F05421D5622EEF19F4EC0(L_8, Override_1_get_Value_mFD2533C25D01DC70CB9F05421D5622EEF19F4EC0_RuntimeMethod_var);
|
|
L_6->___Port_1 = L_9;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// m_RealTimeProvider = NetworkManager ? NetworkManager.RealTimeProvider : new RealTimeProvider();
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_10 = __this->___NetworkManager_34;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_10, NULL);
|
|
G_B4_0 = __this;
|
|
if (L_11)
|
|
{
|
|
G_B5_0 = __this;
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
RealTimeProvider_tC7E3BBEBF8AE83F6368A1ACE596E6A5B13FDBC2B* L_12 = (RealTimeProvider_tC7E3BBEBF8AE83F6368A1ACE596E6A5B13FDBC2B*)il2cpp_codegen_object_new(RealTimeProvider_tC7E3BBEBF8AE83F6368A1ACE596E6A5B13FDBC2B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
RealTimeProvider__ctor_m4DC17BC4A594007AF7DE0657C6CE3D73112C9D7A(L_12, NULL);
|
|
V_1 = L_12;
|
|
RuntimeObject* L_13 = V_1;
|
|
G_B6_0 = L_13;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_14 = __this->___NetworkManager_34;
|
|
NullCheck(L_14);
|
|
RuntimeObject* L_15;
|
|
L_15 = NetworkManager_get_RealTimeProvider_mAF8EEDE4C46E0478801F0ABCFF5410F762FAF8BE_inline(L_14, NULL);
|
|
G_B6_0 = L_15;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
NullCheck(G_B6_1);
|
|
G_B6_1->___m_RealTimeProvider_35 = G_B6_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B6_1->___m_RealTimeProvider_35), (void*)G_B6_0);
|
|
// m_NetworkSettings = new NetworkSettings(Allocator.Persistent);
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0 L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
NetworkSettings__ctor_mA6470D24077F1464F81F521A490AAB45DF4E4EFB((&L_16), 4, /*hidden argument*/NULL);
|
|
__this->___m_NetworkSettings_28 = L_16;
|
|
// var fragmentationCapacity = m_MaxPayloadSize + BatchedSendQueue.PerMessageOverhead;
|
|
int32_t L_17 = __this->___m_MaxPayloadSize_14;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_17, 4));
|
|
// m_NetworkSettings.WithFragmentationStageParameters(payloadCapacity: fragmentationCapacity);
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_18 = (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0*)(&__this->___m_NetworkSettings_28);
|
|
int32_t L_19 = V_0;
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_20;
|
|
L_20 = FragmentationStageParameterExtensions_WithFragmentationStageParameters_m36789359AAC36AE9359B0D4851E5B3E66A570720(L_18, L_19, NULL);
|
|
// m_NetworkSettings.WithReliableStageParameters(
|
|
// windowSize: 64
|
|
// #if UTP_TRANSPORT_2_0_ABOVE
|
|
// ,
|
|
// maximumResendTime: m_ProtocolType == ProtocolType.RelayUnityTransport ? 750 : 500
|
|
// #endif
|
|
// );
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_21 = (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0*)(&__this->___m_NetworkSettings_28);
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_22;
|
|
L_22 = ReliableStageParameterExtensions_WithReliableStageParameters_mB9D05293EB3AAA38BA6CEBA63A5F9BE991BDFD5F(L_21, ((int32_t)64), NULL);
|
|
// m_NetworkSettings.WithBaselibNetworkInterfaceParameters(
|
|
// receiveQueueCapacity: m_MaxPacketQueueSize,
|
|
// sendQueueCapacity: m_MaxPacketQueueSize);
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_23 = (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0*)(&__this->___m_NetworkSettings_28);
|
|
int32_t L_24 = __this->___m_MaxPacketQueueSize_13;
|
|
int32_t L_25 = __this->___m_MaxPacketQueueSize_13;
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_26;
|
|
L_26 = BaselibNetworkParameterExtensions_WithBaselibNetworkInterfaceParameters_m7D3FB8742A79FAF55A847330FE57ADB0C10B75FD(L_23, L_24, L_25, ((int32_t)2000), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkEvent Unity.Netcode.Transports.UTP.UnityTransport::PollEvent(System.UInt64&,System.ArraySegment`1<System.Byte>&,System.Single&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTransport_PollEvent_mA28A5028DFCBFC49D690F1E3E34FC0D8A51FFC0F (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, uint64_t* ___0_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093* ___1_payload, float* ___2_receiveTime, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// clientId = default;
|
|
uint64_t* L_0 = ___0_clientId;
|
|
*((int64_t*)L_0) = (int64_t)((int64_t)0);
|
|
// payload = default;
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093* L_1 = ___1_payload;
|
|
il2cpp_codegen_initobj(L_1, sizeof(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093));
|
|
// receiveTime = default;
|
|
float* L_2 = ___2_receiveTime;
|
|
*((float*)L_2) = (float)(0.0f);
|
|
// return NetcodeNetworkEvent.Nothing;
|
|
return (int32_t)(4);
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::Send(System.UInt64,System.ArraySegment`1<System.Byte>,Unity.Netcode.NetworkDelivery)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_Send_m4475D81752A3D653C94F4C545C349F607EC23867 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, uint64_t ___0_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___1_payload, int32_t ___2_networkDelivery, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m370C175FD5C4D5E44F48B00453720BCA3F546BF4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mB93963CC52EF7BACC2DBF92A28CDBD6E79F8A007_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1812ED2F2239F62391593B71DE1096D7784E218F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BD97639EEDDEB8C0AD70322C13DC2E403EDE616);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5476B4D26F0D93405A47E7865C0C4B7FC148874);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
uint64_t V_4 = 0;
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
int32_t G_B7_0 = 0;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* G_B12_0 = NULL;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* G_B11_0 = NULL;
|
|
uint64_t G_B13_0 = 0;
|
|
{
|
|
// var pipeline = SelectSendPipeline(networkDelivery);
|
|
int32_t L_0 = ___2_networkDelivery;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_1;
|
|
L_1 = UnityTransport_SelectSendPipeline_m30254C6AD763FA133356411D218D998CC9C03E91(__this, L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (pipeline != m_ReliableSequencedPipeline && payload.Count > m_MaxPayloadSize)
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_2 = V_0;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_3 = __this->___m_ReliableSequencedPipeline_32;
|
|
bool L_4;
|
|
L_4 = NetworkPipeline_op_Inequality_m3B0595A06BF15AF50491B0B482B36B12C2683178(L_2, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
int32_t L_5;
|
|
L_5 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___1_payload), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
int32_t L_6 = __this->___m_MaxPayloadSize_14;
|
|
if ((((int32_t)L_5) <= ((int32_t)L_6)))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError($"Unreliable payload of size {payload.Count} larger than configured 'Max Payload Size' ({m_MaxPayloadSize}).");
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
int32_t L_7;
|
|
L_7 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___1_payload), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
int32_t L_8 = L_7;
|
|
RuntimeObject* L_9 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_8);
|
|
int32_t L_10 = __this->___m_MaxPayloadSize_14;
|
|
int32_t L_11 = L_10;
|
|
RuntimeObject* L_12 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_11);
|
|
String_t* L_13;
|
|
L_13 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral7BD97639EEDDEB8C0AD70322C13DC2E403EDE616, L_9, L_12, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_13, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// var sendTarget = new SendTarget(clientId, pipeline);
|
|
uint64_t L_14 = ___0_clientId;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_15 = V_0;
|
|
SendTarget__ctor_mF0E1C6C7B9CF2C58418453C22D843533E585BD41((&V_1), L_14, L_15, NULL);
|
|
// if (!m_SendQueue.TryGetValue(sendTarget, out var queue))
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* L_16 = __this->___m_SendQueue_36;
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_17 = V_1;
|
|
NullCheck(L_16);
|
|
bool L_18;
|
|
L_18 = Dictionary_2_TryGetValue_mB93963CC52EF7BACC2DBF92A28CDBD6E79F8A007(L_16, L_17, (&V_2), Dictionary_2_TryGetValue_mB93963CC52EF7BACC2DBF92A28CDBD6E79F8A007_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
// var maxCapacity = m_MaxSendQueueSize > 0 ? m_MaxSendQueueSize : m_DisconnectTimeoutMS * k_MaxReliableThroughput;
|
|
int32_t L_19 = __this->___m_MaxSendQueueSize_15;
|
|
if ((((int32_t)L_19) > ((int32_t)0)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_20 = __this->___m_DisconnectTimeoutMS_19;
|
|
G_B7_0 = ((int32_t)il2cpp_codegen_multiply(L_20, ((int32_t)5376)));
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
int32_t L_21 = __this->___m_MaxSendQueueSize_15;
|
|
G_B7_0 = L_21;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
V_3 = G_B7_0;
|
|
// queue = new BatchedSendQueue(Math.Max(maxCapacity, m_MaxPayloadSize));
|
|
int32_t L_22 = V_3;
|
|
int32_t L_23 = __this->___m_MaxPayloadSize_14;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_24;
|
|
L_24 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_22, L_23, NULL);
|
|
BatchedSendQueue__ctor_m18E80247931EBB63D59B4DD6E4979D0B3D6FCC1E((&V_2), L_24, NULL);
|
|
// m_SendQueue.Add(sendTarget, queue);
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* L_25 = __this->___m_SendQueue_36;
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_26 = V_1;
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 L_27 = V_2;
|
|
NullCheck(L_25);
|
|
Dictionary_2_Add_m370C175FD5C4D5E44F48B00453720BCA3F546BF4(L_25, L_26, L_27, Dictionary_2_Add_m370C175FD5C4D5E44F48B00453720BCA3F546BF4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
// if (!queue.PushMessage(payload))
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_28 = ___1_payload;
|
|
bool L_29;
|
|
L_29 = BatchedSendQueue_PushMessage_m4721141E1D061171E1E7105817641CD163A15CFA((&V_2), L_28, NULL);
|
|
if (L_29)
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
{
|
|
// if (pipeline == m_ReliableSequencedPipeline)
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_30 = V_0;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_31 = __this->___m_ReliableSequencedPipeline_32;
|
|
bool L_32;
|
|
L_32 = NetworkPipeline_op_Equality_mA9AE79BEA5C9AEEA5EBD0EA49EC22CAC387918D2(L_30, L_31, NULL);
|
|
if (!L_32)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
// var ngoClientId = NetworkManager?.ConnectionManager.TransportIdToClientId(clientId) ?? clientId;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_33 = __this->___NetworkManager_34;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_34 = L_33;
|
|
G_B11_0 = L_34;
|
|
if (L_34)
|
|
{
|
|
G_B12_0 = L_34;
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_35 = ___0_clientId;
|
|
G_B13_0 = L_35;
|
|
goto IL_00d9;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
NullCheck(G_B12_0);
|
|
NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* L_36 = G_B12_0->___ConnectionManager_31;
|
|
uint64_t L_37 = ___0_clientId;
|
|
NullCheck(L_36);
|
|
uint64_t L_38;
|
|
L_38 = NetworkConnectionManager_TransportIdToClientId_m69297481202CC42996037059EC44262CFE5FB6EC_inline(L_36, L_37, NULL);
|
|
G_B13_0 = L_38;
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
V_4 = G_B13_0;
|
|
// Debug.LogError($"Couldn't add payload of size {payload.Count} to reliable send queue. " +
|
|
// $"Closing connection {ngoClientId} as reliability guarantees can't be maintained.");
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
int32_t L_39;
|
|
L_39 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___1_payload), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
int32_t L_40 = L_39;
|
|
RuntimeObject* L_41 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_40);
|
|
String_t* L_42;
|
|
L_42 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral1812ED2F2239F62391593B71DE1096D7784E218F, L_41, NULL);
|
|
uint64_t L_43 = V_4;
|
|
uint64_t L_44 = L_43;
|
|
RuntimeObject* L_45 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_44);
|
|
String_t* L_46;
|
|
L_46 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralD5476B4D26F0D93405A47E7865C0C4B7FC148874, L_45, NULL);
|
|
String_t* L_47;
|
|
L_47 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_42, L_46, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_47, NULL);
|
|
// if (clientId == m_ServerClientId)
|
|
uint64_t L_48 = ___0_clientId;
|
|
uint64_t L_49 = __this->___m_ServerClientId_29;
|
|
if ((!(((uint64_t)L_48) == ((uint64_t)L_49))))
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
{
|
|
// DisconnectLocalClient();
|
|
VirtualActionInvoker0::Invoke(11 /* System.Void Unity.Netcode.NetworkTransport::DisconnectLocalClient() */, __this);
|
|
return;
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
// DisconnectRemoteClient(clientId);
|
|
uint64_t L_50 = ___0_clientId;
|
|
VirtualActionInvoker1< uint64_t >::Invoke(10 /* System.Void Unity.Netcode.NetworkTransport::DisconnectRemoteClient(System.UInt64) */, __this, L_50);
|
|
// InvokeOnTransportEvent(NetcodeNetworkEvent.Disconnect,
|
|
// clientId,
|
|
// default(ArraySegment<byte>),
|
|
// m_RealTimeProvider.RealTimeSinceStartup);
|
|
uint64_t L_51 = ___0_clientId;
|
|
il2cpp_codegen_initobj((&V_5), sizeof(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093));
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_52 = V_5;
|
|
RuntimeObject* L_53 = __this->___m_RealTimeProvider_35;
|
|
NullCheck(L_53);
|
|
float L_54;
|
|
L_54 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single Unity.Netcode.IRealTimeProvider::get_RealTimeSinceStartup() */, IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var, L_53);
|
|
NetworkTransport_InvokeOnTransportEvent_m56EFDDC779FB136044F3064BE9E68BF81EB9790F(__this, 2, L_51, L_52, L_54, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0141:
|
|
{
|
|
// m_Driver.ScheduleFlushSend(default).Complete();
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_55 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_initobj((&V_6), sizeof(JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_56 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_57;
|
|
L_57 = NetworkDriver_ScheduleFlushSend_mD70E667D237F0E074B7B41BB34458119043A0958(L_55, L_56, NULL);
|
|
V_6 = L_57;
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_6), NULL);
|
|
// SendBatchedMessages(sendTarget, queue);
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_58 = V_1;
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 L_59 = V_2;
|
|
UnityTransport_SendBatchedMessages_m676B328E0E17B2E446769BEC8B541904CAF8C65A(__this, L_58, L_59, NULL);
|
|
// queue.PushMessage(payload);
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_60 = ___1_payload;
|
|
bool L_61;
|
|
L_61 = BatchedSendQueue_PushMessage_m4721141E1D061171E1E7105817641CD163A15CFA((&V_2), L_60, NULL);
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport::StartClient()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTransport_StartClient_m4FA31F88A64822EB6A76CB2CBD014C3DCA7521C0 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool G_B5_0 = false;
|
|
bool G_B3_0 = false;
|
|
bool G_B4_0 = false;
|
|
{
|
|
// if (m_Driver.IsCreated)
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_0 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = NetworkDriver_get_IsCreated_m006F28C4A90B06A10CD0A09865C6F66C95B6142D(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// var succeeded = ClientBindAndConnect();
|
|
bool L_2;
|
|
L_2 = UnityTransport_ClientBindAndConnect_m314FF705C9FCF4363F289CDD4674F179E8203BDF(__this, NULL);
|
|
// if (!succeeded && m_Driver.IsCreated)
|
|
bool L_3 = L_2;
|
|
G_B3_0 = L_3;
|
|
if (L_3)
|
|
{
|
|
G_B5_0 = L_3;
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_4 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = NetworkDriver_get_IsCreated_m006F28C4A90B06A10CD0A09865C6F66C95B6142D(L_4, NULL);
|
|
G_B4_0 = G_B3_0;
|
|
if (!L_5)
|
|
{
|
|
G_B5_0 = G_B3_0;
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// m_Driver.Dispose();
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_6 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
NetworkDriver_Dispose_m2B995E03ECC8DE8FFAD368C217B6D6B47367E28D(L_6, NULL);
|
|
G_B5_0 = G_B4_0;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// return succeeded;
|
|
return G_B5_0;
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport::StartServer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTransport_StartServer_m5612BA7D209464F20F4C78BD33DA2E52CE1E75A3 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool G_B8_0 = false;
|
|
bool G_B6_0 = false;
|
|
bool G_B7_0 = false;
|
|
bool G_B12_0 = false;
|
|
bool G_B10_0 = false;
|
|
bool G_B11_0 = false;
|
|
{
|
|
// if (m_Driver.IsCreated)
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_0 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = NetworkDriver_get_IsCreated_m006F28C4A90B06A10CD0A09865C6F66C95B6142D(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// switch (m_ProtocolType)
|
|
int32_t L_2 = __this->___m_ProtocolType_12;
|
|
V_0 = L_2;
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)1)))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// succeeded = ServerBindAndListen(ConnectionData.ListenEndPoint);
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* L_5 = (ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865*)(&__this->___ConnectionData_20);
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_6;
|
|
L_6 = ConnectionAddressData_get_ListenEndPoint_m2B73F5C05418A012BEB4E01A6E43DC7FACBAA8D0(L_5, NULL);
|
|
bool L_7;
|
|
L_7 = UnityTransport_ServerBindAndListen_mB644AE979C589A568E8AB675D01CCABFAF02446F(__this, L_6, NULL);
|
|
// if (!succeeded && m_Driver.IsCreated)
|
|
bool L_8 = L_7;
|
|
G_B6_0 = L_8;
|
|
if (L_8)
|
|
{
|
|
G_B8_0 = L_8;
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_9 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = NetworkDriver_get_IsCreated_m006F28C4A90B06A10CD0A09865C6F66C95B6142D(L_9, NULL);
|
|
G_B7_0 = G_B6_0;
|
|
if (!L_10)
|
|
{
|
|
G_B8_0 = G_B6_0;
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
// m_Driver.Dispose();
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_11 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
NetworkDriver_Dispose_m2B995E03ECC8DE8FFAD368C217B6D6B47367E28D(L_11, NULL);
|
|
G_B8_0 = G_B7_0;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// return succeeded;
|
|
return G_B8_0;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// succeeded = StartRelayServer();
|
|
bool L_12;
|
|
L_12 = UnityTransport_StartRelayServer_m6AABA070D1F162026424AF5D7DD02FD6C9227097(__this, NULL);
|
|
// if (!succeeded && m_Driver.IsCreated)
|
|
bool L_13 = L_12;
|
|
G_B10_0 = L_13;
|
|
if (L_13)
|
|
{
|
|
G_B12_0 = L_13;
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_14 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
bool L_15;
|
|
L_15 = NetworkDriver_get_IsCreated_m006F28C4A90B06A10CD0A09865C6F66C95B6142D(L_14, NULL);
|
|
G_B11_0 = G_B10_0;
|
|
if (!L_15)
|
|
{
|
|
G_B12_0 = G_B10_0;
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// m_Driver.Dispose();
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_16 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
NetworkDriver_Dispose_m2B995E03ECC8DE8FFAD368C217B6D6B47367E28D(L_16, NULL);
|
|
G_B12_0 = G_B11_0;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// return succeeded;
|
|
return G_B12_0;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::Shutdown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_Shutdown_m1621E8704F3F914888483AB0EABDACF431E158FF (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m062CEB4C99310EDD758768644696BB43C6F8A27B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m121C176E03C8FAF9DD3D1327B0A5A740A8DC540A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m9FB01015E439E90A10738C6134B30FC96A29F20D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mBA961C119140246EE3B77080B59C1B2158E45A94_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mA410D3A25B765A2E862298CB4901BDB78D1189EE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m021A1F603DB4FEC5A0CD6EF0D2D1B681694BEB7E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m241D85407DA71D4A8C7A5158985F82472CC4C8C5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t88E97C0EC0DCA5E1994B18881637E25E4AEC96AD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
KeyValuePair_2_tD9D8D451DD3BF1ED3A1A65D8945C85F8A5C93293 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// if (m_Driver.IsCreated)
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_0 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = NetworkDriver_get_IsCreated_m006F28C4A90B06A10CD0A09865C6F66C95B6142D(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var kvp in m_SendQueue)
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* L_2 = __this->___m_SendQueue_36;
|
|
NullCheck(L_2);
|
|
Enumerator_t88E97C0EC0DCA5E1994B18881637E25E4AEC96AD L_3;
|
|
L_3 = Dictionary_2_GetEnumerator_m121C176E03C8FAF9DD3D1327B0A5A740A8DC540A(L_2, Dictionary_2_GetEnumerator_m121C176E03C8FAF9DD3D1327B0A5A740A8DC540A_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0042:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m9FB01015E439E90A10738C6134B30FC96A29F20D((&V_0), Enumerator_Dispose_m9FB01015E439E90A10738C6134B30FC96A29F20D_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0037_1;
|
|
}
|
|
|
|
IL_001b_1:
|
|
{
|
|
// foreach (var kvp in m_SendQueue)
|
|
KeyValuePair_2_tD9D8D451DD3BF1ED3A1A65D8945C85F8A5C93293 L_4;
|
|
L_4 = Enumerator_get_Current_mA410D3A25B765A2E862298CB4901BDB78D1189EE_inline((&V_0), Enumerator_get_Current_mA410D3A25B765A2E862298CB4901BDB78D1189EE_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
// SendBatchedMessages(kvp.Key, kvp.Value);
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_5;
|
|
L_5 = KeyValuePair_2_get_Key_m021A1F603DB4FEC5A0CD6EF0D2D1B681694BEB7E_inline((&V_1), KeyValuePair_2_get_Key_m021A1F603DB4FEC5A0CD6EF0D2D1B681694BEB7E_RuntimeMethod_var);
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 L_6;
|
|
L_6 = KeyValuePair_2_get_Value_m241D85407DA71D4A8C7A5158985F82472CC4C8C5_inline((&V_1), KeyValuePair_2_get_Value_m241D85407DA71D4A8C7A5158985F82472CC4C8C5_RuntimeMethod_var);
|
|
UnityTransport_SendBatchedMessages_m676B328E0E17B2E446769BEC8B541904CAF8C65A(__this, L_5, L_6, NULL);
|
|
}
|
|
|
|
IL_0037_1:
|
|
{
|
|
// foreach (var kvp in m_SendQueue)
|
|
bool L_7;
|
|
L_7 = Enumerator_MoveNext_mBA961C119140246EE3B77080B59C1B2158E45A94((&V_0), Enumerator_MoveNext_mBA961C119140246EE3B77080B59C1B2158E45A94_RuntimeMethod_var);
|
|
if (L_7)
|
|
{
|
|
goto IL_001b_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// m_Driver.ScheduleUpdate().Complete();
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_8 = (NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)(&__this->___m_Driver_27);
|
|
il2cpp_codegen_initobj((&V_2), sizeof(JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_9 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_10;
|
|
L_10 = NetworkDriver_ScheduleUpdate_mBF306FD6BA96C2D1439D9322429EDFB7FF581A14(L_8, L_9, NULL);
|
|
V_2 = L_10;
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_2), NULL);
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// DisposeInternals();
|
|
UnityTransport_DisposeInternals_mF5FB50D48F59B47C7FD498535BCE4A6933874303(__this, NULL);
|
|
// m_ReliableReceiveQueues.Clear();
|
|
Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A* L_11 = __this->___m_ReliableReceiveQueues_37;
|
|
NullCheck(L_11);
|
|
Dictionary_2_Clear_m062CEB4C99310EDD758768644696BB43C6F8A27B(L_11, Dictionary_2_Clear_m062CEB4C99310EDD758768644696BB43C6F8A27B_RuntimeMethod_var);
|
|
// m_ServerClientId = 0;
|
|
__this->___m_ServerClientId_29 = ((int64_t)0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::ConfigureSimulatorForUtp1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_ConfigureSimulatorForUtp1_mFF544D83794051D6C5FC63C364211D6A14BE01E3 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m1534AD85F2094EE7E4C958FBEE356468ED7A1B51_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mDEB82F7445A31CA12FE47E887EAE322E7ABB1B54_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B2_1 = 0;
|
|
int32_t G_B2_2 = 0;
|
|
int32_t G_B2_3 = 0;
|
|
int32_t G_B2_4 = 0;
|
|
int32_t G_B2_5 = 0;
|
|
int32_t G_B2_6 = 0;
|
|
int32_t G_B2_7 = 0;
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* G_B2_8 = NULL;
|
|
int32_t G_B1_0 = 0;
|
|
int32_t G_B1_1 = 0;
|
|
int32_t G_B1_2 = 0;
|
|
int32_t G_B1_3 = 0;
|
|
int32_t G_B1_4 = 0;
|
|
int32_t G_B1_5 = 0;
|
|
int32_t G_B1_6 = 0;
|
|
int32_t G_B1_7 = 0;
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* G_B1_8 = NULL;
|
|
uint32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
int32_t G_B3_2 = 0;
|
|
int32_t G_B3_3 = 0;
|
|
int32_t G_B3_4 = 0;
|
|
int32_t G_B3_5 = 0;
|
|
int32_t G_B3_6 = 0;
|
|
int32_t G_B3_7 = 0;
|
|
int32_t G_B3_8 = 0;
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* G_B3_9 = NULL;
|
|
{
|
|
// m_NetworkSettings.WithSimulatorStageParameters(
|
|
// maxPacketCount: 300, // TODO Is there any way to compute a better value?
|
|
// maxPacketSize: NetworkParameterConstants.MTU,
|
|
// packetDelayMs: DebugSimulator.PacketDelayMS,
|
|
// packetJitterMs: DebugSimulator.PacketJitterMS,
|
|
// packetDropPercentage: DebugSimulator.PacketDropRate,
|
|
// randomSeed: DebugSimulatorRandomSeed ?? (uint)System.Diagnostics.Stopwatch.GetTimestamp()
|
|
// );
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_0 = (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0*)(&__this->___m_NetworkSettings_28);
|
|
SimulatorParameters_tC3C55F01C7027F7CBEA00FBD6828ACBBE16F3A67* L_1 = (SimulatorParameters_tC3C55F01C7027F7CBEA00FBD6828ACBBE16F3A67*)(&__this->___DebugSimulator_21);
|
|
int32_t L_2 = L_1->___PacketDelayMS_0;
|
|
SimulatorParameters_tC3C55F01C7027F7CBEA00FBD6828ACBBE16F3A67* L_3 = (SimulatorParameters_tC3C55F01C7027F7CBEA00FBD6828ACBBE16F3A67*)(&__this->___DebugSimulator_21);
|
|
int32_t L_4 = L_3->___PacketJitterMS_1;
|
|
SimulatorParameters_tC3C55F01C7027F7CBEA00FBD6828ACBBE16F3A67* L_5 = (SimulatorParameters_tC3C55F01C7027F7CBEA00FBD6828ACBBE16F3A67*)(&__this->___DebugSimulator_21);
|
|
int32_t L_6 = L_5->___PacketDropRate_2;
|
|
Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099 L_7;
|
|
L_7 = UnityTransport_get_DebugSimulatorRandomSeed_m4C482F701019EFFA6017A5FAE91F2458BEF684FE_inline(__this, NULL);
|
|
V_0 = L_7;
|
|
bool L_8;
|
|
L_8 = Nullable_1_get_HasValue_mDEB82F7445A31CA12FE47E887EAE322E7ABB1B54_inline((&V_0), Nullable_1_get_HasValue_mDEB82F7445A31CA12FE47E887EAE322E7ABB1B54_RuntimeMethod_var);
|
|
G_B1_0 = 0;
|
|
G_B1_1 = 0;
|
|
G_B1_2 = L_6;
|
|
G_B1_3 = 0;
|
|
G_B1_4 = L_4;
|
|
G_B1_5 = L_2;
|
|
G_B1_6 = ((int32_t)1400);
|
|
G_B1_7 = ((int32_t)300);
|
|
G_B1_8 = L_0;
|
|
if (L_8)
|
|
{
|
|
G_B2_0 = 0;
|
|
G_B2_1 = 0;
|
|
G_B2_2 = L_6;
|
|
G_B2_3 = 0;
|
|
G_B2_4 = L_4;
|
|
G_B2_5 = L_2;
|
|
G_B2_6 = ((int32_t)1400);
|
|
G_B2_7 = ((int32_t)300);
|
|
G_B2_8 = L_0;
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043_il2cpp_TypeInfo_var);
|
|
int64_t L_9;
|
|
L_9 = Stopwatch_GetTimestamp_mA3BDF219C573A34751D6A792E86C825B74D2CEB7(NULL);
|
|
G_B3_0 = ((uint32_t)(((int32_t)(uint32_t)L_9)));
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
G_B3_3 = G_B1_2;
|
|
G_B3_4 = G_B1_3;
|
|
G_B3_5 = G_B1_4;
|
|
G_B3_6 = G_B1_5;
|
|
G_B3_7 = G_B1_6;
|
|
G_B3_8 = G_B1_7;
|
|
G_B3_9 = G_B1_8;
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
uint32_t L_10;
|
|
L_10 = Nullable_1_GetValueOrDefault_m1534AD85F2094EE7E4C958FBEE356468ED7A1B51_inline((&V_0), Nullable_1_GetValueOrDefault_m1534AD85F2094EE7E4C958FBEE356468ED7A1B51_RuntimeMethod_var);
|
|
G_B3_0 = L_10;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
G_B3_3 = G_B2_2;
|
|
G_B3_4 = G_B2_3;
|
|
G_B3_5 = G_B2_4;
|
|
G_B3_6 = G_B2_5;
|
|
G_B3_7 = G_B2_6;
|
|
G_B3_8 = G_B2_7;
|
|
G_B3_9 = G_B2_8;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_11;
|
|
L_11 = SimulatorStageParameterExtensions_WithSimulatorStageParameters_mC426EFA09868B412137F4DA2770D658A594E8B1B(G_B3_9, G_B3_8, G_B3_7, G_B3_6, G_B3_5, G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetServerSecrets(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetServerSecrets_m684BAAECD15C338E085AC16DB4CE73B1AA28E027 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, String_t* ___0_serverCertificate, String_t* ___1_serverPrivateKey, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_ServerPrivateKey = serverPrivateKey;
|
|
String_t* L_0 = ___1_serverPrivateKey;
|
|
__this->___m_ServerPrivateKey_38 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ServerPrivateKey_38), (void*)L_0);
|
|
// m_ServerCertificate = serverCertificate;
|
|
String_t* L_1 = ___0_serverCertificate;
|
|
__this->___m_ServerCertificate_39 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ServerCertificate_39), (void*)L_1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetClientSecrets(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetClientSecrets_mEF4456DE072468B4B0F3133CA9A61B32FFD3DCC5 (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, String_t* ___0_serverCommonName, String_t* ___1_caCertificate, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_ServerCommonName = serverCommonName;
|
|
String_t* L_0 = ___0_serverCommonName;
|
|
__this->___m_ServerCommonName_40 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ServerCommonName_40), (void*)L_0);
|
|
// m_ClientCaCertificate = caCertificate;
|
|
String_t* L_1 = ___1_caCertificate;
|
|
__this->___m_ClientCaCertificate_41 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ClientCaCertificate_41), (void*)L_1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::CreateDriver(Unity.Netcode.Transports.UTP.UnityTransport,Unity.Networking.Transport.NetworkDriver&,Unity.Networking.Transport.NetworkPipeline&,Unity.Networking.Transport.NetworkPipeline&,Unity.Networking.Transport.NetworkPipeline&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_CreateDriver_mDD45116E8912CE7A9069395A8F86894E77B9CD5C (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* ___0_transport, NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* ___1_driver, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* ___2_unreliableFragmentedPipeline, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* ___3_unreliableSequencedFragmentedPipeline, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* ___4_reliableSequencedPipeline, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// m_NetworkSettings.WithNetworkConfigParameters(
|
|
// maxConnectAttempts: transport.m_MaxConnectAttempts,
|
|
// connectTimeoutMS: transport.m_ConnectTimeoutMS,
|
|
// disconnectTimeoutMS: transport.m_DisconnectTimeoutMS,
|
|
// #if UTP_TRANSPORT_2_0_ABOVE
|
|
// sendQueueCapacity: m_MaxPacketQueueSize,
|
|
// receiveQueueCapacity: m_MaxPacketQueueSize,
|
|
// #endif
|
|
// heartbeatTimeoutMS: transport.m_HeartbeatTimeoutMS);
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_0 = (NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0*)(&__this->___m_NetworkSettings_28);
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* L_1 = ___0_transport;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = L_1->___m_MaxConnectAttempts_18;
|
|
V_0 = L_2;
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* L_3 = ___0_transport;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___m_ConnectTimeoutMS_17;
|
|
int32_t L_5 = V_0;
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* L_6 = ___0_transport;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->___m_DisconnectTimeoutMS_19;
|
|
UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* L_8 = ___0_transport;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = L_8->___m_HeartbeatTimeoutMS_16;
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0* L_10;
|
|
L_10 = CommonNetworkParametersExtensions_WithNetworkConfigParameters_m362EDB65E063720B91030174D0BB538971E723DB(L_0, L_4, L_5, L_7, L_9, 0, 0, ((int32_t)1400), NULL);
|
|
// driver = NetworkDriver.Create(m_NetworkSettings);
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_11 = ___1_driver;
|
|
NetworkSettings_tF4E51C6335E296671D0F783AF9497052A3D903E0 L_12 = __this->___m_NetworkSettings_28;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 L_13;
|
|
L_13 = NetworkDriver_Create_m28AD7ED83DAC754E2CF8605F6DC7465203B42DBE(L_12, NULL);
|
|
*(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)L_11 = L_13;
|
|
// SetupPipelinesForUtp1(driver,
|
|
// out unreliableFragmentedPipeline,
|
|
// out unreliableSequencedFragmentedPipeline,
|
|
// out reliableSequencedPipeline);
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036* L_14 = ___1_driver;
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 L_15 = (*(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036*)L_14);
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* L_16 = ___2_unreliableFragmentedPipeline;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* L_17 = ___3_unreliableSequencedFragmentedPipeline;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* L_18 = ___4_reliableSequencedPipeline;
|
|
UnityTransport_SetupPipelinesForUtp1_mBB88F9D60C339BA6D7462E30462B02BDC10A7B3D(__this, L_15, L_16, L_17, L_18, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::SetupPipelinesForUtp1(Unity.Networking.Transport.NetworkDriver,Unity.Networking.Transport.NetworkPipeline&,Unity.Networking.Transport.NetworkPipeline&,Unity.Networking.Transport.NetworkPipeline&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport_SetupPipelinesForUtp1_mBB88F9D60C339BA6D7462E30462B02BDC10A7B3D (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 ___0_driver, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* ___1_unreliableFragmentedPipeline, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* ___2_unreliableSequencedFragmentedPipeline, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* ___3_reliableSequencedPipeline, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FragmentationPipelineStage_tE8E0162E8E2630293BB6E178E70841B1C8CEA498_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReliableSequencedPipelineStage_tF426F5730ACE7F0BF084710243FE5F60DE8EA510_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnreliableSequencedPipelineStage_t625184725960F7CD0FC7FF99316E91B304E581AC_0_0_0_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// unreliableFragmentedPipeline = driver.CreatePipeline(
|
|
// typeof(FragmentationPipelineStage)
|
|
// #if MULTIPLAYER_TOOLS_1_0_0_PRE_7
|
|
// , typeof(NetworkMetricsPipelineStage)
|
|
// #endif
|
|
// );
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* L_0 = ___1_unreliableFragmentedPipeline;
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = L_1;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (FragmentationPipelineStage_tE8E0162E8E2630293BB6E178E70841B1C8CEA498_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_4;
|
|
L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL);
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, L_4);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_4);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036_il2cpp_TypeInfo_var);
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_5;
|
|
L_5 = NetworkDriver_CreatePipeline_mB6407333A9AE696CECBAFA7A0389DA04F35AAB9C((&___0_driver), L_2, NULL);
|
|
*(NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69*)L_0 = L_5;
|
|
// unreliableSequencedFragmentedPipeline = driver.CreatePipeline(
|
|
// typeof(FragmentationPipelineStage),
|
|
// typeof(UnreliableSequencedPipelineStage)
|
|
// #if MULTIPLAYER_TOOLS_1_0_0_PRE_7
|
|
// , typeof(NetworkMetricsPipelineStage)
|
|
// #endif
|
|
// );
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* L_6 = ___2_unreliableSequencedFragmentedPipeline;
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_7 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_8 = L_7;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_9 = { reinterpret_cast<intptr_t> (FragmentationPipelineStage_tE8E0162E8E2630293BB6E178E70841B1C8CEA498_0_0_0_var) };
|
|
Type_t* L_10;
|
|
L_10 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_9, NULL);
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, L_10);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_10);
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_11 = L_8;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12 = { reinterpret_cast<intptr_t> (UnreliableSequencedPipelineStage_t625184725960F7CD0FC7FF99316E91B304E581AC_0_0_0_var) };
|
|
Type_t* L_13;
|
|
L_13 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_12, NULL);
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_13);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t*)L_13);
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_14;
|
|
L_14 = NetworkDriver_CreatePipeline_mB6407333A9AE696CECBAFA7A0389DA04F35AAB9C((&___0_driver), L_11, NULL);
|
|
*(NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69*)L_6 = L_14;
|
|
// reliableSequencedPipeline = driver.CreatePipeline(
|
|
// typeof(ReliableSequencedPipelineStage)
|
|
// #if MULTIPLAYER_TOOLS_1_0_0_PRE_7
|
|
// , typeof(NetworkMetricsPipelineStage)
|
|
// #endif
|
|
// );
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* L_15 = ___3_reliableSequencedPipeline;
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_16 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_17 = L_16;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_18 = { reinterpret_cast<intptr_t> (ReliableSequencedPipelineStage_tF426F5730ACE7F0BF084710243FE5F60DE8EA510_0_0_0_var) };
|
|
Type_t* L_19;
|
|
L_19 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_18, NULL);
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, L_19);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_19);
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_20;
|
|
L_20 = NetworkDriver_CreatePipeline_mB6407333A9AE696CECBAFA7A0389DA04F35AAB9C((&___0_driver), L_17, NULL);
|
|
*(NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69*)L_15 = L_20;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport__ctor_mEB73F6512BBAAEB46A28608909209C1479EEFA7E (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m183C736BA89D63C3380553A7C79BE36E329A3C81_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m9CA0898CE2B1D9B7833037BB9A2F78339ABB90F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SimulatorParameters_tC3C55F01C7027F7CBEA00FBD6828ACBBE16F3A67 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// private int m_MaxPacketQueueSize = InitialMaxPacketQueueSize;
|
|
__this->___m_MaxPacketQueueSize_13 = ((int32_t)128);
|
|
// private int m_MaxPayloadSize = InitialMaxPayloadSize;
|
|
__this->___m_MaxPayloadSize_14 = ((int32_t)6144);
|
|
// private int m_HeartbeatTimeoutMS = NetworkParameterConstants.HeartbeatTimeoutMS;
|
|
__this->___m_HeartbeatTimeoutMS_16 = ((int32_t)500);
|
|
// private int m_ConnectTimeoutMS = NetworkParameterConstants.ConnectTimeoutMS;
|
|
__this->___m_ConnectTimeoutMS_17 = ((int32_t)1000);
|
|
// private int m_MaxConnectAttempts = NetworkParameterConstants.MaxConnectAttempts;
|
|
__this->___m_MaxConnectAttempts_18 = ((int32_t)60);
|
|
// private int m_DisconnectTimeoutMS = NetworkParameterConstants.DisconnectTimeoutMS;
|
|
__this->___m_DisconnectTimeoutMS_19 = ((int32_t)30000);
|
|
// public ConnectionAddressData ConnectionData = s_DefaultConnectionAddressData;
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865 L_0 = ((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___s_DefaultConnectionAddressData_10;
|
|
__this->___ConnectionData_20 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___ConnectionData_20))->___Address_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___ConnectionData_20))->___ServerListenAddress_2), (void*)NULL);
|
|
#endif
|
|
// public SimulatorParameters DebugSimulator = new SimulatorParameters
|
|
// {
|
|
// PacketDelayMS = 0,
|
|
// PacketJitterMS = 0,
|
|
// PacketDropRate = 0
|
|
// };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(SimulatorParameters_tC3C55F01C7027F7CBEA00FBD6828ACBBE16F3A67));
|
|
(&V_0)->___PacketDelayMS_0 = 0;
|
|
(&V_0)->___PacketJitterMS_1 = 0;
|
|
(&V_0)->___PacketDropRate_2 = 0;
|
|
SimulatorParameters_tC3C55F01C7027F7CBEA00FBD6828ACBBE16F3A67 L_1 = V_0;
|
|
__this->___DebugSimulator_21 = L_1;
|
|
// private readonly Dictionary<SendTarget, BatchedSendQueue> m_SendQueue = new Dictionary<SendTarget, BatchedSendQueue>();
|
|
Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C* L_2 = (Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C*)il2cpp_codegen_object_new(Dictionary_2_t9130683265B11F47AF4883A8C11CFF9042353D7C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Dictionary_2__ctor_m9CA0898CE2B1D9B7833037BB9A2F78339ABB90F8(L_2, Dictionary_2__ctor_m9CA0898CE2B1D9B7833037BB9A2F78339ABB90F8_RuntimeMethod_var);
|
|
__this->___m_SendQueue_36 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SendQueue_36), (void*)L_2);
|
|
// private readonly Dictionary<ulong, BatchedReceiveQueue> m_ReliableReceiveQueues = new Dictionary<ulong, BatchedReceiveQueue>();
|
|
Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A* L_3 = (Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A*)il2cpp_codegen_object_new(Dictionary_2_tC2CF9601A39271B876E79D1A06B630105A5ADD1A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
Dictionary_2__ctor_m183C736BA89D63C3380553A7C79BE36E329A3C81(L_3, Dictionary_2__ctor_m183C736BA89D63C3380553A7C79BE36E329A3C81_RuntimeMethod_var);
|
|
__this->___m_ReliableReceiveQueues_37 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ReliableReceiveQueues_37), (void*)L_3);
|
|
NetworkTransport__ctor_m4539E8F121DB9DFB42D7B63EC51A14FB1C7738AF(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTransport__cctor_m255D25B358930E8CFF3C281AE9F70A3E5AD545A8 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// private static ConnectionAddressData s_DefaultConnectionAddressData = new ConnectionAddressData { Address = "127.0.0.1", Port = 7777, ServerListenAddress = string.Empty };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865));
|
|
(&V_0)->___Address_0 = _stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___Address_0), (void*)_stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE);
|
|
(&V_0)->___Port_1 = (uint16_t)((int32_t)7777);
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
(&V_0)->___ServerListenAddress_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___ServerListenAddress_2), (void*)L_0);
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865 L_1 = V_0;
|
|
((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___s_DefaultConnectionAddressData_10 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___s_DefaultConnectionAddressData_10))->___Address_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_StaticFields*)il2cpp_codegen_static_fields_for(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var))->___s_DefaultConnectionAddressData_10))->___ServerListenAddress_2), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData
|
|
IL2CPP_EXTERN_C void ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865_marshal_pinvoke(const ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865& unmarshaled, ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___Address_0 = il2cpp_codegen_marshal_string(unmarshaled.___Address_0);
|
|
marshaled.___Port_1 = unmarshaled.___Port_1;
|
|
marshaled.___ServerListenAddress_2 = il2cpp_codegen_marshal_string(unmarshaled.___ServerListenAddress_2);
|
|
}
|
|
IL2CPP_EXTERN_C void ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865_marshal_pinvoke_back(const ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865_marshaled_pinvoke& marshaled, ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865& unmarshaled)
|
|
{
|
|
unmarshaled.___Address_0 = il2cpp_codegen_marshal_string_result(marshaled.___Address_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___Address_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___Address_0));
|
|
uint16_t unmarshaledPort_temp_1 = 0;
|
|
unmarshaledPort_temp_1 = marshaled.___Port_1;
|
|
unmarshaled.___Port_1 = unmarshaledPort_temp_1;
|
|
unmarshaled.___ServerListenAddress_2 = il2cpp_codegen_marshal_string_result(marshaled.___ServerListenAddress_2);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___ServerListenAddress_2), (void*)il2cpp_codegen_marshal_string_result(marshaled.___ServerListenAddress_2));
|
|
}
|
|
// Conversion method for clean up from marshalling of: Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData
|
|
IL2CPP_EXTERN_C void ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865_marshal_pinvoke_cleanup(ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___Address_0);
|
|
marshaled.___Address_0 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___ServerListenAddress_2);
|
|
marshaled.___ServerListenAddress_2 = NULL;
|
|
}
|
|
// Conversion methods for marshalling of: Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData
|
|
IL2CPP_EXTERN_C void ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865_marshal_com(const ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865& unmarshaled, ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___Address_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___Address_0);
|
|
marshaled.___Port_1 = unmarshaled.___Port_1;
|
|
marshaled.___ServerListenAddress_2 = il2cpp_codegen_marshal_bstring(unmarshaled.___ServerListenAddress_2);
|
|
}
|
|
IL2CPP_EXTERN_C void ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865_marshal_com_back(const ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865_marshaled_com& marshaled, ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865& unmarshaled)
|
|
{
|
|
unmarshaled.___Address_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___Address_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___Address_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___Address_0));
|
|
uint16_t unmarshaledPort_temp_1 = 0;
|
|
unmarshaledPort_temp_1 = marshaled.___Port_1;
|
|
unmarshaled.___Port_1 = unmarshaledPort_temp_1;
|
|
unmarshaled.___ServerListenAddress_2 = il2cpp_codegen_marshal_bstring_result(marshaled.___ServerListenAddress_2);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___ServerListenAddress_2), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___ServerListenAddress_2));
|
|
}
|
|
// Conversion method for clean up from marshalling of: Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData
|
|
IL2CPP_EXTERN_C void ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865_marshal_com_cleanup(ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___Address_0);
|
|
marshaled.___Address_0 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___ServerListenAddress_2);
|
|
marshaled.___ServerListenAddress_2 = NULL;
|
|
}
|
|
// Unity.Networking.Transport.NetworkEndPoint Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData::ParseNetworkEndpoint(System.String,System.UInt16,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ConnectionAddressData_ParseNetworkEndpoint_m93C005D46E35A425F3715D7B0355A3CB49F0A828 (String_t* ___0_ip, uint16_t ___1_port, bool ___2_silent, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE41C5B6E51FFAC441D1612E7E7728CE5C169F3A4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// NetworkEndpoint endpoint = default;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63));
|
|
// if (!NetworkEndpoint.TryParse(ip, port, out endpoint, NetworkFamily.Ipv4) &&
|
|
// !NetworkEndpoint.TryParse(ip, port, out endpoint, NetworkFamily.Ipv6))
|
|
String_t* L_0 = ___0_ip;
|
|
uint16_t L_1 = ___1_port;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = NetworkEndPoint_TryParse_mFB525A245C1DE79526D34FEBC03F49BC6428CD4E(L_0, L_1, (&V_0), 2, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___0_ip;
|
|
uint16_t L_4 = ___1_port;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = NetworkEndPoint_TryParse_mFB525A245C1DE79526D34FEBC03F49BC6428CD4E(L_3, L_4, (&V_0), ((int32_t)23), NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// if (!silent)
|
|
bool L_6 = ___2_silent;
|
|
if (L_6)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError($"Invalid network endpoint: {ip}:{port}.");
|
|
String_t* L_7 = ___0_ip;
|
|
uint16_t L_8 = ___1_port;
|
|
uint16_t L_9 = L_8;
|
|
RuntimeObject* L_10 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_9);
|
|
String_t* L_11;
|
|
L_11 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralE41C5B6E51FFAC441D1612E7E7728CE5C169F3A4, L_7, L_10, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_11, NULL);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// return endpoint;
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// Unity.Networking.Transport.NetworkEndPoint Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData::get_ServerEndPoint()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ConnectionAddressData_get_ServerEndPoint_m86FC9C426088E6F206D0D1FBE1574A0BCBF6439C (ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkEndpoint ServerEndPoint => ParseNetworkEndpoint(Address, Port);
|
|
String_t* L_0 = __this->___Address_0;
|
|
uint16_t L_1 = __this->___Port_1;
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_2;
|
|
L_2 = ConnectionAddressData_ParseNetworkEndpoint_m93C005D46E35A425F3715D7B0355A3CB49F0A828(L_0, L_1, (bool)0, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ConnectionAddressData_get_ServerEndPoint_m86FC9C426088E6F206D0D1FBE1574A0BCBF6439C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865*>(__this + _offset);
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 _returnValue;
|
|
_returnValue = ConnectionAddressData_get_ServerEndPoint_m86FC9C426088E6F206D0D1FBE1574A0BCBF6439C(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Unity.Networking.Transport.NetworkEndPoint Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData::get_ListenEndPoint()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ConnectionAddressData_get_ListenEndPoint_m2B73F5C05418A012BEB4E01A6E43DC7FACBAA8D0 (ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// if (string.IsNullOrEmpty(ServerListenAddress))
|
|
String_t* L_0 = __this->___ServerListenAddress_2;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// var ep = NetworkEndpoint.LoopbackIpv4;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_2;
|
|
L_2 = NetworkEndPoint_get_LoopbackIpv4_m7189BA088DDB27DECB093343C5D4DAFE16FB1FA2(NULL);
|
|
V_0 = L_2;
|
|
// if (!string.IsNullOrEmpty(Address) && ServerEndPoint.Family == NetworkFamily.Ipv6)
|
|
String_t* L_3 = __this->___Address_0;
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_5;
|
|
L_5 = ConnectionAddressData_get_ServerEndPoint_m86FC9C426088E6F206D0D1FBE1574A0BCBF6439C(__this, NULL);
|
|
V_1 = L_5;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
int32_t L_6;
|
|
L_6 = NetworkEndPoint_get_Family_mD65C497E01B38CF8F1E4EB94B50A1E7E6CF5BE5E((&V_1), NULL);
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)23)))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// ep = NetworkEndpoint.LoopbackIpv6;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_7;
|
|
L_7 = NetworkEndPoint_get_LoopbackIpv6_m35D5CA8E9B3980579CEDE256F5F8A88574A24AD8(NULL);
|
|
V_0 = L_7;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return ep.WithPort(Port);
|
|
uint16_t L_8 = __this->___Port_1;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_9;
|
|
L_9 = NetworkEndPoint_WithPort_mF8B99C061FF1575156E13643D36954B6D437094C((&V_0), L_8, NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// return ParseNetworkEndpoint(ServerListenAddress, Port);
|
|
String_t* L_10 = __this->___ServerListenAddress_2;
|
|
uint16_t L_11 = __this->___Port_1;
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_12;
|
|
L_12 = ConnectionAddressData_ParseNetworkEndpoint_m93C005D46E35A425F3715D7B0355A3CB49F0A828(L_10, L_11, (bool)0, NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 ConnectionAddressData_get_ListenEndPoint_m2B73F5C05418A012BEB4E01A6E43DC7FACBAA8D0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865*>(__this + _offset);
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 _returnValue;
|
|
_returnValue = ConnectionAddressData_get_ListenEndPoint_m2B73F5C05418A012BEB4E01A6E43DC7FACBAA8D0(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport/ConnectionAddressData::get_IsIpv6()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionAddressData_get_IsIpv6_mE612A7E74750A01212193FD88E72B6EE53813C90 (ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// public bool IsIpv6 => !string.IsNullOrEmpty(Address) && ParseNetworkEndpoint(Address, Port, true).Family == NetworkFamily.Ipv6;
|
|
String_t* L_0 = __this->___Address_0;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = __this->___Address_0;
|
|
uint16_t L_3 = __this->___Port_1;
|
|
NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63 L_4;
|
|
L_4 = ConnectionAddressData_ParseNetworkEndpoint_m93C005D46E35A425F3715D7B0355A3CB49F0A828(L_2, L_3, (bool)1, NULL);
|
|
V_0 = L_4;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkEndPoint_t40D02F3956B78E8C6115ED188912FBCE35437F63_il2cpp_TypeInfo_var);
|
|
int32_t L_5;
|
|
L_5 = NetworkEndPoint_get_Family_mD65C497E01B38CF8F1E4EB94B50A1E7E6CF5BE5E((&V_0), NULL);
|
|
return (bool)((((int32_t)L_5) == ((int32_t)((int32_t)23)))? 1 : 0);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool ConnectionAddressData_get_IsIpv6_mE612A7E74750A01212193FD88E72B6EE53813C90_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ConnectionAddressData_tE074DBD643B591CD8B01A9847B16376BBA2F1865*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = ConnectionAddressData_get_IsIpv6_mE612A7E74750A01212193FD88E72B6EE53813C90(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
// Conversion methods for marshalling of: Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob
|
|
IL2CPP_EXTERN_C void SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_marshal_pinvoke(const SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC& unmarshaled, SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_marshaled_pinvoke& marshaled)
|
|
{
|
|
Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshal_pinvoke(unmarshaled.___Driver_0, marshaled.___Driver_0);
|
|
marshaled.___Target_1 = unmarshaled.___Target_1;
|
|
marshaled.___Queue_2 = unmarshaled.___Queue_2;
|
|
marshaled.___ReliablePipeline_3 = unmarshaled.___ReliablePipeline_3;
|
|
marshaled.___MTU_4 = unmarshaled.___MTU_4;
|
|
}
|
|
IL2CPP_EXTERN_C void SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_marshal_pinvoke_back(const SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_marshaled_pinvoke& marshaled, SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC& unmarshaled)
|
|
{
|
|
Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14 unmarshaledDriver_temp_0;
|
|
memset((&unmarshaledDriver_temp_0), 0, sizeof(unmarshaledDriver_temp_0));
|
|
Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshal_pinvoke_back(marshaled.___Driver_0, unmarshaledDriver_temp_0);
|
|
unmarshaled.___Driver_0 = unmarshaledDriver_temp_0;
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 unmarshaledTarget_temp_1;
|
|
memset((&unmarshaledTarget_temp_1), 0, sizeof(unmarshaledTarget_temp_1));
|
|
unmarshaledTarget_temp_1 = marshaled.___Target_1;
|
|
unmarshaled.___Target_1 = unmarshaledTarget_temp_1;
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 unmarshaledQueue_temp_2;
|
|
memset((&unmarshaledQueue_temp_2), 0, sizeof(unmarshaledQueue_temp_2));
|
|
unmarshaledQueue_temp_2 = marshaled.___Queue_2;
|
|
unmarshaled.___Queue_2 = unmarshaledQueue_temp_2;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 unmarshaledReliablePipeline_temp_3;
|
|
memset((&unmarshaledReliablePipeline_temp_3), 0, sizeof(unmarshaledReliablePipeline_temp_3));
|
|
unmarshaledReliablePipeline_temp_3 = marshaled.___ReliablePipeline_3;
|
|
unmarshaled.___ReliablePipeline_3 = unmarshaledReliablePipeline_temp_3;
|
|
int32_t unmarshaledMTU_temp_4 = 0;
|
|
unmarshaledMTU_temp_4 = marshaled.___MTU_4;
|
|
unmarshaled.___MTU_4 = unmarshaledMTU_temp_4;
|
|
}
|
|
// Conversion method for clean up from marshalling of: Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob
|
|
IL2CPP_EXTERN_C void SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_marshal_pinvoke_cleanup(SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_marshaled_pinvoke& marshaled)
|
|
{
|
|
Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshal_pinvoke_cleanup(marshaled.___Driver_0);
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob
|
|
IL2CPP_EXTERN_C void SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_marshal_com(const SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC& unmarshaled, SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_marshaled_com& marshaled)
|
|
{
|
|
Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshal_com(unmarshaled.___Driver_0, marshaled.___Driver_0);
|
|
marshaled.___Target_1 = unmarshaled.___Target_1;
|
|
marshaled.___Queue_2 = unmarshaled.___Queue_2;
|
|
marshaled.___ReliablePipeline_3 = unmarshaled.___ReliablePipeline_3;
|
|
marshaled.___MTU_4 = unmarshaled.___MTU_4;
|
|
}
|
|
IL2CPP_EXTERN_C void SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_marshal_com_back(const SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_marshaled_com& marshaled, SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC& unmarshaled)
|
|
{
|
|
Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14 unmarshaledDriver_temp_0;
|
|
memset((&unmarshaledDriver_temp_0), 0, sizeof(unmarshaledDriver_temp_0));
|
|
Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshal_com_back(marshaled.___Driver_0, unmarshaledDriver_temp_0);
|
|
unmarshaled.___Driver_0 = unmarshaledDriver_temp_0;
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 unmarshaledTarget_temp_1;
|
|
memset((&unmarshaledTarget_temp_1), 0, sizeof(unmarshaledTarget_temp_1));
|
|
unmarshaledTarget_temp_1 = marshaled.___Target_1;
|
|
unmarshaled.___Target_1 = unmarshaledTarget_temp_1;
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988 unmarshaledQueue_temp_2;
|
|
memset((&unmarshaledQueue_temp_2), 0, sizeof(unmarshaledQueue_temp_2));
|
|
unmarshaledQueue_temp_2 = marshaled.___Queue_2;
|
|
unmarshaled.___Queue_2 = unmarshaledQueue_temp_2;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 unmarshaledReliablePipeline_temp_3;
|
|
memset((&unmarshaledReliablePipeline_temp_3), 0, sizeof(unmarshaledReliablePipeline_temp_3));
|
|
unmarshaledReliablePipeline_temp_3 = marshaled.___ReliablePipeline_3;
|
|
unmarshaled.___ReliablePipeline_3 = unmarshaledReliablePipeline_temp_3;
|
|
int32_t unmarshaledMTU_temp_4 = 0;
|
|
unmarshaledMTU_temp_4 = marshaled.___MTU_4;
|
|
unmarshaled.___MTU_4 = unmarshaledMTU_temp_4;
|
|
}
|
|
// Conversion method for clean up from marshalling of: Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob
|
|
IL2CPP_EXTERN_C void SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_marshal_com_cleanup(SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC_marshaled_com& marshaled)
|
|
{
|
|
Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14_marshal_com_cleanup(marshaled.___Driver_0);
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport/SendBatchedMessagesJob::Execute()
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void SendBatchedMessagesJob_Execute_mC7FD30CAD908F8FB1CF55850DD1778E6732B23C7 (SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC* IL2CPP_PARAMETER_RESTRICT __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral644832CF60047B3D9FAB0A389B880AEF5B87FE70);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF4ADD2D57F4BAB0951244413CF80823252C53CF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t V_5 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
// var clientId = Target.ClientId;
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* L_0 = (SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653*)(&__this->___Target_1);
|
|
uint64_t L_1 = L_0->___ClientId_0;
|
|
V_0 = L_1;
|
|
// var connection = ParseClientId(clientId);
|
|
uint64_t L_2 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4_il2cpp_TypeInfo_var);
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_3;
|
|
L_3 = UnityTransport_ParseClientId_m75436222E397B5D5BCCF778D71890A12F0E090E5(L_2, NULL);
|
|
V_1 = L_3;
|
|
// var pipeline = Target.NetworkPipeline;
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* L_4 = (SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653*)(&__this->___Target_1);
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_5 = L_4->___NetworkPipeline_1;
|
|
V_2 = L_5;
|
|
goto IL_00dc;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// var result = Driver.BeginSend(pipeline, connection, out var writer);
|
|
Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14* L_6 = (Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14*)(&__this->___Driver_0);
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_7 = V_2;
|
|
NetworkConnection_t0A1170D9665C62249582E5DAABC2EAF2D01DEDF4 L_8 = V_1;
|
|
int32_t L_9;
|
|
L_9 = Concurrent_BeginSend_m08F4DDE3E9503455B091B4F1CA55709107405DAC(L_6, L_7, L_8, (&V_4), 0, NULL);
|
|
V_3 = L_9;
|
|
// if (result != (int)Networking.Transport.Error.StatusCode.Success)
|
|
int32_t L_10 = V_3;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError($"Error sending message: {ErrorUtilities.ErrorToFixedString(result, clientId)}");
|
|
int32_t L_11 = V_3;
|
|
uint64_t L_12 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_13;
|
|
L_13 = ErrorUtilities_ErrorToFixedString_mC86BD2B14A72FAD11ABF8F1F7A0EF99AC45DFF3B(L_11, L_12, NULL);
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_14 = L_13;
|
|
RuntimeObject* L_15 = Box(FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952_il2cpp_TypeInfo_var, &L_14);
|
|
String_t* L_16;
|
|
L_16 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralDF4ADD2D57F4BAB0951244413CF80823252C53CF, L_15, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_16, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
// var written = pipeline == ReliablePipeline ? Queue.FillWriterWithBytes(ref writer, MTU) : Queue.FillWriterWithMessages(ref writer, MTU);
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_17 = V_2;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_18 = __this->___ReliablePipeline_3;
|
|
bool L_19;
|
|
L_19 = NetworkPipeline_op_Equality_mA9AE79BEA5C9AEEA5EBD0EA49EC22CAC387918D2(L_17, L_18, NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* L_20 = (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*)(&__this->___Queue_2);
|
|
int32_t L_21 = __this->___MTU_4;
|
|
int32_t L_22;
|
|
L_22 = BatchedSendQueue_FillWriterWithMessages_mC723DE4A4E8885C3F15AED95CAEE1852F1E5187D(L_20, (&V_4), L_21, NULL);
|
|
G_B6_0 = L_22;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* L_23 = (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*)(&__this->___Queue_2);
|
|
int32_t L_24 = __this->___MTU_4;
|
|
int32_t L_25;
|
|
L_25 = BatchedSendQueue_FillWriterWithBytes_mA742A52A53A5576B9D038146977E3C9FADC20D7A(L_23, (&V_4), L_24, NULL);
|
|
G_B6_0 = L_25;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
V_5 = G_B6_0;
|
|
// result = Driver.EndSend(writer);
|
|
Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14* L_26 = (Concurrent_t864CA014F22D93A77EF7CF00CF48D46518DD1D14*)(&__this->___Driver_0);
|
|
DataStreamWriter_t58BB6BA9D4C598E54C1B1E6D5B7511625C8EF6EA L_27 = V_4;
|
|
int32_t L_28;
|
|
L_28 = Concurrent_EndSend_m37CAD602AD47C3AEF56E5DAF464382CDD2A94B18(L_26, L_27, NULL);
|
|
V_3 = L_28;
|
|
// if (result == written)
|
|
int32_t L_29 = V_3;
|
|
int32_t L_30 = V_5;
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)L_30))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
// Queue.Consume(written);
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* L_31 = (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*)(&__this->___Queue_2);
|
|
int32_t L_32 = V_5;
|
|
BatchedSendQueue_Consume_m27415A79D38546D9757A191041B1D4EC8165509A(L_31, L_32, NULL);
|
|
goto IL_00dc;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// if (result != (int)Networking.Transport.Error.StatusCode.NetworkSendQueueFull)
|
|
int32_t L_33 = V_3;
|
|
if ((((int32_t)L_33) == ((int32_t)((int32_t)-5))))
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError($"Error sending the message: {ErrorUtilities.ErrorToFixedString(result, clientId)}");
|
|
int32_t L_34 = V_3;
|
|
uint64_t L_35 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(ErrorUtilities_tFF4172A99D2F0676EF29BB6FF543177DED356D84_il2cpp_TypeInfo_var);
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_36;
|
|
L_36 = ErrorUtilities_ErrorToFixedString_mC86BD2B14A72FAD11ABF8F1F7A0EF99AC45DFF3B(L_34, L_35, NULL);
|
|
FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952 L_37 = L_36;
|
|
RuntimeObject* L_38 = Box(FixedString128Bytes_tEBC488E0CC30C6D842951A4E6F09AC58677F1952_il2cpp_TypeInfo_var, &L_37);
|
|
String_t* L_39;
|
|
L_39 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral644832CF60047B3D9FAB0A389B880AEF5B87FE70, L_38, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_39, NULL);
|
|
// Queue.Consume(written);
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* L_40 = (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*)(&__this->___Queue_2);
|
|
int32_t L_41 = V_5;
|
|
BatchedSendQueue_Consume_m27415A79D38546D9757A191041B1D4EC8165509A(L_40, L_41, NULL);
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
// while (!Queue.IsEmpty)
|
|
BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988* L_42 = (BatchedSendQueue_t02561F5EACBA3E6C3E02337D82B685BF701AF988*)(&__this->___Queue_2);
|
|
bool L_43;
|
|
L_43 = BatchedSendQueue_get_IsEmpty_m3036A22A4DAE86E6660B259E38AD2B0FBC21BD9C(L_42, NULL);
|
|
if (!L_43)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void SendBatchedMessagesJob_Execute_mC7FD30CAD908F8FB1CF55850DD1778E6732B23C7_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, const RuntimeMethod* method)
|
|
{
|
|
SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<SendBatchedMessagesJob_t2092CC9F6F1F63E860929839969047540C428CEC*>(__this + _offset);
|
|
SendBatchedMessagesJob_Execute_mC7FD30CAD908F8FB1CF55850DD1778E6732B23C7(_thisAdjusted, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Unity.Netcode.Transports.UTP.UnityTransport/SendTarget::.ctor(System.UInt64,Unity.Networking.Transport.NetworkPipeline)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendTarget__ctor_mF0E1C6C7B9CF2C58418453C22D843533E585BD41 (SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* __this, uint64_t ___0_clientId, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___1_networkPipeline, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// ClientId = clientId;
|
|
uint64_t L_0 = ___0_clientId;
|
|
__this->___ClientId_0 = L_0;
|
|
// NetworkPipeline = networkPipeline;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_1 = ___1_networkPipeline;
|
|
__this->___NetworkPipeline_1 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void SendTarget__ctor_mF0E1C6C7B9CF2C58418453C22D843533E585BD41_AdjustorThunk (RuntimeObject* __this, uint64_t ___0_clientId, NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 ___1_networkPipeline, const RuntimeMethod* method)
|
|
{
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653*>(__this + _offset);
|
|
SendTarget__ctor_mF0E1C6C7B9CF2C58418453C22D843533E585BD41(_thisAdjusted, ___0_clientId, ___1_networkPipeline, method);
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport/SendTarget::Equals(Unity.Netcode.Transports.UTP.UnityTransport/SendTarget)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SendTarget_Equals_m4AC1B3FB486AD1CA46DBDC5FE5058E30875E276D (SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* __this, SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return ClientId == other.ClientId && NetworkPipeline.Equals(other.NetworkPipeline);
|
|
uint64_t L_0 = __this->___ClientId_0;
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_1 = ___0_other;
|
|
uint64_t L_2 = L_1.___ClientId_0;
|
|
if ((!(((uint64_t)L_0) == ((uint64_t)L_2))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_3 = __this->___NetworkPipeline_1;
|
|
V_0 = L_3;
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_4 = ___0_other;
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_5 = L_4.___NetworkPipeline_1;
|
|
bool L_6;
|
|
L_6 = NetworkPipeline_Equals_mDDEEE23DC6479D865F524372DE89B48CC06B6F14((&V_0), L_5, NULL);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool SendTarget_Equals_m4AC1B3FB486AD1CA46DBDC5FE5058E30875E276D_AdjustorThunk (RuntimeObject* __this, SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = SendTarget_Equals_m4AC1B3FB486AD1CA46DBDC5FE5058E30875E276D(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UTP.UnityTransport/SendTarget::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SendTarget_Equals_m27323FF07528764D41E022C17E26EB8AEBA94DC7 (SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return obj is SendTarget other && Equals(other);
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653*)((SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653*)(SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653*)UnBox(L_1, SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653_il2cpp_TypeInfo_var))));
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = SendTarget_Equals_m4AC1B3FB486AD1CA46DBDC5FE5058E30875E276D(__this, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool SendTarget_Equals_m27323FF07528764D41E022C17E26EB8AEBA94DC7_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = SendTarget_Equals_m27323FF07528764D41E022C17E26EB8AEBA94DC7(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UTP.UnityTransport/SendTarget::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SendTarget_GetHashCode_m66B6A6AA72CC4FD2B06652898A8F9DCE5A41C357 (SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* __this, const RuntimeMethod* method)
|
|
{
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return (ClientId.GetHashCode() * 397) ^ NetworkPipeline.GetHashCode();
|
|
uint64_t* L_0 = (uint64_t*)(&__this->___ClientId_0);
|
|
int32_t L_1;
|
|
L_1 = UInt64_GetHashCode_m65D9FD0102B6B01BF38D986F060F0BDBC29B4F92(L_0, NULL);
|
|
NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69 L_2 = __this->___NetworkPipeline_1;
|
|
V_0 = L_2;
|
|
int32_t L_3;
|
|
L_3 = NetworkPipeline_GetHashCode_m34FA347FD9DD395BCE190E09E593FA9B97C662EF_inline((&V_0), NULL);
|
|
return ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^L_3));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t SendTarget_GetHashCode_m66B6A6AA72CC4FD2B06652898A8F9DCE5A41C357_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<SendTarget_tAD1A6A2A5769AE7D57910A8DA4F258B09A45F653*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = SendTarget_GetHashCode_m66B6A6AA72CC4FD2B06652898A8F9DCE5A41C357(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.UInt64 Unity.Netcode.Transports.UNET.UNetTransport::get_ServerClientId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UNetTransport_get_ServerClientId_m359544B1359E41F2FA8793037D66A004AB179767 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public override ulong ServerClientId => GetNetcodeClientId(0, 0, true);
|
|
uint64_t L_0;
|
|
L_0 = UNetTransport_GetNetcodeClientId_m5DCF7E11C678B0C4832A16A064F1110E91CE6E71(__this, (uint8_t)0, (uint16_t)0, (bool)1, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UNET.UNetTransport::LateUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UNetTransport_LateUpdate_mCE7ED80C40E3D4178A5F9500F5C36731286AECA4 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t0D7218F0DC5E17555FA54256075C4DEAE4B73450_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t9F8C0C6332727DDF63C389AC074D96B4E710BE72_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* V_1 = NULL;
|
|
{
|
|
// if (UnityEngine.Networking.NetworkTransport.IsStarted && MessageSendMode == SendMode.Queued)
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = NetworkTransport_get_IsStarted_mB18FFFD3F8718BFE678B7460A9D5772F1B02628E(NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___MessageSendMode_17;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
// if (NetworkManager != null && NetworkManager.IsServer)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2 = __this->___NetworkManager_22;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_4 = __this->___NetworkManager_22;
|
|
NullCheck(L_4);
|
|
bool L_5;
|
|
L_5 = NetworkManager_get_IsServer_m3FF8C5D22D260033AD3FC6C4AF44E7161BDD7F52(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var targetClient in NetworkManager.Singleton.ConnectedClientsList)
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_il2cpp_TypeInfo_var);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_6;
|
|
L_6 = NetworkManager_get_Singleton_m0F86FB1D52C8EDB866101D9CAE0CAA1D7DAE2266_inline(NULL);
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = NetworkManager_get_ConnectedClientsList_mA7F66C446F46012C187EB6C41FB399C511E6EDC9(L_6, NULL);
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_8;
|
|
L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<Unity.Netcode.NetworkClient>::GetEnumerator() */, IEnumerable_1_t0D7218F0DC5E17555FA54256075C4DEAE4B73450_il2cpp_TypeInfo_var, L_7);
|
|
V_0 = L_8;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_005a:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_9 = V_0;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_10);
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0050_1;
|
|
}
|
|
|
|
IL_003d_1:
|
|
{
|
|
// foreach (var targetClient in NetworkManager.Singleton.ConnectedClientsList)
|
|
RuntimeObject* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_12;
|
|
L_12 = InterfaceFuncInvoker0< NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<Unity.Netcode.NetworkClient>::get_Current() */, IEnumerator_1_t9F8C0C6332727DDF63C389AC074D96B4E710BE72_il2cpp_TypeInfo_var, L_11);
|
|
V_1 = L_12;
|
|
// SendQueued(targetClient.ClientId);
|
|
NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
uint64_t L_14 = L_13->___ClientId_4;
|
|
UNetTransport_SendQueued_mAE5434E329C5ED83943167B2E5F2EED18E7FABAA(__this, L_14, NULL);
|
|
}
|
|
|
|
IL_0050_1:
|
|
{
|
|
// foreach (var targetClient in NetworkManager.Singleton.ConnectedClientsList)
|
|
RuntimeObject* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
bool L_16;
|
|
L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_15);
|
|
if (L_16)
|
|
{
|
|
goto IL_003d_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// SendQueued(NetworkManager.Singleton.LocalClientId);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_il2cpp_TypeInfo_var);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_17;
|
|
L_17 = NetworkManager_get_Singleton_m0F86FB1D52C8EDB866101D9CAE0CAA1D7DAE2266_inline(NULL);
|
|
NullCheck(L_17);
|
|
uint64_t L_18;
|
|
L_18 = NetworkManager_get_LocalClientId_m1B93454E7949ACBF20043DCDD884F63E119E6577(L_17, NULL);
|
|
UNetTransport_SendQueued_mAE5434E329C5ED83943167B2E5F2EED18E7FABAA(__this, L_18, NULL);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UNET.UNetTransport::Send(System.UInt64,System.ArraySegment`1<System.Byte>,Unity.Netcode.NetworkDelivery)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UNetTransport_Send_m4C7588596E538BA0A9A22E19184B5B44A8480D11 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, uint64_t ___0_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___1_payload, int32_t ___2_networkDelivery, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_get_Array_m85F374406C1E34FDEFA7F160336A247891AF8105_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_get_Offset_m28FEFF65E8FA9A92DF84966071346BFD426CC3AA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0x0;
|
|
uint16_t V_1 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
RuntimeObject* V_4 = NULL;
|
|
uint8_t V_5 = 0x0;
|
|
uint8_t V_6 = 0x0;
|
|
{
|
|
// GetUNetConnectionDetails(clientId, out byte hostId, out ushort connectionId);
|
|
uint64_t L_0 = ___0_clientId;
|
|
UNetTransport_GetUNetConnectionDetails_m90DED60407712B004DAB13A12A663B4CBDBE3F25(__this, L_0, (&V_0), (&V_1), NULL);
|
|
// if (payload.Offset > 0)
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
int32_t L_1;
|
|
L_1 = ArraySegment_1_get_Offset_m28FEFF65E8FA9A92DF84966071346BFD426CC3AA_inline((&___1_payload), ArraySegment_1_get_Offset_m28FEFF65E8FA9A92DF84966071346BFD426CC3AA_RuntimeMethod_var);
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
// if (m_MessageBuffer.Length >= payload.Count)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___m_MessageBuffer_18;
|
|
NullCheck(L_2);
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___1_payload), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))) < ((int32_t)L_3)))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
// buffer = m_MessageBuffer;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___m_MessageBuffer_18;
|
|
V_2 = L_4;
|
|
goto IL_007f;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// if (m_TemporaryBufferReference != null && ((bufferRef = m_TemporaryBufferReference.Target) != null) && ((byte[])bufferRef).Length >= payload.Count)
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_5 = __this->___m_TemporaryBufferReference_19;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_6 = __this->___m_TemporaryBufferReference_19;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_6);
|
|
RuntimeObject* L_8 = L_7;
|
|
V_4 = L_8;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_9 = V_4;
|
|
NullCheck(((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_9, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)));
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
int32_t L_10;
|
|
L_10 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___1_payload), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_9, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)))->max_length))) < ((int32_t)L_10)))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
// buffer = (byte[])bufferRef;
|
|
RuntimeObject* L_11 = V_4;
|
|
V_2 = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_11, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var));
|
|
goto IL_007f;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
// buffer = new byte[payload.Count];
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
int32_t L_12;
|
|
L_12 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___1_payload), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_12);
|
|
V_2 = L_13;
|
|
// m_TemporaryBufferReference = new WeakReference(buffer);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = V_2;
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_15 = (WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E*)il2cpp_codegen_object_new(WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_15);
|
|
WeakReference__ctor_m5F9E2F970CD85965A003C0B37ABDBFAA1F5CF241(L_15, (RuntimeObject*)L_14, NULL);
|
|
__this->___m_TemporaryBufferReference_19 = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TemporaryBufferReference_19), (void*)L_15);
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// Buffer.BlockCopy(payload.Array, payload.Offset, buffer, 0, payload.Count);
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16;
|
|
L_16 = ArraySegment_1_get_Array_m85F374406C1E34FDEFA7F160336A247891AF8105_inline((&___1_payload), ArraySegment_1_get_Array_m85F374406C1E34FDEFA7F160336A247891AF8105_RuntimeMethod_var);
|
|
int32_t L_17;
|
|
L_17 = ArraySegment_1_get_Offset_m28FEFF65E8FA9A92DF84966071346BFD426CC3AA_inline((&___1_payload), ArraySegment_1_get_Offset_m28FEFF65E8FA9A92DF84966071346BFD426CC3AA_RuntimeMethod_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2;
|
|
int32_t L_19;
|
|
L_19 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___1_payload), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_16, L_17, (RuntimeArray*)L_18, 0, L_19, NULL);
|
|
goto IL_00a5;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
// buffer = payload.Array;
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20;
|
|
L_20 = ArraySegment_1_get_Array_m85F374406C1E34FDEFA7F160336A247891AF8105_inline((&___1_payload), ArraySegment_1_get_Array_m85F374406C1E34FDEFA7F160336A247891AF8105_RuntimeMethod_var);
|
|
V_2 = L_20;
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
// int channelId = -1;
|
|
V_3 = (-1);
|
|
int32_t L_21 = ___2_networkDelivery;
|
|
switch (L_21)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_00e7;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ee;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
// channelId = m_UnreliableChannelId;
|
|
int32_t L_22 = __this->___m_UnreliableChannelId_6;
|
|
V_3 = L_22;
|
|
// break;
|
|
goto IL_00ee;
|
|
}
|
|
|
|
IL_00cc:
|
|
{
|
|
// channelId = m_UnreliableSequencedChannelId;
|
|
int32_t L_23 = __this->___m_UnreliableSequencedChannelId_7;
|
|
V_3 = L_23;
|
|
// break;
|
|
goto IL_00ee;
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
// channelId = m_ReliableChannelId;
|
|
int32_t L_24 = __this->___m_ReliableChannelId_8;
|
|
V_3 = L_24;
|
|
// break;
|
|
goto IL_00ee;
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
// channelId = m_ReliableSequencedChannelId;
|
|
int32_t L_25 = __this->___m_ReliableSequencedChannelId_9;
|
|
V_3 = L_25;
|
|
// break;
|
|
goto IL_00ee;
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
// channelId = m_ReliableFragmentedSequencedChannelId;
|
|
int32_t L_26 = __this->___m_ReliableFragmentedSequencedChannelId_10;
|
|
V_3 = L_26;
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
// if (MessageSendMode == SendMode.Queued)
|
|
int32_t L_27 = __this->___MessageSendMode_17;
|
|
if ((!(((uint32_t)L_27) == ((uint32_t)1))))
|
|
{
|
|
goto IL_010b;
|
|
}
|
|
}
|
|
{
|
|
// UnityEngine.Networking.NetworkTransport.QueueMessageForSending(hostId, connectionId, channelId, buffer, payload.Count, out byte error);
|
|
uint8_t L_28 = V_0;
|
|
uint16_t L_29 = V_1;
|
|
int32_t L_30 = V_3;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
int32_t L_32;
|
|
L_32 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___1_payload), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
bool L_33;
|
|
L_33 = NetworkTransport_QueueMessageForSending_mBCFD4B1C14BA55D53E8C4F5928E4182C1FC38B5F(L_28, L_29, L_30, L_31, L_32, (&V_5), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_010b:
|
|
{
|
|
// UnityEngine.Networking.NetworkTransport.Send(hostId, connectionId, channelId, buffer, payload.Count, out byte error);
|
|
uint8_t L_34 = V_0;
|
|
uint16_t L_35 = V_1;
|
|
int32_t L_36 = V_3;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093_il2cpp_TypeInfo_var);
|
|
int32_t L_38;
|
|
L_38 = ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_inline((&___1_payload), ArraySegment_1_get_Count_m7B026228B16D905890B805EA70E9114D1517B053_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
bool L_39;
|
|
L_39 = NetworkTransport_Send_m58F29B19199882D9D8053858C265380DCF292855(L_34, L_35, L_36, L_37, L_38, (&V_6), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UNET.UNetTransport::SendQueued(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UNetTransport_SendQueued_mAE5434E329C5ED83943167B2E5F2EED18E7FABAA (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, uint64_t ___0_clientId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0x0;
|
|
uint16_t V_1 = 0;
|
|
uint8_t V_2 = 0x0;
|
|
{
|
|
// GetUNetConnectionDetails(clientId, out byte hostId, out ushort connectionId);
|
|
uint64_t L_0 = ___0_clientId;
|
|
UNetTransport_GetUNetConnectionDetails_m90DED60407712B004DAB13A12A663B4CBDBE3F25(__this, L_0, (&V_0), (&V_1), NULL);
|
|
// UnityEngine.Networking.NetworkTransport.SendQueuedMessages(hostId, connectionId, out _);
|
|
uint8_t L_1 = V_0;
|
|
uint16_t L_2 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = NetworkTransport_SendQueuedMessages_mB66F1C5C0101405B87D5258D3FC75900F456C76E(L_1, L_2, (&V_2), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// Unity.Netcode.NetworkEvent Unity.Netcode.Transports.UNET.UNetTransport::PollEvent(System.UInt64&,System.ArraySegment`1<System.Byte>&,System.Single&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UNetTransport_PollEvent_m2B3B3E3EFB0B448552244173F8C036C26EF49AF9 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, uint64_t* ___0_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093* ___1_payload, float* ___2_receiveTime, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
uint8_t V_4 = 0x0;
|
|
int32_t V_5 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_6 = NULL;
|
|
uint8_t G_B7_0 = 0x0;
|
|
uint8_t G_B1_0 = 0x0;
|
|
uint8_t G_B5_0 = 0x0;
|
|
uint8_t G_B2_0 = 0x0;
|
|
uint8_t G_B3_0 = 0x0;
|
|
uint8_t G_B4_0 = 0x0;
|
|
uint8_t G_B6_0 = 0x0;
|
|
uint8_t G_B8_0 = 0x0;
|
|
{
|
|
// var eventType = UnityEngine.Networking.NetworkTransport.Receive(out int hostId, out int connectionId, out _, m_MessageBuffer, m_MessageBuffer.Length, out int receivedSize, out byte error);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___m_MessageBuffer_18;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___m_MessageBuffer_18;
|
|
NullCheck(L_1);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
int32_t L_2;
|
|
L_2 = NetworkTransport_Receive_mB4ED3D95EAE1EFC83A28F78D49E03565F353CB74((&V_1), (&V_2), (&V_5), L_0, ((int32_t)(((RuntimeArray*)L_1)->max_length)), (&V_3), (&V_4), NULL);
|
|
V_0 = L_2;
|
|
// clientId = GetNetcodeClientId((byte)hostId, (ushort)connectionId, false);
|
|
uint64_t* L_3 = ___0_clientId;
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = V_2;
|
|
uint64_t L_6;
|
|
L_6 = UNetTransport_GetNetcodeClientId_m5DCF7E11C678B0C4832A16A064F1110E91CE6E71(__this, (uint8_t)((int32_t)(uint8_t)L_4), (uint16_t)((int32_t)(uint16_t)L_5), (bool)0, NULL);
|
|
*((int64_t*)L_3) = (int64_t)L_6;
|
|
// receiveTime = NetworkManager.RealTimeProvider.RealTimeSinceStartup;
|
|
float* L_7 = ___2_receiveTime;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_8 = __this->___NetworkManager_22;
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_9;
|
|
L_9 = NetworkManager_get_RealTimeProvider_mAF8EEDE4C46E0478801F0ABCFF5410F762FAF8BE_inline(L_8, NULL);
|
|
NullCheck(L_9);
|
|
float L_10;
|
|
L_10 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single Unity.Netcode.IRealTimeProvider::get_RealTimeSinceStartup() */, IRealTimeProvider_tC07CE9B2635CCAC97C12E223B7175A92BF89522D_il2cpp_TypeInfo_var, L_9);
|
|
*((float*)L_7) = (float)L_10;
|
|
// var networkError = (NetworkError)error;
|
|
uint8_t L_11 = V_4;
|
|
// if (networkError == NetworkError.MessageToLong)
|
|
uint8_t L_12 = L_11;
|
|
G_B1_0 = L_12;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)7))))
|
|
{
|
|
G_B7_0 = L_12;
|
|
goto IL_00bd;
|
|
}
|
|
}
|
|
{
|
|
// if (m_TemporaryBufferReference != null && m_TemporaryBufferReference.IsAlive && ((byte[])m_TemporaryBufferReference.Target).Length >= receivedSize)
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_13 = __this->___m_TemporaryBufferReference_19;
|
|
G_B2_0 = G_B1_0;
|
|
if (!L_13)
|
|
{
|
|
G_B5_0 = G_B1_0;
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_14 = __this->___m_TemporaryBufferReference_19;
|
|
NullCheck(L_14);
|
|
bool L_15;
|
|
L_15 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.WeakReference::get_IsAlive() */, L_14);
|
|
G_B3_0 = G_B2_0;
|
|
if (!L_15)
|
|
{
|
|
G_B5_0 = G_B2_0;
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_16 = __this->___m_TemporaryBufferReference_19;
|
|
NullCheck(L_16);
|
|
RuntimeObject* L_17;
|
|
L_17 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_16);
|
|
NullCheck(((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_17, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)));
|
|
int32_t L_18 = V_3;
|
|
G_B4_0 = G_B3_0;
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_17, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)))->max_length))) < ((int32_t)L_18)))
|
|
{
|
|
G_B5_0 = G_B3_0;
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
// tempBuffer = (byte[])m_TemporaryBufferReference.Target;
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_19 = __this->___m_TemporaryBufferReference_19;
|
|
NullCheck(L_19);
|
|
RuntimeObject* L_20;
|
|
L_20 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_19);
|
|
V_6 = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_20, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var));
|
|
G_B6_0 = G_B4_0;
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
// tempBuffer = new byte[receivedSize];
|
|
int32_t L_21 = V_3;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_21);
|
|
V_6 = L_22;
|
|
// m_TemporaryBufferReference = new WeakReference(tempBuffer);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = V_6;
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_24 = (WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E*)il2cpp_codegen_object_new(WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_24);
|
|
WeakReference__ctor_m5F9E2F970CD85965A003C0B37ABDBFAA1F5CF241(L_24, (RuntimeObject*)L_23, NULL);
|
|
__this->___m_TemporaryBufferReference_19 = L_24;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TemporaryBufferReference_19), (void*)L_24);
|
|
G_B6_0 = G_B5_0;
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
// eventType = UnityEngine.Networking.NetworkTransport.Receive(out hostId, out connectionId, out _, tempBuffer, tempBuffer.Length, out receivedSize, out error);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = V_6;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = V_6;
|
|
NullCheck(L_26);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
int32_t L_27;
|
|
L_27 = NetworkTransport_Receive_mB4ED3D95EAE1EFC83A28F78D49E03565F353CB74((&V_1), (&V_2), (&V_5), L_25, ((int32_t)(((RuntimeArray*)L_26)->max_length)), (&V_3), (&V_4), NULL);
|
|
V_0 = L_27;
|
|
// payload = new ArraySegment<byte>(tempBuffer, 0, receivedSize);
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093* L_28 = ___1_payload;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = V_6;
|
|
int32_t L_30 = V_3;
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_31;
|
|
memset((&L_31), 0, sizeof(L_31));
|
|
ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20((&L_31), L_29, 0, L_30, /*hidden argument*/ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20_RuntimeMethod_var);
|
|
*(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093*)L_28 = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093*)L_28)->____array_1), (void*)NULL);
|
|
G_B8_0 = G_B6_0;
|
|
goto IL_00d0;
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
// payload = new ArraySegment<byte>(m_MessageBuffer, 0, receivedSize);
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093* L_32 = ___1_payload;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = __this->___m_MessageBuffer_18;
|
|
int32_t L_34 = V_3;
|
|
ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 L_35;
|
|
memset((&L_35), 0, sizeof(L_35));
|
|
ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20((&L_35), L_33, 0, L_34, /*hidden argument*/ArraySegment_1__ctor_m664EA6AD314FAA6BCA4F6D0586AEF01559537F20_RuntimeMethod_var);
|
|
*(ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093*)L_32 = L_35;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093*)L_32)->____array_1), (void*)NULL);
|
|
G_B8_0 = G_B7_0;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
// if (networkError == NetworkError.Timeout)
|
|
if ((!(((uint32_t)G_B8_0) == ((uint32_t)6))))
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
// eventType = NetworkEventType.DisconnectEvent;
|
|
V_0 = 2;
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
int32_t L_36 = V_0;
|
|
switch (L_36)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
// return NetworkEvent.Data;
|
|
return (int32_t)(0);
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
// return NetworkEvent.Connect;
|
|
return (int32_t)(1);
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
// return NetworkEvent.Disconnect;
|
|
return (int32_t)(2);
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
// return NetworkEvent.Nothing;
|
|
return (int32_t)(4);
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UNET.UNetTransport::StartClient()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UNetTransport_StartClient_m7D430B310E7E678616409CBD9DC7A62B1730471C (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0x0;
|
|
{
|
|
// m_ServerHostId = UnityEngine.Networking.NetworkTransport.AddHost(new HostTopology(GetConfig(), 1), 0, null);
|
|
ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* L_0;
|
|
L_0 = UNetTransport_GetConfig_mB660650490F62C46550B3E4C967DC53813193B64(__this, NULL);
|
|
HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F* L_1 = (HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F*)il2cpp_codegen_object_new(HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
HostTopology__ctor_mC7A4302FD60DCD0207953FE6EA520B29ABDDCF13(L_1, L_0, 1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
int32_t L_2;
|
|
L_2 = NetworkTransport_AddHost_m2C18DF965A03542887B43E391DC153A0CB44F33C(L_1, 0, (String_t*)NULL, NULL);
|
|
__this->___m_ServerHostId_21 = L_2;
|
|
// m_ServerConnectionId = UnityEngine.Networking.NetworkTransport.Connect(m_ServerHostId, ConnectAddress, GetConnectPort(), 0, out byte error);
|
|
int32_t L_3 = __this->___m_ServerHostId_21;
|
|
String_t* L_4 = __this->___ConnectAddress_14;
|
|
int32_t L_5;
|
|
L_5 = UNetTransport_GetConnectPort_m621A665B7E2A28343AE5F63ECF7A8F366BCD8A46(__this, NULL);
|
|
int32_t L_6;
|
|
L_6 = NetworkTransport_Connect_mF7BC9C0E04D5D5D6763128FAB3F51FD5CF62BDEC(L_3, L_4, L_5, 0, (&V_0), NULL);
|
|
__this->___m_ServerConnectionId_20 = L_6;
|
|
// return (NetworkError)error == NetworkError.Ok;
|
|
uint8_t L_7 = V_0;
|
|
return (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean Unity.Netcode.Transports.UNET.UNetTransport::StartServer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UNetTransport_StartServer_mA835EB4590F0F107C20EADFB3B6A9816D6BEF7F9 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F* V_0 = NULL;
|
|
{
|
|
// var topology = new HostTopology(GetConfig(), MaxConnections);
|
|
ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* L_0;
|
|
L_0 = UNetTransport_GetConfig_mB660650490F62C46550B3E4C967DC53813193B64(__this, NULL);
|
|
int32_t L_1 = __this->___MaxConnections_12;
|
|
HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F* L_2 = (HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F*)il2cpp_codegen_object_new(HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
HostTopology__ctor_mC7A4302FD60DCD0207953FE6EA520B29ABDDCF13(L_2, L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
// return -1 != UnityEngine.Networking.NetworkTransport.AddHost(topology, GetServerListenPort(), null);
|
|
HostTopology_t42F8AAE9D1D67C150A71CF2B38F7E6163759514F* L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = UNetTransport_GetServerListenPort_m24D5C37B28FC3073599E0356B585E341BB2B3C83(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
int32_t L_5;
|
|
L_5 = NetworkTransport_AddHost_m2C18DF965A03542887B43E391DC153A0CB44F33C(L_3, L_4, (String_t*)NULL, NULL);
|
|
return (bool)((((int32_t)((((int32_t)(-1)) == ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UNET.UNetTransport::DisconnectRemoteClient(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UNetTransport_DisconnectRemoteClient_m6BF77B6EE4222030BEB84EE397A10C6364258DE0 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, uint64_t ___0_clientId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0x0;
|
|
uint16_t V_1 = 0;
|
|
uint8_t V_2 = 0x0;
|
|
{
|
|
// GetUNetConnectionDetails(clientId, out byte hostId, out ushort connectionId);
|
|
uint64_t L_0 = ___0_clientId;
|
|
UNetTransport_GetUNetConnectionDetails_m90DED60407712B004DAB13A12A663B4CBDBE3F25(__this, L_0, (&V_0), (&V_1), NULL);
|
|
// UnityEngine.Networking.NetworkTransport.Disconnect(hostId, connectionId, out byte error);
|
|
uint8_t L_1 = V_0;
|
|
uint16_t L_2 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = NetworkTransport_Disconnect_m8E51494D2734381CA06AF22578A8EE5B8E6A5F20(L_1, L_2, (&V_2), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UNET.UNetTransport::DisconnectLocalClient()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UNetTransport_DisconnectLocalClient_mC6DD90DD7A10B23BA6AF74DC6CAF10F6A079ECBC (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0x0;
|
|
{
|
|
// UnityEngine.Networking.NetworkTransport.Disconnect(m_ServerHostId, m_ServerConnectionId, out byte error);
|
|
int32_t L_0 = __this->___m_ServerHostId_21;
|
|
int32_t L_1 = __this->___m_ServerConnectionId_20;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = NetworkTransport_Disconnect_m8E51494D2734381CA06AF22578A8EE5B8E6A5F20(L_0, L_1, (&V_0), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt64 Unity.Netcode.Transports.UNET.UNetTransport::GetCurrentRtt(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UNetTransport_GetCurrentRtt_m2B1E15B3E50EB2428605CCBB66F3BEFA0715B9DD (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, uint64_t ___0_clientId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0x0;
|
|
uint16_t V_1 = 0;
|
|
uint8_t V_2 = 0x0;
|
|
{
|
|
// GetUNetConnectionDetails(clientId, out byte hostId, out ushort connectionId);
|
|
uint64_t L_0 = ___0_clientId;
|
|
UNetTransport_GetUNetConnectionDetails_m90DED60407712B004DAB13A12A663B4CBDBE3F25(__this, L_0, (&V_0), (&V_1), NULL);
|
|
// return (ulong)UnityEngine.Networking.NetworkTransport.GetCurrentRTT(hostId, connectionId, out byte error);
|
|
uint8_t L_1 = V_0;
|
|
uint16_t L_2 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = NetworkTransport_GetCurrentRTT_mB6407834EF7EF2DE689EFF0CB276825A51C3E10D(L_1, L_2, (&V_2), NULL);
|
|
return ((int64_t)L_3);
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UNET.UNetTransport::Shutdown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UNetTransport_Shutdown_m7FF84172B99ED983BF242F5BF2CBDC6EF1B5104A (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// UnityEngine.Networking.NetworkTransport.Shutdown();
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
NetworkTransport_Shutdown_mBC882DF0C55BA635D3E0281F95D9BFC2F9FE1996(NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UNET.UNetTransport::Initialize(Unity.Netcode.NetworkManager)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UNetTransport_Initialize_m4FFEE72C84D864C2D8DB8C6F73A01713CDAAC265 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___0_networkManager, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// NetworkManager = networkManager;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = ___0_networkManager;
|
|
__this->___NetworkManager_22 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___NetworkManager_22), (void*)L_0);
|
|
// m_MessageBuffer = new byte[MessageBufferSize];
|
|
int32_t L_1 = __this->___MessageBufferSize_11;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_1);
|
|
__this->___m_MessageBuffer_18 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MessageBuffer_18), (void*)L_2);
|
|
// UnityEngine.Networking.NetworkTransport.Init();
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkTransport_t71D9824074F9F4D84E53B2AD28B990EBDE5AE3D4_il2cpp_TypeInfo_var);
|
|
NetworkTransport_Init_m0ADB18EAE22E2B2AFD8183ED3A3EE71A6020B0BE(NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt64 Unity.Netcode.Transports.UNET.UNetTransport::GetNetcodeClientId(System.Byte,System.UInt16,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UNetTransport_GetNetcodeClientId_m5DCF7E11C678B0C4832A16A064F1110E91CE6E71 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, uint8_t ___0_hostId, uint16_t ___1_connectionId, bool ___2_isServer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (isServer)
|
|
bool L_0 = ___2_isServer;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return 0;
|
|
return ((int64_t)0);
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// return (connectionId | (ulong)hostId << 16) + 1;
|
|
uint16_t L_1 = ___1_connectionId;
|
|
uint8_t L_2 = ___0_hostId;
|
|
return ((int64_t)il2cpp_codegen_add(((int64_t)(((int64_t)(uint64_t)L_1)|((int64_t)(((int64_t)(uint64_t)L_2)<<((int32_t)16))))), ((int64_t)1)));
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UNET.UNetTransport::GetUNetConnectionDetails(System.UInt64,System.Byte&,System.UInt16&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UNetTransport_GetUNetConnectionDetails_m90DED60407712B004DAB13A12A663B4CBDBE3F25 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, uint64_t ___0_clientId, uint8_t* ___1_hostId, uint16_t* ___2_connectionId, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (clientId == 0)
|
|
uint64_t L_0 = ___0_clientId;
|
|
if (L_0)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// hostId = (byte)m_ServerHostId;
|
|
uint8_t* L_1 = ___1_hostId;
|
|
int32_t L_2 = __this->___m_ServerHostId_21;
|
|
*((int8_t*)L_1) = (int8_t)((int32_t)(uint8_t)L_2);
|
|
// connectionId = (ushort)m_ServerConnectionId;
|
|
uint16_t* L_3 = ___2_connectionId;
|
|
int32_t L_4 = __this->___m_ServerConnectionId_20;
|
|
*((int16_t*)L_3) = (int16_t)((int32_t)(uint16_t)L_4);
|
|
return;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// hostId = (byte)((clientId - 1) >> 16);
|
|
uint8_t* L_5 = ___1_hostId;
|
|
uint64_t L_6 = ___0_clientId;
|
|
*((int8_t*)L_5) = (int8_t)((int32_t)(uint8_t)((int64_t)((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_6, ((int64_t)1)))>>((int32_t)16))));
|
|
// connectionId = (ushort)((clientId - 1));
|
|
uint16_t* L_7 = ___2_connectionId;
|
|
uint64_t L_8 = ___0_clientId;
|
|
*((int16_t*)L_7) = (int16_t)((int32_t)(uint16_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_8, ((int64_t)1))));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Networking.ConnectionConfig Unity.Netcode.Transports.UNET.UNetTransport::GetConfig()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* UNetTransport_GetConfig_mB660650490F62C46550B3E4C967DC53813193B64 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* V_0 = NULL;
|
|
{
|
|
// var connectionConfig = new ConnectionConfig();
|
|
ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* L_0 = (ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60*)il2cpp_codegen_object_new(ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ConnectionConfig__ctor_mF6E6BBCAC0C41237A0A26FC3BDA8C882AC627113(L_0, NULL);
|
|
V_0 = L_0;
|
|
// m_UnreliableChannelId = connectionConfig.AddChannel(QosType.Unreliable);
|
|
ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
uint8_t L_2;
|
|
L_2 = ConnectionConfig_AddChannel_m8272FB8322A2D4E18F56FC4FDCCACB043851C11E(L_1, 0, NULL);
|
|
__this->___m_UnreliableChannelId_6 = L_2;
|
|
// m_UnreliableSequencedChannelId = connectionConfig.AddChannel(QosType.UnreliableSequenced);
|
|
ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
uint8_t L_4;
|
|
L_4 = ConnectionConfig_AddChannel_m8272FB8322A2D4E18F56FC4FDCCACB043851C11E(L_3, 2, NULL);
|
|
__this->___m_UnreliableSequencedChannelId_7 = L_4;
|
|
// m_ReliableChannelId = connectionConfig.AddChannel(QosType.Reliable);
|
|
ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
uint8_t L_6;
|
|
L_6 = ConnectionConfig_AddChannel_m8272FB8322A2D4E18F56FC4FDCCACB043851C11E(L_5, 3, NULL);
|
|
__this->___m_ReliableChannelId_8 = L_6;
|
|
// m_ReliableSequencedChannelId = connectionConfig.AddChannel(QosType.ReliableSequenced);
|
|
ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
uint8_t L_8;
|
|
L_8 = ConnectionConfig_AddChannel_m8272FB8322A2D4E18F56FC4FDCCACB043851C11E(L_7, 5, NULL);
|
|
__this->___m_ReliableSequencedChannelId_9 = L_8;
|
|
// m_ReliableFragmentedSequencedChannelId = connectionConfig.AddChannel(QosType.ReliableFragmentedSequenced);
|
|
ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
uint8_t L_10;
|
|
L_10 = ConnectionConfig_AddChannel_m8272FB8322A2D4E18F56FC4FDCCACB043851C11E(L_9, ((int32_t)10), NULL);
|
|
__this->___m_ReliableFragmentedSequencedChannelId_10 = L_10;
|
|
// connectionConfig.MaxSentMessageQueueSize = (ushort)MaxSentMessageQueueSize;
|
|
ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* L_11 = V_0;
|
|
int32_t L_12 = __this->___MaxSentMessageQueueSize_13;
|
|
NullCheck(L_11);
|
|
ConnectionConfig_set_MaxSentMessageQueueSize_m4EF0FBEF7C0BF9A3D28BE8577B7AA449522EDEE7(L_11, (uint16_t)((int32_t)(uint16_t)L_12), NULL);
|
|
// return connectionConfig;
|
|
ConnectionConfig_t969B00662A379715B813EDFD15D8EFAE7DA50E60* L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::GetConnectPort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UNetTransport_GetConnectPort_m621A665B7E2A28343AE5F63ECF7A8F366BCD8A46 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Override_1_get_Overidden_m44CE35969015524CEF08DCA3B8FE49448A423F46_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Override_1_get_Value_mFD2533C25D01DC70CB9F05421D5622EEF19F4EC0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (NetworkManager && NetworkManager.PortOverride.Overidden)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = __this->___NetworkManager_22;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2 = __this->___NetworkManager_22;
|
|
NullCheck(L_2);
|
|
Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6* L_3 = (Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6*)(&L_2->___PortOverride_33);
|
|
bool L_4;
|
|
L_4 = Override_1_get_Overidden_m44CE35969015524CEF08DCA3B8FE49448A423F46_inline(L_3, Override_1_get_Overidden_m44CE35969015524CEF08DCA3B8FE49448A423F46_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// return NetworkManager.PortOverride.Value;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_5 = __this->___NetworkManager_22;
|
|
NullCheck(L_5);
|
|
Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6* L_6 = (Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6*)(&L_5->___PortOverride_33);
|
|
uint16_t L_7;
|
|
L_7 = Override_1_get_Value_mFD2533C25D01DC70CB9F05421D5622EEF19F4EC0(L_6, Override_1_get_Value_mFD2533C25D01DC70CB9F05421D5622EEF19F4EC0_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// return ConnectPort;
|
|
int32_t L_8 = __this->___ConnectPort_15;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Int32 Unity.Netcode.Transports.UNET.UNetTransport::GetServerListenPort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UNetTransport_GetServerListenPort_m24D5C37B28FC3073599E0356B585E341BB2B3C83 (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Override_1_get_Overidden_m44CE35969015524CEF08DCA3B8FE49448A423F46_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Override_1_get_Value_mFD2533C25D01DC70CB9F05421D5622EEF19F4EC0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (NetworkManager && NetworkManager.PortOverride.Overidden)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = __this->___NetworkManager_22;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2 = __this->___NetworkManager_22;
|
|
NullCheck(L_2);
|
|
Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6* L_3 = (Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6*)(&L_2->___PortOverride_33);
|
|
bool L_4;
|
|
L_4 = Override_1_get_Overidden_m44CE35969015524CEF08DCA3B8FE49448A423F46_inline(L_3, Override_1_get_Overidden_m44CE35969015524CEF08DCA3B8FE49448A423F46_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// return NetworkManager.PortOverride.Value;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_5 = __this->___NetworkManager_22;
|
|
NullCheck(L_5);
|
|
Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6* L_6 = (Override_1_tC50588F2091AF16B0931A185E37A0BABA586D1A6*)(&L_5->___PortOverride_33);
|
|
uint16_t L_7;
|
|
L_7 = Override_1_get_Value_mFD2533C25D01DC70CB9F05421D5622EEF19F4EC0(L_6, Override_1_get_Value_mFD2533C25D01DC70CB9F05421D5622EEF19F4EC0_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// return ServerListenPort;
|
|
int32_t L_8 = __this->___ServerListenPort_16;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Void Unity.Netcode.Transports.UNET.UNetTransport::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UNetTransport__ctor_mF3B67C172CE0E35FB1BE70D11129B3B6C2A1447A (UNetTransport_tD730B547BE9F02C1EE84782C11DE52E996A9E68A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public int MessageBufferSize = 1024 * 5;
|
|
__this->___MessageBufferSize_11 = ((int32_t)5120);
|
|
// public int MaxConnections = 100;
|
|
__this->___MaxConnections_12 = ((int32_t)100);
|
|
// public int MaxSentMessageQueueSize = 128;
|
|
__this->___MaxSentMessageQueueSize_13 = ((int32_t)128);
|
|
// public string ConnectAddress = "127.0.0.1";
|
|
__this->___ConnectAddress_14 = _stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ConnectAddress_14), (void*)_stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE);
|
|
// public int ConnectPort = 7777;
|
|
__this->___ConnectPort_15 = ((int32_t)7777);
|
|
// public int ServerListenPort = 7777;
|
|
__this->___ServerListenPort_16 = ((int32_t)7777);
|
|
NetworkTransport__ctor_m4539E8F121DB9DFB42D7B63EC51A14FB1C7738AF(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void __GEN.INetworkMessageHelper::InitializeMessages()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void INetworkMessageHelper_InitializeMessages_mC8D9FD3FD698AC0556EECDBDAB4D5B5DD0FA9440 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnticipationCounterSyncPongMessage_t09E01EDA2B4C82FDCC2AB10BE4F14B14B4BE561F_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientConnectedMessage_tADCD93468AB0DC7530616900F85D58E57EC3C46E_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientDisconnectedMessage_t0C8722005B5EC57AF31E4400B5D754172EC06AF5_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientRpcMessage_t87E63B082294B32DCA108CF613AC130A54F35793_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionApprovedMessage_t250E9A4D6270086FBF6335EC55E336A6D6FFAA58_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionRequestMessage_tB06FE3CD0016BEBC930EE84D68A99F55FD782876_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisconnectReasonMessage_t9E24670899D700D426010C5987CA051C92E07BC4_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamedMessage_t9F7A03E65A493463A4DE58EC08A5572A08DBDE93_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisAnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440_mA93E40F5932C4904B4F6072716429E512E13FC20_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisAnticipationCounterSyncPongMessage_t09E01EDA2B4C82FDCC2AB10BE4F14B14B4BE561F_m7ADFD460245BD1CF0312DDA7E232185CD97A98BB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103_m109311E9C1271CCBB9D0BE60D241CDDF3638D09A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisClientConnectedMessage_tADCD93468AB0DC7530616900F85D58E57EC3C46E_mC37333C9B2C1B025D44A4A0BF4ADADE047C45629_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisClientDisconnectedMessage_t0C8722005B5EC57AF31E4400B5D754172EC06AF5_m2EEB54385993D357FE82F2EF2040920288E39BE2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisClientRpcMessage_t87E63B082294B32DCA108CF613AC130A54F35793_mB916B0757D00F9E9EF7BD967C93CD5EE8E03C4AA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisConnectionApprovedMessage_t250E9A4D6270086FBF6335EC55E336A6D6FFAA58_mD7D962A3C674F53E72D853CD3BE2E2744E291166_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisConnectionRequestMessage_tB06FE3CD0016BEBC930EE84D68A99F55FD782876_m0FC1DC3937653EC4905C335F32F28079352CCC72_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisCreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_mB34377022551AD9570B77F974D6199E6A96235BA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisDestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_m02D23D309EE51FDACEF45CA380092E2C62FA302E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisDisconnectReasonMessage_t9E24670899D700D426010C5987CA051C92E07BC4_mA3ECB71A0ABD64F6C283AEA24B262B4CA1A2FE13_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisNamedMessage_t9F7A03E65A493463A4DE58EC08A5572A08DBDE93_m4A2C2DD253CAF39F2FB17D43A56BAEA482DB9FA7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisNetworkVariableDeltaMessage_t40B8A55EB37D727A801A7B527AE80510913DB41A_m8EDC17CDEB76A36AAD7F1E2CD9F9240992C9D6E7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisParentSyncMessage_t48DA84CC941D4AF403632912F1F04052217102DD_m707D07C61DA35DFE26E7453A422C8C5C145EB758_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisProxyMessage_tF8FCA596585524136AA901CB4F80FB1EFBD09044_mC1939C703593988F441B068867E82726025427D6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisRpcMessage_t17348F9B6955A0235FF29AF289D7855D67AB0C15_m762BA9E3E2014A83C23853287DFCE76DE497D2EF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisSceneEventMessage_tE156E8C393F2398028771693E05519F01B391601_mD032FEAC205542EB51419D308699B3C03F2A8614_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisServerLogMessage_t45AF3BF04681628E36E6B5176B06EACA3543D52D_m8A04485267AC2CF64201B1D9A520479645399F46_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisServerRpcMessage_t95BF94F3ABD343A3C6166D36C81CCF42A3A4E3EB_m0E3D4389AC8D01446E468AF69EBE5E79ACF1517C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisTimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471_m75CCA9C78F6DCB4E13E849F6E203D116AD3BDD41_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_CreateMessageAndGetVersion_TisUnnamedMessage_t898AD6C7ED277D4C847E155D992D68ACFB256977_m56ADBAFE023912F24978AF20DE283DD68EAEF1B1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisAnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440_mB3783A8146A55282CA59CF32C1126E064DF7E0AF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisAnticipationCounterSyncPongMessage_t09E01EDA2B4C82FDCC2AB10BE4F14B14B4BE561F_mA27F84C669721E80C02C0642AB77509590AB5801_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103_m7C4C6E87B3CAE40C89046B9277DF988D9292ABD7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisClientConnectedMessage_tADCD93468AB0DC7530616900F85D58E57EC3C46E_m96337DC99C94A70E819C680E38E76148B20A78EB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisClientDisconnectedMessage_t0C8722005B5EC57AF31E4400B5D754172EC06AF5_m8E975506E51A42A15CF608C5659E31646B9B1734_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisClientRpcMessage_t87E63B082294B32DCA108CF613AC130A54F35793_m2575EFF5F987FDB3B07220FEA5B4C8A580B73140_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisConnectionApprovedMessage_t250E9A4D6270086FBF6335EC55E336A6D6FFAA58_m92E7B08C885CFACEEB7B44DB7EEE4280EEB43D55_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisConnectionRequestMessage_tB06FE3CD0016BEBC930EE84D68A99F55FD782876_m36FB50AD1D2816DC8973DC23012F5289C9C5A310_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisCreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_m81D47AA246A33533CBADAE8B5F183181E165AC28_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisDestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_m5390A987694559BF780CE7C1896A439F000D64E2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisDisconnectReasonMessage_t9E24670899D700D426010C5987CA051C92E07BC4_m2C9ED7D5A8900E3F4A2D06E5DD7E3513807BEC3F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisNamedMessage_t9F7A03E65A493463A4DE58EC08A5572A08DBDE93_m9D639A7D0421CBA5E7446307CDF53E6D6C22F73B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisNetworkVariableDeltaMessage_t40B8A55EB37D727A801A7B527AE80510913DB41A_m0ADF32663560A00AED405A88B3DF31F9347A66B2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisParentSyncMessage_t48DA84CC941D4AF403632912F1F04052217102DD_mBEEED3497C2E51200A718E4B5E5CEEE5DCB4135C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisProxyMessage_tF8FCA596585524136AA901CB4F80FB1EFBD09044_m0BEAD1F4D6D9AFE793E59B2D3C2E7D60BC542EFE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisRpcMessage_t17348F9B6955A0235FF29AF289D7855D67AB0C15_m56B3EB9D9D9F030552CF10D93572EB508EA41EAC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisSceneEventMessage_tE156E8C393F2398028771693E05519F01B391601_m2D24A683E641BE027AD2EDD25EF03A1B933425BD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisServerLogMessage_t45AF3BF04681628E36E6B5176B06EACA3543D52D_mF2A5B08F6DBD30FC499D1AD1E89363DA82A71BC2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisServerRpcMessage_t95BF94F3ABD343A3C6166D36C81CCF42A3A4E3EB_m573AB357B992A3DEEF3783B69C15129C6F5592B0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisTimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471_mFE12A161E7230307BB3E43A81E9A123FC4D05FA4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkMessageManager_ReceiveMessage_TisUnnamedMessage_t898AD6C7ED277D4C847E155D992D68ACFB256977_m61D4EDCE5DC9877E7EF0C19AA7BFC48674CB6DFD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkVariableDeltaMessage_t40B8A55EB37D727A801A7B527AE80510913DB41A_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParentSyncMessage_t48DA84CC941D4AF403632912F1F04052217102DD_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyMessage_tF8FCA596585524136AA901CB4F80FB1EFBD09044_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RpcMessage_t17348F9B6955A0235FF29AF289D7855D67AB0C15_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneEventMessage_tE156E8C393F2398028771693E05519F01B391601_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerLogMessage_t45AF3BF04681628E36E6B5176B06EACA3543D52D_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerRpcMessage_t95BF94F3ABD343A3C6166D36C81CCF42A3A4E3EB_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnnamedMessage_t898AD6C7ED277D4C847E155D992D68ACFB256977_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_17;
|
|
memset((&V_17), 0, sizeof(V_17));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_18;
|
|
memset((&V_18), 0, sizeof(V_18));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_19;
|
|
memset((&V_19), 0, sizeof(V_19));
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_0 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast<intptr_t> (DisconnectReasonMessage_t9E24670899D700D426010C5987CA051C92E07BC4_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_2;
|
|
L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL);
|
|
(&V_0)->___MessageType_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___MessageType_0), (void*)L_2);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_3 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_3, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisDisconnectReasonMessage_t9E24670899D700D426010C5987CA051C92E07BC4_m2C9ED7D5A8900E3F4A2D06E5DD7E3513807BEC3F_RuntimeMethod_var), NULL);
|
|
(&V_0)->___Handler_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___Handler_1), (void*)L_3);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_4 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_4, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisDisconnectReasonMessage_t9E24670899D700D426010C5987CA051C92E07BC4_mA3ECB71A0ABD64F6C283AEA24B262B4CA1A2FE13_RuntimeMethod_var), NULL);
|
|
(&V_0)->___GetVersion_2 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___GetVersion_2), (void*)L_4);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_5 = V_0;
|
|
NullCheck(L_0);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_0, L_5, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_6 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (AnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440_0_0_0_var) };
|
|
Type_t* L_8;
|
|
L_8 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_7, NULL);
|
|
(&V_1)->___MessageType_0 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___MessageType_0), (void*)L_8);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_9 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_9, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisAnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440_mB3783A8146A55282CA59CF32C1126E064DF7E0AF_RuntimeMethod_var), NULL);
|
|
(&V_1)->___Handler_1 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___Handler_1), (void*)L_9);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_10 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_10, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisAnticipationCounterSyncPingMessage_tE9C54BC0D4A4B72F5CEDB3D76A6B36CAE96D0440_mA93E40F5932C4904B4F6072716429E512E13FC20_RuntimeMethod_var), NULL);
|
|
(&V_1)->___GetVersion_2 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___GetVersion_2), (void*)L_10);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_11 = V_1;
|
|
NullCheck(L_6);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_6, L_11, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_12 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast<intptr_t> (AnticipationCounterSyncPongMessage_t09E01EDA2B4C82FDCC2AB10BE4F14B14B4BE561F_0_0_0_var) };
|
|
Type_t* L_14;
|
|
L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL);
|
|
(&V_2)->___MessageType_0 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___MessageType_0), (void*)L_14);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_15 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_15);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_15, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisAnticipationCounterSyncPongMessage_t09E01EDA2B4C82FDCC2AB10BE4F14B14B4BE561F_mA27F84C669721E80C02C0642AB77509590AB5801_RuntimeMethod_var), NULL);
|
|
(&V_2)->___Handler_1 = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___Handler_1), (void*)L_15);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_16 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_16, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisAnticipationCounterSyncPongMessage_t09E01EDA2B4C82FDCC2AB10BE4F14B14B4BE561F_m7ADFD460245BD1CF0312DDA7E232185CD97A98BB_RuntimeMethod_var), NULL);
|
|
(&V_2)->___GetVersion_2 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___GetVersion_2), (void*)L_16);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_17 = V_2;
|
|
NullCheck(L_12);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_12, L_17, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_18 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_3), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_19 = { reinterpret_cast<intptr_t> (ChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103_0_0_0_var) };
|
|
Type_t* L_20;
|
|
L_20 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_19, NULL);
|
|
(&V_3)->___MessageType_0 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___MessageType_0), (void*)L_20);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_21 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_21);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_21, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103_m7C4C6E87B3CAE40C89046B9277DF988D9292ABD7_RuntimeMethod_var), NULL);
|
|
(&V_3)->___Handler_1 = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___Handler_1), (void*)L_21);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_22 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_22);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_22, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisChangeOwnershipMessage_tEF19BE4B1928201B9861E869DBF93424F8AFC103_m109311E9C1271CCBB9D0BE60D241CDDF3638D09A_RuntimeMethod_var), NULL);
|
|
(&V_3)->___GetVersion_2 = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___GetVersion_2), (void*)L_22);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_23 = V_3;
|
|
NullCheck(L_18);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_18, L_23, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_24 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_4), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_25 = { reinterpret_cast<intptr_t> (ClientConnectedMessage_tADCD93468AB0DC7530616900F85D58E57EC3C46E_0_0_0_var) };
|
|
Type_t* L_26;
|
|
L_26 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_25, NULL);
|
|
(&V_4)->___MessageType_0 = L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_4)->___MessageType_0), (void*)L_26);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_27 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_27);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_27, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisClientConnectedMessage_tADCD93468AB0DC7530616900F85D58E57EC3C46E_m96337DC99C94A70E819C680E38E76148B20A78EB_RuntimeMethod_var), NULL);
|
|
(&V_4)->___Handler_1 = L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_4)->___Handler_1), (void*)L_27);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_28 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_28);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_28, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisClientConnectedMessage_tADCD93468AB0DC7530616900F85D58E57EC3C46E_mC37333C9B2C1B025D44A4A0BF4ADADE047C45629_RuntimeMethod_var), NULL);
|
|
(&V_4)->___GetVersion_2 = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_4)->___GetVersion_2), (void*)L_28);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_29 = V_4;
|
|
NullCheck(L_24);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_24, L_29, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_30 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_5), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_31 = { reinterpret_cast<intptr_t> (ClientDisconnectedMessage_t0C8722005B5EC57AF31E4400B5D754172EC06AF5_0_0_0_var) };
|
|
Type_t* L_32;
|
|
L_32 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_31, NULL);
|
|
(&V_5)->___MessageType_0 = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___MessageType_0), (void*)L_32);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_33 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_33);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_33, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisClientDisconnectedMessage_t0C8722005B5EC57AF31E4400B5D754172EC06AF5_m8E975506E51A42A15CF608C5659E31646B9B1734_RuntimeMethod_var), NULL);
|
|
(&V_5)->___Handler_1 = L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___Handler_1), (void*)L_33);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_34 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_34);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_34, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisClientDisconnectedMessage_t0C8722005B5EC57AF31E4400B5D754172EC06AF5_m2EEB54385993D357FE82F2EF2040920288E39BE2_RuntimeMethod_var), NULL);
|
|
(&V_5)->___GetVersion_2 = L_34;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___GetVersion_2), (void*)L_34);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_35 = V_5;
|
|
NullCheck(L_30);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_30, L_35, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_36 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_6), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_37 = { reinterpret_cast<intptr_t> (ConnectionApprovedMessage_t250E9A4D6270086FBF6335EC55E336A6D6FFAA58_0_0_0_var) };
|
|
Type_t* L_38;
|
|
L_38 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_37, NULL);
|
|
(&V_6)->___MessageType_0 = L_38;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___MessageType_0), (void*)L_38);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_39 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_39);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_39, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisConnectionApprovedMessage_t250E9A4D6270086FBF6335EC55E336A6D6FFAA58_m92E7B08C885CFACEEB7B44DB7EEE4280EEB43D55_RuntimeMethod_var), NULL);
|
|
(&V_6)->___Handler_1 = L_39;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___Handler_1), (void*)L_39);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_40 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_40);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_40, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisConnectionApprovedMessage_t250E9A4D6270086FBF6335EC55E336A6D6FFAA58_mD7D962A3C674F53E72D853CD3BE2E2744E291166_RuntimeMethod_var), NULL);
|
|
(&V_6)->___GetVersion_2 = L_40;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___GetVersion_2), (void*)L_40);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_41 = V_6;
|
|
NullCheck(L_36);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_36, L_41, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_42 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_7), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_43 = { reinterpret_cast<intptr_t> (ConnectionRequestMessage_tB06FE3CD0016BEBC930EE84D68A99F55FD782876_0_0_0_var) };
|
|
Type_t* L_44;
|
|
L_44 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_43, NULL);
|
|
(&V_7)->___MessageType_0 = L_44;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_7)->___MessageType_0), (void*)L_44);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_45 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_45);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_45, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisConnectionRequestMessage_tB06FE3CD0016BEBC930EE84D68A99F55FD782876_m36FB50AD1D2816DC8973DC23012F5289C9C5A310_RuntimeMethod_var), NULL);
|
|
(&V_7)->___Handler_1 = L_45;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_7)->___Handler_1), (void*)L_45);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_46 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_46);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_46, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisConnectionRequestMessage_tB06FE3CD0016BEBC930EE84D68A99F55FD782876_m0FC1DC3937653EC4905C335F32F28079352CCC72_RuntimeMethod_var), NULL);
|
|
(&V_7)->___GetVersion_2 = L_46;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_7)->___GetVersion_2), (void*)L_46);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_47 = V_7;
|
|
NullCheck(L_42);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_42, L_47, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_48 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_8), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_49 = { reinterpret_cast<intptr_t> (CreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_0_0_0_var) };
|
|
Type_t* L_50;
|
|
L_50 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_49, NULL);
|
|
(&V_8)->___MessageType_0 = L_50;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_8)->___MessageType_0), (void*)L_50);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_51 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_51);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_51, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisCreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_m81D47AA246A33533CBADAE8B5F183181E165AC28_RuntimeMethod_var), NULL);
|
|
(&V_8)->___Handler_1 = L_51;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_8)->___Handler_1), (void*)L_51);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_52 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_52);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_52, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisCreateObjectMessage_t9D7B225CE00565D52CC7BD9F6C23033CE8517792_mB34377022551AD9570B77F974D6199E6A96235BA_RuntimeMethod_var), NULL);
|
|
(&V_8)->___GetVersion_2 = L_52;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_8)->___GetVersion_2), (void*)L_52);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_53 = V_8;
|
|
NullCheck(L_48);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_48, L_53, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_54 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_9), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_55 = { reinterpret_cast<intptr_t> (DestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_0_0_0_var) };
|
|
Type_t* L_56;
|
|
L_56 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_55, NULL);
|
|
(&V_9)->___MessageType_0 = L_56;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_9)->___MessageType_0), (void*)L_56);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_57 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_57);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_57, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisDestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_m5390A987694559BF780CE7C1896A439F000D64E2_RuntimeMethod_var), NULL);
|
|
(&V_9)->___Handler_1 = L_57;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_9)->___Handler_1), (void*)L_57);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_58 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_58);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_58, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisDestroyObjectMessage_tF945B3E9EF49602411CF9FBB19E2A7EA92F4E050_m02D23D309EE51FDACEF45CA380092E2C62FA302E_RuntimeMethod_var), NULL);
|
|
(&V_9)->___GetVersion_2 = L_58;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_9)->___GetVersion_2), (void*)L_58);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_59 = V_9;
|
|
NullCheck(L_54);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_54, L_59, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_60 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_10), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_61 = { reinterpret_cast<intptr_t> (NamedMessage_t9F7A03E65A493463A4DE58EC08A5572A08DBDE93_0_0_0_var) };
|
|
Type_t* L_62;
|
|
L_62 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_61, NULL);
|
|
(&V_10)->___MessageType_0 = L_62;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_10)->___MessageType_0), (void*)L_62);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_63 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_63);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_63, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisNamedMessage_t9F7A03E65A493463A4DE58EC08A5572A08DBDE93_m9D639A7D0421CBA5E7446307CDF53E6D6C22F73B_RuntimeMethod_var), NULL);
|
|
(&V_10)->___Handler_1 = L_63;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_10)->___Handler_1), (void*)L_63);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_64 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_64);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_64, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisNamedMessage_t9F7A03E65A493463A4DE58EC08A5572A08DBDE93_m4A2C2DD253CAF39F2FB17D43A56BAEA482DB9FA7_RuntimeMethod_var), NULL);
|
|
(&V_10)->___GetVersion_2 = L_64;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_10)->___GetVersion_2), (void*)L_64);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_65 = V_10;
|
|
NullCheck(L_60);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_60, L_65, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_66 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_11), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_67 = { reinterpret_cast<intptr_t> (NetworkVariableDeltaMessage_t40B8A55EB37D727A801A7B527AE80510913DB41A_0_0_0_var) };
|
|
Type_t* L_68;
|
|
L_68 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_67, NULL);
|
|
(&V_11)->___MessageType_0 = L_68;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_11)->___MessageType_0), (void*)L_68);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_69 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_69);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_69, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisNetworkVariableDeltaMessage_t40B8A55EB37D727A801A7B527AE80510913DB41A_m0ADF32663560A00AED405A88B3DF31F9347A66B2_RuntimeMethod_var), NULL);
|
|
(&V_11)->___Handler_1 = L_69;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_11)->___Handler_1), (void*)L_69);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_70 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_70);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_70, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisNetworkVariableDeltaMessage_t40B8A55EB37D727A801A7B527AE80510913DB41A_m8EDC17CDEB76A36AAD7F1E2CD9F9240992C9D6E7_RuntimeMethod_var), NULL);
|
|
(&V_11)->___GetVersion_2 = L_70;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_11)->___GetVersion_2), (void*)L_70);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_71 = V_11;
|
|
NullCheck(L_66);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_66, L_71, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_72 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_12), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_73 = { reinterpret_cast<intptr_t> (ParentSyncMessage_t48DA84CC941D4AF403632912F1F04052217102DD_0_0_0_var) };
|
|
Type_t* L_74;
|
|
L_74 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_73, NULL);
|
|
(&V_12)->___MessageType_0 = L_74;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_12)->___MessageType_0), (void*)L_74);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_75 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_75);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_75, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisParentSyncMessage_t48DA84CC941D4AF403632912F1F04052217102DD_mBEEED3497C2E51200A718E4B5E5CEEE5DCB4135C_RuntimeMethod_var), NULL);
|
|
(&V_12)->___Handler_1 = L_75;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_12)->___Handler_1), (void*)L_75);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_76 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_76);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_76, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisParentSyncMessage_t48DA84CC941D4AF403632912F1F04052217102DD_m707D07C61DA35DFE26E7453A422C8C5C145EB758_RuntimeMethod_var), NULL);
|
|
(&V_12)->___GetVersion_2 = L_76;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_12)->___GetVersion_2), (void*)L_76);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_77 = V_12;
|
|
NullCheck(L_72);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_72, L_77, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_78 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_13), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_79 = { reinterpret_cast<intptr_t> (ProxyMessage_tF8FCA596585524136AA901CB4F80FB1EFBD09044_0_0_0_var) };
|
|
Type_t* L_80;
|
|
L_80 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_79, NULL);
|
|
(&V_13)->___MessageType_0 = L_80;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_13)->___MessageType_0), (void*)L_80);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_81 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_81);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_81, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisProxyMessage_tF8FCA596585524136AA901CB4F80FB1EFBD09044_m0BEAD1F4D6D9AFE793E59B2D3C2E7D60BC542EFE_RuntimeMethod_var), NULL);
|
|
(&V_13)->___Handler_1 = L_81;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_13)->___Handler_1), (void*)L_81);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_82 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_82);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_82, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisProxyMessage_tF8FCA596585524136AA901CB4F80FB1EFBD09044_mC1939C703593988F441B068867E82726025427D6_RuntimeMethod_var), NULL);
|
|
(&V_13)->___GetVersion_2 = L_82;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_13)->___GetVersion_2), (void*)L_82);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_83 = V_13;
|
|
NullCheck(L_78);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_78, L_83, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_84 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_14), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_85 = { reinterpret_cast<intptr_t> (ServerRpcMessage_t95BF94F3ABD343A3C6166D36C81CCF42A3A4E3EB_0_0_0_var) };
|
|
Type_t* L_86;
|
|
L_86 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_85, NULL);
|
|
(&V_14)->___MessageType_0 = L_86;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_14)->___MessageType_0), (void*)L_86);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_87 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_87);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_87, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisServerRpcMessage_t95BF94F3ABD343A3C6166D36C81CCF42A3A4E3EB_m573AB357B992A3DEEF3783B69C15129C6F5592B0_RuntimeMethod_var), NULL);
|
|
(&V_14)->___Handler_1 = L_87;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_14)->___Handler_1), (void*)L_87);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_88 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_88);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_88, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisServerRpcMessage_t95BF94F3ABD343A3C6166D36C81CCF42A3A4E3EB_m0E3D4389AC8D01446E468AF69EBE5E79ACF1517C_RuntimeMethod_var), NULL);
|
|
(&V_14)->___GetVersion_2 = L_88;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_14)->___GetVersion_2), (void*)L_88);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_89 = V_14;
|
|
NullCheck(L_84);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_84, L_89, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_90 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_15), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_91 = { reinterpret_cast<intptr_t> (ClientRpcMessage_t87E63B082294B32DCA108CF613AC130A54F35793_0_0_0_var) };
|
|
Type_t* L_92;
|
|
L_92 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_91, NULL);
|
|
(&V_15)->___MessageType_0 = L_92;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_15)->___MessageType_0), (void*)L_92);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_93 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_93);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_93, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisClientRpcMessage_t87E63B082294B32DCA108CF613AC130A54F35793_m2575EFF5F987FDB3B07220FEA5B4C8A580B73140_RuntimeMethod_var), NULL);
|
|
(&V_15)->___Handler_1 = L_93;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_15)->___Handler_1), (void*)L_93);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_94 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_94);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_94, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisClientRpcMessage_t87E63B082294B32DCA108CF613AC130A54F35793_mB916B0757D00F9E9EF7BD967C93CD5EE8E03C4AA_RuntimeMethod_var), NULL);
|
|
(&V_15)->___GetVersion_2 = L_94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_15)->___GetVersion_2), (void*)L_94);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_95 = V_15;
|
|
NullCheck(L_90);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_90, L_95, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_96 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_16), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_97 = { reinterpret_cast<intptr_t> (RpcMessage_t17348F9B6955A0235FF29AF289D7855D67AB0C15_0_0_0_var) };
|
|
Type_t* L_98;
|
|
L_98 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_97, NULL);
|
|
(&V_16)->___MessageType_0 = L_98;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_16)->___MessageType_0), (void*)L_98);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_99 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_99);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_99, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisRpcMessage_t17348F9B6955A0235FF29AF289D7855D67AB0C15_m56B3EB9D9D9F030552CF10D93572EB508EA41EAC_RuntimeMethod_var), NULL);
|
|
(&V_16)->___Handler_1 = L_99;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_16)->___Handler_1), (void*)L_99);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_100 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_100);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_100, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisRpcMessage_t17348F9B6955A0235FF29AF289D7855D67AB0C15_m762BA9E3E2014A83C23853287DFCE76DE497D2EF_RuntimeMethod_var), NULL);
|
|
(&V_16)->___GetVersion_2 = L_100;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_16)->___GetVersion_2), (void*)L_100);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_101 = V_16;
|
|
NullCheck(L_96);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_96, L_101, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_102 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_17), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_103 = { reinterpret_cast<intptr_t> (SceneEventMessage_tE156E8C393F2398028771693E05519F01B391601_0_0_0_var) };
|
|
Type_t* L_104;
|
|
L_104 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_103, NULL);
|
|
(&V_17)->___MessageType_0 = L_104;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_17)->___MessageType_0), (void*)L_104);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_105 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_105);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_105, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisSceneEventMessage_tE156E8C393F2398028771693E05519F01B391601_m2D24A683E641BE027AD2EDD25EF03A1B933425BD_RuntimeMethod_var), NULL);
|
|
(&V_17)->___Handler_1 = L_105;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_17)->___Handler_1), (void*)L_105);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_106 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_106);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_106, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisSceneEventMessage_tE156E8C393F2398028771693E05519F01B391601_mD032FEAC205542EB51419D308699B3C03F2A8614_RuntimeMethod_var), NULL);
|
|
(&V_17)->___GetVersion_2 = L_106;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_17)->___GetVersion_2), (void*)L_106);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_107 = V_17;
|
|
NullCheck(L_102);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_102, L_107, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_108 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_18), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_109 = { reinterpret_cast<intptr_t> (ServerLogMessage_t45AF3BF04681628E36E6B5176B06EACA3543D52D_0_0_0_var) };
|
|
Type_t* L_110;
|
|
L_110 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_109, NULL);
|
|
(&V_18)->___MessageType_0 = L_110;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_18)->___MessageType_0), (void*)L_110);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_111 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_111);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_111, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisServerLogMessage_t45AF3BF04681628E36E6B5176B06EACA3543D52D_mF2A5B08F6DBD30FC499D1AD1E89363DA82A71BC2_RuntimeMethod_var), NULL);
|
|
(&V_18)->___Handler_1 = L_111;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_18)->___Handler_1), (void*)L_111);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_112 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_112);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_112, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisServerLogMessage_t45AF3BF04681628E36E6B5176B06EACA3543D52D_m8A04485267AC2CF64201B1D9A520479645399F46_RuntimeMethod_var), NULL);
|
|
(&V_18)->___GetVersion_2 = L_112;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_18)->___GetVersion_2), (void*)L_112);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_113 = V_18;
|
|
NullCheck(L_108);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_108, L_113, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_114 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_19), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_115 = { reinterpret_cast<intptr_t> (TimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471_0_0_0_var) };
|
|
Type_t* L_116;
|
|
L_116 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_115, NULL);
|
|
(&V_19)->___MessageType_0 = L_116;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_19)->___MessageType_0), (void*)L_116);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_117 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_117);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_117, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisTimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471_mFE12A161E7230307BB3E43A81E9A123FC4D05FA4_RuntimeMethod_var), NULL);
|
|
(&V_19)->___Handler_1 = L_117;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_19)->___Handler_1), (void*)L_117);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_118 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_118);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_118, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisTimeSyncMessage_t9C58B7AFA7062DD6F727D4E9FFF71448C8630471_m75CCA9C78F6DCB4E13E849F6E203D116AD3BDD41_RuntimeMethod_var), NULL);
|
|
(&V_19)->___GetVersion_2 = L_118;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_19)->___GetVersion_2), (void*)L_118);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_119 = V_19;
|
|
NullCheck(L_114);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_114, L_119, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
List_1_tA1B118B7D587FD83B3A726402339BD2146B817B5* L_120 = ((ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_StaticFields*)il2cpp_codegen_static_fields_for(ILPPMessageProvider_t474FC02FE6FE759C766181AFD526C74688EC2976_il2cpp_TypeInfo_var))->_____network_message_types_0;
|
|
il2cpp_codegen_initobj((&V_20), sizeof(MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38));
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_121 = { reinterpret_cast<intptr_t> (UnnamedMessage_t898AD6C7ED277D4C847E155D992D68ACFB256977_0_0_0_var) };
|
|
Type_t* L_122;
|
|
L_122 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_121, NULL);
|
|
(&V_20)->___MessageType_0 = L_122;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_20)->___MessageType_0), (void*)L_122);
|
|
MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B* L_123 = (MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B*)il2cpp_codegen_object_new(MessageHandler_tDC1758D58764E2F6FC4FA81D21F581934144203B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_123);
|
|
MessageHandler__ctor_mC217CCEDAA103A3D7AA78C8F603F30E492770346(L_123, NULL, (intptr_t)((void*)NetworkMessageManager_ReceiveMessage_TisUnnamedMessage_t898AD6C7ED277D4C847E155D992D68ACFB256977_m61D4EDCE5DC9877E7EF0C19AA7BFC48674CB6DFD_RuntimeMethod_var), NULL);
|
|
(&V_20)->___Handler_1 = L_123;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_20)->___Handler_1), (void*)L_123);
|
|
VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196* L_124 = (VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196*)il2cpp_codegen_object_new(VersionGetter_t41E80851BB8117702C0AA93A1063A51EB323E196_il2cpp_TypeInfo_var);
|
|
NullCheck(L_124);
|
|
VersionGetter__ctor_m7A856ADC84EF16F150185C1FFF9B73C6E15EFBB9(L_124, NULL, (intptr_t)((void*)NetworkMessageManager_CreateMessageAndGetVersion_TisUnnamedMessage_t898AD6C7ED277D4C847E155D992D68ACFB256977_m56ADBAFE023912F24978AF20DE283DD68EAEF1B1_RuntimeMethod_var), NULL);
|
|
(&V_20)->___GetVersion_2 = L_124;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_20)->___GetVersion_2), (void*)L_124);
|
|
MessageWithHandler_t93D1D3A628D4869A895C32294ABE9A7D1BF32B38 L_125 = V_20;
|
|
NullCheck(L_120);
|
|
List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_inline(L_120, L_125, List_1_Add_m16FDEF8AE84D7057FA2876760DF1652FCFC6ADBE_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FastBufferWriter_get_Position_m87642B5268B41B7D15D4E628DF93A5B5776A4B05_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => Handle->Position;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___Position_1;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FastBufferWriter_get_Capacity_mD964D1DBD191F782D6808ABB619A8BAD2B9B4B2D_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => Handle->Capacity;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___Capacity_3;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FastBufferWriter_get_MaxCapacity_m9AAC1191EA17DE81E30AD51CA9B1B6B51B75FB09_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => Handle->MaxCapacity;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___MaxCapacity_4;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FastBufferWriter_get_Length_m7266B7D8C1D5C7C6876FBC287C06655EB9593396_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => Handle->Position > Handle->Length ? Handle->Position : Handle->Length;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___Position_1;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___Length_2;
|
|
if ((((int32_t)L_1) > ((int32_t)L_3)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_4 = __this->___Handle_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___Length_2;
|
|
return L_5;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_6 = __this->___Handle_0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->___Position_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_CommitBitwiseWrites_m602AE9453AE1CC92FCE683FE801E44A9B3737E6E_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_amount, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Handle->Position += amount;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t* L_1 = (int32_t*)(&L_0->___Position_1);
|
|
int32_t* L_2 = L_1;
|
|
int32_t L_3 = *((int32_t*)L_2);
|
|
int32_t L_4 = ___0_amount;
|
|
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_3, L_4));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_Seek_mB69BB80C6A754FCD31EEC11BF09B1E354AADA64E_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_where, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// where = Math.Min(where, Handle->Capacity);
|
|
int32_t L_0 = ___0_where;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_1 = __this->___Handle_0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = L_1->___Capacity_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_0, L_2, NULL);
|
|
___0_where = L_3;
|
|
// if (Handle->Position > Handle->Length && where < Handle->Position)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_4 = __this->___Handle_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___Position_1;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_6 = __this->___Handle_0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->___Length_2;
|
|
if ((((int32_t)L_5) <= ((int32_t)L_7)))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = ___0_where;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_9 = __this->___Handle_0;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = L_9->___Position_1;
|
|
if ((((int32_t)L_8) >= ((int32_t)L_10)))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
// Handle->Length = Handle->Position;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_11 = __this->___Handle_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_12 = __this->___Handle_0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = L_12->___Position_1;
|
|
NullCheck(L_11);
|
|
L_11->___Length_2 = L_13;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// Handle->Position = where;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_14 = __this->___Handle_0;
|
|
int32_t L_15 = ___0_where;
|
|
NullCheck(L_14);
|
|
L_14->___Position_1 = L_15;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_Truncate_m37769BA69463FC89CF72E53994AC55508087D7C5_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_where, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (where == -1)
|
|
int32_t L_0 = ___0_where;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
// where = Position;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
int32_t L_1;
|
|
L_1 = FastBufferWriter_get_Position_m87642B5268B41B7D15D4E628DF93A5B5776A4B05_inline(__this, NULL);
|
|
___0_where = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// if (Handle->Position > where)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___Position_1;
|
|
int32_t L_4 = ___0_where;
|
|
if ((((int32_t)L_3) <= ((int32_t)L_4)))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// Handle->Position = where;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_5 = __this->___Handle_0;
|
|
int32_t L_6 = ___0_where;
|
|
NullCheck(L_5);
|
|
L_5->___Position_1 = L_6;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// if (Handle->Length > where)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_7 = __this->___Handle_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = L_7->___Length_2;
|
|
int32_t L_9 = ___0_where;
|
|
if ((((int32_t)L_8) <= ((int32_t)L_9)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// Handle->Length = where;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_10 = __this->___Handle_0;
|
|
int32_t L_11 = ___0_where;
|
|
NullCheck(L_10);
|
|
L_10->___Length_2 = L_11;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FastBufferWriter_TryBeginWrite_m16FA0A52579A7C6C5E59171D26EA327CDEBFF459_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_bytes, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Handle->Position + bytes > Handle->Capacity)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___Position_1;
|
|
int32_t L_2 = ___0_bytes;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_3 = __this->___Handle_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___Capacity_3;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_1, L_2))) <= ((int32_t)L_4)))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
// if (Handle->Position + bytes > Handle->MaxCapacity)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_5 = __this->___Handle_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___Position_1;
|
|
int32_t L_7 = ___0_bytes;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_8 = __this->___Handle_0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = L_8->___MaxCapacity_4;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_6, L_7))) <= ((int32_t)L_9)))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// if (Handle->Capacity < Handle->MaxCapacity)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_10 = __this->___Handle_0;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = L_10->___Capacity_3;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_12 = __this->___Handle_0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = L_12->___MaxCapacity_4;
|
|
if ((((int32_t)L_11) >= ((int32_t)L_13)))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
// Grow(bytes);
|
|
int32_t L_14 = ___0_bytes;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_Grow_mAD43637D60A44A3D7DCEB09D0425822F6C2A23FB(__this, L_14, NULL);
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FastBufferWriter_TryBeginWriteInternal_m9DD6CDBDC49E5AF7A760EA05882BE4F52BEA1883_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, int32_t ___0_bytes, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Handle->Position + bytes > Handle->Capacity)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___Position_1;
|
|
int32_t L_2 = ___0_bytes;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_3 = __this->___Handle_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___Capacity_3;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_1, L_2))) <= ((int32_t)L_4)))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
// if (Handle->Position + bytes > Handle->MaxCapacity)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_5 = __this->___Handle_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___Position_1;
|
|
int32_t L_7 = ___0_bytes;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_8 = __this->___Handle_0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = L_8->___MaxCapacity_4;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_6, L_7))) <= ((int32_t)L_9)))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// if (Handle->Capacity < Handle->MaxCapacity)
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_10 = __this->___Handle_0;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = L_10->___Capacity_3;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_12 = __this->___Handle_0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = L_12->___MaxCapacity_4;
|
|
if ((((int32_t)L_11) >= ((int32_t)L_13)))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
// Grow(bytes);
|
|
int32_t L_14 = ___0_bytes;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_Grow_mAD43637D60A44A3D7DCEB09D0425822F6C2A23FB(__this, L_14, NULL);
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* FastBufferWriter_ToArray_mC3A2B1C0D9DD5C11E08A371C70E600FC771B2E67_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B2_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B1_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B3_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B4_0 = NULL;
|
|
{
|
|
// byte[] ret = new byte[Length];
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
int32_t L_0;
|
|
L_0 = FastBufferWriter_get_Length_m7266B7D8C1D5C7C6876FBC287C06655EB9593396_inline(__this, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_0);
|
|
// fixed (byte* b = ret)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = L_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = L_2;
|
|
V_1 = L_3;
|
|
G_B1_0 = L_2;
|
|
if (!L_3)
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
G_B2_0 = G_B1_0;
|
|
if (((int32_t)(((RuntimeArray*)L_4)->max_length)))
|
|
{
|
|
G_B3_0 = G_B1_0;
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
V_0 = (uint8_t*)((uintptr_t)0);
|
|
G_B4_0 = G_B2_0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
V_0 = (uint8_t*)((uintptr_t)((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
|
|
G_B4_0 = G_B3_0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// UnsafeUtility.MemCpy(b, Handle->BufferPointer, Length);
|
|
uint8_t* L_6 = V_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_7 = __this->___Handle_0;
|
|
NullCheck(L_7);
|
|
uint8_t* L_8 = L_7->___BufferPointer_0;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
int32_t L_9;
|
|
L_9 = FastBufferWriter_get_Length_m7266B7D8C1D5C7C6876FBC287C06655EB9593396_inline(__this, NULL);
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_6, (void*)L_8, ((int64_t)L_9), NULL);
|
|
V_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
// return ret;
|
|
return G_B4_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* FastBufferWriter_GetUnsafePtr_m2403FBA11BD6F554625287D720B65B45A0F6DA6A_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Handle->BufferPointer;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
uint8_t* L_1 = L_0->___BufferPointer_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* FastBufferWriter_GetUnsafePtrAtCurrentPosition_m0841F6174F2695C7293812E1A78FEBD86C853696_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Handle->BufferPointer + Handle->Position;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
uint8_t* L_1 = L_0->___BufferPointer_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___Position_1;
|
|
return ((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, L_3));
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____stringLength_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteByte_mA045F3F8CA7B77E11E6972E8F45731E634B7770D_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, uint8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// Handle->BufferPointer[Handle->Position++] = value;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
uint8_t* L_1 = L_0->___BufferPointer_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
int32_t* L_3 = (int32_t*)(&L_2->___Position_1);
|
|
int32_t* L_4 = L_3;
|
|
int32_t L_5 = *((int32_t*)L_4);
|
|
V_0 = L_5;
|
|
int32_t L_6 = V_0;
|
|
*((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
int32_t L_7 = V_0;
|
|
uint8_t L_8 = ___0_value;
|
|
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, L_7))) = (int8_t)L_8;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, uint8_t* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// UnsafeUtility.MemCpy((Handle->BufferPointer + Handle->Position), value + offset, size);
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
uint8_t* L_1 = L_0->___BufferPointer_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___Position_1;
|
|
uint8_t* L_4 = ___0_value;
|
|
int32_t L_5 = ___2_offset;
|
|
int32_t L_6 = ___1_size;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, L_3)), (void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, L_5)), ((int64_t)L_6), NULL);
|
|
// Handle->Position += size;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_7 = __this->___Handle_0;
|
|
NullCheck(L_7);
|
|
int32_t* L_8 = (int32_t*)(&L_7->___Position_1);
|
|
int32_t* L_9 = L_8;
|
|
int32_t L_10 = *((int32_t*)L_9);
|
|
int32_t L_11 = ___1_size;
|
|
*((int32_t*)L_9) = (int32_t)((int32_t)il2cpp_codegen_add(L_10, L_11));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FastBufferWriter_GetWriteSize_m283745C69915E8E8D699F45A7A1EDB4A02D63476_inline (String_t* ___0_s, bool ___1_oneByteChars, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B2_1 = 0;
|
|
int32_t G_B1_0 = 0;
|
|
int32_t G_B1_1 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
int32_t G_B3_2 = 0;
|
|
{
|
|
// return sizeof(int) + s.Length * (oneByteChars ? sizeof(byte) : sizeof(char));
|
|
String_t* L_0 = ___0_s;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
|
|
bool L_2 = ___1_oneByteChars;
|
|
G_B1_0 = L_1;
|
|
G_B1_1 = 4;
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = L_1;
|
|
G_B2_1 = 4;
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 2;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
return ((int32_t)il2cpp_codegen_add(G_B3_2, ((int32_t)il2cpp_codegen_multiply(G_B3_1, G_B3_0))));
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteByteSafe_m2D997B52B33831E45D0DE68AF101707421D1335A_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, uint8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (!TryBeginWriteInternal(1))
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = FastBufferWriter_TryBeginWriteInternal_m9DD6CDBDC49E5AF7A760EA05882BE4F52BEA1883_inline(__this, 1, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new OverflowException("Writing past the end of the buffer");
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_1 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0792E4AFA7E48CD5B525E1E10BEB391BD861FCA4)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FastBufferWriter_WriteByteSafe_m2D997B52B33831E45D0DE68AF101707421D1335A_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// Handle->BufferPointer[Handle->Position++] = value;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
uint8_t* L_3 = L_2->___BufferPointer_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_4 = __this->___Handle_0;
|
|
NullCheck(L_4);
|
|
int32_t* L_5 = (int32_t*)(&L_4->___Position_1);
|
|
int32_t* L_6 = L_5;
|
|
int32_t L_7 = *((int32_t*)L_6);
|
|
V_0 = L_7;
|
|
int32_t L_8 = V_0;
|
|
*((int32_t*)L_6) = (int32_t)((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
int32_t L_9 = V_0;
|
|
uint8_t L_10 = ___0_value;
|
|
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, L_9))) = (int8_t)L_10;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, uint8_t* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!TryBeginWriteInternal(size))
|
|
int32_t L_0 = ___1_size;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = FastBufferWriter_TryBeginWriteInternal_m9DD6CDBDC49E5AF7A760EA05882BE4F52BEA1883_inline(__this, L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new OverflowException("Writing past the end of the buffer");
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_2 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0792E4AFA7E48CD5B525E1E10BEB391BD861FCA4)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnsafeUtility.MemCpy((Handle->BufferPointer + Handle->Position), value + offset, size);
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_3 = __this->___Handle_0;
|
|
NullCheck(L_3);
|
|
uint8_t* L_4 = L_3->___BufferPointer_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_5 = __this->___Handle_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___Position_1;
|
|
uint8_t* L_7 = ___0_value;
|
|
int32_t L_8 = ___2_offset;
|
|
int32_t L_9 = ___1_size;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, L_6)), (void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, L_8)), ((int64_t)L_9), NULL);
|
|
// Handle->Position += size;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_10 = __this->___Handle_0;
|
|
NullCheck(L_10);
|
|
int32_t* L_11 = (int32_t*)(&L_10->___Position_1);
|
|
int32_t* L_12 = L_11;
|
|
int32_t L_13 = *((int32_t*)L_12);
|
|
int32_t L_14 = ___1_size;
|
|
*((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add(L_13, L_14));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytes_m161806EB55FB9BFAB4F6E8D6181D786E4267A48A_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
uint8_t* G_B6_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B6_1 = NULL;
|
|
uint8_t* G_B5_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B5_1 = NULL;
|
|
int32_t G_B7_0 = 0;
|
|
uint8_t* G_B7_1 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B7_2 = NULL;
|
|
{
|
|
// fixed (byte* ptr = value)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_value;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0;
|
|
V_1 = L_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_1;
|
|
NullCheck(L_2);
|
|
if (((int32_t)(((RuntimeArray*)L_2)->max_length)))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
V_0 = (uint8_t*)((uintptr_t)0);
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
V_0 = (uint8_t*)((uintptr_t)((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// WriteBytes(ptr, size == -1 ? value.Length : size, offset);
|
|
uint8_t* L_4 = V_0;
|
|
int32_t L_5 = ___1_size;
|
|
G_B5_0 = L_4;
|
|
G_B5_1 = __this;
|
|
if ((((int32_t)L_5) == ((int32_t)(-1))))
|
|
{
|
|
G_B6_0 = L_4;
|
|
G_B6_1 = __this;
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___1_size;
|
|
G_B7_0 = L_6;
|
|
G_B7_1 = G_B5_0;
|
|
G_B7_2 = G_B5_1;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___0_value;
|
|
NullCheck(L_7);
|
|
G_B7_0 = ((int32_t)(((RuntimeArray*)L_7)->max_length));
|
|
G_B7_1 = G_B6_0;
|
|
G_B7_2 = G_B6_1;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_8 = ___2_offset;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline(G_B7_2, G_B7_1, G_B7_0, L_8, NULL);
|
|
V_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytes_m12FCFCA1C0D918E962057B699206079E39BBC9BB_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
uint8_t* G_B2_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B2_1 = NULL;
|
|
uint8_t* G_B1_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B1_1 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
uint8_t* G_B3_1 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B3_2 = NULL;
|
|
{
|
|
// byte* ptr = (byte*)value.GetUnsafePtr();
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_0 = ___0_value;
|
|
void* L_1;
|
|
L_1 = NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2(L_0, NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
V_0 = (uint8_t*)L_1;
|
|
// WriteBytes(ptr, size == -1 ? value.Length : size, offset);
|
|
uint8_t* L_2 = V_0;
|
|
int32_t L_3 = ___1_size;
|
|
G_B1_0 = L_2;
|
|
G_B1_1 = __this;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = __this;
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___1_size;
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_5;
|
|
L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_value))->___m_Length_1);
|
|
G_B3_0 = L_5;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_6 = ___2_offset;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline(G_B3_2, G_B3_1, G_B3_0, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytes_mAB7C557B38DDD3431860B723CE6FBE70536CFA26_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
uint8_t* G_B2_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B2_1 = NULL;
|
|
uint8_t* G_B1_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B1_1 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
uint8_t* G_B3_1 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B3_2 = NULL;
|
|
{
|
|
// byte* ptr = (byte*)value.GetUnsafePtr();
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 L_0 = ___0_value;
|
|
void* L_1;
|
|
L_1 = NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3(L_0, NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
V_0 = (uint8_t*)L_1;
|
|
// WriteBytes(ptr, size == -1 ? value.Length : size, offset);
|
|
uint8_t* L_2 = V_0;
|
|
int32_t L_3 = ___1_size;
|
|
G_B1_0 = L_2;
|
|
G_B1_1 = __this;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = __this;
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___1_size;
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_5;
|
|
L_5 = NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61((&___0_value), NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61_RuntimeMethod_var);
|
|
G_B3_0 = L_5;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_6 = ___2_offset;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline(G_B3_2, G_B3_1, G_B3_0, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytesSafe_m1644F1C5664330201E16B48A085345DC637D8333_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
uint8_t* G_B6_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B6_1 = NULL;
|
|
uint8_t* G_B5_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B5_1 = NULL;
|
|
int32_t G_B7_0 = 0;
|
|
uint8_t* G_B7_1 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B7_2 = NULL;
|
|
{
|
|
// fixed (byte* ptr = value)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_value;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0;
|
|
V_1 = L_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_1;
|
|
NullCheck(L_2);
|
|
if (((int32_t)(((RuntimeArray*)L_2)->max_length)))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
V_0 = (uint8_t*)((uintptr_t)0);
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
V_0 = (uint8_t*)((uintptr_t)((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// WriteBytesSafe(ptr, size == -1 ? value.Length : size, offset);
|
|
uint8_t* L_4 = V_0;
|
|
int32_t L_5 = ___1_size;
|
|
G_B5_0 = L_4;
|
|
G_B5_1 = __this;
|
|
if ((((int32_t)L_5) == ((int32_t)(-1))))
|
|
{
|
|
G_B6_0 = L_4;
|
|
G_B6_1 = __this;
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___1_size;
|
|
G_B7_0 = L_6;
|
|
G_B7_1 = G_B5_0;
|
|
G_B7_2 = G_B5_1;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___0_value;
|
|
NullCheck(L_7);
|
|
G_B7_0 = ((int32_t)(((RuntimeArray*)L_7)->max_length));
|
|
G_B7_1 = G_B6_0;
|
|
G_B7_2 = G_B6_1;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_8 = ___2_offset;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_inline(G_B7_2, G_B7_1, G_B7_0, L_8, NULL);
|
|
V_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytesSafe_m44CB114797B38C32FF7F30F4755040D21FCC1DC3_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
uint8_t* G_B2_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B2_1 = NULL;
|
|
uint8_t* G_B1_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B1_1 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
uint8_t* G_B3_1 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B3_2 = NULL;
|
|
{
|
|
// byte* ptr = (byte*)value.GetUnsafePtr();
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_0 = ___0_value;
|
|
void* L_1;
|
|
L_1 = NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2(L_0, NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
V_0 = (uint8_t*)L_1;
|
|
// WriteBytesSafe(ptr, size == -1 ? value.Length : size, offset);
|
|
uint8_t* L_2 = V_0;
|
|
int32_t L_3 = ___1_size;
|
|
G_B1_0 = L_2;
|
|
G_B1_1 = __this;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = __this;
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___1_size;
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_5;
|
|
L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_value))->___m_Length_1);
|
|
G_B3_0 = L_5;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_6 = ___2_offset;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_inline(G_B3_2, G_B3_1, G_B3_0, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteBytesSafe_m6D6DA8B162FEFA13B1CA0D525A62F599DC6C62F9_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 ___0_value, int32_t ___1_size, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
uint8_t* G_B2_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B2_1 = NULL;
|
|
uint8_t* G_B1_0 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B1_1 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
uint8_t* G_B3_1 = NULL;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* G_B3_2 = NULL;
|
|
{
|
|
// byte* ptr = (byte*)value.GetUnsafePtr();
|
|
NativeList_1_tEEE3A07B710DA14F96F06ECF1D5D8D7353698B94 L_0 = ___0_value;
|
|
void* L_1;
|
|
L_1 = NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3(L_0, NativeListUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mCE332CC7994DB38B04B6184C5A12241EEC4330C3_RuntimeMethod_var);
|
|
V_0 = (uint8_t*)L_1;
|
|
// WriteBytesSafe(ptr, size == -1 ? value.Length : size, offset);
|
|
uint8_t* L_2 = V_0;
|
|
int32_t L_3 = ___1_size;
|
|
G_B1_0 = L_2;
|
|
G_B1_1 = __this;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = __this;
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___1_size;
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_5;
|
|
L_5 = NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61((&___0_value), NativeList_1_get_Length_mCCFB8F09EBEF5EA454CEA11FDB7B6100AF908D61_RuntimeMethod_var);
|
|
G_B3_0 = L_5;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_6 = ___2_offset;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_inline(G_B3_2, G_B3_1, G_B3_0, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_CopyTo_mEA3CC5E867B8DCD6BA5ADA92FE2CCA3DCE548BB9_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// other.WriteBytes(Handle->BufferPointer, Handle->Position);
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_0 = __this->___Handle_0;
|
|
NullCheck(L_0);
|
|
uint8_t* L_1 = L_0->___BufferPointer_0;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_2 = __this->___Handle_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___Position_1;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline((&___0_other), L_1, L_3, 0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_CopyFrom_m025B701E12CDE987AAA92729CBD5F3B20D421E33_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// WriteBytes(other.Handle->BufferPointer, other.Handle->Position);
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC L_0 = ___0_other;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_1 = L_0.___Handle_0;
|
|
NullCheck(L_1);
|
|
uint8_t* L_2 = L_1->___BufferPointer_0;
|
|
FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC L_3 = ___0_other;
|
|
WriterHandle_tBDBA7A52860089574884E6269EF80A4ABDA26BE6* L_4 = L_3.___Handle_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___Position_1;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline(__this, L_2, L_5, 0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mDF8569479DB772E4A767A30211B03C26BA298907_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m741BEC480443319343787E8802C1FDA3D97951AB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Vector2 value) => WriteUnmanaged(value);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m741BEC480443319343787E8802C1FDA3D97951AB_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m741BEC480443319343787E8802C1FDA3D97951AB_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m7916E04D46F3D21C143FFC2DEB9616B6B318BCB0_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mE0FC4A690EE9DC5BDF4A345C298ED9BDC86E25B4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Vector2[] value) => WriteUnmanaged(value);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mE0FC4A690EE9DC5BDF4A345C298ED9BDC86E25B4_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mE0FC4A690EE9DC5BDF4A345C298ED9BDC86E25B4_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m8B22CB2D5525A4219A8E7CA01250281244EB3147_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m8C6FF24963E6E13AFD0FF1D1360F2375ADFC6E6B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Vector3 value) => WriteUnmanaged(value);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m8C6FF24963E6E13AFD0FF1D1360F2375ADFC6E6B_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m8C6FF24963E6E13AFD0FF1D1360F2375ADFC6E6B_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mA482A8D677322D6CC410B71DE38289B74CFE7426_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m079F6891B5F8FE3338F7BB65C066FB787ED3CD06_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Vector3[] value) => WriteUnmanaged(value);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m079F6891B5F8FE3338F7BB65C066FB787ED3CD06_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m079F6891B5F8FE3338F7BB65C066FB787ED3CD06_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m96B36D0BF0F4B33DD2F6D3DC5D819B50762E2D03_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mD3C025D91E9F8906D5B44A7E1F45F2C11CCDF6E5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Vector2Int value) => WriteUnmanaged(value);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mD3C025D91E9F8906D5B44A7E1F45F2C11CCDF6E5_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mD3C025D91E9F8906D5B44A7E1F45F2C11CCDF6E5_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m923C55384E8BA173D9558CA02FEEF4023B9B2D59_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m877F2421B8EEDF38620B05275EF27C4D883DD2C9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Vector2Int[] value) => WriteUnmanaged(value);
|
|
Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m877F2421B8EEDF38620B05275EF27C4D883DD2C9_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m877F2421B8EEDF38620B05275EF27C4D883DD2C9_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mB5374A146588D517DCA2F7B90687E364102DB71A_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m5577922AF6175DD4AA3B195CC5C0A6E7F9A9608E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Vector3Int value) => WriteUnmanaged(value);
|
|
Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m5577922AF6175DD4AA3B195CC5C0A6E7F9A9608E_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m5577922AF6175DD4AA3B195CC5C0A6E7F9A9608E_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mE2DDD3B4B1AB33829A8B2E8DA86E59FA3A928CCA_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m81234F66A4992822AFD16F61A73C56840C418438_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Vector3Int[] value) => WriteUnmanaged(value);
|
|
Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m81234F66A4992822AFD16F61A73C56840C418438_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m81234F66A4992822AFD16F61A73C56840C418438_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mD29AB422AC259CC6A8D57DD753303BBA90B23C3B_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m017D6B89BC5963E81B69921AA9CF567F7A69ECD4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Vector4 value) => WriteUnmanaged(value);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m017D6B89BC5963E81B69921AA9CF567F7A69ECD4_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m017D6B89BC5963E81B69921AA9CF567F7A69ECD4_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mF4279CB171D6C4737900A5B21368CA9EB435B398_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m4FA2AD9A20367626FC3C5FB55ED9B6184310034B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Vector4[] value) => WriteUnmanaged(value);
|
|
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m4FA2AD9A20367626FC3C5FB55ED9B6184310034B_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m4FA2AD9A20367626FC3C5FB55ED9B6184310034B_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m06F5B3A30135ED520FCD9A6CEFE917CBA7C1E32A_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m2A7D0487DF3A2244BCB39ADE615BF3B3BF588BFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Quaternion value) => WriteUnmanaged(value);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m2A7D0487DF3A2244BCB39ADE615BF3B3BF588BFA_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m2A7D0487DF3A2244BCB39ADE615BF3B3BF588BFA_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mC57464D40E1666DB990AEDF5C4FB42AE0B9A2B25_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_mD4BF992C8BEFDE938EDFA6B0CBA92FC121521006_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Quaternion[] value) => WriteUnmanaged(value);
|
|
QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_mD4BF992C8BEFDE938EDFA6B0CBA92FC121521006_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_mD4BF992C8BEFDE938EDFA6B0CBA92FC121521006_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mDE145B67B144ED8EE21D668E9CF74181E032B6E0_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mAA3942F0E1DBAF6C6E22D7CB2B4CED30FFAE5CA8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Color value) => WriteUnmanaged(value);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mAA3942F0E1DBAF6C6E22D7CB2B4CED30FFAE5CA8_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mAA3942F0E1DBAF6C6E22D7CB2B4CED30FFAE5CA8_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m521A2E8E1297F145170443C751D21CCF217806A2_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m9C2388E09363F8904502A700E0091D0B4C264A12_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Color[] value) => WriteUnmanaged(value);
|
|
ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m9C2388E09363F8904502A700E0091D0B4C264A12_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m9C2388E09363F8904502A700E0091D0B4C264A12_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mE72B923F4EBE26A4A538155095DC02F1A29A207A_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m3685A787CB417776E7A314E39CB40FBEFE5B5C0B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Color32 value) => WriteUnmanaged(value);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m3685A787CB417776E7A314E39CB40FBEFE5B5C0B_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m3685A787CB417776E7A314E39CB40FBEFE5B5C0B_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m0486DA25F281B5371C363EF1BE003E7BD010AA34_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mA325CD4419E981321EBE2361E69305BBC8B9DF1F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Color32[] value) => WriteUnmanaged(value);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mA325CD4419E981321EBE2361E69305BBC8B9DF1F_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mA325CD4419E981321EBE2361E69305BBC8B9DF1F_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mB361CBDBEDF544E43508679D07E56672CDF488F4_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mAEC78CF122135708708D84D6BEB3783BFC00AB12_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Ray value) => WriteUnmanaged(value);
|
|
Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mAEC78CF122135708708D84D6BEB3783BFC00AB12_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mAEC78CF122135708708D84D6BEB3783BFC00AB12_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m644674ECC56DCD8ECD6F37DDC60FB51CD3B72BB9_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mCD1AB02A05EA1BFC30AFDA83F237603190893E54_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Ray[] value) => WriteUnmanaged(value);
|
|
RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mCD1AB02A05EA1BFC30AFDA83F237603190893E54_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mCD1AB02A05EA1BFC30AFDA83F237603190893E54_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_m4A44462C61C21B6E634FE27E84A269CC7F5E800D_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m68447B585FDBFEECBC5FBAF1C4437E7AC2174737_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(in Ray2D value) => WriteUnmanaged(value);
|
|
Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m68447B585FDBFEECBC5FBAF1C4437E7AC2174737_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m68447B585FDBFEECBC5FBAF1C4437E7AC2174737_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_mCA8114D721A1E83FB06A9F992AFBBCF75856A8B2_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m55408CFCA5A59E79B3711337A86E8FE9025ADFBE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValue(Ray2D[] value) => WriteUnmanaged(value);
|
|
Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m55408CFCA5A59E79B3711337A86E8FE9025ADFBE_inline(__this, L_0, FastBufferWriter_WriteUnmanaged_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m55408CFCA5A59E79B3711337A86E8FE9025ADFBE_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mD708E41CD526B74BBB426DF6C4C0DB2EC231FE33_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mA2DD528856B2B6F93B91015D61502F5706BE7166_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Vector2 value) => WriteUnmanagedSafe(value);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mA2DD528856B2B6F93B91015D61502F5706BE7166_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mA2DD528856B2B6F93B91015D61502F5706BE7166_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m697A680963628F68DBEE3E4D3E162B0F89127F2E_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mAC76FD0FF0B45EF92D789151D3E46D5F80C6D1A0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Vector2[] value) => WriteUnmanagedSafe(value);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mAC76FD0FF0B45EF92D789151D3E46D5F80C6D1A0_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mAC76FD0FF0B45EF92D789151D3E46D5F80C6D1A0_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mA82B8C332BFA1FA2C68EF246D68A035DE2A0A5BF_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m24083F73D425C912B88197F4A020CB58FED2F9A4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Vector3 value) => WriteUnmanagedSafe(value);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m24083F73D425C912B88197F4A020CB58FED2F9A4_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m24083F73D425C912B88197F4A020CB58FED2F9A4_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m76A0EF2F89B1129A3B6B295612D14B83DBB4CBA1_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF77460EF7381C9CF7ABE9C53584CB8ACEE2E80ED_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Vector3[] value) => WriteUnmanagedSafe(value);
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF77460EF7381C9CF7ABE9C53584CB8ACEE2E80ED_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mF77460EF7381C9CF7ABE9C53584CB8ACEE2E80ED_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mB033F03EABA83D2FDBFC20FB7BF3BFB27906F234_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m25B76E898E127C698ACAB73FAB056A2F96252CCF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Vector2Int value) => WriteUnmanagedSafe(value);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m25B76E898E127C698ACAB73FAB056A2F96252CCF_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m25B76E898E127C698ACAB73FAB056A2F96252CCF_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m02FE6A8E3A219DBCD9DC75E45C148EBD9865E3E6_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mDA25C27418FEE1C7F2DC2A570A1B0138B8AA155D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Vector2Int[] value) => WriteUnmanagedSafe(value);
|
|
Vector2IntU5BU5D_tF9E2BDAC11B246DF7EEB9137B826A0CBEBD59534* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mDA25C27418FEE1C7F2DC2A570A1B0138B8AA155D_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_mDA25C27418FEE1C7F2DC2A570A1B0138B8AA155D_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m03C5A7D58CD6194FDA644C0460D679755F60F471_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m9F0C01892F41C1B9F8723C8C0CCA72B2E0B5152D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Vector3Int value) => WriteUnmanagedSafe(value);
|
|
Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m9F0C01892F41C1B9F8723C8C0CCA72B2E0B5152D_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_m9F0C01892F41C1B9F8723C8C0CCA72B2E0B5152D_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mBC51D793B4BD83B11439234F8449982FFEAD4CCA_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_mE8068168FBEDAFB1D56F645FE5BB1C6FE3941A4E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Vector3Int[] value) => WriteUnmanagedSafe(value);
|
|
Vector3IntU5BU5D_t7A7C64EB93B0E0C1989C82C3D0A003294FC6EC5E* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_mE8068168FBEDAFB1D56F645FE5BB1C6FE3941A4E_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_mE8068168FBEDAFB1D56F645FE5BB1C6FE3941A4E_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mFF28D50095C62FE7A466E41187F45ACB8171F4CE_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3DC6BA5B83463F71B4E3AF641AF49DF69B302465_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Vector4 value) => WriteUnmanagedSafe(value);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3DC6BA5B83463F71B4E3AF641AF49DF69B302465_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3DC6BA5B83463F71B4E3AF641AF49DF69B302465_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m3D974715A4DDD888FF406C1AB3CE762916D3518E_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5E0457E67875ED757EF41630094527F7AB9C0546_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Vector4[] value) => WriteUnmanagedSafe(value);
|
|
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5E0457E67875ED757EF41630094527F7AB9C0546_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5E0457E67875ED757EF41630094527F7AB9C0546_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m2EC41AB12D8E52A1E025A484FEFE5A35F66BD09B_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m372654E877AEF5E113604F43A52EEC5F5188476C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Quaternion value) => WriteUnmanagedSafe(value);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m372654E877AEF5E113604F43A52EEC5F5188476C_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m372654E877AEF5E113604F43A52EEC5F5188476C_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mCAE12918B9C84C67D05F79B0111F4CCC6196F9C8_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m3875162D3A43AC0F7BA616D43F02E0A9AE2D03E2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Quaternion[] value) => WriteUnmanagedSafe(value);
|
|
QuaternionU5BU5D_t3C088AFB0F3D2763228C9CAB227021C5DC462AF7* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m3875162D3A43AC0F7BA616D43F02E0A9AE2D03E2_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_m3875162D3A43AC0F7BA616D43F02E0A9AE2D03E2_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mBB7A6364C16B130508182AF54B552AF36986096C_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m4F49D8D6C7E376E4E418CF22168BA30C41023A8B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Color value) => WriteUnmanagedSafe(value);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m4F49D8D6C7E376E4E418CF22168BA30C41023A8B_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m4F49D8D6C7E376E4E418CF22168BA30C41023A8B_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m0C012F240AD5CC9280B7409FD7CF3BFA4F7DCF6C_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m7AC2ABF246D73875E6E81DFBCDF89D2E0F6AB6EC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Color[] value) => WriteUnmanagedSafe(value);
|
|
ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m7AC2ABF246D73875E6E81DFBCDF89D2E0F6AB6EC_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m7AC2ABF246D73875E6E81DFBCDF89D2E0F6AB6EC_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_mAAE60CAB2DBD00BF9DCDCA82F54E5FA903A49EB2_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mAA04B0B614ACD24F13A58C50DB7FBF638CCDF1E8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Color32 value) => WriteUnmanagedSafe(value);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mAA04B0B614ACD24F13A58C50DB7FBF638CCDF1E8_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mAA04B0B614ACD24F13A58C50DB7FBF638CCDF1E8_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m0951CF7157B6C3532D235AD043C29AA05009CB70_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m0DCE33B3030B26055D7F1E3C869749447357FE3D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Color32[] value) => WriteUnmanagedSafe(value);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m0DCE33B3030B26055D7F1E3C869749447357FE3D_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m0DCE33B3030B26055D7F1E3C869749447357FE3D_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m730B8E4D2561568D91F66A281C0323F99C8ADC52_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_m2F14528C3B454B7E70A5A4B76F8CB5D6C1BF32ED_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Ray value) => WriteUnmanagedSafe(value);
|
|
Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_m2F14528C3B454B7E70A5A4B76F8CB5D6C1BF32ED_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_m2F14528C3B454B7E70A5A4B76F8CB5D6C1BF32ED_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m9F2796B295D1D447B54B51DA90940C4346D36B29_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mE0028B7800F6FC7640D1353DF5D7373432A25B27_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Ray[] value) => WriteUnmanagedSafe(value);
|
|
RayU5BU5D_t1272CBAA85270D5BE275F0BDA4B6490552B31419* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mE0028B7800F6FC7640D1353DF5D7373432A25B27_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisRay_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00_mE0028B7800F6FC7640D1353DF5D7373432A25B27_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m52B05796065329D10885D6CFFB95F5E4C2B00304_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m2E98222DC2C73C15B43159E0D10D60A330DFABC0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(in Ray2D value) => WriteUnmanagedSafe(value);
|
|
Ray2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m2E98222DC2C73C15B43159E0D10D60A330DFABC0_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m2E98222DC2C73C15B43159E0D10D60A330DFABC0_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValueSafe_m6C2E20DA73FA2E4F22EF9B378D5C11E008B6101D_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m4BF30B5802658CDEACD0DC9D69823E9472825736_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public void WriteValueSafe(Ray2D[] value) => WriteUnmanagedSafe(value);
|
|
Ray2DU5BU5D_tC2A9F2949774D38E84B560ED32C0724DE6A13CBA* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m4BF30B5802658CDEACD0DC9D69823E9472825736_inline(__this, L_0, FastBufferWriter_WriteUnmanagedSafe_TisRay2D_t48EB7C703F8A2363D8A8F4A05D58640BD5721C7A_m4BF30B5802658CDEACD0DC9D69823E9472825736_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t NetworkBehaviour_get_NetworkBehaviourId_mECBAFDF4FEB1E001A30D27CC2D1A5D0AFF08A9E1_inline (NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ushort NetworkBehaviourId { get; internal set; }
|
|
uint16_t L_0 = __this->___U3CNetworkBehaviourIdU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* NetworkBehaviourReference_GetInternal_mDE44FD2DB5A27CEB34DD2C771A1875B8CF06391A_inline (NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 ___0_networkBehaviourRef, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___1_networkManager, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_0 = NULL;
|
|
{
|
|
// if (networkBehaviourRef.m_NetworkBehaviourId == s_NullId)
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 L_0 = ___0_networkBehaviourRef;
|
|
uint16_t L_1 = L_0.___m_NetworkBehaviourId_1;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var);
|
|
uint16_t L_2 = ((NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_StaticFields*)il2cpp_codegen_static_fields_for(NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986_il2cpp_TypeInfo_var))->___s_NullId_2;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE*)NULL;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// if (networkBehaviourRef.m_NetworkObjectReference.TryGet(out NetworkObject networkObject, networkManager))
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* L_3 = (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD*)(&(&___0_networkBehaviourRef)->___m_NetworkObjectReference_0);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_4 = ___1_networkManager;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = NetworkObjectReference_TryGet_mE453556358860DCDAE9C847B849D1333D4DF5D28(L_3, (&V_0), L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
// return networkObject.GetNetworkBehaviourAtOrderIndex(networkBehaviourRef.m_NetworkBehaviourId);
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_6 = V_0;
|
|
NetworkBehaviourReference_t0379C8F95B4B428FE10F98601188BF6420FA1986 L_7 = ___0_networkBehaviourRef;
|
|
uint16_t L_8 = L_7.___m_NetworkBehaviourId_1;
|
|
NullCheck(L_6);
|
|
NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE* L_9;
|
|
L_9 = NetworkObject_GetNetworkBehaviourAtOrderIndex_m1DCB1BE63EFFBA7434B1E829832FAD97799F859C(L_6, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// return null;
|
|
return (NetworkBehaviour_t1F9CC6E5B76D29ECECBB61F02D8E8EDE24CDDDCE*)NULL;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NetworkObjectReference_get_NetworkObjectId_m3BB170F986CBB15A17DFB1BDEB310482BE9E867C_inline (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_NetworkObjectId;
|
|
uint64_t L_0 = __this->___m_NetworkObjectId_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkObjectReference_set_NetworkObjectId_mBC27D7D0D855A2B43F5BD5B54FDD491B4A56C888_inline (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD* __this, uint64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal set => m_NetworkObjectId = value;
|
|
uint64_t L_0 = ___0_value;
|
|
__this->___m_NetworkObjectId_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NetworkObject_get_IsSpawned_mDAF52C8099FE7F21C7AFF36622F74688E9E07CDA_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsSpawned { get; internal set; }
|
|
bool L_0 = __this->___U3CIsSpawnedU3Ek__BackingField_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NetworkObject_get_NetworkObjectId_m40FAD6ADD87B78F51BCE10D716BBEC5C0FED22E6_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ulong NetworkObjectId { get; internal set; }
|
|
uint64_t L_0 = __this->___U3CNetworkObjectIdU3Ek__BackingField_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* NetworkObjectReference_Resolve_m01F900AFD0A3D6ACEE371AEAE810C9AE5530A6A5_inline (NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD ___0_networkObjectRef, NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* ___1_networkManager, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mF8347FBF2591819915995573E025D8333CDAD592_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* V_0 = NULL;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* G_B4_0 = NULL;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* G_B3_0 = NULL;
|
|
{
|
|
// if (networkObjectRef.m_NetworkObjectId == s_NullId)
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD L_0 = ___0_networkObjectRef;
|
|
uint64_t L_1 = L_0.___m_NetworkObjectId_0;
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var);
|
|
uint64_t L_2 = ((NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_StaticFields*)il2cpp_codegen_static_fields_for(NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD_il2cpp_TypeInfo_var))->___s_NullId_1;
|
|
if ((!(((uint64_t)L_1) == ((uint64_t)L_2))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366*)NULL;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// networkManager = networkManager ?? NetworkManager.Singleton;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_3 = ___1_networkManager;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_4 = L_3;
|
|
G_B3_0 = L_4;
|
|
if (L_4)
|
|
{
|
|
G_B4_0 = L_4;
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_il2cpp_TypeInfo_var);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_5;
|
|
L_5 = NetworkManager_get_Singleton_m0F86FB1D52C8EDB866101D9CAE0CAA1D7DAE2266_inline(NULL);
|
|
G_B4_0 = L_5;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
___1_networkManager = G_B4_0;
|
|
// networkManager.SpawnManager.SpawnedObjects.TryGetValue(networkObjectRef.m_NetworkObjectId, out NetworkObject networkObject);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_6 = ___1_networkManager;
|
|
NullCheck(L_6);
|
|
NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* L_7;
|
|
L_7 = NetworkManager_get_SpawnManager_mAE49738D7E37718DABC59F9BBF31E985B7D438F8_inline(L_6, NULL);
|
|
NullCheck(L_7);
|
|
Dictionary_2_t157A4914F029A406F78B10B4418C1C55A8B74123* L_8 = L_7->___SpawnedObjects_1;
|
|
NetworkObjectReference_tDC1F1C3CC1E28DCB9229C36E30BB81F847CF77FD L_9 = ___0_networkObjectRef;
|
|
uint64_t L_10 = L_9.___m_NetworkObjectId_0;
|
|
NullCheck(L_8);
|
|
bool L_11;
|
|
L_11 = Dictionary_2_TryGetValue_mF8347FBF2591819915995573E025D8333CDAD592(L_8, L_10, (&V_0), Dictionary_2_TryGetValue_mF8347FBF2591819915995573E025D8333CDAD592_RuntimeMethod_var);
|
|
// return networkObject;
|
|
NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* NetworkManager_get_Singleton_m0F86FB1D52C8EDB866101D9CAE0CAA1D7DAE2266_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static NetworkManager Singleton { get; private set; }
|
|
il2cpp_codegen_runtime_class_init_inline(NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_il2cpp_TypeInfo_var);
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = ((NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_StaticFields*)il2cpp_codegen_static_fields_for(NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468_il2cpp_TypeInfo_var))->___U3CSingletonU3Ek__BackingField_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* NetworkManager_get_SpawnManager_mAE49738D7E37718DABC59F9BBF31E985B7D438F8_inline (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkSpawnManager SpawnManager { get; private set; }
|
|
NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* L_0 = __this->___U3CSpawnManagerU3Ek__BackingField_20;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* NetworkManager_get_DeferredMessageManager_mB31CE5FD98CF6431BFFE36FB21836002B2E04C7E_inline (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal IDeferredNetworkMessageManager DeferredMessageManager { get; private set; }
|
|
RuntimeObject* L_0 = __this->___U3CDeferredMessageManagerU3Ek__BackingField_21;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* NetworkSpawnManager_get_NetworkManager_m539DF9A1714D924C7BC6F50D946FBF6C6E13192D_inline (NetworkSpawnManager_t3C69A0FCA3E0961ED401C35188393E80BF22294D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkManager NetworkManager { get; }
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = __this->___U3CNetworkManagerU3Ek__BackingField_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* NetworkManager_get_RealTimeProvider_mAF8EEDE4C46E0478801F0ABCFF5410F762FAF8BE_inline (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal IRealTimeProvider RealTimeProvider { get; private set; }
|
|
RuntimeObject* L_0 = __this->___U3CRealTimeProviderU3Ek__BackingField_29;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NetworkObject_get_OwnerClientId_m049930D5FE84BDA9104F03995AC29953BAB247E4_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ulong OwnerClientId { get; internal set; }
|
|
uint64_t L_0 = __this->___U3COwnerClientIdU3Ek__BackingField_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkObject_set_OwnerClientId_m01EC92AFE7BAFDA5BD221C784C8B6B2B45D350EA_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, uint64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ulong OwnerClientId { get; internal set; }
|
|
uint64_t L_0 = ___0_value;
|
|
__this->___U3COwnerClientIdU3Ek__BackingField_9 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkBehaviourUpdater_t215DD428092983D5AECE1BF5BA0576E5070F987C* NetworkManager_get_BehaviourUpdater_m083E90C9FDBA1EE960D95B5357BB65AA3D795F62_inline (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal NetworkBehaviourUpdater BehaviourUpdater { get; set; }
|
|
NetworkBehaviourUpdater_t215DD428092983D5AECE1BF5BA0576E5070F987C* L_0 = __this->___U3CBehaviourUpdaterU3Ek__BackingField_25;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC* NetworkManager_get_SceneManager_m88D4B3F1D93093835BE6C7D13A4E3E3D337637C2_inline (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkSceneManager SceneManager { get; private set; }
|
|
NetworkSceneManager_tC93DADE5972B29C0860CC236D9E11A74953C65BC* L_0 = __this->___U3CSceneManagerU3Ek__BackingField_24;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NetworkManager_get_ShutdownInProgress_mF9E146A3C71F83E8E5B36E720CB16610324D7109_inline (NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool ShutdownInProgress => m_ShuttingDown;
|
|
bool L_0 = __this->___m_ShuttingDown_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkObject_set_IsPlayerObject_m16C70856A247FFA2DBB2F3345AC1B90CDC5D2CCD_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsPlayerObject { get; internal set; }
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CIsPlayerObjectU3Ek__BackingField_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkObject_set_DestroyWithScene_mCB17BA6BADCC0878CE0016F187724FD489EA0C62_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool DestroyWithScene { get; set; }
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CDestroyWithSceneU3Ek__BackingField_15 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkObject_set_IsSpawned_m9B000AC3BDF314AA8556400742001A959EA12708_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsSpawned { get; internal set; }
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CIsSpawnedU3Ek__BackingField_13 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkObject_set_IsSceneObject_m6FBD178BBC721CE90319BDFDFF65A43A1ED35D0A_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool? IsSceneObject { get; internal set; }
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_0 = ___0_value;
|
|
__this->___U3CIsSceneObjectU3Ek__BackingField_14 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 NetworkObject_get_IsSceneObject_m6C81B3BFDFCB5A8C0105BD7F570A8A041AE6A297_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool? IsSceneObject { get; internal set; }
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_0 = __this->___U3CIsSceneObjectU3Ek__BackingField_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkObject_set_NetworkObjectId_m77228CAB0214F24B7E7233C0050CC058EFB65210_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, uint64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ulong NetworkObjectId { get; internal set; }
|
|
uint64_t L_0 = ___0_value;
|
|
__this->___U3CNetworkObjectIdU3Ek__BackingField_8 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VisibilityDelegate_Invoke_mEEFAF73CA887F39FF400F1C7FAC4B03C01E74192_inline (VisibilityDelegate_t43869941CF7C26CBA2B0FEBB3E7A33BA67D3216A* __this, uint64_t ___0_clientId, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*FunctionPointerType) (RuntimeObject*, uint64_t, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_clientId, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NetworkObject_get_DestroyWithScene_m595B1465918C3A73025DD53D0E7EFC23F19FC534_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool DestroyWithScene { get; set; }
|
|
bool L_0 = __this->___U3CDestroyWithSceneU3Ek__BackingField_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NetworkObject_WorldPositionStays_m81690C5942E0971684D7202E06A69708CDEFEA64_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_CachedWorldPositionStays;
|
|
bool L_0 = __this->___m_CachedWorldPositionStays_31;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 NetworkObject_GetNetworkParenting_mEEFD598EC8D5D514CBBA090A04F12B70108D261A_inline (NetworkObject_t8D6F76C7440A9E6176FC7F9268E5720C346A7366* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal ulong? GetNetworkParenting() => m_LatestParent;
|
|
Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99 L_0 = __this->___m_LatestParent_29;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double NetworkTime_get_Time_mDC7F8AB78A0D860B5D3BF62AF1E42724059F690B_inline (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double Time => m_TimeSec;
|
|
double L_0 = __this->___m_TimeSec_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReanticipateDelegate_Invoke_mC50273773CD54F733245005987F8721BA5FCA77F_inline (ReanticipateDelegate_t5273775012E523827E07494949BD4AAE7F6CC065* __this, double ___0_lastRoundTripTime, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, double, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_lastRoundTripTime, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NetworkClient_get_IsServer_m488CD548E37B2D542415841AFEE32E6BD877F931_inline (NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal bool IsServer { get; set; }
|
|
bool L_0 = __this->___U3CIsServerU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NetworkClient_get_IsConnected_mBC4A63D9A52F4332181A5AA2F784821D0E8295D7_inline (NetworkClient_t4EB5B562D3C8D21DDD5749455CE80E5B12571F64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal bool IsConnected { get; set; }
|
|
bool L_0 = __this->___U3CIsConnectedU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTickSystem_set_TickRate_m0BF57B36E23A399A2DE37AC16EDE30EF48378172_inline (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint TickRate { get; internal set; }
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___U3CTickRateU3Ek__BackingField_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTickSystem_set_LocalTime_mF80A790CE331B5993719CEB6AF95DA98E3C31967_inline (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkTime LocalTime { get; internal set; }
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_0 = ___0_value;
|
|
__this->___U3CLocalTimeU3Ek__BackingField_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTickSystem_set_ServerTime_mCBDD0E0D8DCB5BFB612E4075EED08555BE43A794_inline (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkTime ServerTime { get; internal set; }
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_0 = ___0_value;
|
|
__this->___U3CServerTimeU3Ek__BackingField_3 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NetworkTickSystem_get_TickRate_mE053E1F4706D7744E24E0CB387DADE9454EDD337_inline (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint TickRate { get; internal set; }
|
|
uint32_t L_0 = __this->___U3CTickRateU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTickSystem_get_LocalTime_mAEE28AA7DBED595F9D8755CE5D76B7CEFF7EA6F5_inline (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkTime LocalTime { get; internal set; }
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_0 = __this->___U3CLocalTimeU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NetworkTime_get_Tick_m1544072B4A5D9F6767E31A77EFB451B6B0F5B991_inline (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int Tick => m_CachedTick;
|
|
int32_t L_0 = __this->___m_CachedTick_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F NetworkTickSystem_get_ServerTime_mE2386D4FF186C19B938427535A681AD47A799882_inline (NetworkTickSystem_t03E11F229B752CF97C7A1616D2CFF513D988780A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NetworkTime ServerTime { get; internal set; }
|
|
NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F L_0 = __this->___U3CServerTimeU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double NetworkTime_get_TickOffset_m7B60157F5852925EF3F4D55D8E67FAEEDD87BA3A_inline (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double TickOffset => m_CachedTickOffset;
|
|
double L_0 = __this->___m_CachedTickOffset_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NetworkTime_get_TickRate_m011971B594D6DB1C676AB1EC9029E1BB5A569CB6_inline (NetworkTime_t2E4697E4558B217C431021D2CC30A9306E778B5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint TickRate => m_TickRate;
|
|
uint32_t L_0 = __this->___m_TickRate_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_LocalBufferSec_m82C2D3A892C9D7B79D851FA876ED7B46437EF68C_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double LocalBufferSec { get; set; }
|
|
double L_0 = ___0_value;
|
|
__this->___U3CLocalBufferSecU3Ek__BackingField_9 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_ServerBufferSec_mB9AB61649D77F483873DF72CCE2BB4345572547E_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double ServerBufferSec { get; set; }
|
|
double L_0 = ___0_value;
|
|
__this->___U3CServerBufferSecU3Ek__BackingField_10 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_HardResetThresholdSec_mDEEB22B6CCED462F413F8E86A27758FF4A9078ED_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double HardResetThresholdSec { get; set; }
|
|
double L_0 = ___0_value;
|
|
__this->___U3CHardResetThresholdSecU3Ek__BackingField_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_AdjustmentRatio_m20025653AD41C17935FE110A9E3FCF66C7AD0B2D_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double AdjustmentRatio { get; set; }
|
|
double L_0 = ___0_value;
|
|
__this->___U3CAdjustmentRatioU3Ek__BackingField_12 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_LastSyncedServerTimeSec_m5332AA8AB59F2A047862E029092C9B2C66B21A6D_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal double LastSyncedServerTimeSec { get; private set; }
|
|
double L_0 = __this->___U3CLastSyncedServerTimeSecU3Ek__BackingField_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_HardResetThresholdSec_mE047FE8D47C8221D28F8FDB581C12C5B2BC71E38_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double HardResetThresholdSec { get; set; }
|
|
double L_0 = __this->___U3CHardResetThresholdSecU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_AdjustmentRatio_mAEB1E3BD937B871B16ECFF62C01C5D55939AFD96_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double AdjustmentRatio { get; set; }
|
|
double L_0 = __this->___U3CAdjustmentRatioU3Ek__BackingField_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_LastSyncedRttSec_mA1C80CC3F306B8060F2602E40AF1197D222F77A8_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal double LastSyncedRttSec { get; private set; }
|
|
double L_0 = ___0_value;
|
|
__this->___U3CLastSyncedRttSecU3Ek__BackingField_14 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkTimeSystem_set_LastSyncedServerTimeSec_m4CFF62DC57A58B9634184818ADACC6E2935E0190_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal double LastSyncedServerTimeSec { get; private set; }
|
|
double L_0 = ___0_value;
|
|
__this->___U3CLastSyncedServerTimeSecU3Ek__BackingField_13 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_ServerBufferSec_m07C6CA24A68C6972C984DE91B2AC93CED5717546_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double ServerBufferSec { get; set; }
|
|
double L_0 = __this->___U3CServerBufferSecU3Ek__BackingField_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double NetworkTimeSystem_get_LocalBufferSec_m2EE2B31F9AFDB2E6DCD3A842243723BD27D789A4_inline (NetworkTimeSystem_t41941E913D45E10F4FAF8455F1CED3DD9432FFA2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double LocalBufferSec { get; set; }
|
|
double L_0 = __this->___U3CLocalBufferSecU3Ek__BackingField_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TransportEventDelegate_Invoke_m229F59FBB7622E360ABD0E052077C885EDFF2FBE_inline (TransportEventDelegate_tE4A97FD9060826B2E6E5B6B5EDB9E6541AD59135* __this, int32_t ___0_eventType, uint64_t ___1_clientId, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093 ___2_payload, float ___3_receiveTime, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, uint64_t, ArraySegment_1_t3DC888623B720A071D69279F1FCB95A109195093, float, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_eventType, ___1_clientId, ___2_payload, ___3_receiveTime, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DataStreamReader_get_Length_m5F216EB0F2C71A0576B7DD18864D2E3700AC050B_inline (DataStreamReader_t712DF6CE1A53094AE623CCA3F3DFC7B73E3C50B3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_Length;
|
|
int32_t L_0 = __this->___m_Length_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SecretsLoaderHelper_get_ServerCommonName_m7757A0EB69519290091CFE45CFA5AA5704CE4326_inline (SecretsLoaderHelper_t82F8B8C1ABE0864565CB6AE06B04F336861FE6EE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_ServerCommonName;
|
|
String_t* L_0 = __this->___m_ServerCommonName_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 UnityTransport_get_NetworkDriver_m47D16CBF8A15BF7D86BFC276040B31046E38926D_inline (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal NetworkDriver NetworkDriver => m_Driver;
|
|
NetworkDriver_t3E4A5DD4686388B9F25135C01E4DB57E79449036 L_0 = __this->___m_Driver_27;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnityTransport_SetProtocol_mAE283237461395BF44FC7AF6654254F62D67A3C3_inline (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, int32_t ___0_inProtocol, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_ProtocolType = inProtocol;
|
|
int32_t L_0 = ___0_inProtocol;
|
|
__this->___m_ProtocolType_12 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NetworkConnectionManager_TransportIdToClientId_m69297481202CC42996037059EC44262CFE5FB6EC_inline (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* __this, uint64_t ___0_transportId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m9BEF32B5F0845A41B54C238225D5A4D1E7F5A3F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83E6526E6CC6F86D0F81148E48FAA9BD354B446B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
{
|
|
// if (transportId == GetServerTransportId())
|
|
uint64_t L_0 = ___0_transportId;
|
|
uint64_t L_1;
|
|
L_1 = NetworkConnectionManager_GetServerTransportId_mF951847AF72F8F2F0C4F6D842D32633B249A7846_inline(__this, NULL);
|
|
if ((!(((uint64_t)L_0) == ((uint64_t)L_1))))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
// return NetworkManager.ServerClientId;
|
|
return ((int64_t)0);
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// if (TransportIdToClientIdMap.TryGetValue(transportId, out var clientId))
|
|
Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* L_2 = __this->___TransportIdToClientIdMap_12;
|
|
uint64_t L_3 = ___0_transportId;
|
|
NullCheck(L_2);
|
|
bool L_4;
|
|
L_4 = Dictionary_2_TryGetValue_m9BEF32B5F0845A41B54C238225D5A4D1E7F5A3F5(L_2, L_3, (&V_0), Dictionary_2_TryGetValue_m9BEF32B5F0845A41B54C238225D5A4D1E7F5A3F5_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// return clientId;
|
|
uint64_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// if (NetworkLog.CurrentLogLevel == LogLevel.Developer)
|
|
int32_t L_6;
|
|
L_6 = NetworkLog_get_CurrentLogLevel_m8D46ADEFC32E3AC0592F30B64B2062202A97AF9C(NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// NetworkLog.LogWarning($"Trying to get the NGO client ID map for the transport ID ({transportId}) but did not find the map entry! Returning default transport ID value.");
|
|
uint64_t L_7 = ___0_transportId;
|
|
uint64_t L_8 = L_7;
|
|
RuntimeObject* L_9 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_8);
|
|
String_t* L_10;
|
|
L_10 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral83E6526E6CC6F86D0F81148E48FAA9BD354B446B, L_9, NULL);
|
|
NetworkLog_LogWarning_m1A2073B527F4B95F216508B0E5A76DF71823D899(L_10, NULL);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// return default;
|
|
return ((int64_t)0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NetworkConnectionManager_ClientIdToTransportId_m1329EE63E4DBF4FC449E7EF214B6B0F00F7318E0_inline (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* __this, uint64_t ___0_clientId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m9BEF32B5F0845A41B54C238225D5A4D1E7F5A3F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1B9C347346F5D881C6912E306B81D88C59210B8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
{
|
|
// if (clientId == NetworkManager.ServerClientId)
|
|
uint64_t L_0 = ___0_clientId;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return GetServerTransportId();
|
|
uint64_t L_1;
|
|
L_1 = NetworkConnectionManager_GetServerTransportId_mF951847AF72F8F2F0C4F6D842D32633B249A7846_inline(__this, NULL);
|
|
return L_1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (ClientIdToTransportIdMap.TryGetValue(clientId, out var transportClientId))
|
|
Dictionary_2_tE1184E8D53864B83C43E4E0E93F8388CEE760D42* L_2 = __this->___ClientIdToTransportIdMap_11;
|
|
uint64_t L_3 = ___0_clientId;
|
|
NullCheck(L_2);
|
|
bool L_4;
|
|
L_4 = Dictionary_2_TryGetValue_m9BEF32B5F0845A41B54C238225D5A4D1E7F5A3F5(L_2, L_3, (&V_0), Dictionary_2_TryGetValue_m9BEF32B5F0845A41B54C238225D5A4D1E7F5A3F5_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// return transportClientId;
|
|
uint64_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// if (NetworkLog.CurrentLogLevel == LogLevel.Developer)
|
|
int32_t L_6;
|
|
L_6 = NetworkLog_get_CurrentLogLevel_m8D46ADEFC32E3AC0592F30B64B2062202A97AF9C(NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// NetworkLog.LogWarning($"Trying to get the transport client ID map for the NGO client ID ({clientId}) but did not find the map entry! Returning default transport ID value.");
|
|
uint64_t L_7 = ___0_clientId;
|
|
uint64_t L_8 = L_7;
|
|
RuntimeObject* L_9 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_8);
|
|
String_t* L_10;
|
|
L_10 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralD1B9C347346F5D881C6912E306B81D88C59210B8, L_9, NULL);
|
|
NetworkLog_LogWarning_m1A2073B527F4B95F216508B0E5A76DF71823D899(L_10, NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return default;
|
|
return ((int64_t)0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099 UnityTransport_get_DebugSimulatorRandomSeed_m4C482F701019EFFA6017A5FAE91F2458BEF684FE_inline (UnityTransport_tF042DD8CD61B26480CA826D0164BD595A87249A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal uint? DebugSimulatorRandomSeed { get; set; } = null;
|
|
Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099 L_0 = __this->___U3CDebugSimulatorRandomSeedU3Ek__BackingField_22;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NetworkPipeline_GetHashCode_m34FA347FD9DD395BCE190E09E593FA9B97C662EF_inline (NetworkPipeline_t83BB00B4CE9811A2B75D37E50EFB85FD60044A69* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Id;
|
|
int32_t L_0 = __this->___Id_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteValue_TisIl2CppFullySharedGenericStruct_m576FF3C4FCD70A41F8A902F9BF4CAE68AC93243F_gshared_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct* ___0_value, ForPrimitives_t4120884959A3BC3EAC3D4980A4DA8010E09DA292 ___1_unused, const RuntimeMethod* method)
|
|
{
|
|
if (!il2cpp_rgctx_is_initialized(method))
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
il2cpp_rgctx_method_init(method);
|
|
}
|
|
{
|
|
// public void WriteValue<T>(in T value, ForPrimitives unused = default) where T : unmanaged, IComparable, IConvertible, IComparable<T>, IEquatable<T> => WriteUnmanaged(value);
|
|
Il2CppFullySharedGenericStruct* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
InvokerActionInvoker1< Il2CppFullySharedGenericStruct* >::Invoke(il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 1)), il2cpp_rgctx_method(method->rgctx_data, 1), __this, L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mE5CD156A6895E12A0F9A5D8DB9765BD02A32B3AA_gshared_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
if (!il2cpp_rgctx_is_initialized(method))
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
il2cpp_rgctx_method_init(method);
|
|
}
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_t1FA39C8455680A168EDE2770A785EEA85E7753A0 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(method->rgctx_data, 1));
|
|
Il2CppFullySharedGenericStruct* V_0 = NULL;
|
|
uint8_t* V_1 = NULL;
|
|
{
|
|
// {
|
|
Il2CppFullySharedGenericStruct* L_0 = ___0_value;
|
|
V_0 = L_0;
|
|
// fixed (T* ptr = &value)
|
|
Il2CppFullySharedGenericStruct* L_1 = V_0;
|
|
// byte* bytes = (byte*)ptr;
|
|
V_1 = (uint8_t*)((uintptr_t)L_1);
|
|
// WriteBytes(bytes, sizeof(T));
|
|
uint8_t* L_2 = V_1;
|
|
uint32_t L_3 = SizeOf_T_t1FA39C8455680A168EDE2770A785EEA85E7753A0;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline(__this, L_2, (int32_t)L_3, 0, NULL);
|
|
V_0 = (Il2CppFullySharedGenericStruct*)((uintptr_t)0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteUnmanaged_TisIl2CppFullySharedGenericStruct_mEE7CB1EE0E6BF4C5222E68AC48B425F9CC14A509_gshared_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
if (!il2cpp_rgctx_is_initialized(method))
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanaged_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m8B17E92D71720489772AE7103A0E4F5B83421636_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
il2cpp_rgctx_method_init(method);
|
|
}
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_t100CEA5071292365586EB57FBBD9FF48627C6849 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(method->rgctx_data, 1));
|
|
int32_t V_0 = 0;
|
|
Il2CppFullySharedGenericStruct* V_1 = NULL;
|
|
__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* V_2 = NULL;
|
|
uint8_t* V_3 = NULL;
|
|
{
|
|
// WriteUnmanaged(value.Length);
|
|
__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* L_0 = ___0_value;
|
|
NullCheck(L_0);
|
|
V_0 = ((int32_t)(((RuntimeArray*)L_0)->max_length));
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanaged_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m8B17E92D71720489772AE7103A0E4F5B83421636_inline(__this, (&V_0), FastBufferWriter_WriteUnmanaged_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m8B17E92D71720489772AE7103A0E4F5B83421636_RuntimeMethod_var);
|
|
// fixed (T* ptr = value)
|
|
__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* L_1 = ___0_value;
|
|
__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* L_2 = L_1;
|
|
V_2 = L_2;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* L_3 = V_2;
|
|
NullCheck(L_3);
|
|
if (((int32_t)(((RuntimeArray*)L_3)->max_length)))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
V_1 = (Il2CppFullySharedGenericStruct*)((uintptr_t)0);
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* L_4 = V_2;
|
|
NullCheck(L_4);
|
|
V_1 = (Il2CppFullySharedGenericStruct*)((uintptr_t)((Il2CppFullySharedGenericStruct*)(L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// byte* bytes = (byte*)ptr;
|
|
Il2CppFullySharedGenericStruct* L_5 = V_1;
|
|
V_3 = (uint8_t*)L_5;
|
|
// WriteBytes(bytes, sizeof(T) * value.Length);
|
|
uint8_t* L_6 = V_3;
|
|
uint32_t L_7 = SizeOf_T_t100CEA5071292365586EB57FBBD9FF48627C6849;
|
|
__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* L_8 = ___0_value;
|
|
NullCheck(L_8);
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytes_m1715C899E1CBB7C7B98605F0D6C210B7D046379F_inline(__this, L_6, ((int32_t)il2cpp_codegen_multiply((int32_t)L_7, ((int32_t)(((RuntimeArray*)L_8)->max_length)))), 0, NULL);
|
|
V_2 = (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)NULL;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_mF402B59B8984B433580C21FF5521929FD74E748A_gshared_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType&*/Il2CppFullySharedGenericStruct* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
if (!il2cpp_rgctx_is_initialized(method))
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
il2cpp_rgctx_method_init(method);
|
|
}
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_t42E2B95B7F6548D898E79D249E54BF47371616B3 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(method->rgctx_data, 1));
|
|
Il2CppFullySharedGenericStruct* V_0 = NULL;
|
|
uint8_t* V_1 = NULL;
|
|
{
|
|
// {
|
|
Il2CppFullySharedGenericStruct* L_0 = ___0_value;
|
|
V_0 = L_0;
|
|
// fixed (T* ptr = &value)
|
|
Il2CppFullySharedGenericStruct* L_1 = V_0;
|
|
// byte* bytes = (byte*)ptr;
|
|
V_1 = (uint8_t*)((uintptr_t)L_1);
|
|
// WriteBytesSafe(bytes, sizeof(T));
|
|
uint8_t* L_2 = V_1;
|
|
uint32_t L_3 = SizeOf_T_t42E2B95B7F6548D898E79D249E54BF47371616B3;
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_inline(__this, L_2, (int32_t)L_3, 0, NULL);
|
|
V_0 = (Il2CppFullySharedGenericStruct*)((uintptr_t)0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FastBufferWriter_WriteUnmanagedSafe_TisIl2CppFullySharedGenericStruct_m092040155CF5331E168CCA668ADA63D009E6A594_gshared_inline (FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC* __this, __Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
if (!il2cpp_rgctx_is_initialized(method))
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_WriteUnmanagedSafe_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m1AA937B90B0CEB5250851747EF2F86B52A28969E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
il2cpp_rgctx_method_init(method);
|
|
}
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_tDD039D9408C78B5CD853BE1C7A6D0B5BC65F0E6B = il2cpp_codegen_sizeof(il2cpp_rgctx_data(method->rgctx_data, 1));
|
|
int32_t V_0 = 0;
|
|
Il2CppFullySharedGenericStruct* V_1 = NULL;
|
|
__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* V_2 = NULL;
|
|
uint8_t* V_3 = NULL;
|
|
{
|
|
// WriteUnmanagedSafe(value.Length);
|
|
__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* L_0 = ___0_value;
|
|
NullCheck(L_0);
|
|
V_0 = ((int32_t)(((RuntimeArray*)L_0)->max_length));
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteUnmanagedSafe_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m1AA937B90B0CEB5250851747EF2F86B52A28969E_inline(__this, (&V_0), FastBufferWriter_WriteUnmanagedSafe_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m1AA937B90B0CEB5250851747EF2F86B52A28969E_RuntimeMethod_var);
|
|
// fixed (T* ptr = value)
|
|
__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* L_1 = ___0_value;
|
|
__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* L_2 = L_1;
|
|
V_2 = L_2;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* L_3 = V_2;
|
|
NullCheck(L_3);
|
|
if (((int32_t)(((RuntimeArray*)L_3)->max_length)))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
V_1 = (Il2CppFullySharedGenericStruct*)((uintptr_t)0);
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* L_4 = V_2;
|
|
NullCheck(L_4);
|
|
V_1 = (Il2CppFullySharedGenericStruct*)((uintptr_t)((Il2CppFullySharedGenericStruct*)(L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// byte* bytes = (byte*)ptr;
|
|
Il2CppFullySharedGenericStruct* L_5 = V_1;
|
|
V_3 = (uint8_t*)L_5;
|
|
// WriteBytesSafe(bytes, sizeof(T) * value.Length);
|
|
uint8_t* L_6 = V_3;
|
|
uint32_t L_7 = SizeOf_T_tDD039D9408C78B5CD853BE1C7A6D0B5BC65F0E6B;
|
|
__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1* L_8 = ___0_value;
|
|
NullCheck(L_8);
|
|
il2cpp_codegen_runtime_class_init_inline(FastBufferWriter_tE6AFE9436BD125AF309056A81B70F95625FB96EC_il2cpp_TypeInfo_var);
|
|
FastBufferWriter_WriteBytesSafe_mD6983BBB2B1A249EA173F6CF20B1B2D93B1079F6_inline(__this, L_6, ((int32_t)il2cpp_codegen_multiply((int32_t)L_7, ((int32_t)(((RuntimeArray*)L_8)->max_length)))), 0, NULL);
|
|
V_2 = (__Il2CppFullySharedGenericStructTypeU5BU5D_tF3B929B6E80D0A8C109178E11CE8FF9957B014C1*)NULL;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
// T
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),3)), SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m26AF82C275C82180BB7F23C7E408BC1FEB9A38EE_gshared_inline (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(System.Collections.Generic.KeyValuePair`2<TKey,TValue>)
|
|
const uint32_t SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue>
|
|
const KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669 L_0 = alloca(SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),3)), SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(TValue)
|
|
const uint32_t SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
// TValue
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),1)), SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyValuePair_2_get_Key_mBE75BF8983618BC1ACEC20F94C1BFF85C8AA50F1_gshared_inline (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(TKey)
|
|
const uint32_t SizeOf_TKey_tAE1541CEBE7E523E393A46E588568F4BD8337859 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 0));
|
|
// TKey
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_TKey_tAE1541CEBE7E523E393A46E588568F4BD8337859);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),0)), SizeOf_TKey_tAE1541CEBE7E523E393A46E588568F4BD8337859);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_TKey_tAE1541CEBE7E523E393A46E588568F4BD8337859);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E = il2cpp_codegen_sizeof(il2cpp_rgctx_data(method->klass->rgctx_data, 9));
|
|
// T
|
|
const Il2CppFullySharedGenericAny L_8 = alloca(SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
const Il2CppFullySharedGenericAny L_9 = L_8;
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_1 = __this->____items_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->____size_2;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
il2cpp_codegen_memcpy(L_8, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? ___0_item : &___0_item), SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
NullCheck(L_6);
|
|
il2cpp_codegen_memcpy((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)), L_8, SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
Il2CppCodeGenWriteBarrierForClass(il2cpp_rgctx_data(method->klass->rgctx_data, 9), (void**)(L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)), (void*)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
il2cpp_codegen_memcpy(L_9, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? ___0_item : &___0_item), SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
InvokerActionInvoker1< Il2CppFullySharedGenericAny >::Invoke(il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 14)), il2cpp_rgctx_method(method->klass->rgctx_data, 14), __this, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? L_9: *(void**)L_9));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mE6103188ACDEC07F90F2D2986554730D18029750_gshared_inline (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Nullable_1_GetValueOrDefault_mC057FBD944AF068B90EBDD0B496231A01B2A4228_gshared_inline (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339* __this, Il2CppFullySharedGenericStruct* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_tF1352992D99D495C6F2BE3DC43F8A00BAD6B2EAA = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 0));
|
|
// T
|
|
const Il2CppFullySharedGenericStruct L_0 = alloca(SizeOf_T_tF1352992D99D495C6F2BE3DC43F8A00BAD6B2EAA);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),1)), SizeOf_T_tF1352992D99D495C6F2BE3DC43F8A00BAD6B2EAA);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_T_tF1352992D99D495C6F2BE3DC43F8A00BAD6B2EAA);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m14F273FB376DF00D727434CDCD28AB4EDCC14C3C_gshared_inline (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = *(bool*)il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),0));
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m51282E47C90E55BF2D96A0D329869ABC122A85A0_gshared_inline (Enumerator_t0D36BD6D63D775CDEAF8501F5A252535FFFF52CB* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_t6D22409F37413B725563BF484486F55FB7202BB8 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
// T
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_T_t6D22409F37413B725563BF484486F55FB7202BB8);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),3)), SizeOf_T_t6D22409F37413B725563BF484486F55FB7202BB8);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_T_t6D22409F37413B725563BF484486F55FB7202BB8);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mD615D1BCB2C9DD91DAD86A2F9E5CF1DFFCBF7925_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
bool L_1;
|
|
L_1 = il2cpp_codegen_is_reference_or_contains_references(il2cpp_rgctx_method(method->klass->rgctx_data, 25));
|
|
if (!L_1)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = __this->____size_2;
|
|
V_0 = L_2;
|
|
__this->____size_2 = 0;
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_4 = __this->____items_1;
|
|
int32_t L_5 = V_0;
|
|
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_4, 0, L_5, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
__this->____size_2 = 0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashSet_1_get_Count_mA764DCA3CB14CB2CBDF742A163492FF4DA515B63_gshared_inline (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____count_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ArraySegment_1_get_Count_mEF96248898C14F3687A5C72B920F841701E4E13C_gshared_inline (ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____count_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ArraySegment_1_get_Array_mE4A35DFD81ABF447350B9A05C0F4BF0248A3CFF2_gshared_inline (ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_0 = __this->____array_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ArraySegment_1_get_Offset_m4FAFF061AB36BF278BA8DC37B6D13718A06301E6_gshared_inline (ArraySegment_1_t00CCB00D2C671984CD055C219135EB0500C79178* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____offset_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m6343941059117DF354182855F996EB3D08B4C06C_gshared_inline (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_arg1, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_arg2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_arg1, ___1_arg2, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m77681472C32B9ABB97AE602C0D4C365A0A8E8ACE_gshared_inline (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(TValue)
|
|
const uint32_t SizeOf_TValue_t000C678F2AD05088377B639A262C97D1B73DA1E8 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
// TValue
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_TValue_t000C678F2AD05088377B639A262C97D1B73DA1E8);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),3)), SizeOf_TValue_t000C678F2AD05088377B639A262C97D1B73DA1E8);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_TValue_t000C678F2AD05088377B639A262C97D1B73DA1E8);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_m5A038831CEB84A7E374FE59D43444412629F833F_gshared_inline (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_obj, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m2D9E3398C2A3349E3F0F189A38E881D11DE5AA15_gshared_inline (Enumerator_tE10E03C65C00BC14DE96993EA5248F610F88C977* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(TKey)
|
|
const uint32_t SizeOf_TKey_tD6F5EEADA0A8791813A4EF1C80C94030B153E4B0 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
// TKey
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_TKey_tD6F5EEADA0A8791813A4EF1C80C94030B153E4B0);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),3)), SizeOf_TKey_tD6F5EEADA0A8791813A4EF1C80C94030B153E4B0);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_TKey_tD6F5EEADA0A8791813A4EF1C80C94030B153E4B0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_mF9A198DACCE8ED0DC6FD097825D7A0F82D149DBA_gshared_inline (Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405* __this, Il2CppFullySharedGenericStruct* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_tCB2B4AD90EC47251952F0D7CF84CE2365DFB7790 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
// T
|
|
const Il2CppFullySharedGenericStruct L_0 = alloca(SizeOf_T_tCB2B4AD90EC47251952F0D7CF84CE2365DFB7790);
|
|
const Il2CppFullySharedGenericStruct L_1 = L_0;
|
|
Il2CppFullySharedGenericStruct V_0 = alloca(SizeOf_T_tCB2B4AD90EC47251952F0D7CF84CE2365DFB7790);
|
|
memset(V_0, 0, SizeOf_T_tCB2B4AD90EC47251952F0D7CF84CE2365DFB7790);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2),2)), SizeOf_T_tCB2B4AD90EC47251952F0D7CF84CE2365DFB7790);
|
|
il2cpp_codegen_memcpy(V_0, L_0, SizeOf_T_tCB2B4AD90EC47251952F0D7CF84CE2365DFB7790);
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
il2cpp_codegen_memcpy(L_1, V_0, SizeOf_T_tCB2B4AD90EC47251952F0D7CF84CE2365DFB7790);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_1, SizeOf_T_tCB2B4AD90EC47251952F0D7CF84CE2365DFB7790);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mC9099E56E01AB33169AB4EE888BD9A2B752961DE_gshared_inline (Enumerator_t82F77221EB09A3A14061DC0C6965526D856BC405* __this, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_tCB2B4AD90EC47251952F0D7CF84CE2365DFB7790 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
// T
|
|
const Il2CppFullySharedGenericStruct L_6 = alloca(SizeOf_T_tCB2B4AD90EC47251952F0D7CF84CE2365DFB7790);
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
int32_t L_0 = *(int32_t*)il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2),1));
|
|
il2cpp_codegen_write_instance_field_data<int32_t>(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2),1), ((int32_t)il2cpp_codegen_add(L_0, 1)));
|
|
int32_t L_1 = *(int32_t*)il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2),1));
|
|
int32_t L_2 = (((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2),0))))->___m_Length_1;
|
|
V_0 = (bool)((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
void* L_4 = (((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2),0))))->___m_Buffer_0;
|
|
int32_t L_5 = *(int32_t*)il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2),1));
|
|
InvokerActionInvoker3< void*, int32_t, Il2CppFullySharedGenericStruct* >::Invoke(il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 4)), il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 4), NULL, L_4, L_5, (Il2CppFullySharedGenericStruct*)L_6);
|
|
il2cpp_codegen_write_instance_field_data(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2),2), L_6, SizeOf_T_tCB2B4AD90EC47251952F0D7CF84CE2365DFB7790);
|
|
V_1 = (bool)1;
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
il2cpp_codegen_initobj((((Il2CppFullySharedGenericStruct*)il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2),2)))), SizeOf_T_tCB2B4AD90EC47251952F0D7CF84CE2365DFB7790);
|
|
V_1 = (bool)0;
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
bool L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Override_1_get_Overidden_m716DBF3DC788809456EEAC9FDB2ED8833BC9E78F_gshared_inline (Override_1_t9580BA37D0A0E32EEA06F4964ADE5F647866611A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool Overidden { get; private set; }
|
|
bool L_0 = *(bool*)il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 0),1));
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NetworkConnectionManager_GetServerTransportId_mF951847AF72F8F2F0C4F6D842D32633B249A7846_inline (NetworkConnectionManager_tA2D96DEF071554C2E75CC52EEBC28BF0C977B9D1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkTransport_t55E07951299283974C86476F46CC977780560B64* V_0 = NULL;
|
|
{
|
|
// if (NetworkManager != null)
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_0 = __this->___NetworkManager_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// var transport = NetworkManager.NetworkConfig.NetworkTransport;
|
|
NetworkManager_t3C1F76E0C1B39BB363D1C5C7667A5CC90A6CE468* L_2 = __this->___NetworkManager_6;
|
|
NullCheck(L_2);
|
|
NetworkConfig_tBDA76D459879B7025939BE0E2AF6D82B4A925113* L_3 = L_2->___NetworkConfig_10;
|
|
NullCheck(L_3);
|
|
NetworkTransport_t55E07951299283974C86476F46CC977780560B64* L_4 = L_3->___NetworkTransport_1;
|
|
V_0 = L_4;
|
|
// if (transport != null)
|
|
NetworkTransport_t55E07951299283974C86476F46CC977780560B64* L_5 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// return transport.ServerClientId;
|
|
NetworkTransport_t55E07951299283974C86476F46CC977780560B64* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
uint64_t L_8;
|
|
L_8 = VirtualFuncInvoker0< uint64_t >::Invoke(4 /* System.UInt64 Unity.Netcode.NetworkTransport::get_ServerClientId() */, L_7);
|
|
return L_8;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// throw new NullReferenceException($"The transport in the active {nameof(NetworkConfig)} is null");
|
|
NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* L_9 = (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_9);
|
|
NullReferenceException__ctor_mA41317A57F5C1C0E3F59C7EB25ABD484564B23D4(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9033E767C7E2FEB776CA0B4C15369E63C995C4CD)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkConnectionManager_GetServerTransportId_mF951847AF72F8F2F0C4F6D842D32633B249A7846_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// throw new Exception($"There is no {nameof(NetworkManager)} assigned to this instance!");
|
|
Exception_t* L_10 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_10);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6992BAB5D0DA18DBB6B8CC0786AA2CE98F091D68)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkConnectionManager_GetServerTransportId_mF951847AF72F8F2F0C4F6D842D32633B249A7846_RuntimeMethod_var)));
|
|
}
|
|
}
|