#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include 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 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 struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template 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 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); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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 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); } }; // System.Action`1 struct Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31; // System.Converter`2 struct Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907; // System.Collections.Generic.Dictionary`2,System.Single> struct Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40; // System.Collections.Generic.Dictionary`2,o0.Geometry.Vector`1> struct Dictionary_2_t7045095C3892649EE117A6FA0FDEE46EFC7096AA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t55759EAEA6FDA8150669EBC46D74D3A9870624DF; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423; // MathNet.Numerics.LinearAlgebra.Factorization.Evd`1 struct Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0; // o0Aien.Filter`1 struct Filter_1_tA921A8FFEDCEC511617A4A2D0C59BA5619CE9FAF; // o0Aien.Filter`1 struct Filter_1_t6F737382A5CF8B67C0B1AAFEA0DFE17A8FA8312A; // o0Aien.Filter`1 struct Filter_1_t124B090DB919DA816A62640316235ECAA389356A; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49; // System.Func`2 struct Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857; // System.Func`2 struct Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3; // System.Func`2 struct Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290; // System.Func`2 struct Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E; // System.Func`4 struct Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84; // System.Collections.Generic.HashSet`1 struct HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C; // System.Collections.Generic.HashSet`1 struct HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B; // System.Collections.Generic.HashSet`1 struct HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673; // System.Collections.Generic.HashSet`1 struct HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C; // System.Collections.Generic.HashSet`1 struct HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t87C38B0EE9F1DE9AFC8F366EEAE5D497C061B4E1; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t4DFA5CB8F95829BAC3B2C5251EA018F27F9EFCB2; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t60929E1AA80B46746F987B99A4EBD004FD72D370; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tDBC849B8248C833C53F1762E771EFC477EB8AF18; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t66F2B2560275820C1DA9436C31D720698669C53F; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t4F940DC875AC5B1A996AD89264F6A6C6F029C879; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2EEEFCA398226AD34E792CAED035372E93F89793; // System.Collections.Generic.IEqualityComparer`1> struct IEqualityComparer_1_tB3BCF95ED1AD7A6D103DDED00F080FFF8A1B0ADB; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t53096CFF06DB4EE13B98B2D449749DE151CF1411; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t4572A7803D2D5D43767F2FE56C21EB1B4366EF54; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tFE83DF52676436895898080AF3B945BF8FDA9456; // System.Collections.Generic.Dictionary`2/KeyCollection,System.Single> struct KeyCollection_t613966CCEB19178940ED0F1DCBDF7B52A4832597; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t106F7F73986E70652C7173753BD5A8DE924A56EF; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B; // System.Collections.Generic.List`1> struct List_1_tA1AA3A09CABFC4234C022658AD5F0D32FAF1A9FB; // System.Collections.Generic.List`1 struct List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE; // System.Collections.Generic.List`1 struct List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF; // System.Collections.Generic.List`1 struct List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1; // System.Collections.Generic.List`1 struct List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C; // System.Collections.Generic.List`1 struct List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C; // System.Collections.Generic.List`1 struct List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB; // System.Collections.Generic.List`1 struct List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t15050E83C4C051CA706B3489C75EBD1038966135; // System.Collections.Generic.List`1 struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181; // System.Collections.Generic.List`1 struct List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9; // System.Collections.Generic.List`1 struct List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E; // System.Collections.Generic.List`1 struct List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188; // System.Collections.Generic.List`1 struct List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4; // o0.MeanMaintainer`1> struct MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED; // o0.IMU.MedianFilter`1 struct MedianFilter_1_t33DD27C6F7DD9B6CFB4C5A2AE05F2ABC9241027D; // System.Collections.Generic.Queue`1 struct Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4; // System.Collections.Generic.Queue`1 struct Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617; // System.Tuple`2 struct Tuple_2_t49F006A82EEDCB298188B10937893F000296AA70; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // System.Collections.Generic.Dictionary`2/ValueCollection,System.Single> struct ValueCollection_t5421C5E5543098FDC4F3418DF4613A3DFF55816F; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t7AE7570CED5AC9164A32460F73BD1376F4FB4787; // o0.VarianceMaintainer`1 struct VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 struct VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 struct VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 struct VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 struct VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22; // MathNet.Numerics.LinearAlgebra.Vector`1 struct Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D; // MathNet.Numerics.LinearAlgebra.Vector`1 struct Vector_1_t04BD986700481778192B0CF621635E64D169D13C; // System.Collections.Generic.Dictionary`2/Entry,System.Single>[] struct EntryU5BU5D_tF963AAEA2D9C5B8DD7ED2EBF06BF396CF47BB5FA; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t27C7FABC85CBD7C4EC57FA157739FA8530B31118; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t4B6BFA340C9FA8266CDD5A3E96F9C36FD52C4D26; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t25D470734B01960B5142C5D01F2B8BFC1E023477; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // o0.IMU.ByteToShort[] struct ByteToShortU5BU5D_tB6262375B542E335507FD227F90B573C545A88EC; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // UnityEngine.Color[] struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.UI.Text[] struct TextU5BU5D_t16DD1967B137EC602803C77DBB246B05B3D0275F; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // o0UIRawImageTester[] struct o0UIRawImageTesterU5BU5D_tAA706EF90A2F22EC19DD98B15BD0CF6535FBAFBB; // UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementDefinition[] struct ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213; // o0.Bow.o0663Axis/State[] struct StateU5BU5D_t255D5B55D4FF3D73BAB7D0D0E5BF0C3A8CE0215D; // o0.Bow.o09AxisAfterXiaMenFromDll/State[] struct StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947; // o0.Bow.o09AxisCS/State[] struct StateU5BU5D_t1112916FE2D319D015D9EB7BEE5BC17ECE6534C9; // AOTAdapter struct AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // AgreementView struct AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C; // AimHandler struct AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4; // Arrow struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A; // ArrowCamera struct ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser struct Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0; // UnityEngine.AssetBundle struct AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4; // UnityEngine.AssetBundleCreateRequest struct AssetBundleCreateRequest_t6AB0C8676D1DAA5F624663445F46FAB7D63EAA3A; // UnityEngine.AssetBundleRequest struct AssetBundleRequest_tBCF59D1FD408125E4C2C937EC23AB0ABB7E4051A; // BestHTTP.Examples.AssetBundleSample struct AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058; // AttitudeJson struct AttitudeJson_t52462AAE598F99D504769E068B4925B704808C99; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D; // Axis663Handler struct Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F; // Axis9Handler struct Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7; // Axis9NopackHandler struct Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052; // AxisBaseHandler struct AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // BluetoothAim struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243; // ArduinoBluetoothAPI.BluetoothDevice struct BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100; // ArduinoBluetoothAPI.BluetoothHelper struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic struct BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9; // ArduinoBluetoothAPI.BluetoothHelperService struct BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9; // BluetoothHolder struct BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51; // BestHTTP.Extensions.BufferPoolMemoryStream struct BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B; // o0.IMU.ByteToShort struct ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171; // o0.IMU.ByteToShortByVariance struct ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402; // o0.IMU.ByteToShorts struct ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61; // BestHTTP.Decompression.Crc.CRC32 struct CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E; // JCEngineCore.Channel struct Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // JCUnityLib.CountLock struct CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1; // BestHTTP.Authentication.Credentials struct Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // BestHTTP.Decompression.Zlib.DeflateManager struct DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // o0.Bow.DistanceToAxis struct DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968; // o0.IMU.DistanceToAxis struct DistanceToAxis_t79FAFD90FFFC4F514E6E1670A9CBE114F10A2069; // UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism struct ECEndomorphism_tC94CEDEA023268D74990A2B2C08487E5D3DE2F7E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier struct ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA; // o0.IMU.EllipsoidFitting struct EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Exception struct Exception_t; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve struct FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpPoint struct FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278; // BestHTTP.Decompression.Zlib.GZipStream struct GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.Caching.HTTPCacheFileInfo struct HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA; // BestHTTP.Forms.HTTPFormBase struct HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD; // o0.IMU.HardwareVariance struct HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible struct IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer struct ICertificateVerifyer_t7FF89D73580A6E6A7FF6E40E7670C1BF3E8F0CAB; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider struct IClientCredentialsProvider_tAA7262E853B0CACED4DFA19BA071BB2F2315DEEA; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField struct IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // BestHTTP.Decompression.Zlib.InflateBlocks struct InflateBlocks_tD7DE231155415856CAE7E302D90BF38733FB5775; // BestHTTP.Decompression.Zlib.InflateManager struct InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9; // JCEngineCore.JCEntity struct JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9; // o0.IMU.MagnetometerAutoCalibrater struct MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D; // o0._9Axis.MagnetometerAutoCalibrater struct MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // BestHTTP.OnBeforeHeaderSendDelegate struct OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F; // BestHTTP.OnBeforeRedirectionDelegate struct OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238; // BestHTTP.OnDownloadProgressDelegate struct OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4; // BestHTTP.OnUploadProgressDelegate struct OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D; // UnityEngine.ParticleSystemRenderer struct ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269; // BestHTTP.Proxy struct Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118; // UnityEngine.UI.RawImage struct RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // TargetBody struct TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextAsset struct TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E; // UnityEngine.Networking.UnityWebRequestAsyncOperation struct UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396; // UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // UserInfo struct UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F; // o0Project.Variance struct Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522; // o0Project.Vector3f struct Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters struct X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder struct X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint struct X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9FieldID struct X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8; // BestHTTP.Decompression.Zlib.ZTree struct ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ZeroBytePadding struct ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983; // BestHTTP.Decompression.Zlib.ZlibBaseStream struct ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188; // BestHTTP.Decompression.Zlib.ZlibCodec struct ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1; // BestHTTP.Decompression.Zlib.ZlibException struct ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C; // o0.IMU._663AxisPreProcessor struct _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250; // o0.IMU._9AxisPreProcessor struct _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78; // manager struct manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F; // o0.Bow.o0663Axis struct o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1; // o09Axis struct o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7; // o0.Bow.o09AxisAfterXiaMenFromDll struct o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD; // o0.Bow.o09AxisCS struct o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A; // o09AxisCSBridge struct o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14; // o0Aien.o0AccelerationExFilter struct o0AccelerationExFilter_t04270FCBBAAE94AF39512BD9E47F2888A336181E; // o0Aien.o0AccelerationFilter struct o0AccelerationFilter_t1A0BED7EFABA1B73852AEBAD914333389D3BC004; // o0Aien.o0Filter struct o0Filter_tD8813B7821ED700DF34E1E776E33838DBF2ED47C; // o0Aien.o0Filter3 struct o0Filter3_t7F3B58FAF68A3F3B6E11D5875438678523F6A2A6; // o0GyrCalibrater struct o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA; // o0Aien.o0KalmanFilter struct o0KalmanFilter_tDCBE70325AAA44E93371C8446A3019A1462A6F66; // o0MagneticCalibrater struct o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6; // o0MagneticCalibraterEllipsoidFitting struct o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E; // o0MagneticCalibraterSimple struct o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5; // o0Aien.o0SigmoidIntegrationFilter struct o0SigmoidIntegrationFilter_t43DCD87FD7A4848D1A4D54E678BDFE48B8825627; // o0Aien.o0SigmoidIntegrationFilterQuaternion struct o0SigmoidIntegrationFilterQuaternion_tDC306314F20BD9DD84321B624A76A1C79E418384; // o0Aien.o0SigmoidIntegrationFilterVector3 struct o0SigmoidIntegrationFilterVector3_t6E624880BA15991A5B2DC780DD02BA5CB36990DB; // o0Aien.o0SpeedFilter struct o0SpeedFilter_t48D3769F3DF36E66ED518A42B3A446BEC223AD92; // o0UIRawImageTester struct o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB; // o0Vector3Filter struct o0Vector3Filter_t1280ACEDA62F833D740C39D5316D2DC11E764907; // o0Aien.o0WeightedAverageFilterVector3 struct o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42; // AOTAdapter/<>c struct U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA; // AOTAdapter/d__1 struct U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings struct AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface struct ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403; // AgreementView/d__10 struct U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038; // AgreementView/d__9 struct U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6; // AgreenmentOption/<>c struct U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves/Frp256v1Holder struct Frp256v1Holder_t7E1954C20E99C9C5A7511E37D92971A47F812C5E; // Arrow/<>c__DisplayClass43_0 struct U3CU3Ec__DisplayClass43_0_t96195AB4DC5115CF34A545B7421F1952296A8AF7; // Arrow/HitType struct HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C; // ArrowSync/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t2C940A496B8993FA37C144C27D6B26E999F88B2A; // ArrowSync/SyncData struct SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence/Asn1SequenceParserImpl struct Asn1SequenceParserImpl_t633F53AD51AD128E3B684364B1DECE791F161012; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set/Asn1SetParserImpl struct Asn1SetParserImpl_tA77231D53E4B147356F18A2C1B582550FD7DA79A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set/DerComparer struct DerComparer_t9B19E991BDA33E9D0C78ACE5E00664762AEBB530; // BestHTTP.Examples.AssetBundleSample/d__7 struct U3CDownloadAssetBundleU3Ed__7_tEE0F3AFDC733F12771FC675F3962C008FD21A796; // BestHTTP.Examples.AssetBundleSample/d__8 struct U3CProcessAssetBundleU3Ed__8_tE628D8135D730F737426E567BCED0BD221712713; // AttitudeJson/<>c struct U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605; // AutoConnectBLE/d__6 struct U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046; // AutoConnectBLE/d__7 struct U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B; // AutoConnectBLE/d__5 struct U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC; // UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementDefinition struct ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C; // UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementList struct ReplacementList_tE2C42A75379CF437E9F058991BEEF55400A73207; // UnityStandardAssets.Utility.AutoMoveAndRotate/Vector3andSpace struct Vector3andSpace_tE33E47F7CC91C2CF30A17AF83531A638339CFFD1; // Axis663Handler/d__14 struct U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615; // Axis663Handler/d__15 struct U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706; // Axis9Handler/d__15 struct U3CSaveGyrU3Ed__15_tA1CF5702A3F891EEE85C14CBF53BAEA08019B6AF; // Axis9Handler/d__16 struct U3CSaveMagU3Ed__16_tAA82E4A1EF4D4FB72C36BC58DA90BBD7372CF246; // Axis9NopackHandler/d__20 struct U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothCharacteristicEvent struct BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothDescriptorEvent struct BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents struct BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothLEDataEvent struct BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothScanEvents struct BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothServiceEvent struct BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA; // BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc struct CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059; // BestHTTP.Decompression.Zlib.DeflateManager/Config struct Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // UserPlayer/TempData struct TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A; // manager/d__6 struct U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF; // o0.Bow.o0663Axis/State struct State_t4D70CC2845D6A40E2C093608912892C8F2218FA4; // o0.Bow.o09AxisAfterXiaMenFromDll/State struct State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E; // o0.Bow.o09AxisCS/State struct State_tA998B3974CD46E2941FB7670C333E0A82C1966D1; IL2CPP_EXTERN_C RuntimeClass* Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AnssiNamedCurves_tB6FDFFF153CC4F1A67214846D4E1BA08C808E7CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Extension_t435E9E63ACD3FD0EB0DC78D43C3F7EA40DA19437_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Frp256v1Holder_t7E1954C20E99C9C5A7511E37D92971A47F812C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t60929E1AA80B46746F987B99A4EBD004FD72D370_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t72AB4B40AF5290B386215B0BFADC8919D394DCAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t15050E83C4C051CA706B3489C75EBD1038966135_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NonConvergenceException_t50AF57E869B91728CE433AA3E1827B660F1598BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* State_t4D70CC2845D6A40E2C093608912892C8F2218FA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* State_tA998B3974CD46E2941FB7670C333E0A82C1966D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Tuple_2_t49F006A82EEDCB298188B10937893F000296AA70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral09BE1A5FDF1304B1AF66C7AA9E11F5D68F1A7A53; IL2CPP_EXTERN_C String_t* _stringLiteral0D42FA553012F7D01ECBD85D631E382744581C46; IL2CPP_EXTERN_C String_t* _stringLiteral0F0911FCBD89FC88F6637AE593EB9E5E3442A4F0; IL2CPP_EXTERN_C String_t* _stringLiteral0FE5434C6E938CF30A74BC53A565C36727AA6E9E; IL2CPP_EXTERN_C String_t* _stringLiteral10D38DC34936AF6C5FB05636D856173414F0E6F5; IL2CPP_EXTERN_C String_t* _stringLiteral11191BF1C6F1CD57E82D5B9DAFA538F74E112CA9; IL2CPP_EXTERN_C String_t* _stringLiteral11220FB36F3572638BE52ECAC48D2D2FEFDCC24E; IL2CPP_EXTERN_C String_t* _stringLiteral1168E92C164109D6220480DEDA987085B2A21155; IL2CPP_EXTERN_C String_t* _stringLiteral14C613C02188E13542DCFBCDF8AC6F9995B1A006; IL2CPP_EXTERN_C String_t* _stringLiteral14D85C5F7C475603476AF01830C5A5FDF517ACB9; IL2CPP_EXTERN_C String_t* _stringLiteral15F30E0AC0217F04C47A90E499E8480B94E2CD1B; IL2CPP_EXTERN_C String_t* _stringLiteral1614BBC64F278A24D44F6470C16864678D530B54; IL2CPP_EXTERN_C String_t* _stringLiteral1ACEB73B96C6D76AD6147560E4475841C07389B9; IL2CPP_EXTERN_C String_t* _stringLiteral208FB3837B215C39A2EF71DECFFC19C9FDB72F27; IL2CPP_EXTERN_C String_t* _stringLiteral22B35E4A6B05D302FA88DFC96E519E2F6206ECFB; IL2CPP_EXTERN_C String_t* _stringLiteral2309CB260B39EE33B2041CC894F06287D8CACD0B; IL2CPP_EXTERN_C String_t* _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral24B5EB22D8E2EC2684FA8E9A50101FC76FC80368; IL2CPP_EXTERN_C String_t* _stringLiteral2C981498EB37A3B5FAF4B90C138B1516B4E46CE4; IL2CPP_EXTERN_C String_t* _stringLiteral2F9469CBF1652AF4848844E57A103E728F606A39; IL2CPP_EXTERN_C String_t* _stringLiteral3233DCBABA7FC4545C644475BBE0516447D29DBD; IL2CPP_EXTERN_C String_t* _stringLiteral3854AD361E4E7CDA90FA5FDA792E6C8EB09884E0; IL2CPP_EXTERN_C String_t* _stringLiteral3A0D660DBB5AE2040269675C0A9C0808EFCBB2D7; IL2CPP_EXTERN_C String_t* _stringLiteral3C2D39A05D3A4E4233D740735443018D3EEFCDB2; IL2CPP_EXTERN_C String_t* _stringLiteral3D7AFE151D76C21DBC230D2F7D219FAB99ADCF3A; IL2CPP_EXTERN_C String_t* _stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E; IL2CPP_EXTERN_C String_t* _stringLiteral4999EA68604CB5E6BF1B30A1ED3B4045EA387443; IL2CPP_EXTERN_C String_t* _stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4; IL2CPP_EXTERN_C String_t* _stringLiteral5A51D0032DE00C540525A91DC08888895A6249F4; IL2CPP_EXTERN_C String_t* _stringLiteral6ACA13D20F2DBFA5E2FDCBE596BF3DF7210EE656; IL2CPP_EXTERN_C String_t* _stringLiteral6CC24A4C224F4A2D363EB42767E4670D293E6CFA; IL2CPP_EXTERN_C String_t* _stringLiteral6DAF1E2D3590931D4E23505711D62735B1FDA6C3; IL2CPP_EXTERN_C String_t* _stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC; IL2CPP_EXTERN_C String_t* _stringLiteral72D8EBEB6FFCC1EF2435586ABCD7FAEE5A00634B; IL2CPP_EXTERN_C String_t* _stringLiteral76A43F86C34A2559E1EBC4C260E2C81C93633871; IL2CPP_EXTERN_C String_t* _stringLiteral785B5A108038A271083915219314B3CF739968D9; IL2CPP_EXTERN_C String_t* _stringLiteral81B54C81CE5770A2FB716FE3138FA18CE998793D; IL2CPP_EXTERN_C String_t* _stringLiteral8611EF5A0C5591E334B1A7C6ADAE2D5E4417747A; IL2CPP_EXTERN_C String_t* _stringLiteral8D4D82166AFA3DFA90B42F9624DAC59E5DE0E310; IL2CPP_EXTERN_C String_t* _stringLiteral92B3E920A768F76318355C2A4318D5895447A6E1; IL2CPP_EXTERN_C String_t* _stringLiteral983DAC088DBADBDF2CEE0A7F894D264FCD8D805D; IL2CPP_EXTERN_C String_t* _stringLiteral9A68C4ED22DF6FC671495A041966A75EAA62314F; IL2CPP_EXTERN_C String_t* _stringLiteral9AE36592E95F2354A6676CC52CF848B11A46DBD9; IL2CPP_EXTERN_C String_t* _stringLiteralA7908ABB3E478F6388EB5FB76212E4B3E81900AD; IL2CPP_EXTERN_C String_t* _stringLiteralA8288BB85896F1298070167F6BA9AC98018CF04E; IL2CPP_EXTERN_C String_t* _stringLiteralA88AB199639EAEF6C7C42361A0218A0B0E878D2A; IL2CPP_EXTERN_C String_t* _stringLiteralA8B41AB46CEDE051D39C72DE7D3B6FE8F671D085; IL2CPP_EXTERN_C String_t* _stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE; IL2CPP_EXTERN_C String_t* _stringLiteralACB99638ECCAD69DD637D944FBCF620F8694C70D; IL2CPP_EXTERN_C String_t* _stringLiteralB2B8359BD91EB1DF5DC1B2DE300F3D1DC2B414E8; IL2CPP_EXTERN_C String_t* _stringLiteralB55754D8EC60D2520648645D28E354C883A16CBC; IL2CPP_EXTERN_C String_t* _stringLiteralB5C4768C151D248CB78691E1386433A0653C5D1F; IL2CPP_EXTERN_C String_t* _stringLiteralB5FBD433F6E78BEDA49644FF45A62520330C7697; IL2CPP_EXTERN_C String_t* _stringLiteralB608113BA5D284442B18D8F123B8242EFFD9B50E; IL2CPP_EXTERN_C String_t* _stringLiteralB634626D1A82346901E07CC63AF538717CDDCD90; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC1E0482ABDB4530F47C01C2A81FB06ED6E98A110; IL2CPP_EXTERN_C String_t* _stringLiteralC21230A40726F1E28FBA587F89E72C85A590CD77; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC362660DF8B25C6834DE818F1371D30BE73D4BAF; IL2CPP_EXTERN_C String_t* _stringLiteralC62B0C3C63415051741BF2BBE989F54545097E70; IL2CPP_EXTERN_C String_t* _stringLiteralC9E3416658728819B446D11491494E53974F64F3; IL2CPP_EXTERN_C String_t* _stringLiteralCFF77DC4A7A0258B11D042D5104990B818940EEB; IL2CPP_EXTERN_C String_t* _stringLiteralD7926AF4A18D1FAF85D168A423D77A8BEF3439BF; IL2CPP_EXTERN_C String_t* _stringLiteralD82DD7A67123B96565FAC38717BA5FA359AB739E; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDC4A06A0DE599F745DBDD44A6FDE6212859D3A5F; IL2CPP_EXTERN_C String_t* _stringLiteralDCDD3276BF93DDFCD1AA7E81493C3C0DC30083BC; IL2CPP_EXTERN_C String_t* _stringLiteralE86EDD3E2B05232EE39159241AC2AC43339F8877; IL2CPP_EXTERN_C String_t* _stringLiteralED64C9B038AA199EF53EB8015C2B19D835F6AA1C; IL2CPP_EXTERN_C String_t* _stringLiteralEF788749E23B81FBE6765B733F02F6A68C089468; IL2CPP_EXTERN_C String_t* _stringLiteralF0FA167A2B553EA3A482772133E47AA3C132FFA2; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralFCF49E00F6A7E8B5D6244E20C74A1752B3241384; IL2CPP_EXTERN_C String_t* _stringLiteralFD05F65935228424A37C063FA2EA601FC227D69A; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A_m1CC428E36D420703C69051D2707E7CB0FE9E309A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CreateMatrix_DenseIdentity_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m997C1BC1D1219DC626BEF275F4A6F7704F5DAD4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m66D39C7EB5F3C1C3FD2391132B88B9AAB2C95807_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mA4FFA3E02AEC3E64A0659345BA5AC2CB324B0647_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m5E5215C8D4BF027CF8915CB034FE23F7FAEA4359_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mBC343018F301473F831338C8F1F340E1D546C61E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m884CDF31D53017E1E3C738D6ACBE67F07F59D053_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mA3C72A370F1FD0A087DC7A1317655E0881782588_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m7022B34D1A4FF0E81F3CE0F2499A842C13AA076C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m89287DA43D10A9BCF0D1EDFFF8DF453B2FBB76F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5689B19951D0B68AC24BE02EFD411D2335790FAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m94776DF17F855BC477E51F7BD31CAE18C021573F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m98F3361ED55516D04E0C8CC48B77F3D4DCD85013_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m9DD642CB18BA33BB2DA2A9B37D96AC872881B652_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mA7BEF5E6D3FD5FE4B443E372DA2E02044537205A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_LastOrDefault_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_mB46587DC43B85F38353E6EDC65846E016172F6B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_LastOrDefault_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m668CB79D916E4E7E64E92CAFC59F68F9BFA07E26_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_LastOrDefault_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m28B8F7D516D489210C282B05F669EBA13F7187E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m61378074C9D99CF547055D4D0B17F5A3368FEE6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m6AB105C820F1EB5DCEB02BB908EA1DF4A8A0BF13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mE8589D1EFB2F9224FEDC33271AD0341D1C80BFF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mECC73301D14B1A42D299973E1AC8C85F80A45F86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m27044F0D1BADC76AB3E16AF9B2179D9BD3518EBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m9FB106B6D83E0AEA63A4ADE22BC85158FCB05735_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF6D031AEDDDEEAF750E0BFE7866FBBA9C9752C7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF8D37A8A63D26718169B09A08E21B8D0E9631227_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m589A37C563F4C21925FC2B08080898B0A95F4087_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m635E80A8E46522CC9012675D8FD20D32652E16F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m90E2AAE1AB1C1063A20B549A90E683C4363DD21C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mACBBAA92E8A140104420A96EFD8939C09FFF910E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Evd_1_get_EigenValues_mFB742593EF1990111222D57C740B72FB3C53B258_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Evd_1_get_EigenVectors_m500B1F74112FA5F2DC666AFE19C617936B9B1E89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Filter_1__ctor_m83BAAC9820B47B3BC8EACA1B68A770E6FD9FF20E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Filter_1__ctor_mB81AE1789BF499949C731BEF1E841E0234D6C827_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mC01E0DF0122FF0E6A80A93D73813B3E468A39E55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m846197D407E10BA3D8F8A9E46533C542E432A445_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_mCF031DBD35639F112D54B3F0B36CA38F199A69B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_m8BD4745F0EB13580AC91696741E883E8373B4F02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m532E5FB3C78BFDC0529C3FD41676546C0A6A6EF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_m5C37210DDEF4DBF21A1F1C287D0AFDFE405AE80C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m342AC0E5479493953C4C225BF7B495F8B05418B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m8BC65F2CA8A08EA61773E17980A79379818BA9DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_get_Count_mB891E71DD5A8219A6AF5353B205558834560DD84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_ToObject_TisDoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_m91E790B8289F87BA31F44B7BFFBA4395102542C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_ToObject_TisInt32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_m13CDED9122534A74C7CCE1BACB93EDA46239263D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisSingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_mB8C1576D9F3F82FC59DAC58739779214D17F5051_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m052D928D97677C51332FCEC97BB1F1B3B1412A29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0D76515248EA847BB31D77D635E59B071EB4B9ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m226DC7C5142E31004C697DF7D8E1B6C44794A83F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m9A332F4B8AE3EE3954F37C6C2A6AB2BEF4B61FDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE4EE3C3602691D2F241A0B0FF61E6DFFAB4B55F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m07E212231A3C6E41EC282BDC8FFA4FD30FBE8F8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m4A291A54889B4EAD311C3201BBA208058FDA873C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m7441417502CF0A288D577B92D461B05B2AD70AA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m0281A01E9C859E2B8073312D41BB9005662EF2DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m1268349939D7FD5EC75B86231C56E501CC6FBCA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m1457531A5400B96FCEC3A4A7F7B4AEB40ECE86CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mCA47F404E73597EE76143F826DBBAF60EA39F1E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0AD518E18ADF88B497E34B116776DF60ED170C52_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m164A2C156F4898B99B18796FAF0950B75E91FA37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1AC582742E1372039AFBC44A784C7489E2BFAFE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m56C00E186C52C3A18C014B019D76A4D67D5EDC2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m80D1A26CBD642170D5A80D0FB0D36E5F69775F83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m893CC03BA01C82718A6ED996182C83EA91A0E74C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDB868AD3ED5CDEE40CDBE7A421319A31D319B91E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m781A4D98132AD5B08BD3532067702349E102F258_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8B51CFB5DC8BA6391D94BEEFF0EC357CEA8DFB7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mE8A05F9C6ADF0EE2C32B0BA4D63B176A59FC987C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mEAF9361C3CAE7D920A43A60806BB8D41FA54D3DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m643F9EFDDEF03A67D768FF89C3476733A8F18973_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Matrix_1_SetSubMatrix_m18B9203B8FFA97B5237063561DE541BD3FA35592_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Matrix_1_ToString_m586E04CE99D68409DBBE186536629C0D3BF08B6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Matrix_1_Transpose_mEEFE11223C558CA8918173D7351BFB5EAE12F018_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Matrix_1_op_Division_m3CD50844943FB4136DAFBFDD4A5A62B079B981C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Matrix_1_op_Multiply_m66C3FDB963617069162D387B3A5E179CE2A91813_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Matrix_1_op_UnaryNegation_mADFB0EB1643AC687A7CE2F36F8B90948F4EE4EF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MeanMaintainer_1__ctor_m381397268DD6A5B4064F37BAF946E874619A9954_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisTextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234_m5313E11E04DEBB3C4FC6AA7A32FA37B13209055B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_2__ctor_m0CC24988EB3F56DF1280D40D9E5E0058E296083E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CConnectBLEU3Ed__6_System_Collections_IEnumerator_Reset_m8127414DBE37EEEE9CB9976DD8BB3A87BAF20CCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CConnectBleUDPU3Ed__7_System_Collections_IEnumerator_Reset_m7CD43350EA9361790035C2CB54C1F9DB8EF47C09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDownloadAssetBundleU3Ed__7_System_Collections_IEnumerator_Reset_m48C03A41911F6A4DAF28BFEF5F02F6109820ED6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CGetPrivacyAgreementU3Ed__10_System_Collections_IEnumerator_Reset_m1223DC5BC158D4994DBB1135496D5C54FFD24849_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CGetUserAgreementU3Ed__9_System_Collections_IEnumerator_Reset_m397F95FC26FE5159F934A35A6394F1D347F558B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CProcessAssetBundleU3Ed__8_System_Collections_IEnumerator_Reset_m3028EAC9AD98119D1EE97BC4F2313E4891D4F1A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSaveGyrU3Ed__14_System_Collections_IEnumerator_Reset_m44F80ECD7C76923AAD677F100B0F5D0590F51097_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSaveGyrU3Ed__15_System_Collections_IEnumerator_Reset_m72D7B6653B82F248F9198A0BE662958DA4B721EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSaveGyrU3Ed__20_System_Collections_IEnumerator_Reset_m556C61CE4073FE2A3CCF7F3598093FEE69BFDE3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSaveMagU3Ed__15_System_Collections_IEnumerator_Reset_m6CE20CF8C60533DE0939EBB9AECA219BD0CB80AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSaveMagU3Ed__16_System_Collections_IEnumerator_Reset_mFF4F58B05BF1C87EDBB5DBDC2B0143D12994299A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CShowDebugViewU3Ed__5_System_Collections_IEnumerator_Reset_mB6C2A53240E15688D35E1917ACE30A2D8FF5E80F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CTestCalibrateGyrBy9AxisDataU3Ed__1_System_Collections_IEnumerator_Reset_m3F8D2F7F4A739D199C04386718FA6FD5DA280901_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3Cset_CalibrationU3Eb__19_0_m67898651FB8B2BFBA385AC5BDE5CB17EF4D8B155_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_3__ctor_m232E5A2743129CE2E4F0768226B51C3368B5A845_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_Angle_m0BDD77557E391931EF06745E02084B53A3937D19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_Map_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m6C79B6B145C8847048FE42C95C594B1F778F4A76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_ToString_m81A7FF23647337530ADF83B3A35F1025EE5D71E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_m79B3D4F5FE97FA0398C7B6FCCA60E05091D6B38F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_mB1B0EF6F3724834574F0243F3171D5952C6BA87A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Item_m6F0BD4D7D4F0914E48D5DF67B180B1BE157AF051_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Normalized_mC4FA03B6FFDE7F3B8DC6E83DAFFC732F78BB551B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Division_m4EF3A49EBC2911805935CE86FB10C3C8A4D27382_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Multiply_mC85C8B855000050AED2EA56946FEB31B43BB9C2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream_ReadZeroTerminatedString_m81D6F3104A32EC17B9F9798196CF68625E7E4DC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream_Read_mA7DAFFE039DA9B594BA9984BCEAA974B218A4908_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream_Seek_mD424F8C7BFB23F430992226758B6F18D80F9DB8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream_Write_m8E02DB5AC3CB6D2E3AAA6BDC7D302BAB3B87E6D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream__ReadAndValidateGzipHeader_mEBA15F539330E3F5509B82D5CC3A9DD9DF9CE229_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream_finish_m1343C1E65AE31CBDE4387288A58E456829C6DD74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream_get_Position_m9FF21089AA4030FFF07C2A14B02BD7855DC4B6B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream_set_Position_mDC559435327CD067600D38877D987D3AED9D30CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_Deflate_m83A2BBE500150CF4A5BA8DCDB07D3595BA3F3492_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_EndDeflate_m6378F93119775548D66E1A3056E58A5ED58D360F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_EndInflate_m601833E20175D4DCD95C4A0479F6D9A50F90E040_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_Inflate_m7D2AEBD3D0A289BA81C9B190D83A27A648E6DA4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_InitializeInflate_m63C03D14CF127BE253C8B14A0F0F61DB19641243_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_ResetDeflate_mCEF58606CE6EBCEFED536B4B0D23C5855E11181A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_SetDeflateParams_m8F49008381B124FBBE1C237A682D40182455ECE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_SetDictionary_mDDFD0CEA8A8BA11A7796D2D884E946343FEE97EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_SyncInflate_m26521DBA907F73D67E3DEFBDBB434B45A657C41F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec__InternalInitializeDeflate_mB6174D1FD38FA473C37A95526CD46CFFE97E55EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec__ctor_mCEDD345A48EFB710C4A231F415A5183EA71B5C8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_flush_pending_m00A1C4E7AC58D4575D74EFAC53B3395B0D355296_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* manager_OnConnected_mCB3F558A44846A22C7161E13E07023AE96B09D97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* manager_OnConnectionFailed_m4B142935378F3C29C44F69A26CF797A89773E887_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* manager_OnMessageReceived_m1166D80A0FF67DED461270FA83D85CA05C1EF9E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_0_0_0_var; struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_com; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_com; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_com; struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_pinvoke; struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_com; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834; struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; struct ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213; 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.Object // System.Collections.Generic.Dictionary`2,System.Single> struct Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tF963AAEA2D9C5B8DD7ED2EBF06BF396CF47BB5FA* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t613966CCEB19178940ED0F1DCBDF7B52A4832597 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t5421C5E5543098FDC4F3418DF4613A3DFF55816F * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40, ___entries_1)); } inline EntryU5BU5D_tF963AAEA2D9C5B8DD7ED2EBF06BF396CF47BB5FA* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tF963AAEA2D9C5B8DD7ED2EBF06BF396CF47BB5FA** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tF963AAEA2D9C5B8DD7ED2EBF06BF396CF47BB5FA* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40, ___keys_7)); } inline KeyCollection_t613966CCEB19178940ED0F1DCBDF7B52A4832597 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t613966CCEB19178940ED0F1DCBDF7B52A4832597 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t613966CCEB19178940ED0F1DCBDF7B52A4832597 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40, ___values_8)); } inline ValueCollection_t5421C5E5543098FDC4F3418DF4613A3DFF55816F * get_values_8() const { return ___values_8; } inline ValueCollection_t5421C5E5543098FDC4F3418DF4613A3DFF55816F ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t5421C5E5543098FDC4F3418DF4613A3DFF55816F * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t27C7FABC85CBD7C4EC57FA157739FA8530B31118* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t106F7F73986E70652C7173753BD5A8DE924A56EF * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t7AE7570CED5AC9164A32460F73BD1376F4FB4787 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B, ___entries_1)); } inline EntryU5BU5D_t27C7FABC85CBD7C4EC57FA157739FA8530B31118* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t27C7FABC85CBD7C4EC57FA157739FA8530B31118** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t27C7FABC85CBD7C4EC57FA157739FA8530B31118* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B, ___keys_7)); } inline KeyCollection_t106F7F73986E70652C7173753BD5A8DE924A56EF * get_keys_7() const { return ___keys_7; } inline KeyCollection_t106F7F73986E70652C7173753BD5A8DE924A56EF ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t106F7F73986E70652C7173753BD5A8DE924A56EF * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B, ___values_8)); } inline ValueCollection_t7AE7570CED5AC9164A32460F73BD1376F4FB4787 * get_values_8() const { return ___values_8; } inline ValueCollection_t7AE7570CED5AC9164A32460F73BD1376F4FB4787 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t7AE7570CED5AC9164A32460F73BD1376F4FB4787 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Factorization.Evd`1 struct Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 : public RuntimeObject { public: // System.Boolean MathNet.Numerics.LinearAlgebra.Factorization.Evd`1::k__BackingField bool ___U3CIsSymmetricU3Ek__BackingField_0; // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.Factorization.Evd`1::k__BackingField Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * ___U3CEigenValuesU3Ek__BackingField_1; // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.Evd`1::k__BackingField Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___U3CEigenVectorsU3Ek__BackingField_2; // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.Evd`1::k__BackingField Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___U3CDU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CIsSymmetricU3Ek__BackingField_0() { return static_cast(offsetof(Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0, ___U3CIsSymmetricU3Ek__BackingField_0)); } inline bool get_U3CIsSymmetricU3Ek__BackingField_0() const { return ___U3CIsSymmetricU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsSymmetricU3Ek__BackingField_0() { return &___U3CIsSymmetricU3Ek__BackingField_0; } inline void set_U3CIsSymmetricU3Ek__BackingField_0(bool value) { ___U3CIsSymmetricU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CEigenValuesU3Ek__BackingField_1() { return static_cast(offsetof(Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0, ___U3CEigenValuesU3Ek__BackingField_1)); } inline Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * get_U3CEigenValuesU3Ek__BackingField_1() const { return ___U3CEigenValuesU3Ek__BackingField_1; } inline Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D ** get_address_of_U3CEigenValuesU3Ek__BackingField_1() { return &___U3CEigenValuesU3Ek__BackingField_1; } inline void set_U3CEigenValuesU3Ek__BackingField_1(Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * value) { ___U3CEigenValuesU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEigenValuesU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CEigenVectorsU3Ek__BackingField_2() { return static_cast(offsetof(Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0, ___U3CEigenVectorsU3Ek__BackingField_2)); } inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * get_U3CEigenVectorsU3Ek__BackingField_2() const { return ___U3CEigenVectorsU3Ek__BackingField_2; } inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 ** get_address_of_U3CEigenVectorsU3Ek__BackingField_2() { return &___U3CEigenVectorsU3Ek__BackingField_2; } inline void set_U3CEigenVectorsU3Ek__BackingField_2(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * value) { ___U3CEigenVectorsU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEigenVectorsU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CDU3Ek__BackingField_3() { return static_cast(offsetof(Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0, ___U3CDU3Ek__BackingField_3)); } inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * get_U3CDU3Ek__BackingField_3() const { return ___U3CDU3Ek__BackingField_3; } inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 ** get_address_of_U3CDU3Ek__BackingField_3() { return &___U3CDU3Ek__BackingField_3; } inline void set_U3CDU3Ek__BackingField_3(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * value) { ___U3CDU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDU3Ek__BackingField_3), (void*)value); } }; // o0Aien.Filter`1 struct Filter_1_tA921A8FFEDCEC511617A4A2D0C59BA5619CE9FAF : public RuntimeObject { public: public: }; // o0Aien.Filter`1 struct Filter_1_t6F737382A5CF8B67C0B1AAFEA0DFE17A8FA8312A : public RuntimeObject { public: public: }; // o0Aien.Filter`1 struct Filter_1_t124B090DB919DA816A62640316235ECAA389356A : public RuntimeObject { public: public: }; // System.Collections.Generic.HashSet`1 struct HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t4B6BFA340C9FA8266CDD5A3E96F9C36FD52C4D26* ____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 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_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_14; public: inline static int32_t get_offset_of__buckets_7() { return static_cast(offsetof(HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C, ____buckets_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__buckets_7() const { return ____buckets_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__buckets_7() { return &____buckets_7; } inline void set__buckets_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____buckets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____buckets_7), (void*)value); } inline static int32_t get_offset_of__slots_8() { return static_cast(offsetof(HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C, ____slots_8)); } inline SlotU5BU5D_t4B6BFA340C9FA8266CDD5A3E96F9C36FD52C4D26* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t4B6BFA340C9FA8266CDD5A3E96F9C36FD52C4D26** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t4B6BFA340C9FA8266CDD5A3E96F9C36FD52C4D26* value) { ____slots_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_8), (void*)value); } inline static int32_t get_offset_of__count_9() { return static_cast(offsetof(HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C, ____count_9)); } inline int32_t get__count_9() const { return ____count_9; } inline int32_t* get_address_of__count_9() { return &____count_9; } inline void set__count_9(int32_t value) { ____count_9 = value; } inline static int32_t get_offset_of__lastIndex_10() { return static_cast(offsetof(HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C, ____lastIndex_10)); } inline int32_t get__lastIndex_10() const { return ____lastIndex_10; } inline int32_t* get_address_of__lastIndex_10() { return &____lastIndex_10; } inline void set__lastIndex_10(int32_t value) { ____lastIndex_10 = value; } inline static int32_t get_offset_of__freeList_11() { return static_cast(offsetof(HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C, ____freeList_11)); } inline int32_t get__freeList_11() const { return ____freeList_11; } inline int32_t* get_address_of__freeList_11() { return &____freeList_11; } inline void set__freeList_11(int32_t value) { ____freeList_11 = value; } inline static int32_t get_offset_of__comparer_12() { return static_cast(offsetof(HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C, ____comparer_12)); } inline RuntimeObject* get__comparer_12() const { return ____comparer_12; } inline RuntimeObject** get_address_of__comparer_12() { return &____comparer_12; } inline void set__comparer_12(RuntimeObject* value) { ____comparer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } inline static int32_t get_offset_of__siInfo_14() { return static_cast(offsetof(HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C, ____siInfo_14)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_14() const { return ____siInfo_14; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_14() { return &____siInfo_14; } inline void set__siInfo_14(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_14), (void*)value); } }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t25D470734B01960B5142C5D01F2B8BFC1E023477* ____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 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_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_14; public: inline static int32_t get_offset_of__buckets_7() { return static_cast(offsetof(HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC, ____buckets_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__buckets_7() const { return ____buckets_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__buckets_7() { return &____buckets_7; } inline void set__buckets_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____buckets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____buckets_7), (void*)value); } inline static int32_t get_offset_of__slots_8() { return static_cast(offsetof(HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC, ____slots_8)); } inline SlotU5BU5D_t25D470734B01960B5142C5D01F2B8BFC1E023477* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t25D470734B01960B5142C5D01F2B8BFC1E023477** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t25D470734B01960B5142C5D01F2B8BFC1E023477* value) { ____slots_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_8), (void*)value); } inline static int32_t get_offset_of__count_9() { return static_cast(offsetof(HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC, ____count_9)); } inline int32_t get__count_9() const { return ____count_9; } inline int32_t* get_address_of__count_9() { return &____count_9; } inline void set__count_9(int32_t value) { ____count_9 = value; } inline static int32_t get_offset_of__lastIndex_10() { return static_cast(offsetof(HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC, ____lastIndex_10)); } inline int32_t get__lastIndex_10() const { return ____lastIndex_10; } inline int32_t* get_address_of__lastIndex_10() { return &____lastIndex_10; } inline void set__lastIndex_10(int32_t value) { ____lastIndex_10 = value; } inline static int32_t get_offset_of__freeList_11() { return static_cast(offsetof(HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC, ____freeList_11)); } inline int32_t get__freeList_11() const { return ____freeList_11; } inline int32_t* get_address_of__freeList_11() { return &____freeList_11; } inline void set__freeList_11(int32_t value) { ____freeList_11 = value; } inline static int32_t get_offset_of__comparer_12() { return static_cast(offsetof(HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC, ____comparer_12)); } inline RuntimeObject* get__comparer_12() const { return ____comparer_12; } inline RuntimeObject** get_address_of__comparer_12() { return &____comparer_12; } inline void set__comparer_12(RuntimeObject* value) { ____comparer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } inline static int32_t get_offset_of__siInfo_14() { return static_cast(offsetof(HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC, ____siInfo_14)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_14() const { return ____siInfo_14; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_14() { return &____siInfo_14; } inline void set__siInfo_14(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_14), (void*)value); } }; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * ___head_0; // System.Int32 System.Collections.Generic.LinkedList`1::count int32_t ___count_1; // System.Int32 System.Collections.Generic.LinkedList`1::version int32_t ___version_2; // System.Object System.Collections.Generic.LinkedList`1::_syncRoot RuntimeObject * ____syncRoot_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_4; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ___head_0)); } inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * get_head_0() const { return ___head_0; } inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } inline static int32_t get_offset_of__siInfo_4() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ____siInfo_4)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_4() const { return ____siInfo_4; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_4() { return &____siInfo_4; } inline void set__siInfo_4(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF, ____items_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__items_1() const { return ____items_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_StaticFields, ____emptyArray_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__emptyArray_5() const { return ____emptyArray_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB, ____items_1)); } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* get__items_1() const { return ____items_1; } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6** get_address_of__items_1() { return &____items_1; } inline void set__items_1(QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB_StaticFields, ____emptyArray_5)); } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* get__emptyArray_5() const { return ____emptyArray_5; } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA, ____items_1)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get__items_1() const { return ____items_1; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA_StaticFields, ____emptyArray_5)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get__emptyArray_5() const { return ____emptyArray_5; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t15050E83C4C051CA706B3489C75EBD1038966135 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TextU5BU5D_t16DD1967B137EC602803C77DBB246B05B3D0275F* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t15050E83C4C051CA706B3489C75EBD1038966135, ____items_1)); } inline TextU5BU5D_t16DD1967B137EC602803C77DBB246B05B3D0275F* get__items_1() const { return ____items_1; } inline TextU5BU5D_t16DD1967B137EC602803C77DBB246B05B3D0275F** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TextU5BU5D_t16DD1967B137EC602803C77DBB246B05B3D0275F* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t15050E83C4C051CA706B3489C75EBD1038966135, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t15050E83C4C051CA706B3489C75EBD1038966135, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t15050E83C4C051CA706B3489C75EBD1038966135, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t15050E83C4C051CA706B3489C75EBD1038966135_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TextU5BU5D_t16DD1967B137EC602803C77DBB246B05B3D0275F* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t15050E83C4C051CA706B3489C75EBD1038966135_StaticFields, ____emptyArray_5)); } inline TextU5BU5D_t16DD1967B137EC602803C77DBB246B05B3D0275F* get__emptyArray_5() const { return ____emptyArray_5; } inline TextU5BU5D_t16DD1967B137EC602803C77DBB246B05B3D0275F** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TextU5BU5D_t16DD1967B137EC602803C77DBB246B05B3D0275F* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____items_1)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get__items_1() const { return ____items_1; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_StaticFields, ____emptyArray_5)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get__emptyArray_5() const { return ____emptyArray_5; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items o0UIRawImageTesterU5BU5D_tAA706EF90A2F22EC19DD98B15BD0CF6535FBAFBB* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9, ____items_1)); } inline o0UIRawImageTesterU5BU5D_tAA706EF90A2F22EC19DD98B15BD0CF6535FBAFBB* get__items_1() const { return ____items_1; } inline o0UIRawImageTesterU5BU5D_tAA706EF90A2F22EC19DD98B15BD0CF6535FBAFBB** get_address_of__items_1() { return &____items_1; } inline void set__items_1(o0UIRawImageTesterU5BU5D_tAA706EF90A2F22EC19DD98B15BD0CF6535FBAFBB* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray o0UIRawImageTesterU5BU5D_tAA706EF90A2F22EC19DD98B15BD0CF6535FBAFBB* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9_StaticFields, ____emptyArray_5)); } inline o0UIRawImageTesterU5BU5D_tAA706EF90A2F22EC19DD98B15BD0CF6535FBAFBB* get__emptyArray_5() const { return ____emptyArray_5; } inline o0UIRawImageTesterU5BU5D_tAA706EF90A2F22EC19DD98B15BD0CF6535FBAFBB** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(o0UIRawImageTesterU5BU5D_tAA706EF90A2F22EC19DD98B15BD0CF6535FBAFBB* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StateU5BU5D_t255D5B55D4FF3D73BAB7D0D0E5BF0C3A8CE0215D* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E, ____items_1)); } inline StateU5BU5D_t255D5B55D4FF3D73BAB7D0D0E5BF0C3A8CE0215D* get__items_1() const { return ____items_1; } inline StateU5BU5D_t255D5B55D4FF3D73BAB7D0D0E5BF0C3A8CE0215D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StateU5BU5D_t255D5B55D4FF3D73BAB7D0D0E5BF0C3A8CE0215D* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StateU5BU5D_t255D5B55D4FF3D73BAB7D0D0E5BF0C3A8CE0215D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E_StaticFields, ____emptyArray_5)); } inline StateU5BU5D_t255D5B55D4FF3D73BAB7D0D0E5BF0C3A8CE0215D* get__emptyArray_5() const { return ____emptyArray_5; } inline StateU5BU5D_t255D5B55D4FF3D73BAB7D0D0E5BF0C3A8CE0215D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StateU5BU5D_t255D5B55D4FF3D73BAB7D0D0E5BF0C3A8CE0215D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188, ____items_1)); } inline StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947* get__items_1() const { return ____items_1; } inline StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188_StaticFields, ____emptyArray_5)); } inline StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947* get__emptyArray_5() const { return ____emptyArray_5; } inline StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StateU5BU5D_t1112916FE2D319D015D9EB7BEE5BC17ECE6534C9* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26, ____items_1)); } inline StateU5BU5D_t1112916FE2D319D015D9EB7BEE5BC17ECE6534C9* get__items_1() const { return ____items_1; } inline StateU5BU5D_t1112916FE2D319D015D9EB7BEE5BC17ECE6534C9** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StateU5BU5D_t1112916FE2D319D015D9EB7BEE5BC17ECE6534C9* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StateU5BU5D_t1112916FE2D319D015D9EB7BEE5BC17ECE6534C9* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26_StaticFields, ____emptyArray_5)); } inline StateU5BU5D_t1112916FE2D319D015D9EB7BEE5BC17ECE6534C9* get__emptyArray_5() const { return ____emptyArray_5; } inline StateU5BU5D_t1112916FE2D319D015D9EB7BEE5BC17ECE6534C9** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StateU5BU5D_t1112916FE2D319D015D9EB7BEE5BC17ECE6534C9* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::RowCount int32_t ___RowCount_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::ColumnCount int32_t ___ColumnCount_2; public: inline static int32_t get_offset_of_RowCount_1() { return static_cast(offsetof(MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0, ___RowCount_1)); } inline int32_t get_RowCount_1() const { return ___RowCount_1; } inline int32_t* get_address_of_RowCount_1() { return &___RowCount_1; } inline void set_RowCount_1(int32_t value) { ___RowCount_1 = value; } inline static int32_t get_offset_of_ColumnCount_2() { return static_cast(offsetof(MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0, ___ColumnCount_2)); } inline int32_t get_ColumnCount_2() const { return ___ColumnCount_2; } inline int32_t* get_address_of_ColumnCount_2() { return &___ColumnCount_2; } inline void set_ColumnCount_2(int32_t value) { ___ColumnCount_2 = value; } }; struct MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::Zero double ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0_StaticFields, ___Zero_0)); } inline double get_Zero_0() const { return ___Zero_0; } inline double* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(double value) { ___Zero_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * ___U3CStorageU3Ek__BackingField_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField int32_t ___U3CColumnCountU3Ek__BackingField_4; // System.Int32 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField int32_t ___U3CRowCountU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CStorageU3Ek__BackingField_3() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4, ___U3CStorageU3Ek__BackingField_3)); } inline MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * value) { ___U3CStorageU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStorageU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CColumnCountU3Ek__BackingField_4() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4, ___U3CColumnCountU3Ek__BackingField_4)); } inline int32_t get_U3CColumnCountU3Ek__BackingField_4() const { return ___U3CColumnCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CColumnCountU3Ek__BackingField_4() { return &___U3CColumnCountU3Ek__BackingField_4; } inline void set_U3CColumnCountU3Ek__BackingField_4(int32_t value) { ___U3CColumnCountU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRowCountU3Ek__BackingField_5() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4, ___U3CRowCountU3Ek__BackingField_5)); } inline int32_t get_U3CRowCountU3Ek__BackingField_5() const { return ___U3CRowCountU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CRowCountU3Ek__BackingField_5() { return &___U3CRowCountU3Ek__BackingField_5; } inline void set_U3CRowCountU3Ek__BackingField_5(int32_t value) { ___U3CRowCountU3Ek__BackingField_5 = value; } }; struct Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Matrix`1::One double ___One_0; // T MathNet.Numerics.LinearAlgebra.Matrix`1::Zero double ___Zero_1; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Build MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * ___Build_2; public: inline static int32_t get_offset_of_One_0() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields, ___One_0)); } inline double get_One_0() const { return ___One_0; } inline double* get_address_of_One_0() { return &___One_0; } inline void set_One_0(double value) { ___One_0 = value; } inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields, ___Zero_1)); } inline double get_Zero_1() const { return ___Zero_1; } inline double* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(double value) { ___Zero_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields, ___Build_2)); } inline MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * get_Build_2() const { return ___Build_2; } inline MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; // System.Tuple`2 struct Tuple_2_t49F006A82EEDCB298188B10937893F000296AA70 : public RuntimeObject { public: // T1 System.Tuple`2::m_Item1 bool ___m_Item1_0; // T2 System.Tuple`2::m_Item2 bool ___m_Item2_1; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast(offsetof(Tuple_2_t49F006A82EEDCB298188B10937893F000296AA70, ___m_Item1_0)); } inline bool get_m_Item1_0() const { return ___m_Item1_0; } inline bool* get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(bool value) { ___m_Item1_0 = value; } inline static int32_t get_offset_of_m_Item2_1() { return static_cast(offsetof(Tuple_2_t49F006A82EEDCB298188B10937893F000296AA70, ___m_Item2_1)); } inline bool get_m_Item2_1() const { return ___m_Item2_1; } inline bool* get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(bool value) { ___m_Item2_1 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 struct VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Length int32_t ___Length_1; public: inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22, ___Length_1)); } inline int32_t get_Length_1() const { return ___Length_1; } inline int32_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int32_t value) { ___Length_1 = value; } }; struct VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Zero double ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22_StaticFields, ___Zero_0)); } inline double get_Zero_0() const { return ___Zero_0; } inline double* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(double value) { ___Zero_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Vector`1 struct Vector_1_t04BD986700481778192B0CF621635E64D169D13C : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Vector`1::k__BackingField VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * ___U3CStorageU3Ek__BackingField_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::k__BackingField int32_t ___U3CCountU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CStorageU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C, ___U3CStorageU3Ek__BackingField_3)); } inline VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * value) { ___U3CStorageU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStorageU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CCountU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C, ___U3CCountU3Ek__BackingField_4)); } inline int32_t get_U3CCountU3Ek__BackingField_4() const { return ___U3CCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CCountU3Ek__BackingField_4() { return &___U3CCountU3Ek__BackingField_4; } inline void set_U3CCountU3Ek__BackingField_4(int32_t value) { ___U3CCountU3Ek__BackingField_4 = value; } }; struct Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Vector`1::Zero double ___Zero_0; // T MathNet.Numerics.LinearAlgebra.Vector`1::One double ___One_1; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 MathNet.Numerics.LinearAlgebra.Vector`1::Build VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * ___Build_2; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields, ___Zero_0)); } inline double get_Zero_0() const { return ___Zero_0; } inline double* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(double value) { ___Zero_0 = value; } inline static int32_t get_offset_of_One_1() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields, ___One_1)); } inline double get_One_1() const { return ___One_1; } inline double* get_address_of_One_1() { return &___One_1; } inline void set_One_1(double value) { ___One_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields, ___Build_2)); } inline VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * get_Build_2() const { return ___Build_2; } inline VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // AxisBaseHandler struct AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D : public RuntimeObject { public: // AimHandler AxisBaseHandler::m_aimHandler AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * ___m_aimHandler_0; public: inline static int32_t get_offset_of_m_aimHandler_0() { return static_cast(offsetof(AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D, ___m_aimHandler_0)); } inline AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * get_m_aimHandler_0() const { return ___m_aimHandler_0; } inline AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 ** get_address_of_m_aimHandler_0() { return &___m_aimHandler_0; } inline void set_m_aimHandler_0(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * value) { ___m_aimHandler_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_aimHandler_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::magnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___magnitude_30; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::sign int32_t ___sign_31; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBits int32_t ___nBits_32; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBitLength int32_t ___nBitLength_33; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::mQuote int32_t ___mQuote_34; public: inline static int32_t get_offset_of_magnitude_30() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___magnitude_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_magnitude_30() const { return ___magnitude_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_magnitude_30() { return &___magnitude_30; } inline void set_magnitude_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___magnitude_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnitude_30), (void*)value); } inline static int32_t get_offset_of_sign_31() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___sign_31)); } inline int32_t get_sign_31() const { return ___sign_31; } inline int32_t* get_address_of_sign_31() { return &___sign_31; } inline void set_sign_31(int32_t value) { ___sign_31 = value; } inline static int32_t get_offset_of_nBits_32() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBits_32)); } inline int32_t get_nBits_32() const { return ___nBits_32; } inline int32_t* get_address_of_nBits_32() { return &___nBits_32; } inline void set_nBits_32(int32_t value) { ___nBits_32 = value; } inline static int32_t get_offset_of_nBitLength_33() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBitLength_33)); } inline int32_t get_nBitLength_33() const { return ___nBitLength_33; } inline int32_t* get_address_of_nBitLength_33() { return &___nBitLength_33; } inline void set_nBitLength_33(int32_t value) { ___nBitLength_33 = value; } inline static int32_t get_offset_of_mQuote_34() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___mQuote_34)); } inline int32_t get_mQuote_34() const { return ___mQuote_34; } inline int32_t* get_address_of_mQuote_34() { return &___mQuote_34; } inline void set_mQuote_34(int32_t value) { ___mQuote_34 = value; } }; struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields { public: // System.Int32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeLists Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___primeLists_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeProducts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primeProducts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroMagnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ZeroMagnitude_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroEncoding ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZeroEncoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SMALL_CONSTANTS BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___SMALL_CONSTANTS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Zero BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Zero_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Two BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Two_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Three BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Three_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Ten BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Ten_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLengthTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengthTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2E_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8E_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10E_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16E_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::RandomSource SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___RandomSource_25; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ExpWindowThresholds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExpWindowThresholds_26; public: inline static int32_t get_offset_of_primeLists_0() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeLists_0)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_primeLists_0() const { return ___primeLists_0; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_primeLists_0() { return &___primeLists_0; } inline void set_primeLists_0(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___primeLists_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeLists_0), (void*)value); } inline static int32_t get_offset_of_primeProducts_1() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeProducts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primeProducts_1() const { return ___primeProducts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primeProducts_1() { return &___primeProducts_1; } inline void set_primeProducts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primeProducts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeProducts_1), (void*)value); } inline static int32_t get_offset_of_ZeroMagnitude_4() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroMagnitude_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ZeroMagnitude_4() const { return ___ZeroMagnitude_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ZeroMagnitude_4() { return &___ZeroMagnitude_4; } inline void set_ZeroMagnitude_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ZeroMagnitude_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroMagnitude_4), (void*)value); } inline static int32_t get_offset_of_ZeroEncoding_5() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroEncoding_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZeroEncoding_5() const { return ___ZeroEncoding_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZeroEncoding_5() { return &___ZeroEncoding_5; } inline void set_ZeroEncoding_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZeroEncoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroEncoding_5), (void*)value); } inline static int32_t get_offset_of_SMALL_CONSTANTS_6() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___SMALL_CONSTANTS_6)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_SMALL_CONSTANTS_6() const { return ___SMALL_CONSTANTS_6; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_SMALL_CONSTANTS_6() { return &___SMALL_CONSTANTS_6; } inline void set_SMALL_CONSTANTS_6(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___SMALL_CONSTANTS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SMALL_CONSTANTS_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Zero_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Zero_7() const { return ___Zero_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Zero_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_7), (void*)value); } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___One_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_8() const { return ___One_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_8() { return &___One_8; } inline void set_One_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_8), (void*)value); } inline static int32_t get_offset_of_Two_9() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Two_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Two_9() const { return ___Two_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Two_9() { return &___Two_9; } inline void set_Two_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Two_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Two_9), (void*)value); } inline static int32_t get_offset_of_Three_10() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Three_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Three_10() const { return ___Three_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Three_10() { return &___Three_10; } inline void set_Three_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Three_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Three_10), (void*)value); } inline static int32_t get_offset_of_Ten_11() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Ten_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Ten_11() const { return ___Ten_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Ten_11() { return &___Ten_11; } inline void set_Ten_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Ten_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ten_11), (void*)value); } inline static int32_t get_offset_of_BitLengthTable_12() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___BitLengthTable_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengthTable_12() const { return ___BitLengthTable_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengthTable_12() { return &___BitLengthTable_12; } inline void set_BitLengthTable_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengthTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengthTable_12), (void*)value); } inline static int32_t get_offset_of_radix2_17() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2_17() const { return ___radix2_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2_17() { return &___radix2_17; } inline void set_radix2_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2_17), (void*)value); } inline static int32_t get_offset_of_radix2E_18() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2E_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2E_18() const { return ___radix2E_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2E_18() { return &___radix2E_18; } inline void set_radix2E_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2E_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2E_18), (void*)value); } inline static int32_t get_offset_of_radix8_19() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8_19)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8_19() const { return ___radix8_19; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8_19() { return &___radix8_19; } inline void set_radix8_19(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8_19), (void*)value); } inline static int32_t get_offset_of_radix8E_20() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8E_20)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8E_20() const { return ___radix8E_20; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8E_20() { return &___radix8E_20; } inline void set_radix8E_20(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8E_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8E_20), (void*)value); } inline static int32_t get_offset_of_radix10_21() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10_21)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10_21() const { return ___radix10_21; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10_21() { return &___radix10_21; } inline void set_radix10_21(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10_21), (void*)value); } inline static int32_t get_offset_of_radix10E_22() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10E_22)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10E_22() const { return ___radix10E_22; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10E_22() { return &___radix10E_22; } inline void set_radix10E_22(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10E_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10E_22), (void*)value); } inline static int32_t get_offset_of_radix16_23() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16_23)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16_23() const { return ___radix16_23; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16_23() { return &___radix16_23; } inline void set_radix16_23(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16_23), (void*)value); } inline static int32_t get_offset_of_radix16E_24() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16E_24)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16E_24() const { return ___radix16E_24; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16E_24() { return &___radix16E_24; } inline void set_radix16E_24(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16E_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16E_24), (void*)value); } inline static int32_t get_offset_of_RandomSource_25() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___RandomSource_25)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_RandomSource_25() const { return ___RandomSource_25; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_RandomSource_25() { return &___RandomSource_25; } inline void set_RandomSource_25(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___RandomSource_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RandomSource_25), (void*)value); } inline static int32_t get_offset_of_ExpWindowThresholds_26() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ExpWindowThresholds_26)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExpWindowThresholds_26() const { return ___ExpWindowThresholds_26; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExpWindowThresholds_26() { return &___ExpWindowThresholds_26; } inline void set_ExpWindowThresholds_26(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExpWindowThresholds_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpWindowThresholds_26), (void*)value); } }; // ArduinoBluetoothAPI.BluetoothDevice struct BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 : public RuntimeObject { public: // System.String ArduinoBluetoothAPI.BluetoothDevice::k__BackingField String_t* ___U3CDeviceNameU3Ek__BackingField_0; // System.String ArduinoBluetoothAPI.BluetoothDevice::k__BackingField String_t* ___U3CDeviceAddressU3Ek__BackingField_1; // System.Int32 ArduinoBluetoothAPI.BluetoothDevice::k__BackingField int32_t ___U3CRssiU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CDeviceNameU3Ek__BackingField_0() { return static_cast(offsetof(BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100, ___U3CDeviceNameU3Ek__BackingField_0)); } inline String_t* get_U3CDeviceNameU3Ek__BackingField_0() const { return ___U3CDeviceNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CDeviceNameU3Ek__BackingField_0() { return &___U3CDeviceNameU3Ek__BackingField_0; } inline void set_U3CDeviceNameU3Ek__BackingField_0(String_t* value) { ___U3CDeviceNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDeviceNameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CDeviceAddressU3Ek__BackingField_1() { return static_cast(offsetof(BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100, ___U3CDeviceAddressU3Ek__BackingField_1)); } inline String_t* get_U3CDeviceAddressU3Ek__BackingField_1() const { return ___U3CDeviceAddressU3Ek__BackingField_1; } inline String_t** get_address_of_U3CDeviceAddressU3Ek__BackingField_1() { return &___U3CDeviceAddressU3Ek__BackingField_1; } inline void set_U3CDeviceAddressU3Ek__BackingField_1(String_t* value) { ___U3CDeviceAddressU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDeviceAddressU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CRssiU3Ek__BackingField_2() { return static_cast(offsetof(BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100, ___U3CRssiU3Ek__BackingField_2)); } inline int32_t get_U3CRssiU3Ek__BackingField_2() const { return ___U3CRssiU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CRssiU3Ek__BackingField_2() { return &___U3CRssiU3Ek__BackingField_2; } inline void set_U3CRssiU3Ek__BackingField_2(int32_t value) { ___U3CRssiU3Ek__BackingField_2 = value; } }; // ArduinoBluetoothAPI.BluetoothHelper struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 : public RuntimeObject { public: // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents ArduinoBluetoothAPI.BluetoothHelper::OnConnected BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___OnConnected_8; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents ArduinoBluetoothAPI.BluetoothHelper::OnConnectionFailed BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___OnConnectionFailed_9; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents ArduinoBluetoothAPI.BluetoothHelper::OnDataReceived BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___OnDataReceived_10; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothServiceEvent ArduinoBluetoothAPI.BluetoothHelper::OnServiceNotFound BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA * ___OnServiceNotFound_11; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothCharacteristicEvent ArduinoBluetoothAPI.BluetoothHelper::OnCharacteristicNotFound BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A * ___OnCharacteristicNotFound_12; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothDescriptorEvent ArduinoBluetoothAPI.BluetoothHelper::OnDescriptorNotFound BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4 * ___OnDescriptorNotFound_13; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothScanEvents ArduinoBluetoothAPI.BluetoothHelper::OnScanEnded BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * ___OnScanEnded_14; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothLEDataEvent ArduinoBluetoothAPI.BluetoothHelper::OnCharacteristicChanged BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * ___OnCharacteristicChanged_15; // System.Collections.Generic.Queue`1 ArduinoBluetoothAPI.BluetoothHelper::ReceivedData Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * ___ReceivedData_16; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::ble bool ___ble_18; // UnityEngine.GameObject ArduinoBluetoothAPI.BluetoothHelper::syncronizerObj GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___syncronizerObj_19; // System.String ArduinoBluetoothAPI.BluetoothHelper::str String_t* ___str_20; public: inline static int32_t get_offset_of_OnConnected_8() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnConnected_8)); } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * get_OnConnected_8() const { return ___OnConnected_8; } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 ** get_address_of_OnConnected_8() { return &___OnConnected_8; } inline void set_OnConnected_8(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * value) { ___OnConnected_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_8), (void*)value); } inline static int32_t get_offset_of_OnConnectionFailed_9() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnConnectionFailed_9)); } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * get_OnConnectionFailed_9() const { return ___OnConnectionFailed_9; } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 ** get_address_of_OnConnectionFailed_9() { return &___OnConnectionFailed_9; } inline void set_OnConnectionFailed_9(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * value) { ___OnConnectionFailed_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnectionFailed_9), (void*)value); } inline static int32_t get_offset_of_OnDataReceived_10() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnDataReceived_10)); } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * get_OnDataReceived_10() const { return ___OnDataReceived_10; } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 ** get_address_of_OnDataReceived_10() { return &___OnDataReceived_10; } inline void set_OnDataReceived_10(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * value) { ___OnDataReceived_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnDataReceived_10), (void*)value); } inline static int32_t get_offset_of_OnServiceNotFound_11() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnServiceNotFound_11)); } inline BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA * get_OnServiceNotFound_11() const { return ___OnServiceNotFound_11; } inline BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA ** get_address_of_OnServiceNotFound_11() { return &___OnServiceNotFound_11; } inline void set_OnServiceNotFound_11(BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA * value) { ___OnServiceNotFound_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnServiceNotFound_11), (void*)value); } inline static int32_t get_offset_of_OnCharacteristicNotFound_12() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnCharacteristicNotFound_12)); } inline BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A * get_OnCharacteristicNotFound_12() const { return ___OnCharacteristicNotFound_12; } inline BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A ** get_address_of_OnCharacteristicNotFound_12() { return &___OnCharacteristicNotFound_12; } inline void set_OnCharacteristicNotFound_12(BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A * value) { ___OnCharacteristicNotFound_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnCharacteristicNotFound_12), (void*)value); } inline static int32_t get_offset_of_OnDescriptorNotFound_13() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnDescriptorNotFound_13)); } inline BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4 * get_OnDescriptorNotFound_13() const { return ___OnDescriptorNotFound_13; } inline BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4 ** get_address_of_OnDescriptorNotFound_13() { return &___OnDescriptorNotFound_13; } inline void set_OnDescriptorNotFound_13(BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4 * value) { ___OnDescriptorNotFound_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnDescriptorNotFound_13), (void*)value); } inline static int32_t get_offset_of_OnScanEnded_14() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnScanEnded_14)); } inline BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * get_OnScanEnded_14() const { return ___OnScanEnded_14; } inline BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B ** get_address_of_OnScanEnded_14() { return &___OnScanEnded_14; } inline void set_OnScanEnded_14(BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * value) { ___OnScanEnded_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnScanEnded_14), (void*)value); } inline static int32_t get_offset_of_OnCharacteristicChanged_15() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnCharacteristicChanged_15)); } inline BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * get_OnCharacteristicChanged_15() const { return ___OnCharacteristicChanged_15; } inline BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD ** get_address_of_OnCharacteristicChanged_15() { return &___OnCharacteristicChanged_15; } inline void set_OnCharacteristicChanged_15(BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * value) { ___OnCharacteristicChanged_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnCharacteristicChanged_15), (void*)value); } inline static int32_t get_offset_of_ReceivedData_16() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___ReceivedData_16)); } inline Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * get_ReceivedData_16() const { return ___ReceivedData_16; } inline Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 ** get_address_of_ReceivedData_16() { return &___ReceivedData_16; } inline void set_ReceivedData_16(Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * value) { ___ReceivedData_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReceivedData_16), (void*)value); } inline static int32_t get_offset_of_ble_18() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___ble_18)); } inline bool get_ble_18() const { return ___ble_18; } inline bool* get_address_of_ble_18() { return &___ble_18; } inline void set_ble_18(bool value) { ___ble_18 = value; } inline static int32_t get_offset_of_syncronizerObj_19() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___syncronizerObj_19)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_syncronizerObj_19() const { return ___syncronizerObj_19; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_syncronizerObj_19() { return &___syncronizerObj_19; } inline void set_syncronizerObj_19(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___syncronizerObj_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___syncronizerObj_19), (void*)value); } inline static int32_t get_offset_of_str_20() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___str_20)); } inline String_t* get_str_20() const { return ___str_20; } inline String_t** get_address_of_str_20() { return &___str_20; } inline void set_str_20(String_t* value) { ___str_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_20), (void*)value); } }; struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields { public: // ArduinoBluetoothAPI.BluetoothHelper ArduinoBluetoothAPI.BluetoothHelper::bluetoothHelperInstance BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___bluetoothHelperInstance_0; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::SERIAL_COMM bool ___SERIAL_COMM_1; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::BLUETOOTH_SIMULATION bool ___BLUETOOTH_SIMULATION_2; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::BLE bool ___BLE_3; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::ASYNC_EVENTS bool ___ASYNC_EVENTS_4; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::BLE_AS_CLIENT bool ___BLE_AS_CLIENT_5; // System.String ArduinoBluetoothAPI.BluetoothHelper::BLE_SERVER_IP String_t* ___BLE_SERVER_IP_6; // System.Collections.Generic.Dictionary`2 ArduinoBluetoothAPI.BluetoothHelper::instances Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD * ___instances_7; // System.Collections.Generic.List`1 ArduinoBluetoothAPI.BluetoothHelper::listeners List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144 * ___listeners_17; public: inline static int32_t get_offset_of_bluetoothHelperInstance_0() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___bluetoothHelperInstance_0)); } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * get_bluetoothHelperInstance_0() const { return ___bluetoothHelperInstance_0; } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 ** get_address_of_bluetoothHelperInstance_0() { return &___bluetoothHelperInstance_0; } inline void set_bluetoothHelperInstance_0(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * value) { ___bluetoothHelperInstance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothHelperInstance_0), (void*)value); } inline static int32_t get_offset_of_SERIAL_COMM_1() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___SERIAL_COMM_1)); } inline bool get_SERIAL_COMM_1() const { return ___SERIAL_COMM_1; } inline bool* get_address_of_SERIAL_COMM_1() { return &___SERIAL_COMM_1; } inline void set_SERIAL_COMM_1(bool value) { ___SERIAL_COMM_1 = value; } inline static int32_t get_offset_of_BLUETOOTH_SIMULATION_2() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___BLUETOOTH_SIMULATION_2)); } inline bool get_BLUETOOTH_SIMULATION_2() const { return ___BLUETOOTH_SIMULATION_2; } inline bool* get_address_of_BLUETOOTH_SIMULATION_2() { return &___BLUETOOTH_SIMULATION_2; } inline void set_BLUETOOTH_SIMULATION_2(bool value) { ___BLUETOOTH_SIMULATION_2 = value; } inline static int32_t get_offset_of_BLE_3() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___BLE_3)); } inline bool get_BLE_3() const { return ___BLE_3; } inline bool* get_address_of_BLE_3() { return &___BLE_3; } inline void set_BLE_3(bool value) { ___BLE_3 = value; } inline static int32_t get_offset_of_ASYNC_EVENTS_4() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___ASYNC_EVENTS_4)); } inline bool get_ASYNC_EVENTS_4() const { return ___ASYNC_EVENTS_4; } inline bool* get_address_of_ASYNC_EVENTS_4() { return &___ASYNC_EVENTS_4; } inline void set_ASYNC_EVENTS_4(bool value) { ___ASYNC_EVENTS_4 = value; } inline static int32_t get_offset_of_BLE_AS_CLIENT_5() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___BLE_AS_CLIENT_5)); } inline bool get_BLE_AS_CLIENT_5() const { return ___BLE_AS_CLIENT_5; } inline bool* get_address_of_BLE_AS_CLIENT_5() { return &___BLE_AS_CLIENT_5; } inline void set_BLE_AS_CLIENT_5(bool value) { ___BLE_AS_CLIENT_5 = value; } inline static int32_t get_offset_of_BLE_SERVER_IP_6() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___BLE_SERVER_IP_6)); } inline String_t* get_BLE_SERVER_IP_6() const { return ___BLE_SERVER_IP_6; } inline String_t** get_address_of_BLE_SERVER_IP_6() { return &___BLE_SERVER_IP_6; } inline void set_BLE_SERVER_IP_6(String_t* value) { ___BLE_SERVER_IP_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___BLE_SERVER_IP_6), (void*)value); } inline static int32_t get_offset_of_instances_7() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___instances_7)); } inline Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD * get_instances_7() const { return ___instances_7; } inline Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD ** get_address_of_instances_7() { return &___instances_7; } inline void set_instances_7(Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD * value) { ___instances_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___instances_7), (void*)value); } inline static int32_t get_offset_of_listeners_17() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___listeners_17)); } inline List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144 * get_listeners_17() const { return ___listeners_17; } inline List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144 ** get_address_of_listeners_17() { return &___listeners_17; } inline void set_listeners_17(List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144 * value) { ___listeners_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___listeners_17), (void*)value); } }; // o0.IMU.ByteToShort struct ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171 : public RuntimeObject { public: // System.Func`2 o0.IMU.ByteToShort::CorrectRate Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 * ___CorrectRate_0; // System.Int32 o0.IMU.ByteToShort::MinCount int32_t ___MinCount_1; // System.Int32 o0.IMU.ByteToShort::Count int32_t ___Count_2; // System.Double o0.IMU.ByteToShort::CorrectRate0 double ___CorrectRate0_3; // System.Double o0.IMU.ByteToShort::CorrectRate1 double ___CorrectRate1_4; // System.Boolean o0.IMU.ByteToShort::Reverse bool ___Reverse_5; // System.Int16 o0.IMU.ByteToShort::Short int16_t ___Short_6; public: inline static int32_t get_offset_of_CorrectRate_0() { return static_cast(offsetof(ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171, ___CorrectRate_0)); } inline Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 * get_CorrectRate_0() const { return ___CorrectRate_0; } inline Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 ** get_address_of_CorrectRate_0() { return &___CorrectRate_0; } inline void set_CorrectRate_0(Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 * value) { ___CorrectRate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___CorrectRate_0), (void*)value); } inline static int32_t get_offset_of_MinCount_1() { return static_cast(offsetof(ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171, ___MinCount_1)); } inline int32_t get_MinCount_1() const { return ___MinCount_1; } inline int32_t* get_address_of_MinCount_1() { return &___MinCount_1; } inline void set_MinCount_1(int32_t value) { ___MinCount_1 = value; } inline static int32_t get_offset_of_Count_2() { return static_cast(offsetof(ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171, ___Count_2)); } inline int32_t get_Count_2() const { return ___Count_2; } inline int32_t* get_address_of_Count_2() { return &___Count_2; } inline void set_Count_2(int32_t value) { ___Count_2 = value; } inline static int32_t get_offset_of_CorrectRate0_3() { return static_cast(offsetof(ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171, ___CorrectRate0_3)); } inline double get_CorrectRate0_3() const { return ___CorrectRate0_3; } inline double* get_address_of_CorrectRate0_3() { return &___CorrectRate0_3; } inline void set_CorrectRate0_3(double value) { ___CorrectRate0_3 = value; } inline static int32_t get_offset_of_CorrectRate1_4() { return static_cast(offsetof(ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171, ___CorrectRate1_4)); } inline double get_CorrectRate1_4() const { return ___CorrectRate1_4; } inline double* get_address_of_CorrectRate1_4() { return &___CorrectRate1_4; } inline void set_CorrectRate1_4(double value) { ___CorrectRate1_4 = value; } inline static int32_t get_offset_of_Reverse_5() { return static_cast(offsetof(ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171, ___Reverse_5)); } inline bool get_Reverse_5() const { return ___Reverse_5; } inline bool* get_address_of_Reverse_5() { return &___Reverse_5; } inline void set_Reverse_5(bool value) { ___Reverse_5 = value; } inline static int32_t get_offset_of_Short_6() { return static_cast(offsetof(ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171, ___Short_6)); } inline int16_t get_Short_6() const { return ___Short_6; } inline int16_t* get_address_of_Short_6() { return &___Short_6; } inline void set_Short_6(int16_t value) { ___Short_6 = value; } }; // o0.IMU.ByteToShortByVariance struct ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402 : public RuntimeObject { public: // System.Double o0.IMU.ByteToShortByVariance::ThresholdRate double ___ThresholdRate_0; // System.Int32 o0.IMU.ByteToShortByVariance::MinCount int32_t ___MinCount_1; // System.Int16 o0.IMU.ByteToShortByVariance::LastShort0 int16_t ___LastShort0_2; // System.Int16 o0.IMU.ByteToShortByVariance::LastShort1 int16_t ___LastShort1_3; // o0.VarianceMaintainer`1 o0.IMU.ByteToShortByVariance::Variance0 VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 * ___Variance0_4; // o0.VarianceMaintainer`1 o0.IMU.ByteToShortByVariance::Variance1 VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 * ___Variance1_5; // System.Boolean o0.IMU.ByteToShortByVariance::Reverse bool ___Reverse_6; // System.Int16 o0.IMU.ByteToShortByVariance::Short int16_t ___Short_7; public: inline static int32_t get_offset_of_ThresholdRate_0() { return static_cast(offsetof(ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402, ___ThresholdRate_0)); } inline double get_ThresholdRate_0() const { return ___ThresholdRate_0; } inline double* get_address_of_ThresholdRate_0() { return &___ThresholdRate_0; } inline void set_ThresholdRate_0(double value) { ___ThresholdRate_0 = value; } inline static int32_t get_offset_of_MinCount_1() { return static_cast(offsetof(ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402, ___MinCount_1)); } inline int32_t get_MinCount_1() const { return ___MinCount_1; } inline int32_t* get_address_of_MinCount_1() { return &___MinCount_1; } inline void set_MinCount_1(int32_t value) { ___MinCount_1 = value; } inline static int32_t get_offset_of_LastShort0_2() { return static_cast(offsetof(ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402, ___LastShort0_2)); } inline int16_t get_LastShort0_2() const { return ___LastShort0_2; } inline int16_t* get_address_of_LastShort0_2() { return &___LastShort0_2; } inline void set_LastShort0_2(int16_t value) { ___LastShort0_2 = value; } inline static int32_t get_offset_of_LastShort1_3() { return static_cast(offsetof(ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402, ___LastShort1_3)); } inline int16_t get_LastShort1_3() const { return ___LastShort1_3; } inline int16_t* get_address_of_LastShort1_3() { return &___LastShort1_3; } inline void set_LastShort1_3(int16_t value) { ___LastShort1_3 = value; } inline static int32_t get_offset_of_Variance0_4() { return static_cast(offsetof(ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402, ___Variance0_4)); } inline VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 * get_Variance0_4() const { return ___Variance0_4; } inline VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 ** get_address_of_Variance0_4() { return &___Variance0_4; } inline void set_Variance0_4(VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 * value) { ___Variance0_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Variance0_4), (void*)value); } inline static int32_t get_offset_of_Variance1_5() { return static_cast(offsetof(ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402, ___Variance1_5)); } inline VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 * get_Variance1_5() const { return ___Variance1_5; } inline VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 ** get_address_of_Variance1_5() { return &___Variance1_5; } inline void set_Variance1_5(VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 * value) { ___Variance1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Variance1_5), (void*)value); } inline static int32_t get_offset_of_Reverse_6() { return static_cast(offsetof(ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402, ___Reverse_6)); } inline bool get_Reverse_6() const { return ___Reverse_6; } inline bool* get_address_of_Reverse_6() { return &___Reverse_6; } inline void set_Reverse_6(bool value) { ___Reverse_6 = value; } inline static int32_t get_offset_of_Short_7() { return static_cast(offsetof(ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402, ___Short_7)); } inline int16_t get_Short_7() const { return ___Short_7; } inline int16_t* get_address_of_Short_7() { return &___Short_7; } inline void set_Short_7(int16_t value) { ___Short_7 = value; } }; // o0.IMU.ByteToShorts struct ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 : public RuntimeObject { public: // o0.IMU.ByteToShort[] o0.IMU.ByteToShorts::ByteToShort ByteToShortU5BU5D_tB6262375B542E335507FD227F90B573C545A88EC* ___ByteToShort_0; public: inline static int32_t get_offset_of_ByteToShort_0() { return static_cast(offsetof(ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61, ___ByteToShort_0)); } inline ByteToShortU5BU5D_tB6262375B542E335507FD227F90B573C545A88EC* get_ByteToShort_0() const { return ___ByteToShort_0; } inline ByteToShortU5BU5D_tB6262375B542E335507FD227F90B573C545A88EC** get_address_of_ByteToShort_0() { return &___ByteToShort_0; } inline void set_ByteToShort_0(ByteToShortU5BU5D_tB6262375B542E335507FD227F90B573C545A88EC* value) { ___ByteToShort_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteToShort_0), (void*)value); } }; // BestHTTP.Decompression.Crc.CRC32 struct CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 : public RuntimeObject { public: // System.UInt32 BestHTTP.Decompression.Crc.CRC32::dwPolynomial uint32_t ___dwPolynomial_0; // System.Int64 BestHTTP.Decompression.Crc.CRC32::_TotalBytesRead int64_t ____TotalBytesRead_1; // System.Boolean BestHTTP.Decompression.Crc.CRC32::reverseBits bool ___reverseBits_2; // System.UInt32[] BestHTTP.Decompression.Crc.CRC32::crc32Table UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___crc32Table_3; // System.UInt32 BestHTTP.Decompression.Crc.CRC32::_register uint32_t ____register_5; public: inline static int32_t get_offset_of_dwPolynomial_0() { return static_cast(offsetof(CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5, ___dwPolynomial_0)); } inline uint32_t get_dwPolynomial_0() const { return ___dwPolynomial_0; } inline uint32_t* get_address_of_dwPolynomial_0() { return &___dwPolynomial_0; } inline void set_dwPolynomial_0(uint32_t value) { ___dwPolynomial_0 = value; } inline static int32_t get_offset_of__TotalBytesRead_1() { return static_cast(offsetof(CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5, ____TotalBytesRead_1)); } inline int64_t get__TotalBytesRead_1() const { return ____TotalBytesRead_1; } inline int64_t* get_address_of__TotalBytesRead_1() { return &____TotalBytesRead_1; } inline void set__TotalBytesRead_1(int64_t value) { ____TotalBytesRead_1 = value; } inline static int32_t get_offset_of_reverseBits_2() { return static_cast(offsetof(CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5, ___reverseBits_2)); } inline bool get_reverseBits_2() const { return ___reverseBits_2; } inline bool* get_address_of_reverseBits_2() { return &___reverseBits_2; } inline void set_reverseBits_2(bool value) { ___reverseBits_2 = value; } inline static int32_t get_offset_of_crc32Table_3() { return static_cast(offsetof(CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5, ___crc32Table_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_crc32Table_3() const { return ___crc32Table_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_crc32Table_3() { return &___crc32Table_3; } inline void set_crc32Table_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___crc32Table_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___crc32Table_3), (void*)value); } inline static int32_t get_offset_of__register_5() { return static_cast(offsetof(CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5, ____register_5)); } inline uint32_t get__register_5() const { return ____register_5; } inline uint32_t* get_address_of__register_5() { return &____register_5; } inline void set__register_5(uint32_t value) { ____register_5 = value; } }; // UnityEngine.CustomYieldInstruction struct CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_field RuntimeObject* ___m_field_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_a ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_a_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_b ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_b_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_order BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_order_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_cofactor BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_cofactor_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_coord int32_t ___m_coord_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_endomorphism RuntimeObject* ___m_endomorphism_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_multiplier RuntimeObject* ___m_multiplier_15; public: inline static int32_t get_offset_of_m_field_8() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_field_8)); } inline RuntimeObject* get_m_field_8() const { return ___m_field_8; } inline RuntimeObject** get_address_of_m_field_8() { return &___m_field_8; } inline void set_m_field_8(RuntimeObject* value) { ___m_field_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_field_8), (void*)value); } inline static int32_t get_offset_of_m_a_9() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_a_9)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_a_9() const { return ___m_a_9; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_a_9() { return &___m_a_9; } inline void set_m_a_9(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_a_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_a_9), (void*)value); } inline static int32_t get_offset_of_m_b_10() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_b_10)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_b_10() const { return ___m_b_10; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_b_10() { return &___m_b_10; } inline void set_m_b_10(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_b_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_b_10), (void*)value); } inline static int32_t get_offset_of_m_order_11() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_order_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_order_11() const { return ___m_order_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_order_11() { return &___m_order_11; } inline void set_m_order_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_order_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_order_11), (void*)value); } inline static int32_t get_offset_of_m_cofactor_12() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_cofactor_12)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_cofactor_12() const { return ___m_cofactor_12; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_cofactor_12() { return &___m_cofactor_12; } inline void set_m_cofactor_12(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_cofactor_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cofactor_12), (void*)value); } inline static int32_t get_offset_of_m_coord_13() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_coord_13)); } inline int32_t get_m_coord_13() const { return ___m_coord_13; } inline int32_t* get_address_of_m_coord_13() { return &___m_coord_13; } inline void set_m_coord_13(int32_t value) { ___m_coord_13 = value; } inline static int32_t get_offset_of_m_endomorphism_14() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_endomorphism_14)); } inline RuntimeObject* get_m_endomorphism_14() const { return ___m_endomorphism_14; } inline RuntimeObject** get_address_of_m_endomorphism_14() { return &___m_endomorphism_14; } inline void set_m_endomorphism_14(RuntimeObject* value) { ___m_endomorphism_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_endomorphism_14), (void*)value); } inline static int32_t get_offset_of_m_multiplier_15() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_multiplier_15)); } inline RuntimeObject* get_m_multiplier_15() const { return ___m_multiplier_15; } inline RuntimeObject** get_address_of_m_multiplier_15() { return &___m_multiplier_15; } inline void set_m_multiplier_15(RuntimeObject* value) { ___m_multiplier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_multiplier_15), (void*)value); } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_56)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_59)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_60)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value); } }; struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_61; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD : public RuntimeObject { public: // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CVersionMajorU3Ek__BackingField_3; // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CVersionMinorU3Ek__BackingField_4; // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CStatusCodeU3Ek__BackingField_5; // System.String BestHTTP.HTTPResponse::k__BackingField String_t* ___U3CMessageU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsStreamedU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsStreamingFinishedU3Ek__BackingField_8; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsFromCacheU3Ek__BackingField_9; // BestHTTP.Caching.HTTPCacheFileInfo BestHTTP.HTTPResponse::k__BackingField HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * ___U3CCacheFileInfoU3Ek__BackingField_10; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsCacheOnlyU3Ek__BackingField_11; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPResponse::k__BackingField Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___U3CHeadersU3Ek__BackingField_12; // System.Byte[] BestHTTP.HTTPResponse::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CDataU3Ek__BackingField_13; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsUpgradedU3Ek__BackingField_14; // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::k__BackingField List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___U3CCookiesU3Ek__BackingField_15; // System.String BestHTTP.HTTPResponse::dataAsText String_t* ___dataAsText_16; // UnityEngine.Texture2D BestHTTP.HTTPResponse::texture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___texture_17; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsClosedManuallyU3Ek__BackingField_18; // BestHTTP.HTTPRequest BestHTTP.HTTPResponse::baseRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___baseRequest_19; // System.IO.Stream BestHTTP.HTTPResponse::Stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Stream_20; // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::streamedFragments List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * ___streamedFragments_21; // System.Object BestHTTP.HTTPResponse::SyncRoot RuntimeObject * ___SyncRoot_22; // System.Byte[] BestHTTP.HTTPResponse::fragmentBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___fragmentBuffer_23; // System.Int32 BestHTTP.HTTPResponse::fragmentBufferDataLength int32_t ___fragmentBufferDataLength_24; // System.IO.Stream BestHTTP.HTTPResponse::cacheStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___cacheStream_25; // System.Int32 BestHTTP.HTTPResponse::allFragmentSize int32_t ___allFragmentSize_26; // BestHTTP.Extensions.BufferPoolMemoryStream BestHTTP.HTTPResponse::decompressorInputStream BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___decompressorInputStream_27; // BestHTTP.Extensions.BufferPoolMemoryStream BestHTTP.HTTPResponse::decompressorOutputStream BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___decompressorOutputStream_28; // BestHTTP.Decompression.Zlib.GZipStream BestHTTP.HTTPResponse::decompressorGZipStream GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * ___decompressorGZipStream_29; // System.Threading.AutoResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.HTTPResponse::fragmentWaitEvent AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * ___fragmentWaitEvent_31; public: inline static int32_t get_offset_of_U3CVersionMajorU3Ek__BackingField_3() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CVersionMajorU3Ek__BackingField_3)); } inline int32_t get_U3CVersionMajorU3Ek__BackingField_3() const { return ___U3CVersionMajorU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CVersionMajorU3Ek__BackingField_3() { return &___U3CVersionMajorU3Ek__BackingField_3; } inline void set_U3CVersionMajorU3Ek__BackingField_3(int32_t value) { ___U3CVersionMajorU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CVersionMinorU3Ek__BackingField_4() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CVersionMinorU3Ek__BackingField_4)); } inline int32_t get_U3CVersionMinorU3Ek__BackingField_4() const { return ___U3CVersionMinorU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CVersionMinorU3Ek__BackingField_4() { return &___U3CVersionMinorU3Ek__BackingField_4; } inline void set_U3CVersionMinorU3Ek__BackingField_4(int32_t value) { ___U3CVersionMinorU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CStatusCodeU3Ek__BackingField_5() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CStatusCodeU3Ek__BackingField_5)); } inline int32_t get_U3CStatusCodeU3Ek__BackingField_5() const { return ___U3CStatusCodeU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CStatusCodeU3Ek__BackingField_5() { return &___U3CStatusCodeU3Ek__BackingField_5; } inline void set_U3CStatusCodeU3Ek__BackingField_5(int32_t value) { ___U3CStatusCodeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CMessageU3Ek__BackingField_6() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CMessageU3Ek__BackingField_6)); } inline String_t* get_U3CMessageU3Ek__BackingField_6() const { return ___U3CMessageU3Ek__BackingField_6; } inline String_t** get_address_of_U3CMessageU3Ek__BackingField_6() { return &___U3CMessageU3Ek__BackingField_6; } inline void set_U3CMessageU3Ek__BackingField_6(String_t* value) { ___U3CMessageU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMessageU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CIsStreamedU3Ek__BackingField_7() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsStreamedU3Ek__BackingField_7)); } inline bool get_U3CIsStreamedU3Ek__BackingField_7() const { return ___U3CIsStreamedU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsStreamedU3Ek__BackingField_7() { return &___U3CIsStreamedU3Ek__BackingField_7; } inline void set_U3CIsStreamedU3Ek__BackingField_7(bool value) { ___U3CIsStreamedU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CIsStreamingFinishedU3Ek__BackingField_8() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsStreamingFinishedU3Ek__BackingField_8)); } inline bool get_U3CIsStreamingFinishedU3Ek__BackingField_8() const { return ___U3CIsStreamingFinishedU3Ek__BackingField_8; } inline bool* get_address_of_U3CIsStreamingFinishedU3Ek__BackingField_8() { return &___U3CIsStreamingFinishedU3Ek__BackingField_8; } inline void set_U3CIsStreamingFinishedU3Ek__BackingField_8(bool value) { ___U3CIsStreamingFinishedU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CIsFromCacheU3Ek__BackingField_9() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsFromCacheU3Ek__BackingField_9)); } inline bool get_U3CIsFromCacheU3Ek__BackingField_9() const { return ___U3CIsFromCacheU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsFromCacheU3Ek__BackingField_9() { return &___U3CIsFromCacheU3Ek__BackingField_9; } inline void set_U3CIsFromCacheU3Ek__BackingField_9(bool value) { ___U3CIsFromCacheU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CCacheFileInfoU3Ek__BackingField_10() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CCacheFileInfoU3Ek__BackingField_10)); } inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * get_U3CCacheFileInfoU3Ek__BackingField_10() const { return ___U3CCacheFileInfoU3Ek__BackingField_10; } inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA ** get_address_of_U3CCacheFileInfoU3Ek__BackingField_10() { return &___U3CCacheFileInfoU3Ek__BackingField_10; } inline void set_U3CCacheFileInfoU3Ek__BackingField_10(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * value) { ___U3CCacheFileInfoU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCacheFileInfoU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CIsCacheOnlyU3Ek__BackingField_11() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsCacheOnlyU3Ek__BackingField_11)); } inline bool get_U3CIsCacheOnlyU3Ek__BackingField_11() const { return ___U3CIsCacheOnlyU3Ek__BackingField_11; } inline bool* get_address_of_U3CIsCacheOnlyU3Ek__BackingField_11() { return &___U3CIsCacheOnlyU3Ek__BackingField_11; } inline void set_U3CIsCacheOnlyU3Ek__BackingField_11(bool value) { ___U3CIsCacheOnlyU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_12() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CHeadersU3Ek__BackingField_12)); } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * get_U3CHeadersU3Ek__BackingField_12() const { return ___U3CHeadersU3Ek__BackingField_12; } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 ** get_address_of_U3CHeadersU3Ek__BackingField_12() { return &___U3CHeadersU3Ek__BackingField_12; } inline void set_U3CHeadersU3Ek__BackingField_12(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * value) { ___U3CHeadersU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_13() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CDataU3Ek__BackingField_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CDataU3Ek__BackingField_13() const { return ___U3CDataU3Ek__BackingField_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CDataU3Ek__BackingField_13() { return &___U3CDataU3Ek__BackingField_13; } inline void set_U3CDataU3Ek__BackingField_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CDataU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CIsUpgradedU3Ek__BackingField_14() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsUpgradedU3Ek__BackingField_14)); } inline bool get_U3CIsUpgradedU3Ek__BackingField_14() const { return ___U3CIsUpgradedU3Ek__BackingField_14; } inline bool* get_address_of_U3CIsUpgradedU3Ek__BackingField_14() { return &___U3CIsUpgradedU3Ek__BackingField_14; } inline void set_U3CIsUpgradedU3Ek__BackingField_14(bool value) { ___U3CIsUpgradedU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CCookiesU3Ek__BackingField_15() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CCookiesU3Ek__BackingField_15)); } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * get_U3CCookiesU3Ek__BackingField_15() const { return ___U3CCookiesU3Ek__BackingField_15; } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 ** get_address_of_U3CCookiesU3Ek__BackingField_15() { return &___U3CCookiesU3Ek__BackingField_15; } inline void set_U3CCookiesU3Ek__BackingField_15(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * value) { ___U3CCookiesU3Ek__BackingField_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCookiesU3Ek__BackingField_15), (void*)value); } inline static int32_t get_offset_of_dataAsText_16() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___dataAsText_16)); } inline String_t* get_dataAsText_16() const { return ___dataAsText_16; } inline String_t** get_address_of_dataAsText_16() { return &___dataAsText_16; } inline void set_dataAsText_16(String_t* value) { ___dataAsText_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataAsText_16), (void*)value); } inline static int32_t get_offset_of_texture_17() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___texture_17)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_texture_17() const { return ___texture_17; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_texture_17() { return &___texture_17; } inline void set_texture_17(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___texture_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___texture_17), (void*)value); } inline static int32_t get_offset_of_U3CIsClosedManuallyU3Ek__BackingField_18() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsClosedManuallyU3Ek__BackingField_18)); } inline bool get_U3CIsClosedManuallyU3Ek__BackingField_18() const { return ___U3CIsClosedManuallyU3Ek__BackingField_18; } inline bool* get_address_of_U3CIsClosedManuallyU3Ek__BackingField_18() { return &___U3CIsClosedManuallyU3Ek__BackingField_18; } inline void set_U3CIsClosedManuallyU3Ek__BackingField_18(bool value) { ___U3CIsClosedManuallyU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_baseRequest_19() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___baseRequest_19)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_baseRequest_19() const { return ___baseRequest_19; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_baseRequest_19() { return &___baseRequest_19; } inline void set_baseRequest_19(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___baseRequest_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseRequest_19), (void*)value); } inline static int32_t get_offset_of_Stream_20() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___Stream_20)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Stream_20() const { return ___Stream_20; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Stream_20() { return &___Stream_20; } inline void set_Stream_20(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Stream_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___Stream_20), (void*)value); } inline static int32_t get_offset_of_streamedFragments_21() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___streamedFragments_21)); } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * get_streamedFragments_21() const { return ___streamedFragments_21; } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE ** get_address_of_streamedFragments_21() { return &___streamedFragments_21; } inline void set_streamedFragments_21(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * value) { ___streamedFragments_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___streamedFragments_21), (void*)value); } inline static int32_t get_offset_of_SyncRoot_22() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___SyncRoot_22)); } inline RuntimeObject * get_SyncRoot_22() const { return ___SyncRoot_22; } inline RuntimeObject ** get_address_of_SyncRoot_22() { return &___SyncRoot_22; } inline void set_SyncRoot_22(RuntimeObject * value) { ___SyncRoot_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_22), (void*)value); } inline static int32_t get_offset_of_fragmentBuffer_23() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentBuffer_23)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_fragmentBuffer_23() const { return ___fragmentBuffer_23; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_fragmentBuffer_23() { return &___fragmentBuffer_23; } inline void set_fragmentBuffer_23(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___fragmentBuffer_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentBuffer_23), (void*)value); } inline static int32_t get_offset_of_fragmentBufferDataLength_24() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentBufferDataLength_24)); } inline int32_t get_fragmentBufferDataLength_24() const { return ___fragmentBufferDataLength_24; } inline int32_t* get_address_of_fragmentBufferDataLength_24() { return &___fragmentBufferDataLength_24; } inline void set_fragmentBufferDataLength_24(int32_t value) { ___fragmentBufferDataLength_24 = value; } inline static int32_t get_offset_of_cacheStream_25() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___cacheStream_25)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_cacheStream_25() const { return ___cacheStream_25; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_cacheStream_25() { return &___cacheStream_25; } inline void set_cacheStream_25(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___cacheStream_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___cacheStream_25), (void*)value); } inline static int32_t get_offset_of_allFragmentSize_26() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___allFragmentSize_26)); } inline int32_t get_allFragmentSize_26() const { return ___allFragmentSize_26; } inline int32_t* get_address_of_allFragmentSize_26() { return &___allFragmentSize_26; } inline void set_allFragmentSize_26(int32_t value) { ___allFragmentSize_26 = value; } inline static int32_t get_offset_of_decompressorInputStream_27() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorInputStream_27)); } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * get_decompressorInputStream_27() const { return ___decompressorInputStream_27; } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B ** get_address_of_decompressorInputStream_27() { return &___decompressorInputStream_27; } inline void set_decompressorInputStream_27(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * value) { ___decompressorInputStream_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorInputStream_27), (void*)value); } inline static int32_t get_offset_of_decompressorOutputStream_28() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorOutputStream_28)); } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * get_decompressorOutputStream_28() const { return ___decompressorOutputStream_28; } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B ** get_address_of_decompressorOutputStream_28() { return &___decompressorOutputStream_28; } inline void set_decompressorOutputStream_28(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * value) { ___decompressorOutputStream_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorOutputStream_28), (void*)value); } inline static int32_t get_offset_of_decompressorGZipStream_29() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorGZipStream_29)); } inline GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * get_decompressorGZipStream_29() const { return ___decompressorGZipStream_29; } inline GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 ** get_address_of_decompressorGZipStream_29() { return &___decompressorGZipStream_29; } inline void set_decompressorGZipStream_29(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * value) { ___decompressorGZipStream_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorGZipStream_29), (void*)value); } inline static int32_t get_offset_of_fragmentWaitEvent_31() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentWaitEvent_31)); } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * get_fragmentWaitEvent_31() const { return ___fragmentWaitEvent_31; } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D ** get_address_of_fragmentWaitEvent_31() { return &___fragmentWaitEvent_31; } inline void set_fragmentWaitEvent_31(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * value) { ___fragmentWaitEvent_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentWaitEvent_31), (void*)value); } }; // o0.IMU.HardwareVariance struct HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 : public RuntimeObject { public: // System.Collections.Generic.List`1> o0.IMU.HardwareVariance::Vector List_1_tA1AA3A09CABFC4234C022658AD5F0D32FAF1A9FB * ___Vector_0; // System.Int32 o0.IMU.HardwareVariance::MaxCount int32_t ___MaxCount_1; public: inline static int32_t get_offset_of_Vector_0() { return static_cast(offsetof(HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471, ___Vector_0)); } inline List_1_tA1AA3A09CABFC4234C022658AD5F0D32FAF1A9FB * get_Vector_0() const { return ___Vector_0; } inline List_1_tA1AA3A09CABFC4234C022658AD5F0D32FAF1A9FB ** get_address_of_Vector_0() { return &___Vector_0; } inline void set_Vector_0(List_1_tA1AA3A09CABFC4234C022658AD5F0D32FAF1A9FB * value) { ___Vector_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Vector_0), (void*)value); } inline static int32_t get_offset_of_MaxCount_1() { return static_cast(offsetof(HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471, ___MaxCount_1)); } inline int32_t get_MaxCount_1() const { return ___MaxCount_1; } inline int32_t* get_address_of_MaxCount_1() { return &___MaxCount_1; } inline void set_MaxCount_1(int32_t value) { ___MaxCount_1 = value; } }; // JCEngineCore.JCEntity struct JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB : public RuntimeObject { public: // System.Int32 JCEngineCore.JCEntity::id int32_t ___id_0; // JCEngineCore.Channel JCEngineCore.JCEntity::channel Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * ___channel_1; // System.Boolean JCEngineCore.JCEntity::isValid bool ___isValid_2; // System.Boolean JCEngineCore.JCEntity::loaded bool ___loaded_3; // System.Collections.Generic.Dictionary`2 JCEngineCore.JCEntity::components Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___components_4; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_channel_1() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___channel_1)); } inline Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * get_channel_1() const { return ___channel_1; } inline Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 ** get_address_of_channel_1() { return &___channel_1; } inline void set_channel_1(Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * value) { ___channel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___channel_1), (void*)value); } inline static int32_t get_offset_of_isValid_2() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___isValid_2)); } inline bool get_isValid_2() const { return ___isValid_2; } inline bool* get_address_of_isValid_2() { return &___isValid_2; } inline void set_isValid_2(bool value) { ___isValid_2 = value; } inline static int32_t get_offset_of_loaded_3() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___loaded_3)); } inline bool get_loaded_3() const { return ___loaded_3; } inline bool* get_address_of_loaded_3() { return &___loaded_3; } inline void set_loaded_3(bool value) { ___loaded_3 = value; } inline static int32_t get_offset_of_components_4() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___components_4)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_components_4() const { return ___components_4; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_components_4() { return &___components_4; } inline void set_components_4(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___components_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___components_4), (void*)value); } }; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 : public RuntimeObject { public: // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::_parent JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ____parent_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_previous JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____previous_1; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_next JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____next_2; // System.Object Newtonsoft.Json.Linq.JToken::_annotations RuntimeObject * ____annotations_3; public: inline static int32_t get_offset_of__parent_0() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____parent_0)); } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * get__parent_0() const { return ____parent_0; } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 ** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value); } inline static int32_t get_offset_of__previous_1() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____previous_1)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__previous_1() const { return ____previous_1; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__previous_1() { return &____previous_1; } inline void set__previous_1(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____previous_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____previous_1), (void*)value); } inline static int32_t get_offset_of__next_2() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____next_2)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__next_2() const { return ____next_2; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__next_2() { return &____next_2; } inline void set__next_2(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____next_2), (void*)value); } inline static int32_t get_offset_of__annotations_3() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____annotations_3)); } inline RuntimeObject * get__annotations_3() const { return ____annotations_3; } inline RuntimeObject ** get_address_of__annotations_3() { return &____annotations_3; } inline void set__annotations_3(RuntimeObject * value) { ____annotations_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____annotations_3), (void*)value); } }; struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields { public: // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BooleanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BooleanTypes_4; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::NumberTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___NumberTypes_5; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::StringTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___StringTypes_6; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::GuidTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___GuidTypes_7; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::TimeSpanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___TimeSpanTypes_8; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::UriTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___UriTypes_9; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::CharTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___CharTypes_10; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::DateTimeTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___DateTimeTypes_11; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BytesTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BytesTypes_12; public: inline static int32_t get_offset_of_BooleanTypes_4() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BooleanTypes_4)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BooleanTypes_4() const { return ___BooleanTypes_4; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BooleanTypes_4() { return &___BooleanTypes_4; } inline void set_BooleanTypes_4(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BooleanTypes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___BooleanTypes_4), (void*)value); } inline static int32_t get_offset_of_NumberTypes_5() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___NumberTypes_5)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_NumberTypes_5() const { return ___NumberTypes_5; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_NumberTypes_5() { return &___NumberTypes_5; } inline void set_NumberTypes_5(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___NumberTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___NumberTypes_5), (void*)value); } inline static int32_t get_offset_of_StringTypes_6() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___StringTypes_6)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_StringTypes_6() const { return ___StringTypes_6; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_StringTypes_6() { return &___StringTypes_6; } inline void set_StringTypes_6(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___StringTypes_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringTypes_6), (void*)value); } inline static int32_t get_offset_of_GuidTypes_7() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___GuidTypes_7)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_GuidTypes_7() const { return ___GuidTypes_7; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_GuidTypes_7() { return &___GuidTypes_7; } inline void set_GuidTypes_7(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___GuidTypes_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GuidTypes_7), (void*)value); } inline static int32_t get_offset_of_TimeSpanTypes_8() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___TimeSpanTypes_8)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_TimeSpanTypes_8() const { return ___TimeSpanTypes_8; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_TimeSpanTypes_8() { return &___TimeSpanTypes_8; } inline void set_TimeSpanTypes_8(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___TimeSpanTypes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeSpanTypes_8), (void*)value); } inline static int32_t get_offset_of_UriTypes_9() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___UriTypes_9)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_UriTypes_9() const { return ___UriTypes_9; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_UriTypes_9() { return &___UriTypes_9; } inline void set_UriTypes_9(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___UriTypes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriTypes_9), (void*)value); } inline static int32_t get_offset_of_CharTypes_10() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___CharTypes_10)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_CharTypes_10() const { return ___CharTypes_10; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_CharTypes_10() { return &___CharTypes_10; } inline void set_CharTypes_10(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___CharTypes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___CharTypes_10), (void*)value); } inline static int32_t get_offset_of_DateTimeTypes_11() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___DateTimeTypes_11)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_DateTimeTypes_11() const { return ___DateTimeTypes_11; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_DateTimeTypes_11() { return &___DateTimeTypes_11; } inline void set_DateTimeTypes_11(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___DateTimeTypes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeTypes_11), (void*)value); } inline static int32_t get_offset_of_BytesTypes_12() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BytesTypes_12)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BytesTypes_12() const { return ___BytesTypes_12; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BytesTypes_12() { return &___BytesTypes_12; } inline void set_BytesTypes_12(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BytesTypes_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BytesTypes_12), (void*)value); } }; // o0.IMU.MagnetometerAutoCalibrater struct MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D : public RuntimeObject { public: // System.Int32 o0.IMU.MagnetometerAutoCalibrater::MaxCount int32_t ___MaxCount_0; // System.Collections.Generic.Dictionary`2,o0.Geometry.Vector`1> o0.IMU.MagnetometerAutoCalibrater::VectorByBlock Dictionary_2_t7045095C3892649EE117A6FA0FDEE46EFC7096AA * ___VectorByBlock_1; // System.Double o0.IMU.MagnetometerAutoCalibrater::CountPerLength double ___CountPerLength_2; // System.Int32 o0.IMU.MagnetometerAutoCalibrater::NewBlock int32_t ___NewBlock_3; // System.Double o0.IMU.MagnetometerAutoCalibrater::NewBlockAccumulation double ___NewBlockAccumulation_4; // System.Int64 o0.IMU.MagnetometerAutoCalibrater::LastTimestamp int64_t ___LastTimestamp_5; // System.Int32 o0.IMU.MagnetometerAutoCalibrater::FitThreshold int32_t ___FitThreshold_6; // o0.IMU.EllipsoidFitting o0.IMU.MagnetometerAutoCalibrater::EllipsoidFitting EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723 * ___EllipsoidFitting_7; // System.Double o0.IMU.MagnetometerAutoCalibrater::Variance double ___Variance_8; // System.Double o0.IMU.MagnetometerAutoCalibrater::CompleteVarianceThreshold double ___CompleteVarianceThreshold_9; // System.Int32 o0.IMU.MagnetometerAutoCalibrater::FitCountLeft int32_t ___FitCountLeft_10; // System.Boolean o0.IMU.MagnetometerAutoCalibrater::Lock bool ___Lock_11; public: inline static int32_t get_offset_of_MaxCount_0() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___MaxCount_0)); } inline int32_t get_MaxCount_0() const { return ___MaxCount_0; } inline int32_t* get_address_of_MaxCount_0() { return &___MaxCount_0; } inline void set_MaxCount_0(int32_t value) { ___MaxCount_0 = value; } inline static int32_t get_offset_of_VectorByBlock_1() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___VectorByBlock_1)); } inline Dictionary_2_t7045095C3892649EE117A6FA0FDEE46EFC7096AA * get_VectorByBlock_1() const { return ___VectorByBlock_1; } inline Dictionary_2_t7045095C3892649EE117A6FA0FDEE46EFC7096AA ** get_address_of_VectorByBlock_1() { return &___VectorByBlock_1; } inline void set_VectorByBlock_1(Dictionary_2_t7045095C3892649EE117A6FA0FDEE46EFC7096AA * value) { ___VectorByBlock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___VectorByBlock_1), (void*)value); } inline static int32_t get_offset_of_CountPerLength_2() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___CountPerLength_2)); } inline double get_CountPerLength_2() const { return ___CountPerLength_2; } inline double* get_address_of_CountPerLength_2() { return &___CountPerLength_2; } inline void set_CountPerLength_2(double value) { ___CountPerLength_2 = value; } inline static int32_t get_offset_of_NewBlock_3() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___NewBlock_3)); } inline int32_t get_NewBlock_3() const { return ___NewBlock_3; } inline int32_t* get_address_of_NewBlock_3() { return &___NewBlock_3; } inline void set_NewBlock_3(int32_t value) { ___NewBlock_3 = value; } inline static int32_t get_offset_of_NewBlockAccumulation_4() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___NewBlockAccumulation_4)); } inline double get_NewBlockAccumulation_4() const { return ___NewBlockAccumulation_4; } inline double* get_address_of_NewBlockAccumulation_4() { return &___NewBlockAccumulation_4; } inline void set_NewBlockAccumulation_4(double value) { ___NewBlockAccumulation_4 = value; } inline static int32_t get_offset_of_LastTimestamp_5() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___LastTimestamp_5)); } inline int64_t get_LastTimestamp_5() const { return ___LastTimestamp_5; } inline int64_t* get_address_of_LastTimestamp_5() { return &___LastTimestamp_5; } inline void set_LastTimestamp_5(int64_t value) { ___LastTimestamp_5 = value; } inline static int32_t get_offset_of_FitThreshold_6() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___FitThreshold_6)); } inline int32_t get_FitThreshold_6() const { return ___FitThreshold_6; } inline int32_t* get_address_of_FitThreshold_6() { return &___FitThreshold_6; } inline void set_FitThreshold_6(int32_t value) { ___FitThreshold_6 = value; } inline static int32_t get_offset_of_EllipsoidFitting_7() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___EllipsoidFitting_7)); } inline EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723 * get_EllipsoidFitting_7() const { return ___EllipsoidFitting_7; } inline EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723 ** get_address_of_EllipsoidFitting_7() { return &___EllipsoidFitting_7; } inline void set_EllipsoidFitting_7(EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723 * value) { ___EllipsoidFitting_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___EllipsoidFitting_7), (void*)value); } inline static int32_t get_offset_of_Variance_8() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___Variance_8)); } inline double get_Variance_8() const { return ___Variance_8; } inline double* get_address_of_Variance_8() { return &___Variance_8; } inline void set_Variance_8(double value) { ___Variance_8 = value; } inline static int32_t get_offset_of_CompleteVarianceThreshold_9() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___CompleteVarianceThreshold_9)); } inline double get_CompleteVarianceThreshold_9() const { return ___CompleteVarianceThreshold_9; } inline double* get_address_of_CompleteVarianceThreshold_9() { return &___CompleteVarianceThreshold_9; } inline void set_CompleteVarianceThreshold_9(double value) { ___CompleteVarianceThreshold_9 = value; } inline static int32_t get_offset_of_FitCountLeft_10() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___FitCountLeft_10)); } inline int32_t get_FitCountLeft_10() const { return ___FitCountLeft_10; } inline int32_t* get_address_of_FitCountLeft_10() { return &___FitCountLeft_10; } inline void set_FitCountLeft_10(int32_t value) { ___FitCountLeft_10 = value; } inline static int32_t get_offset_of_Lock_11() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___Lock_11)); } inline bool get_Lock_11() const { return ___Lock_11; } inline bool* get_address_of_Lock_11() { return &___Lock_11; } inline void set_Lock_11(bool value) { ___Lock_11 = value; } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___SeedArray_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // UserInfo struct UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F : public RuntimeObject { public: // System.Int32 UserInfo::id int32_t ___id_0; // System.Int32 UserInfo::avatarID int32_t ___avatarID_1; // System.String UserInfo::nickname String_t* ___nickname_2; // System.Int32 UserInfo::gender int32_t ___gender_3; // System.String UserInfo::phone String_t* ___phone_4; // System.String UserInfo::email String_t* ___email_5; // System.String UserInfo::birthday String_t* ___birthday_6; // System.String UserInfo::country String_t* ___country_7; // System.String UserInfo::state String_t* ___state_8; // System.String UserInfo::city String_t* ___city_9; // System.Int32 UserInfo::integral int32_t ___integral_10; // System.Int32 UserInfo::coin int32_t ___coin_11; // System.Int32 UserInfo::diamond int32_t ___diamond_12; // System.String UserInfo::mac String_t* ___mac_13; // System.Collections.Generic.List`1 UserInfo::bagList List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * ___bagList_14; // System.Collections.Generic.List`1 UserInfo::deviceList List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * ___deviceList_15; // System.Collections.Generic.Dictionary`2 UserInfo::timeLimitGameScores Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * ___timeLimitGameScores_16; // System.Collections.Generic.Dictionary`2 UserInfo::challengeLevels Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * ___challengeLevels_17; // System.String UserInfo::guideRecord String_t* ___guideRecord_18; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_avatarID_1() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___avatarID_1)); } inline int32_t get_avatarID_1() const { return ___avatarID_1; } inline int32_t* get_address_of_avatarID_1() { return &___avatarID_1; } inline void set_avatarID_1(int32_t value) { ___avatarID_1 = value; } inline static int32_t get_offset_of_nickname_2() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___nickname_2)); } inline String_t* get_nickname_2() const { return ___nickname_2; } inline String_t** get_address_of_nickname_2() { return &___nickname_2; } inline void set_nickname_2(String_t* value) { ___nickname_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nickname_2), (void*)value); } inline static int32_t get_offset_of_gender_3() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___gender_3)); } inline int32_t get_gender_3() const { return ___gender_3; } inline int32_t* get_address_of_gender_3() { return &___gender_3; } inline void set_gender_3(int32_t value) { ___gender_3 = value; } inline static int32_t get_offset_of_phone_4() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___phone_4)); } inline String_t* get_phone_4() const { return ___phone_4; } inline String_t** get_address_of_phone_4() { return &___phone_4; } inline void set_phone_4(String_t* value) { ___phone_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___phone_4), (void*)value); } inline static int32_t get_offset_of_email_5() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___email_5)); } inline String_t* get_email_5() const { return ___email_5; } inline String_t** get_address_of_email_5() { return &___email_5; } inline void set_email_5(String_t* value) { ___email_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_5), (void*)value); } inline static int32_t get_offset_of_birthday_6() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___birthday_6)); } inline String_t* get_birthday_6() const { return ___birthday_6; } inline String_t** get_address_of_birthday_6() { return &___birthday_6; } inline void set_birthday_6(String_t* value) { ___birthday_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___birthday_6), (void*)value); } inline static int32_t get_offset_of_country_7() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___country_7)); } inline String_t* get_country_7() const { return ___country_7; } inline String_t** get_address_of_country_7() { return &___country_7; } inline void set_country_7(String_t* value) { ___country_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___country_7), (void*)value); } inline static int32_t get_offset_of_state_8() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___state_8)); } inline String_t* get_state_8() const { return ___state_8; } inline String_t** get_address_of_state_8() { return &___state_8; } inline void set_state_8(String_t* value) { ___state_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_8), (void*)value); } inline static int32_t get_offset_of_city_9() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___city_9)); } inline String_t* get_city_9() const { return ___city_9; } inline String_t** get_address_of_city_9() { return &___city_9; } inline void set_city_9(String_t* value) { ___city_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___city_9), (void*)value); } inline static int32_t get_offset_of_integral_10() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___integral_10)); } inline int32_t get_integral_10() const { return ___integral_10; } inline int32_t* get_address_of_integral_10() { return &___integral_10; } inline void set_integral_10(int32_t value) { ___integral_10 = value; } inline static int32_t get_offset_of_coin_11() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___coin_11)); } inline int32_t get_coin_11() const { return ___coin_11; } inline int32_t* get_address_of_coin_11() { return &___coin_11; } inline void set_coin_11(int32_t value) { ___coin_11 = value; } inline static int32_t get_offset_of_diamond_12() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___diamond_12)); } inline int32_t get_diamond_12() const { return ___diamond_12; } inline int32_t* get_address_of_diamond_12() { return &___diamond_12; } inline void set_diamond_12(int32_t value) { ___diamond_12 = value; } inline static int32_t get_offset_of_mac_13() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___mac_13)); } inline String_t* get_mac_13() const { return ___mac_13; } inline String_t** get_address_of_mac_13() { return &___mac_13; } inline void set_mac_13(String_t* value) { ___mac_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_13), (void*)value); } inline static int32_t get_offset_of_bagList_14() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___bagList_14)); } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * get_bagList_14() const { return ___bagList_14; } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C ** get_address_of_bagList_14() { return &___bagList_14; } inline void set_bagList_14(List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * value) { ___bagList_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___bagList_14), (void*)value); } inline static int32_t get_offset_of_deviceList_15() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___deviceList_15)); } inline List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * get_deviceList_15() const { return ___deviceList_15; } inline List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C ** get_address_of_deviceList_15() { return &___deviceList_15; } inline void set_deviceList_15(List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * value) { ___deviceList_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceList_15), (void*)value); } inline static int32_t get_offset_of_timeLimitGameScores_16() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___timeLimitGameScores_16)); } inline Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * get_timeLimitGameScores_16() const { return ___timeLimitGameScores_16; } inline Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 ** get_address_of_timeLimitGameScores_16() { return &___timeLimitGameScores_16; } inline void set_timeLimitGameScores_16(Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * value) { ___timeLimitGameScores_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeLimitGameScores_16), (void*)value); } inline static int32_t get_offset_of_challengeLevels_17() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___challengeLevels_17)); } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * get_challengeLevels_17() const { return ___challengeLevels_17; } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 ** get_address_of_challengeLevels_17() { return &___challengeLevels_17; } inline void set_challengeLevels_17(Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * value) { ___challengeLevels_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___challengeLevels_17), (void*)value); } inline static int32_t get_offset_of_guideRecord_18() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___guideRecord_18)); } inline String_t* get_guideRecord_18() const { return ___guideRecord_18; } inline String_t** get_address_of_guideRecord_18() { return &___guideRecord_18; } inline void set_guideRecord_18(String_t* value) { ___guideRecord_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___guideRecord_18), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // o0Project.Variance struct Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 : public RuntimeObject { public: // System.Collections.Generic.List`1 o0Project.Variance::_Value List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * ____Value_0; // System.Int32 o0Project.Variance::RecordCount int32_t ___RecordCount_1; public: inline static int32_t get_offset_of__Value_0() { return static_cast(offsetof(Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522, ____Value_0)); } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * get__Value_0() const { return ____Value_0; } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA ** get_address_of__Value_0() { return &____Value_0; } inline void set__Value_0(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * value) { ____Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Value_0), (void*)value); } inline static int32_t get_offset_of_RecordCount_1() { return static_cast(offsetof(Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522, ___RecordCount_1)); } inline int32_t get_RecordCount_1() const { return ___RecordCount_1; } inline int32_t* get_address_of_RecordCount_1() { return &___RecordCount_1; } inline void set_RecordCount_1(int32_t value) { ___RecordCount_1 = value; } }; // o0Project.Vector3f struct Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC : public RuntimeObject { public: // System.Single o0Project.Vector3f::x float ___x_0; // System.Single o0Project.Vector3f::y float ___y_1; // System.Single o0Project.Vector3f::z float ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder struct X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder::parameters X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * ___parameters_0; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC, ___parameters_0)); } inline X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * get_parameters_0() const { return ___parameters_0; } inline X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 ** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } }; // UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ZeroBytePadding struct ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983 : public RuntimeObject { public: public: }; // BestHTTP.Decompression.Zlib.ZlibConstants struct ZlibConstants_tDA750CCD2B071D7CD250384319059D7BE4F37AFD : public RuntimeObject { public: public: }; // o0Project.o0 struct o0_t2FD4505A2FBD7E91601A050068F9C44BBE1EC822 : public RuntimeObject { public: public: }; // o09Axis struct o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 : public RuntimeObject { public: // System.Collections.Generic.List`1 o09Axis::Tester List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9 * ___Tester_0; // System.Collections.Generic.List`1 o09Axis::TextTester List_1_t15050E83C4C051CA706B3489C75EBD1038966135 * ___TextTester_1; // UnityEngine.GameObject o09Axis::AccMesh GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___AccMesh_2; // UnityEngine.GameObject o09Axis::GryMesh GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___GryMesh_3; // UnityEngine.GameObject o09Axis::MagMesh GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___MagMesh_4; // System.Int32 o09Axis::platformID int32_t ___platformID_5; // o09AxisCSBridge o09Axis::axisCSBridge o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * ___axisCSBridge_6; public: inline static int32_t get_offset_of_Tester_0() { return static_cast(offsetof(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7, ___Tester_0)); } inline List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9 * get_Tester_0() const { return ___Tester_0; } inline List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9 ** get_address_of_Tester_0() { return &___Tester_0; } inline void set_Tester_0(List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9 * value) { ___Tester_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Tester_0), (void*)value); } inline static int32_t get_offset_of_TextTester_1() { return static_cast(offsetof(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7, ___TextTester_1)); } inline List_1_t15050E83C4C051CA706B3489C75EBD1038966135 * get_TextTester_1() const { return ___TextTester_1; } inline List_1_t15050E83C4C051CA706B3489C75EBD1038966135 ** get_address_of_TextTester_1() { return &___TextTester_1; } inline void set_TextTester_1(List_1_t15050E83C4C051CA706B3489C75EBD1038966135 * value) { ___TextTester_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TextTester_1), (void*)value); } inline static int32_t get_offset_of_AccMesh_2() { return static_cast(offsetof(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7, ___AccMesh_2)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_AccMesh_2() const { return ___AccMesh_2; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_AccMesh_2() { return &___AccMesh_2; } inline void set_AccMesh_2(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___AccMesh_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___AccMesh_2), (void*)value); } inline static int32_t get_offset_of_GryMesh_3() { return static_cast(offsetof(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7, ___GryMesh_3)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_GryMesh_3() const { return ___GryMesh_3; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_GryMesh_3() { return &___GryMesh_3; } inline void set_GryMesh_3(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___GryMesh_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GryMesh_3), (void*)value); } inline static int32_t get_offset_of_MagMesh_4() { return static_cast(offsetof(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7, ___MagMesh_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_MagMesh_4() const { return ___MagMesh_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_MagMesh_4() { return &___MagMesh_4; } inline void set_MagMesh_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___MagMesh_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MagMesh_4), (void*)value); } inline static int32_t get_offset_of_platformID_5() { return static_cast(offsetof(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7, ___platformID_5)); } inline int32_t get_platformID_5() const { return ___platformID_5; } inline int32_t* get_address_of_platformID_5() { return &___platformID_5; } inline void set_platformID_5(int32_t value) { ___platformID_5 = value; } inline static int32_t get_offset_of_axisCSBridge_6() { return static_cast(offsetof(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7, ___axisCSBridge_6)); } inline o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * get_axisCSBridge_6() const { return ___axisCSBridge_6; } inline o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 ** get_address_of_axisCSBridge_6() { return &___axisCSBridge_6; } inline void set_axisCSBridge_6(o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * value) { ___axisCSBridge_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___axisCSBridge_6), (void*)value); } }; // o09AxisCSBridge struct o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 : public RuntimeObject { public: // o0.Bow.o09AxisCS o09AxisCSBridge::o09AxisCS o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * ___o09AxisCS_0; public: inline static int32_t get_offset_of_o09AxisCS_0() { return static_cast(offsetof(o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14, ___o09AxisCS_0)); } inline o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * get_o09AxisCS_0() const { return ___o09AxisCS_0; } inline o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A ** get_address_of_o09AxisCS_0() { return &___o09AxisCS_0; } inline void set_o09AxisCS_0(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * value) { ___o09AxisCS_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___o09AxisCS_0), (void*)value); } }; // o0Aien.o0WeightedAverageFilterVector3 struct o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 : public RuntimeObject { public: // System.Int32 o0Aien.o0WeightedAverageFilterVector3::RecordCount int32_t ___RecordCount_0; // System.Single[] o0Aien.o0WeightedAverageFilterVector3::DefiniteIntegration SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___DefiniteIntegration_1; // System.Collections.Generic.List`1 o0Aien.o0WeightedAverageFilterVector3::Record List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___Record_2; public: inline static int32_t get_offset_of_RecordCount_0() { return static_cast(offsetof(o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42, ___RecordCount_0)); } inline int32_t get_RecordCount_0() const { return ___RecordCount_0; } inline int32_t* get_address_of_RecordCount_0() { return &___RecordCount_0; } inline void set_RecordCount_0(int32_t value) { ___RecordCount_0 = value; } inline static int32_t get_offset_of_DefiniteIntegration_1() { return static_cast(offsetof(o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42, ___DefiniteIntegration_1)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_DefiniteIntegration_1() const { return ___DefiniteIntegration_1; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_DefiniteIntegration_1() { return &___DefiniteIntegration_1; } inline void set_DefiniteIntegration_1(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___DefiniteIntegration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefiniteIntegration_1), (void*)value); } inline static int32_t get_offset_of_Record_2() { return static_cast(offsetof(o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42, ___Record_2)); } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * get_Record_2() const { return ___Record_2; } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 ** get_address_of_Record_2() { return &___Record_2; } inline void set_Record_2(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * value) { ___Record_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Record_2), (void*)value); } }; // AOTAdapter/<>c struct U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA : public RuntimeObject { public: public: }; struct U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields { public: // AOTAdapter/<>c AOTAdapter/<>c::<>9 U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * ___U3CU3E9_0; // System.Converter`2 AOTAdapter/<>c::<>9__2_0 Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 * ___U3CU3E9__2_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_1() { return static_cast(offsetof(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields, ___U3CU3E9__2_0_1)); } inline Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } }; // AOTAdapter/d__1 struct U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F : public RuntimeObject { public: // System.Int32 AOTAdapter/d__1::<>1__state int32_t ___U3CU3E1__state_0; // System.Object AOTAdapter/d__1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // AOTAdapter AOTAdapter/d__1::<>4__this AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F, ___U3CU3E4__this_2)); } inline AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings struct AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD : public RuntimeObject { public: // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::engineMinDistance float ___engineMinDistance_0; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::engineMaxDistance float ___engineMaxDistance_1; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::engineDopplerLevel float ___engineDopplerLevel_2; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::engineMasterVolume float ___engineMasterVolume_3; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::windMinDistance float ___windMinDistance_4; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::windMaxDistance float ___windMaxDistance_5; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::windDopplerLevel float ___windDopplerLevel_6; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::windMasterVolume float ___windMasterVolume_7; public: inline static int32_t get_offset_of_engineMinDistance_0() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___engineMinDistance_0)); } inline float get_engineMinDistance_0() const { return ___engineMinDistance_0; } inline float* get_address_of_engineMinDistance_0() { return &___engineMinDistance_0; } inline void set_engineMinDistance_0(float value) { ___engineMinDistance_0 = value; } inline static int32_t get_offset_of_engineMaxDistance_1() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___engineMaxDistance_1)); } inline float get_engineMaxDistance_1() const { return ___engineMaxDistance_1; } inline float* get_address_of_engineMaxDistance_1() { return &___engineMaxDistance_1; } inline void set_engineMaxDistance_1(float value) { ___engineMaxDistance_1 = value; } inline static int32_t get_offset_of_engineDopplerLevel_2() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___engineDopplerLevel_2)); } inline float get_engineDopplerLevel_2() const { return ___engineDopplerLevel_2; } inline float* get_address_of_engineDopplerLevel_2() { return &___engineDopplerLevel_2; } inline void set_engineDopplerLevel_2(float value) { ___engineDopplerLevel_2 = value; } inline static int32_t get_offset_of_engineMasterVolume_3() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___engineMasterVolume_3)); } inline float get_engineMasterVolume_3() const { return ___engineMasterVolume_3; } inline float* get_address_of_engineMasterVolume_3() { return &___engineMasterVolume_3; } inline void set_engineMasterVolume_3(float value) { ___engineMasterVolume_3 = value; } inline static int32_t get_offset_of_windMinDistance_4() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___windMinDistance_4)); } inline float get_windMinDistance_4() const { return ___windMinDistance_4; } inline float* get_address_of_windMinDistance_4() { return &___windMinDistance_4; } inline void set_windMinDistance_4(float value) { ___windMinDistance_4 = value; } inline static int32_t get_offset_of_windMaxDistance_5() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___windMaxDistance_5)); } inline float get_windMaxDistance_5() const { return ___windMaxDistance_5; } inline float* get_address_of_windMaxDistance_5() { return &___windMaxDistance_5; } inline void set_windMaxDistance_5(float value) { ___windMaxDistance_5 = value; } inline static int32_t get_offset_of_windDopplerLevel_6() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___windDopplerLevel_6)); } inline float get_windDopplerLevel_6() const { return ___windDopplerLevel_6; } inline float* get_address_of_windDopplerLevel_6() { return &___windDopplerLevel_6; } inline void set_windDopplerLevel_6(float value) { ___windDopplerLevel_6 = value; } inline static int32_t get_offset_of_windMasterVolume_7() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___windMasterVolume_7)); } inline float get_windMasterVolume_7() const { return ___windMasterVolume_7; } inline float* get_address_of_windMasterVolume_7() { return &___windMasterVolume_7; } inline void set_windMasterVolume_7(float value) { ___windMasterVolume_7 = value; } }; // AgreementView/d__10 struct U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038 : public RuntimeObject { public: // System.Int32 AgreementView/d__10::<>1__state int32_t ___U3CU3E1__state_0; // System.Object AgreementView/d__10::<>2__current RuntimeObject * ___U3CU3E2__current_1; // AgreementView AgreementView/d__10::<>4__this AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * ___U3CU3E4__this_2; // UnityEngine.Networking.UnityWebRequest AgreementView/d__10::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038, ___U3CU3E4__this_2)); } inline AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_3() { return static_cast(offsetof(U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038, ___U3CrequestU3E5__2_3)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_3() const { return ___U3CrequestU3E5__2_3; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_3() { return &___U3CrequestU3E5__2_3; } inline void set_U3CrequestU3E5__2_3(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_3), (void*)value); } }; // AgreementView/d__9 struct U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6 : public RuntimeObject { public: // System.Int32 AgreementView/d__9::<>1__state int32_t ___U3CU3E1__state_0; // System.Object AgreementView/d__9::<>2__current RuntimeObject * ___U3CU3E2__current_1; // AgreementView AgreementView/d__9::<>4__this AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * ___U3CU3E4__this_2; // UnityEngine.Networking.UnityWebRequest AgreementView/d__9::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6, ___U3CU3E4__this_2)); } inline AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_3() { return static_cast(offsetof(U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6, ___U3CrequestU3E5__2_3)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_3() const { return ___U3CrequestU3E5__2_3; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_3() { return &___U3CrequestU3E5__2_3; } inline void set_U3CrequestU3E5__2_3(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_3), (void*)value); } }; // AgreenmentOption/<>c struct U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716 : public RuntimeObject { public: public: }; struct U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716_StaticFields { public: // AgreenmentOption/<>c AgreenmentOption/<>c::<>9 U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716 * ___U3CU3E9_0; // UnityEngine.Events.UnityAction AgreenmentOption/<>c::<>9__3_0 UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___U3CU3E9__3_0_1; // UnityEngine.Events.UnityAction AgreenmentOption/<>c::<>9__3_1 UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___U3CU3E9__3_1_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__3_0_1() { return static_cast(offsetof(U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716_StaticFields, ___U3CU3E9__3_0_1)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_U3CU3E9__3_0_1() const { return ___U3CU3E9__3_0_1; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_U3CU3E9__3_0_1() { return &___U3CU3E9__3_0_1; } inline void set_U3CU3E9__3_0_1(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___U3CU3E9__3_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__3_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__3_1_2() { return static_cast(offsetof(U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716_StaticFields, ___U3CU3E9__3_1_2)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_U3CU3E9__3_1_2() const { return ___U3CU3E9__3_1_2; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_U3CU3E9__3_1_2() { return &___U3CU3E9__3_1_2; } inline void set_U3CU3E9__3_1_2(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___U3CU3E9__3_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__3_1_2), (void*)value); } }; // Arrow/<>c__DisplayClass43_0 struct U3CU3Ec__DisplayClass43_0_t96195AB4DC5115CF34A545B7421F1952296A8AF7 : public RuntimeObject { public: // UnityEngine.ParticleSystemRenderer Arrow/<>c__DisplayClass43_0::ps ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * ___ps_0; // UnityEngine.ParticleSystemRenderer Arrow/<>c__DisplayClass43_0::ps1 ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * ___ps1_1; public: inline static int32_t get_offset_of_ps_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass43_0_t96195AB4DC5115CF34A545B7421F1952296A8AF7, ___ps_0)); } inline ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * get_ps_0() const { return ___ps_0; } inline ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 ** get_address_of_ps_0() { return &___ps_0; } inline void set_ps_0(ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * value) { ___ps_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ps_0), (void*)value); } inline static int32_t get_offset_of_ps1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass43_0_t96195AB4DC5115CF34A545B7421F1952296A8AF7, ___ps1_1)); } inline ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * get_ps1_1() const { return ___ps1_1; } inline ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 ** get_address_of_ps1_1() { return &___ps1_1; } inline void set_ps1_1(ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * value) { ___ps1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ps1_1), (void*)value); } }; // Arrow/HitType struct HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C : public RuntimeObject { public: public: }; struct HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields { public: // System.Int32 Arrow/HitType::None int32_t ___None_0; // System.Int32 Arrow/HitType::TargetInRing int32_t ___TargetInRing_1; // System.Int32 Arrow/HitType::TargetOutRing int32_t ___TargetOutRing_2; // System.Int32 Arrow/HitType::NotTarget int32_t ___NotTarget_3; // System.Int32 Arrow/HitType::Animal int32_t ___Animal_4; public: inline static int32_t get_offset_of_None_0() { return static_cast(offsetof(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields, ___None_0)); } inline int32_t get_None_0() const { return ___None_0; } inline int32_t* get_address_of_None_0() { return &___None_0; } inline void set_None_0(int32_t value) { ___None_0 = value; } inline static int32_t get_offset_of_TargetInRing_1() { return static_cast(offsetof(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields, ___TargetInRing_1)); } inline int32_t get_TargetInRing_1() const { return ___TargetInRing_1; } inline int32_t* get_address_of_TargetInRing_1() { return &___TargetInRing_1; } inline void set_TargetInRing_1(int32_t value) { ___TargetInRing_1 = value; } inline static int32_t get_offset_of_TargetOutRing_2() { return static_cast(offsetof(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields, ___TargetOutRing_2)); } inline int32_t get_TargetOutRing_2() const { return ___TargetOutRing_2; } inline int32_t* get_address_of_TargetOutRing_2() { return &___TargetOutRing_2; } inline void set_TargetOutRing_2(int32_t value) { ___TargetOutRing_2 = value; } inline static int32_t get_offset_of_NotTarget_3() { return static_cast(offsetof(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields, ___NotTarget_3)); } inline int32_t get_NotTarget_3() const { return ___NotTarget_3; } inline int32_t* get_address_of_NotTarget_3() { return &___NotTarget_3; } inline void set_NotTarget_3(int32_t value) { ___NotTarget_3 = value; } inline static int32_t get_offset_of_Animal_4() { return static_cast(offsetof(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields, ___Animal_4)); } inline int32_t get_Animal_4() const { return ___Animal_4; } inline int32_t* get_address_of_Animal_4() { return &___Animal_4; } inline void set_Animal_4(int32_t value) { ___Animal_4 = value; } }; // ArrowSync/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t2C940A496B8993FA37C144C27D6B26E999F88B2A : public RuntimeObject { public: // UnityEngine.ParticleSystemRenderer ArrowSync/<>c__DisplayClass5_0::ps ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * ___ps_0; // UnityEngine.ParticleSystemRenderer ArrowSync/<>c__DisplayClass5_0::ps1 ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * ___ps1_1; public: inline static int32_t get_offset_of_ps_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t2C940A496B8993FA37C144C27D6B26E999F88B2A, ___ps_0)); } inline ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * get_ps_0() const { return ___ps_0; } inline ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 ** get_address_of_ps_0() { return &___ps_0; } inline void set_ps_0(ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * value) { ___ps_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ps_0), (void*)value); } inline static int32_t get_offset_of_ps1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t2C940A496B8993FA37C144C27D6B26E999F88B2A, ___ps1_1)); } inline ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * get_ps1_1() const { return ___ps1_1; } inline ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 ** get_address_of_ps1_1() { return &___ps1_1; } inline void set_ps1_1(ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * value) { ___ps1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ps1_1), (void*)value); } }; // ArrowSync/SyncData struct SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF : public RuntimeObject { public: // System.Boolean ArrowSync/SyncData::inited bool ___inited_0; // System.Int32 ArrowSync/SyncData::id int32_t ___id_2; // System.Single ArrowSync/SyncData::rx float ___rx_3; // System.Single ArrowSync/SyncData::ry float ___ry_4; // System.Single ArrowSync/SyncData::rz float ___rz_5; // System.Single ArrowSync/SyncData::rw float ___rw_6; // System.Single ArrowSync/SyncData::px float ___px_7; // System.Single ArrowSync/SyncData::py float ___py_8; // System.Single ArrowSync/SyncData::pz float ___pz_9; // System.Boolean ArrowSync/SyncData::cs bool ___cs_10; // System.Boolean ArrowSync/SyncData::ih bool ___ih_11; // System.Int32 ArrowSync/SyncData::ht int32_t ___ht_12; // System.Single ArrowSync/SyncData::sp float ___sp_13; // System.Boolean ArrowSync/SyncData::dns bool ___dns_14; // System.String ArrowSync/SyncData::act3 String_t* ___act3_15; // System.String[] ArrowSync/SyncData::htai StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___htai_16; public: inline static int32_t get_offset_of_inited_0() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___inited_0)); } inline bool get_inited_0() const { return ___inited_0; } inline bool* get_address_of_inited_0() { return &___inited_0; } inline void set_inited_0(bool value) { ___inited_0 = value; } inline static int32_t get_offset_of_id_2() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___id_2)); } inline int32_t get_id_2() const { return ___id_2; } inline int32_t* get_address_of_id_2() { return &___id_2; } inline void set_id_2(int32_t value) { ___id_2 = value; } inline static int32_t get_offset_of_rx_3() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___rx_3)); } inline float get_rx_3() const { return ___rx_3; } inline float* get_address_of_rx_3() { return &___rx_3; } inline void set_rx_3(float value) { ___rx_3 = value; } inline static int32_t get_offset_of_ry_4() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___ry_4)); } inline float get_ry_4() const { return ___ry_4; } inline float* get_address_of_ry_4() { return &___ry_4; } inline void set_ry_4(float value) { ___ry_4 = value; } inline static int32_t get_offset_of_rz_5() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___rz_5)); } inline float get_rz_5() const { return ___rz_5; } inline float* get_address_of_rz_5() { return &___rz_5; } inline void set_rz_5(float value) { ___rz_5 = value; } inline static int32_t get_offset_of_rw_6() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___rw_6)); } inline float get_rw_6() const { return ___rw_6; } inline float* get_address_of_rw_6() { return &___rw_6; } inline void set_rw_6(float value) { ___rw_6 = value; } inline static int32_t get_offset_of_px_7() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___px_7)); } inline float get_px_7() const { return ___px_7; } inline float* get_address_of_px_7() { return &___px_7; } inline void set_px_7(float value) { ___px_7 = value; } inline static int32_t get_offset_of_py_8() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___py_8)); } inline float get_py_8() const { return ___py_8; } inline float* get_address_of_py_8() { return &___py_8; } inline void set_py_8(float value) { ___py_8 = value; } inline static int32_t get_offset_of_pz_9() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___pz_9)); } inline float get_pz_9() const { return ___pz_9; } inline float* get_address_of_pz_9() { return &___pz_9; } inline void set_pz_9(float value) { ___pz_9 = value; } inline static int32_t get_offset_of_cs_10() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___cs_10)); } inline bool get_cs_10() const { return ___cs_10; } inline bool* get_address_of_cs_10() { return &___cs_10; } inline void set_cs_10(bool value) { ___cs_10 = value; } inline static int32_t get_offset_of_ih_11() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___ih_11)); } inline bool get_ih_11() const { return ___ih_11; } inline bool* get_address_of_ih_11() { return &___ih_11; } inline void set_ih_11(bool value) { ___ih_11 = value; } inline static int32_t get_offset_of_ht_12() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___ht_12)); } inline int32_t get_ht_12() const { return ___ht_12; } inline int32_t* get_address_of_ht_12() { return &___ht_12; } inline void set_ht_12(int32_t value) { ___ht_12 = value; } inline static int32_t get_offset_of_sp_13() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___sp_13)); } inline float get_sp_13() const { return ___sp_13; } inline float* get_address_of_sp_13() { return &___sp_13; } inline void set_sp_13(float value) { ___sp_13 = value; } inline static int32_t get_offset_of_dns_14() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___dns_14)); } inline bool get_dns_14() const { return ___dns_14; } inline bool* get_address_of_dns_14() { return &___dns_14; } inline void set_dns_14(bool value) { ___dns_14 = value; } inline static int32_t get_offset_of_act3_15() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___act3_15)); } inline String_t* get_act3_15() const { return ___act3_15; } inline String_t** get_address_of_act3_15() { return &___act3_15; } inline void set_act3_15(String_t* value) { ___act3_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___act3_15), (void*)value); } inline static int32_t get_offset_of_htai_16() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___htai_16)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_htai_16() const { return ___htai_16; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_htai_16() { return &___htai_16; } inline void set_htai_16(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___htai_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___htai_16), (void*)value); } }; struct SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF_StaticFields { public: // System.Int32 ArrowSync/SyncData::autoID int32_t ___autoID_1; public: inline static int32_t get_offset_of_autoID_1() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF_StaticFields, ___autoID_1)); } inline int32_t get_autoID_1() const { return ___autoID_1; } inline int32_t* get_address_of_autoID_1() { return &___autoID_1; } inline void set_autoID_1(int32_t value) { ___autoID_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence/Asn1SequenceParserImpl struct Asn1SequenceParserImpl_t633F53AD51AD128E3B684364B1DECE791F161012 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence/Asn1SequenceParserImpl::outer Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___outer_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence/Asn1SequenceParserImpl::max int32_t ___max_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence/Asn1SequenceParserImpl::index int32_t ___index_2; public: inline static int32_t get_offset_of_outer_0() { return static_cast(offsetof(Asn1SequenceParserImpl_t633F53AD51AD128E3B684364B1DECE791F161012, ___outer_0)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_outer_0() const { return ___outer_0; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_outer_0() { return &___outer_0; } inline void set_outer_0(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___outer_0), (void*)value); } inline static int32_t get_offset_of_max_1() { return static_cast(offsetof(Asn1SequenceParserImpl_t633F53AD51AD128E3B684364B1DECE791F161012, ___max_1)); } inline int32_t get_max_1() const { return ___max_1; } inline int32_t* get_address_of_max_1() { return &___max_1; } inline void set_max_1(int32_t value) { ___max_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Asn1SequenceParserImpl_t633F53AD51AD128E3B684364B1DECE791F161012, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set/Asn1SetParserImpl struct Asn1SetParserImpl_tA77231D53E4B147356F18A2C1B582550FD7DA79A : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set/Asn1SetParserImpl::outer Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___outer_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set/Asn1SetParserImpl::max int32_t ___max_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set/Asn1SetParserImpl::index int32_t ___index_2; public: inline static int32_t get_offset_of_outer_0() { return static_cast(offsetof(Asn1SetParserImpl_tA77231D53E4B147356F18A2C1B582550FD7DA79A, ___outer_0)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_outer_0() const { return ___outer_0; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_outer_0() { return &___outer_0; } inline void set_outer_0(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___outer_0), (void*)value); } inline static int32_t get_offset_of_max_1() { return static_cast(offsetof(Asn1SetParserImpl_tA77231D53E4B147356F18A2C1B582550FD7DA79A, ___max_1)); } inline int32_t get_max_1() const { return ___max_1; } inline int32_t* get_address_of_max_1() { return &___max_1; } inline void set_max_1(int32_t value) { ___max_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Asn1SetParserImpl_tA77231D53E4B147356F18A2C1B582550FD7DA79A, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set/DerComparer struct DerComparer_t9B19E991BDA33E9D0C78ACE5E00664762AEBB530 : public RuntimeObject { public: public: }; // BestHTTP.Examples.AssetBundleSample/d__7 struct U3CDownloadAssetBundleU3Ed__7_tEE0F3AFDC733F12771FC675F3962C008FD21A796 : public RuntimeObject { public: // System.Int32 BestHTTP.Examples.AssetBundleSample/d__7::<>1__state int32_t ___U3CU3E1__state_0; // System.Object BestHTTP.Examples.AssetBundleSample/d__7::<>2__current RuntimeObject * ___U3CU3E2__current_1; // BestHTTP.Examples.AssetBundleSample BestHTTP.Examples.AssetBundleSample/d__7::<>4__this AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * ___U3CU3E4__this_2; // BestHTTP.HTTPRequest BestHTTP.Examples.AssetBundleSample/d__7::5__2 HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___U3CrequestU3E5__2_3; // UnityEngine.AssetBundleCreateRequest BestHTTP.Examples.AssetBundleSample/d__7::5__3 AssetBundleCreateRequest_t6AB0C8676D1DAA5F624663445F46FAB7D63EAA3A * ___U3CasyncU3E5__3_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDownloadAssetBundleU3Ed__7_tEE0F3AFDC733F12771FC675F3962C008FD21A796, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CDownloadAssetBundleU3Ed__7_tEE0F3AFDC733F12771FC675F3962C008FD21A796, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CDownloadAssetBundleU3Ed__7_tEE0F3AFDC733F12771FC675F3962C008FD21A796, ___U3CU3E4__this_2)); } inline AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_3() { return static_cast(offsetof(U3CDownloadAssetBundleU3Ed__7_tEE0F3AFDC733F12771FC675F3962C008FD21A796, ___U3CrequestU3E5__2_3)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_U3CrequestU3E5__2_3() const { return ___U3CrequestU3E5__2_3; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_U3CrequestU3E5__2_3() { return &___U3CrequestU3E5__2_3; } inline void set_U3CrequestU3E5__2_3(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___U3CrequestU3E5__2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_3), (void*)value); } inline static int32_t get_offset_of_U3CasyncU3E5__3_4() { return static_cast(offsetof(U3CDownloadAssetBundleU3Ed__7_tEE0F3AFDC733F12771FC675F3962C008FD21A796, ___U3CasyncU3E5__3_4)); } inline AssetBundleCreateRequest_t6AB0C8676D1DAA5F624663445F46FAB7D63EAA3A * get_U3CasyncU3E5__3_4() const { return ___U3CasyncU3E5__3_4; } inline AssetBundleCreateRequest_t6AB0C8676D1DAA5F624663445F46FAB7D63EAA3A ** get_address_of_U3CasyncU3E5__3_4() { return &___U3CasyncU3E5__3_4; } inline void set_U3CasyncU3E5__3_4(AssetBundleCreateRequest_t6AB0C8676D1DAA5F624663445F46FAB7D63EAA3A * value) { ___U3CasyncU3E5__3_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CasyncU3E5__3_4), (void*)value); } }; // BestHTTP.Examples.AssetBundleSample/d__8 struct U3CProcessAssetBundleU3Ed__8_tE628D8135D730F737426E567BCED0BD221712713 : public RuntimeObject { public: // System.Int32 BestHTTP.Examples.AssetBundleSample/d__8::<>1__state int32_t ___U3CU3E1__state_0; // System.Object BestHTTP.Examples.AssetBundleSample/d__8::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityEngine.AssetBundle BestHTTP.Examples.AssetBundleSample/d__8::bundle AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * ___bundle_2; // BestHTTP.Examples.AssetBundleSample BestHTTP.Examples.AssetBundleSample/d__8::<>4__this AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * ___U3CU3E4__this_3; // UnityEngine.AssetBundleRequest BestHTTP.Examples.AssetBundleSample/d__8::5__2 AssetBundleRequest_tBCF59D1FD408125E4C2C937EC23AB0ABB7E4051A * ___U3CasyncAssetU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CProcessAssetBundleU3Ed__8_tE628D8135D730F737426E567BCED0BD221712713, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CProcessAssetBundleU3Ed__8_tE628D8135D730F737426E567BCED0BD221712713, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_bundle_2() { return static_cast(offsetof(U3CProcessAssetBundleU3Ed__8_tE628D8135D730F737426E567BCED0BD221712713, ___bundle_2)); } inline AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * get_bundle_2() const { return ___bundle_2; } inline AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 ** get_address_of_bundle_2() { return &___bundle_2; } inline void set_bundle_2(AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * value) { ___bundle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bundle_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CProcessAssetBundleU3Ed__8_tE628D8135D730F737426E567BCED0BD221712713, ___U3CU3E4__this_3)); } inline AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_U3CasyncAssetU3E5__2_4() { return static_cast(offsetof(U3CProcessAssetBundleU3Ed__8_tE628D8135D730F737426E567BCED0BD221712713, ___U3CasyncAssetU3E5__2_4)); } inline AssetBundleRequest_tBCF59D1FD408125E4C2C937EC23AB0ABB7E4051A * get_U3CasyncAssetU3E5__2_4() const { return ___U3CasyncAssetU3E5__2_4; } inline AssetBundleRequest_tBCF59D1FD408125E4C2C937EC23AB0ABB7E4051A ** get_address_of_U3CasyncAssetU3E5__2_4() { return &___U3CasyncAssetU3E5__2_4; } inline void set_U3CasyncAssetU3E5__2_4(AssetBundleRequest_tBCF59D1FD408125E4C2C937EC23AB0ABB7E4051A * value) { ___U3CasyncAssetU3E5__2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CasyncAssetU3E5__2_4), (void*)value); } }; // AttitudeJson/<>c struct U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 : public RuntimeObject { public: public: }; struct U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields { public: // AttitudeJson/<>c AttitudeJson/<>c::<>9 U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * ___U3CU3E9_0; // System.Func`1 AttitudeJson/<>c::<>9__0_0 Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___U3CU3E9__0_0_1; // System.Func`1 AttitudeJson/<>c::<>9__0_1 Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___U3CU3E9__0_1_2; // System.Func`1 AttitudeJson/<>c::<>9__0_2 Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___U3CU3E9__0_2_3; // System.Func`1 AttitudeJson/<>c::<>9__0_3 Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___U3CU3E9__0_3_4; // System.Func`1 AttitudeJson/<>c::<>9__0_4 Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___U3CU3E9__0_4_5; // System.Func`1 AttitudeJson/<>c::<>9__0_5 Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___U3CU3E9__0_5_6; // System.Func`1 AttitudeJson/<>c::<>9__0_6 Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___U3CU3E9__0_6_7; // System.Func`2 AttitudeJson/<>c::<>9__0_7 Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___U3CU3E9__0_7_8; // System.Func`2 AttitudeJson/<>c::<>9__0_9 Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___U3CU3E9__0_9_9; // System.Func`2 AttitudeJson/<>c::<>9__0_10 Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * ___U3CU3E9__0_10_10; // System.Func`2 AttitudeJson/<>c::<>9__0_11 Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___U3CU3E9__0_11_11; // System.Func`2 AttitudeJson/<>c::<>9__0_12 Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * ___U3CU3E9__0_12_12; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_0_1() { return static_cast(offsetof(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields, ___U3CU3E9__0_0_1)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_U3CU3E9__0_0_1() const { return ___U3CU3E9__0_0_1; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_U3CU3E9__0_0_1() { return &___U3CU3E9__0_0_1; } inline void set_U3CU3E9__0_0_1(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___U3CU3E9__0_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_1_2() { return static_cast(offsetof(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields, ___U3CU3E9__0_1_2)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_U3CU3E9__0_1_2() const { return ___U3CU3E9__0_1_2; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_U3CU3E9__0_1_2() { return &___U3CU3E9__0_1_2; } inline void set_U3CU3E9__0_1_2(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___U3CU3E9__0_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_1_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_2_3() { return static_cast(offsetof(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields, ___U3CU3E9__0_2_3)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_U3CU3E9__0_2_3() const { return ___U3CU3E9__0_2_3; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_U3CU3E9__0_2_3() { return &___U3CU3E9__0_2_3; } inline void set_U3CU3E9__0_2_3(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___U3CU3E9__0_2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_2_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_3_4() { return static_cast(offsetof(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields, ___U3CU3E9__0_3_4)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_U3CU3E9__0_3_4() const { return ___U3CU3E9__0_3_4; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_U3CU3E9__0_3_4() { return &___U3CU3E9__0_3_4; } inline void set_U3CU3E9__0_3_4(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___U3CU3E9__0_3_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_3_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_4_5() { return static_cast(offsetof(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields, ___U3CU3E9__0_4_5)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_U3CU3E9__0_4_5() const { return ___U3CU3E9__0_4_5; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_U3CU3E9__0_4_5() { return &___U3CU3E9__0_4_5; } inline void set_U3CU3E9__0_4_5(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___U3CU3E9__0_4_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_4_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_5_6() { return static_cast(offsetof(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields, ___U3CU3E9__0_5_6)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_U3CU3E9__0_5_6() const { return ___U3CU3E9__0_5_6; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_U3CU3E9__0_5_6() { return &___U3CU3E9__0_5_6; } inline void set_U3CU3E9__0_5_6(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___U3CU3E9__0_5_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_5_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_6_7() { return static_cast(offsetof(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields, ___U3CU3E9__0_6_7)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_U3CU3E9__0_6_7() const { return ___U3CU3E9__0_6_7; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_U3CU3E9__0_6_7() { return &___U3CU3E9__0_6_7; } inline void set_U3CU3E9__0_6_7(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___U3CU3E9__0_6_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_6_7), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_7_8() { return static_cast(offsetof(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields, ___U3CU3E9__0_7_8)); } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * get_U3CU3E9__0_7_8() const { return ___U3CU3E9__0_7_8; } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E ** get_address_of_U3CU3E9__0_7_8() { return &___U3CU3E9__0_7_8; } inline void set_U3CU3E9__0_7_8(Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * value) { ___U3CU3E9__0_7_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_7_8), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_9_9() { return static_cast(offsetof(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields, ___U3CU3E9__0_9_9)); } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * get_U3CU3E9__0_9_9() const { return ___U3CU3E9__0_9_9; } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E ** get_address_of_U3CU3E9__0_9_9() { return &___U3CU3E9__0_9_9; } inline void set_U3CU3E9__0_9_9(Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * value) { ___U3CU3E9__0_9_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_9_9), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_10_10() { return static_cast(offsetof(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields, ___U3CU3E9__0_10_10)); } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * get_U3CU3E9__0_10_10() const { return ___U3CU3E9__0_10_10; } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 ** get_address_of_U3CU3E9__0_10_10() { return &___U3CU3E9__0_10_10; } inline void set_U3CU3E9__0_10_10(Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * value) { ___U3CU3E9__0_10_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_10_10), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_11_11() { return static_cast(offsetof(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields, ___U3CU3E9__0_11_11)); } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * get_U3CU3E9__0_11_11() const { return ___U3CU3E9__0_11_11; } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E ** get_address_of_U3CU3E9__0_11_11() { return &___U3CU3E9__0_11_11; } inline void set_U3CU3E9__0_11_11(Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * value) { ___U3CU3E9__0_11_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_11_11), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_12_12() { return static_cast(offsetof(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields, ___U3CU3E9__0_12_12)); } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * get_U3CU3E9__0_12_12() const { return ___U3CU3E9__0_12_12; } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 ** get_address_of_U3CU3E9__0_12_12() { return &___U3CU3E9__0_12_12; } inline void set_U3CU3E9__0_12_12(Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * value) { ___U3CU3E9__0_12_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_12_12), (void*)value); } }; // AutoConnectBLE/d__6 struct U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046 : public RuntimeObject { public: // System.Int32 AutoConnectBLE/d__6::<>1__state int32_t ___U3CU3E1__state_0; // System.Object AutoConnectBLE/d__6::<>2__current RuntimeObject * ___U3CU3E2__current_1; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } }; // AutoConnectBLE/d__7 struct U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B : public RuntimeObject { public: // System.Int32 AutoConnectBLE/d__7::<>1__state int32_t ___U3CU3E1__state_0; // System.Object AutoConnectBLE/d__7::<>2__current RuntimeObject * ___U3CU3E2__current_1; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } }; // AutoConnectBLE/d__5 struct U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC : public RuntimeObject { public: // System.Int32 AutoConnectBLE/d__5::<>1__state int32_t ___U3CU3E1__state_0; // System.Object AutoConnectBLE/d__5::<>2__current RuntimeObject * ___U3CU3E2__current_1; // BluetoothHolder AutoConnectBLE/d__5::bluetoothHolder BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * ___bluetoothHolder_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_bluetoothHolder_2() { return static_cast(offsetof(U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC, ___bluetoothHolder_2)); } inline BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * get_bluetoothHolder_2() const { return ___bluetoothHolder_2; } inline BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 ** get_address_of_bluetoothHolder_2() { return &___bluetoothHolder_2; } inline void set_bluetoothHolder_2(BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * value) { ___bluetoothHolder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothHolder_2), (void*)value); } }; // UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementDefinition struct ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C : public RuntimeObject { public: // UnityEngine.Shader UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementDefinition::original Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___original_0; // UnityEngine.Shader UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementDefinition::replacement Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___replacement_1; public: inline static int32_t get_offset_of_original_0() { return static_cast(offsetof(ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C, ___original_0)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_original_0() const { return ___original_0; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_original_0() { return &___original_0; } inline void set_original_0(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___original_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_0), (void*)value); } inline static int32_t get_offset_of_replacement_1() { return static_cast(offsetof(ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C, ___replacement_1)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_replacement_1() const { return ___replacement_1; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_replacement_1() { return &___replacement_1; } inline void set_replacement_1(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___replacement_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___replacement_1), (void*)value); } }; // UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementList struct ReplacementList_tE2C42A75379CF437E9F058991BEEF55400A73207 : public RuntimeObject { public: // UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementDefinition[] UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementList::items ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213* ___items_0; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(ReplacementList_tE2C42A75379CF437E9F058991BEEF55400A73207, ___items_0)); } inline ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213* get_items_0() const { return ___items_0; } inline ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213** get_address_of_items_0() { return &___items_0; } inline void set_items_0(ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } }; // Axis663Handler/d__14 struct U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615 : public RuntimeObject { public: // System.Int32 Axis663Handler/d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Axis663Handler/d__14::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Axis663Handler Axis663Handler/d__14::<>4__this Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615, ___U3CU3E4__this_2)); } inline Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Axis663Handler/d__15 struct U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706 : public RuntimeObject { public: // System.Int32 Axis663Handler/d__15::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Axis663Handler/d__15::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Axis663Handler Axis663Handler/d__15::<>4__this Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706, ___U3CU3E4__this_2)); } inline Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Axis9Handler/d__15 struct U3CSaveGyrU3Ed__15_tA1CF5702A3F891EEE85C14CBF53BAEA08019B6AF : public RuntimeObject { public: // System.Int32 Axis9Handler/d__15::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Axis9Handler/d__15::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Axis9Handler Axis9Handler/d__15::<>4__this Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSaveGyrU3Ed__15_tA1CF5702A3F891EEE85C14CBF53BAEA08019B6AF, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CSaveGyrU3Ed__15_tA1CF5702A3F891EEE85C14CBF53BAEA08019B6AF, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSaveGyrU3Ed__15_tA1CF5702A3F891EEE85C14CBF53BAEA08019B6AF, ___U3CU3E4__this_2)); } inline Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Axis9Handler/d__16 struct U3CSaveMagU3Ed__16_tAA82E4A1EF4D4FB72C36BC58DA90BBD7372CF246 : public RuntimeObject { public: // System.Int32 Axis9Handler/d__16::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Axis9Handler/d__16::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Axis9Handler Axis9Handler/d__16::<>4__this Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSaveMagU3Ed__16_tAA82E4A1EF4D4FB72C36BC58DA90BBD7372CF246, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CSaveMagU3Ed__16_tAA82E4A1EF4D4FB72C36BC58DA90BBD7372CF246, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSaveMagU3Ed__16_tAA82E4A1EF4D4FB72C36BC58DA90BBD7372CF246, ___U3CU3E4__this_2)); } inline Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Axis9NopackHandler/d__20 struct U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0 : public RuntimeObject { public: // System.Int32 Axis9NopackHandler/d__20::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Axis9NopackHandler/d__20::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Axis9NopackHandler Axis9NopackHandler/d__20::<>4__this Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0, ___U3CU3E4__this_2)); } inline Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // manager/d__6 struct U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF : public RuntimeObject { public: // System.Int32 manager/d__6::<>1__state int32_t ___U3CU3E1__state_0; // System.Object manager/d__6::<>2__current RuntimeObject * ___U3CU3E2__current_1; // manager manager/d__6::<>4__this manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF, ___U3CU3E4__this_2)); } inline manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // o0MagneticCalibraterEllipsoidFitting/<>c struct U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 : public RuntimeObject { public: public: }; struct U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_StaticFields { public: // o0MagneticCalibraterEllipsoidFitting/<>c o0MagneticCalibraterEllipsoidFitting/<>c::<>9 U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 * ___U3CU3E9_0; // System.Func`2 o0MagneticCalibraterEllipsoidFitting/<>c::<>9__19_0 Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * ___U3CU3E9__19_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__19_0_1() { return static_cast(offsetof(U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_StaticFields, ___U3CU3E9__19_0_1)); } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * get_U3CU3E9__19_0_1() const { return ___U3CU3E9__19_0_1; } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 ** get_address_of_U3CU3E9__19_0_1() { return &___U3CU3E9__19_0_1; } inline void set_U3CU3E9__19_0_1(Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * value) { ___U3CU3E9__19_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__19_0_1), (void*)value); } }; // System.Collections.Generic.LinkedList`1/Enumerator struct Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedList`1/Enumerator::_list LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * ____list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1/Enumerator::_node LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * ____node_1; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.LinkedList`1/Enumerator::_current BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * ____current_3; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::_index int32_t ____index_4; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C, ____list_0)); } inline LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * get__list_0() const { return ____list_0; } inline LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 ** get_address_of__list_0() { return &____list_0; } inline void set__list_0(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____list_0), (void*)value); } inline static int32_t get_offset_of__node_1() { return static_cast(offsetof(Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C, ____node_1)); } inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * get__node_1() const { return ____node_1; } inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A ** get_address_of__node_1() { return &____node_1; } inline void set__node_1(LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * value) { ____node_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____node_1), (void*)value); } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C, ____current_3)); } inline BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * get__current_3() const { return ____current_3; } inline BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } inline static int32_t get_offset_of__index_4() { return static_cast(offsetof(Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C, ____index_4)); } inline int32_t get__index_4() const { return ____index_4; } inline int32_t* get_address_of__index_4() { return &____index_4; } inline void set__index_4(int32_t value) { ____index_4 = value; } }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ____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; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____set_0)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get__set_0() const { return ____set_0; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____current_3)); } inline RuntimeObject * get__current_3() const { return ____current_3; } inline RuntimeObject ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(RuntimeObject * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } }; // System.Collections.Generic.LinkedList`1/Enumerator struct Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedList`1/Enumerator::_list LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * ____list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1/Enumerator::_node LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ____node_1; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.LinkedList`1/Enumerator::_current RuntimeObject * ____current_3; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::_index int32_t ____index_4; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B, ____list_0)); } inline LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * get__list_0() const { return ____list_0; } inline LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B ** get_address_of__list_0() { return &____list_0; } inline void set__list_0(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____list_0), (void*)value); } inline static int32_t get_offset_of__node_1() { return static_cast(offsetof(Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B, ____node_1)); } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * get__node_1() const { return ____node_1; } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F ** get_address_of__node_1() { return &____node_1; } inline void set__node_1(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * value) { ____node_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____node_1), (void*)value); } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B, ____current_3)); } inline RuntimeObject * get__current_3() const { return ____current_3; } inline RuntimeObject ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(RuntimeObject * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } inline static int32_t get_offset_of__index_4() { return static_cast(offsetof(Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B, ____index_4)); } inline int32_t get__index_4() const { return ____index_4; } inline int32_t* get_address_of__index_4() { return &____index_4; } inline void set__index_4(int32_t value) { ____index_4 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___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 RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * ___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 float ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783, ___list_0)); } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * get_list_0() const { return ___list_0; } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783, ___current_3)); } inline float get_current_3() const { return ___current_3; } inline float* get_address_of_current_3() { return &___current_3; } inline void set_current_3(float value) { ___current_3 = value; } }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8 { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC * ____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 o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * ____current_3; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8, ____set_0)); } inline HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC * get__set_0() const { return ____set_0; } inline HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8, ____current_3)); } inline o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * get__current_3() const { return ____current_3; } inline o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * ___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 State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852, ___list_0)); } inline List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * get_list_0() const { return ___list_0; } inline List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852, ___current_3)); } inline State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * get_current_3() const { return ___current_3; } inline State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 { public: // T System.Nullable`1::value double ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209, ___value_0)); } inline double get_value_0() const { return ___value_0; } inline double* get_address_of_value_0() { return &___value_0; } inline void set_value_0(double value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 { public: // T1 System.ValueTuple`2::Item1 float ___Item1_0; // T2 System.ValueTuple`2::Item2 float ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8, ___Item1_0)); } inline float get_Item1_0() const { return ___Item1_0; } inline float* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(float value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8, ___Item2_1)); } inline float get_Item2_1() const { return ___Item2_1; } inline float* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(float value) { ___Item2_1 = value; } }; // System.ValueTuple`3 struct ValueTuple_3_t1830EAF121F5706F925BDEB4C4CD5C237C85B70C { public: // T1 System.ValueTuple`3::Item1 double ___Item1_0; // T2 System.ValueTuple`3::Item2 double ___Item2_1; // T3 System.ValueTuple`3::Item3 double ___Item3_2; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_3_t1830EAF121F5706F925BDEB4C4CD5C237C85B70C, ___Item1_0)); } inline double get_Item1_0() const { return ___Item1_0; } inline double* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(double value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_3_t1830EAF121F5706F925BDEB4C4CD5C237C85B70C, ___Item2_1)); } inline double get_Item2_1() const { return ___Item2_1; } inline double* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(double value) { ___Item2_1 = value; } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_3_t1830EAF121F5706F925BDEB4C4CD5C237C85B70C, ___Item3_2)); } inline double get_Item3_2() const { return ___Item3_2; } inline double* get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(double value) { ___Item3_2 = value; } }; // o0.Geometry.Vector`1 struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 { public: // T o0.Geometry.Vector`1::x double ___x_0; // T o0.Geometry.Vector`1::y double ___y_1; // T o0.Geometry.Vector`1::z double ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___x_0)); } inline double get_x_0() const { return ___x_0; } inline double* get_address_of_x_0() { return &___x_0; } inline void set_x_0(double value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___y_1)); } inline double get_y_1() const { return ___y_1; } inline double* get_address_of_y_1() { return &___y_1; } inline void set_y_1(double value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___z_2)); } inline double get_z_2() const { return ___z_2; } inline double* get_address_of_z_2() { return &___z_2; } inline void set_z_2(double value) { ___z_2 = value; } }; struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields { public: // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CZeroU3Ek__BackingField_3; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3COneU3Ek__BackingField_4; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CLeftU3Ek__BackingField_5; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CRightU3Ek__BackingField_6; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CDownU3Ek__BackingField_7; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CUpU3Ek__BackingField_8; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CBackU3Ek__BackingField_9; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CForwardU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CZeroU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CZeroU3Ek__BackingField_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CZeroU3Ek__BackingField_3() const { return ___U3CZeroU3Ek__BackingField_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CZeroU3Ek__BackingField_3() { return &___U3CZeroU3Ek__BackingField_3; } inline void set_U3CZeroU3Ek__BackingField_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CZeroU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COneU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3COneU3Ek__BackingField_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3COneU3Ek__BackingField_4() const { return ___U3COneU3Ek__BackingField_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3COneU3Ek__BackingField_4() { return &___U3COneU3Ek__BackingField_4; } inline void set_U3COneU3Ek__BackingField_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3COneU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLeftU3Ek__BackingField_5() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CLeftU3Ek__BackingField_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CLeftU3Ek__BackingField_5() const { return ___U3CLeftU3Ek__BackingField_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CLeftU3Ek__BackingField_5() { return &___U3CLeftU3Ek__BackingField_5; } inline void set_U3CLeftU3Ek__BackingField_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CLeftU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRightU3Ek__BackingField_6() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CRightU3Ek__BackingField_6)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CRightU3Ek__BackingField_6() const { return ___U3CRightU3Ek__BackingField_6; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CRightU3Ek__BackingField_6() { return &___U3CRightU3Ek__BackingField_6; } inline void set_U3CRightU3Ek__BackingField_6(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CRightU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CDownU3Ek__BackingField_7() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CDownU3Ek__BackingField_7)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CDownU3Ek__BackingField_7() const { return ___U3CDownU3Ek__BackingField_7; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CDownU3Ek__BackingField_7() { return &___U3CDownU3Ek__BackingField_7; } inline void set_U3CDownU3Ek__BackingField_7(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CDownU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUpU3Ek__BackingField_8() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CUpU3Ek__BackingField_8)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CUpU3Ek__BackingField_8() const { return ___U3CUpU3Ek__BackingField_8; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CUpU3Ek__BackingField_8() { return &___U3CUpU3Ek__BackingField_8; } inline void set_U3CUpU3Ek__BackingField_8(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CUpU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CBackU3Ek__BackingField_9() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CBackU3Ek__BackingField_9)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CBackU3Ek__BackingField_9() const { return ___U3CBackU3Ek__BackingField_9; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CBackU3Ek__BackingField_9() { return &___U3CBackU3Ek__BackingField_9; } inline void set_U3CBackU3Ek__BackingField_9(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CBackU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CForwardU3Ek__BackingField_10() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CForwardU3Ek__BackingField_10)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CForwardU3Ek__BackingField_10() const { return ___U3CForwardU3Ek__BackingField_10; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CForwardU3Ek__BackingField_10() { return &___U3CForwardU3Ek__BackingField_10; } inline void set_U3CForwardU3Ek__BackingField_10(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CForwardU3Ek__BackingField_10 = value; } }; // o0.Geometry.Vector`1 struct Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC { public: // T o0.Geometry.Vector`1::x int32_t ___x_0; // T o0.Geometry.Vector`1::y int32_t ___y_1; // T o0.Geometry.Vector`1::z int32_t ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC, ___x_0)); } inline int32_t get_x_0() const { return ___x_0; } inline int32_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(int32_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC, ___z_2)); } inline int32_t get_z_2() const { return ___z_2; } inline int32_t* get_address_of_z_2() { return &___z_2; } inline void set_z_2(int32_t value) { ___z_2 = value; } }; struct Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields { public: // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CZeroU3Ek__BackingField_3; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3COneU3Ek__BackingField_4; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CLeftU3Ek__BackingField_5; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CRightU3Ek__BackingField_6; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CDownU3Ek__BackingField_7; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CUpU3Ek__BackingField_8; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CBackU3Ek__BackingField_9; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CForwardU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CZeroU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CZeroU3Ek__BackingField_3)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CZeroU3Ek__BackingField_3() const { return ___U3CZeroU3Ek__BackingField_3; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CZeroU3Ek__BackingField_3() { return &___U3CZeroU3Ek__BackingField_3; } inline void set_U3CZeroU3Ek__BackingField_3(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CZeroU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COneU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3COneU3Ek__BackingField_4)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3COneU3Ek__BackingField_4() const { return ___U3COneU3Ek__BackingField_4; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3COneU3Ek__BackingField_4() { return &___U3COneU3Ek__BackingField_4; } inline void set_U3COneU3Ek__BackingField_4(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3COneU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLeftU3Ek__BackingField_5() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CLeftU3Ek__BackingField_5)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CLeftU3Ek__BackingField_5() const { return ___U3CLeftU3Ek__BackingField_5; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CLeftU3Ek__BackingField_5() { return &___U3CLeftU3Ek__BackingField_5; } inline void set_U3CLeftU3Ek__BackingField_5(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CLeftU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRightU3Ek__BackingField_6() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CRightU3Ek__BackingField_6)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CRightU3Ek__BackingField_6() const { return ___U3CRightU3Ek__BackingField_6; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CRightU3Ek__BackingField_6() { return &___U3CRightU3Ek__BackingField_6; } inline void set_U3CRightU3Ek__BackingField_6(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CRightU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CDownU3Ek__BackingField_7() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CDownU3Ek__BackingField_7)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CDownU3Ek__BackingField_7() const { return ___U3CDownU3Ek__BackingField_7; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CDownU3Ek__BackingField_7() { return &___U3CDownU3Ek__BackingField_7; } inline void set_U3CDownU3Ek__BackingField_7(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CDownU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUpU3Ek__BackingField_8() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CUpU3Ek__BackingField_8)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CUpU3Ek__BackingField_8() const { return ___U3CUpU3Ek__BackingField_8; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CUpU3Ek__BackingField_8() { return &___U3CUpU3Ek__BackingField_8; } inline void set_U3CUpU3Ek__BackingField_8(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CUpU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CBackU3Ek__BackingField_9() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CBackU3Ek__BackingField_9)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CBackU3Ek__BackingField_9() const { return ___U3CBackU3Ek__BackingField_9; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CBackU3Ek__BackingField_9() { return &___U3CBackU3Ek__BackingField_9; } inline void set_U3CBackU3Ek__BackingField_9(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CBackU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CForwardU3Ek__BackingField_10() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CForwardU3Ek__BackingField_10)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CForwardU3Ek__BackingField_10() const { return ___U3CForwardU3Ek__BackingField_10; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CForwardU3Ek__BackingField_10() { return &___U3CForwardU3Ek__BackingField_10; } inline void set_U3CForwardU3Ek__BackingField_10(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CForwardU3Ek__BackingField_10 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve struct AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF : public ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // 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; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // System.Numerics.Complex struct Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C { public: // System.Double System.Numerics.Complex::m_real double ___m_real_6; // System.Double System.Numerics.Complex::m_imaginary double ___m_imaginary_7; public: inline static int32_t get_offset_of_m_real_6() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C, ___m_real_6)); } inline double get_m_real_6() const { return ___m_real_6; } inline double* get_address_of_m_real_6() { return &___m_real_6; } inline void set_m_real_6(double value) { ___m_real_6 = value; } inline static int32_t get_offset_of_m_imaginary_7() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C, ___m_imaginary_7)); } inline double get_m_imaginary_7() const { return ___m_imaginary_7; } inline double* get_address_of_m_imaginary_7() { return &___m_imaginary_7; } inline void set_m_imaginary_7(double value) { ___m_imaginary_7 = value; } }; struct Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields { public: // System.Numerics.Complex System.Numerics.Complex::Zero Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___Zero_0; // System.Numerics.Complex System.Numerics.Complex::One Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___One_1; // System.Numerics.Complex System.Numerics.Complex::ImaginaryOne Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___ImaginaryOne_2; // System.Double System.Numerics.Complex::s_sqrtRescaleThreshold double ___s_sqrtRescaleThreshold_3; // System.Double System.Numerics.Complex::s_asinOverflowThreshold double ___s_asinOverflowThreshold_4; // System.Double System.Numerics.Complex::s_log2 double ___s_log2_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___Zero_0)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_Zero_0() const { return ___Zero_0; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___Zero_0 = value; } inline static int32_t get_offset_of_One_1() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___One_1)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_One_1() const { return ___One_1; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_One_1() { return &___One_1; } inline void set_One_1(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___One_1 = value; } inline static int32_t get_offset_of_ImaginaryOne_2() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___ImaginaryOne_2)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_ImaginaryOne_2() const { return ___ImaginaryOne_2; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_ImaginaryOne_2() { return &___ImaginaryOne_2; } inline void set_ImaginaryOne_2(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___ImaginaryOne_2 = value; } inline static int32_t get_offset_of_s_sqrtRescaleThreshold_3() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_sqrtRescaleThreshold_3)); } inline double get_s_sqrtRescaleThreshold_3() const { return ___s_sqrtRescaleThreshold_3; } inline double* get_address_of_s_sqrtRescaleThreshold_3() { return &___s_sqrtRescaleThreshold_3; } inline void set_s_sqrtRescaleThreshold_3(double value) { ___s_sqrtRescaleThreshold_3 = value; } inline static int32_t get_offset_of_s_asinOverflowThreshold_4() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_asinOverflowThreshold_4)); } inline double get_s_asinOverflowThreshold_4() const { return ___s_asinOverflowThreshold_4; } inline double* get_address_of_s_asinOverflowThreshold_4() { return &___s_asinOverflowThreshold_4; } inline void set_s_asinOverflowThreshold_4(double value) { ___s_asinOverflowThreshold_4 = value; } inline static int32_t get_offset_of_s_log2_5() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_log2_5)); } inline double get_s_log2_5() const { return ___s_log2_5; } inline double* get_address_of_s_log2_5() { return &___s_log2_5; } inline void set_s_log2_5(double value) { ___s_log2_5 = value; } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // 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; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // o0.Geometry.Quaternion struct Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 { public: // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CxU3Ek__BackingField_0; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CyU3Ek__BackingField_1; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CzU3Ek__BackingField_2; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CwU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CxU3Ek__BackingField_0() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CxU3Ek__BackingField_0)); } inline double get_U3CxU3Ek__BackingField_0() const { return ___U3CxU3Ek__BackingField_0; } inline double* get_address_of_U3CxU3Ek__BackingField_0() { return &___U3CxU3Ek__BackingField_0; } inline void set_U3CxU3Ek__BackingField_0(double value) { ___U3CxU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CyU3Ek__BackingField_1() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CyU3Ek__BackingField_1)); } inline double get_U3CyU3Ek__BackingField_1() const { return ___U3CyU3Ek__BackingField_1; } inline double* get_address_of_U3CyU3Ek__BackingField_1() { return &___U3CyU3Ek__BackingField_1; } inline void set_U3CyU3Ek__BackingField_1(double value) { ___U3CyU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CzU3Ek__BackingField_2() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CzU3Ek__BackingField_2)); } inline double get_U3CzU3Ek__BackingField_2() const { return ___U3CzU3Ek__BackingField_2; } inline double* get_address_of_U3CzU3Ek__BackingField_2() { return &___U3CzU3Ek__BackingField_2; } inline void set_U3CzU3Ek__BackingField_2(double value) { ___U3CzU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CwU3Ek__BackingField_3() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CwU3Ek__BackingField_3)); } inline double get_U3CwU3Ek__BackingField_3() const { return ___U3CwU3Ek__BackingField_3; } inline double* get_address_of_U3CwU3Ek__BackingField_3() { return &___U3CwU3Ek__BackingField_3; } inline void set_U3CwU3Ek__BackingField_3(double value) { ___U3CwU3Ek__BackingField_3 = value; } }; struct Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_StaticFields { public: // o0.Geometry.Quaternion o0.Geometry.Quaternion::k__BackingField Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___U3CIdentityU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CIdentityU3Ek__BackingField_4() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_StaticFields, ___U3CIdentityU3Ek__BackingField_4)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_U3CIdentityU3Ek__BackingField_4() const { return ___U3CIdentityU3Ek__BackingField_4; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_U3CIdentityU3Ek__BackingField_4() { return &___U3CIdentityU3Ek__BackingField_4; } inline void set_U3CIdentityU3Ek__BackingField_4(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___U3CIdentityU3Ek__BackingField_4 = value; } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 : public Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::generator RuntimeObject* ___generator_5; public: inline static int32_t get_offset_of_generator_5() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28, ___generator_5)); } inline RuntimeObject* get_generator_5() const { return ___generator_5; } inline RuntimeObject** get_address_of_generator_5() { return &___generator_5; } inline void set_generator_5(RuntimeObject* value) { ___generator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___generator_5), (void*)value); } }; struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::counter int64_t ___counter_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::master SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___master_4; // System.Double BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::DoubleScale double ___DoubleScale_6; public: inline static int32_t get_offset_of_counter_3() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___counter_3)); } inline int64_t get_counter_3() const { return ___counter_3; } inline int64_t* get_address_of_counter_3() { return &___counter_3; } inline void set_counter_3(int64_t value) { ___counter_3 = value; } inline static int32_t get_offset_of_master_4() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___master_4)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_master_4() const { return ___master_4; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_master_4() { return &___master_4; } inline void set_master_4(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___master_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___master_4), (void*)value); } inline static int32_t get_offset_of_DoubleScale_6() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___DoubleScale_6)); } inline double get_DoubleScale_6() const { return ___DoubleScale_6; } inline double* get_address_of_DoubleScale_6() { return &___DoubleScale_6; } inline void set_DoubleScale_6(double value) { ___DoubleScale_6 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // UserPlayer struct UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 : public JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB { public: // System.Boolean UserPlayer::canReconnnect bool ___canReconnnect_6; // UserPlayer/TempData UserPlayer::tempData TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * ___tempData_8; public: inline static int32_t get_offset_of_canReconnnect_6() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6, ___canReconnnect_6)); } inline bool get_canReconnnect_6() const { return ___canReconnnect_6; } inline bool* get_address_of_canReconnnect_6() { return &___canReconnnect_6; } inline void set_canReconnnect_6(bool value) { ___canReconnnect_6 = value; } inline static int32_t get_offset_of_tempData_8() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6, ___tempData_8)); } inline TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * get_tempData_8() const { return ___tempData_8; } inline TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A ** get_address_of_tempData_8() { return &___tempData_8; } inline void set_tempData_8(TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * value) { ___tempData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempData_8), (void*)value); } }; struct UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields { public: // UserPlayer UserPlayer::ins UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * ___ins_5; // System.Boolean UserPlayer::s_LogReporterInited bool ___s_LogReporterInited_7; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields, ___ins_5)); } inline UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * get_ins_5() const { return ___ins_5; } inline UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } inline static int32_t get_offset_of_s_LogReporterInited_7() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields, ___s_LogReporterInited_7)); } inline bool get_s_LogReporterInited_7() const { return ___s_LogReporterInited_7; } inline bool* get_address_of_s_LogReporterInited_7() { return &___s_LogReporterInited_7; } inline void set_s_LogReporterInited_7(bool value) { ___s_LogReporterInited_7 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // 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; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.Single UnityEngine.WaitForSeconds::m_Seconds float ___m_Seconds_0; public: inline static int32_t get_offset_of_m_Seconds_0() { return static_cast(offsetof(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013, ___m_Seconds_0)); } inline float get_m_Seconds_0() const { return ___m_Seconds_0; } inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; } inline void set_m_Seconds_0(float value) { ___m_Seconds_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { float ___m_Seconds_0; }; // Native definition for COM marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { float ___m_Seconds_0; }; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 : public CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7 { public: // System.Single UnityEngine.WaitForSecondsRealtime::k__BackingField float ___U3CwaitTimeU3Ek__BackingField_0; // System.Single UnityEngine.WaitForSecondsRealtime::m_WaitUntilTime float ___m_WaitUntilTime_1; public: inline static int32_t get_offset_of_U3CwaitTimeU3Ek__BackingField_0() { return static_cast(offsetof(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40, ___U3CwaitTimeU3Ek__BackingField_0)); } inline float get_U3CwaitTimeU3Ek__BackingField_0() const { return ___U3CwaitTimeU3Ek__BackingField_0; } inline float* get_address_of_U3CwaitTimeU3Ek__BackingField_0() { return &___U3CwaitTimeU3Ek__BackingField_0; } inline void set_U3CwaitTimeU3Ek__BackingField_0(float value) { ___U3CwaitTimeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_WaitUntilTime_1() { return static_cast(offsetof(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40, ___m_WaitUntilTime_1)); } inline float get_m_WaitUntilTime_1() const { return ___m_WaitUntilTime_1; } inline float* get_address_of_m_WaitUntilTime_1() { return &___m_WaitUntilTime_1; } inline void set_m_WaitUntilTime_1(float value) { ___m_WaitUntilTime_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters struct X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9FieldID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::fieldID X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * ___fieldID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::g X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * ___g_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::n BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::h BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_7; public: inline static int32_t get_offset_of_fieldID_2() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___fieldID_2)); } inline X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * get_fieldID_2() const { return ___fieldID_2; } inline X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 ** get_address_of_fieldID_2() { return &___fieldID_2; } inline void set_fieldID_2(X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * value) { ___fieldID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___fieldID_2), (void*)value); } inline static int32_t get_offset_of_curve_3() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___curve_3)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_curve_3() const { return ___curve_3; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_curve_3() { return &___curve_3; } inline void set_curve_3(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___curve_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___curve_3), (void*)value); } inline static int32_t get_offset_of_g_4() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___g_4)); } inline X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * get_g_4() const { return ___g_4; } inline X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 ** get_address_of_g_4() { return &___g_4; } inline void set_g_4(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * value) { ___g_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_4), (void*)value); } inline static int32_t get_offset_of_n_5() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___n_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_n_5() const { return ___n_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_n_5() { return &___n_5; } inline void set_n_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___n_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_5), (void*)value); } inline static int32_t get_offset_of_h_6() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___h_6)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_h_6() const { return ___h_6; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_h_6() { return &___h_6; } inline void set_h_6(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___h_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___h_6), (void*)value); } inline static int32_t get_offset_of_seed_7() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___seed_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_7() const { return ___seed_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_7() { return &___seed_7; } inline void set_seed_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint struct X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::encoding Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encoding_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::c ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::p ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p_4; public: inline static int32_t get_offset_of_encoding_2() { return static_cast(offsetof(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71, ___encoding_2)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encoding_2() const { return ___encoding_2; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encoding_2() { return &___encoding_2; } inline void set_encoding_2(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encoding_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_2), (void*)value); } inline static int32_t get_offset_of_c_3() { return static_cast(offsetof(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71, ___c_3)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_c_3() const { return ___c_3; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_c_3() { return &___c_3; } inline void set_c_3(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___c_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_3), (void*)value); } inline static int32_t get_offset_of_p_4() { return static_cast(offsetof(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71, ___p_4)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_p_4() const { return ___p_4; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_p_4() { return &___p_4; } inline void set_p_4(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___p_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_4), (void*)value); } }; // o0Aien.o0AccelerationExFilter struct o0AccelerationExFilter_t04270FCBBAAE94AF39512BD9E47F2888A336181E : public Filter_1_t6F737382A5CF8B67C0B1AAFEA0DFE17A8FA8312A { public: // System.Single o0Aien.o0AccelerationExFilter::speed float ___speed_0; // System.Single o0Aien.o0AccelerationExFilter::acceleration float ___acceleration_1; // System.Single o0Aien.o0AccelerationExFilter::accelerationChangeLimit float ___accelerationChangeLimit_2; public: inline static int32_t get_offset_of_speed_0() { return static_cast(offsetof(o0AccelerationExFilter_t04270FCBBAAE94AF39512BD9E47F2888A336181E, ___speed_0)); } inline float get_speed_0() const { return ___speed_0; } inline float* get_address_of_speed_0() { return &___speed_0; } inline void set_speed_0(float value) { ___speed_0 = value; } inline static int32_t get_offset_of_acceleration_1() { return static_cast(offsetof(o0AccelerationExFilter_t04270FCBBAAE94AF39512BD9E47F2888A336181E, ___acceleration_1)); } inline float get_acceleration_1() const { return ___acceleration_1; } inline float* get_address_of_acceleration_1() { return &___acceleration_1; } inline void set_acceleration_1(float value) { ___acceleration_1 = value; } inline static int32_t get_offset_of_accelerationChangeLimit_2() { return static_cast(offsetof(o0AccelerationExFilter_t04270FCBBAAE94AF39512BD9E47F2888A336181E, ___accelerationChangeLimit_2)); } inline float get_accelerationChangeLimit_2() const { return ___accelerationChangeLimit_2; } inline float* get_address_of_accelerationChangeLimit_2() { return &___accelerationChangeLimit_2; } inline void set_accelerationChangeLimit_2(float value) { ___accelerationChangeLimit_2 = value; } }; // o0Aien.o0AccelerationFilter struct o0AccelerationFilter_t1A0BED7EFABA1B73852AEBAD914333389D3BC004 : public Filter_1_t6F737382A5CF8B67C0B1AAFEA0DFE17A8FA8312A { public: // System.Single o0Aien.o0AccelerationFilter::speed float ___speed_0; // System.Single o0Aien.o0AccelerationFilter::accelerationLimit float ___accelerationLimit_1; public: inline static int32_t get_offset_of_speed_0() { return static_cast(offsetof(o0AccelerationFilter_t1A0BED7EFABA1B73852AEBAD914333389D3BC004, ___speed_0)); } inline float get_speed_0() const { return ___speed_0; } inline float* get_address_of_speed_0() { return &___speed_0; } inline void set_speed_0(float value) { ___speed_0 = value; } inline static int32_t get_offset_of_accelerationLimit_1() { return static_cast(offsetof(o0AccelerationFilter_t1A0BED7EFABA1B73852AEBAD914333389D3BC004, ___accelerationLimit_1)); } inline float get_accelerationLimit_1() const { return ___accelerationLimit_1; } inline float* get_address_of_accelerationLimit_1() { return &___accelerationLimit_1; } inline void set_accelerationLimit_1(float value) { ___accelerationLimit_1 = value; } }; // o0Aien.o0Filter struct o0Filter_tD8813B7821ED700DF34E1E776E33838DBF2ED47C : public Filter_1_t6F737382A5CF8B67C0B1AAFEA0DFE17A8FA8312A { public: // System.Single o0Aien.o0Filter::noise float ___noise_0; // System.Single o0Aien.o0Filter::accelerationChangeLimit float ___accelerationChangeLimit_1; public: inline static int32_t get_offset_of_noise_0() { return static_cast(offsetof(o0Filter_tD8813B7821ED700DF34E1E776E33838DBF2ED47C, ___noise_0)); } inline float get_noise_0() const { return ___noise_0; } inline float* get_address_of_noise_0() { return &___noise_0; } inline void set_noise_0(float value) { ___noise_0 = value; } inline static int32_t get_offset_of_accelerationChangeLimit_1() { return static_cast(offsetof(o0Filter_tD8813B7821ED700DF34E1E776E33838DBF2ED47C, ___accelerationChangeLimit_1)); } inline float get_accelerationChangeLimit_1() const { return ___accelerationChangeLimit_1; } inline float* get_address_of_accelerationChangeLimit_1() { return &___accelerationChangeLimit_1; } inline void set_accelerationChangeLimit_1(float value) { ___accelerationChangeLimit_1 = value; } }; // o0Aien.o0Filter3 struct o0Filter3_t7F3B58FAF68A3F3B6E11D5875438678523F6A2A6 : public Filter_1_t6F737382A5CF8B67C0B1AAFEA0DFE17A8FA8312A { public: // System.Single o0Aien.o0Filter3::noise float ___noise_0; // System.Single o0Aien.o0Filter3::accelerationChangeLimit float ___accelerationChangeLimit_1; public: inline static int32_t get_offset_of_noise_0() { return static_cast(offsetof(o0Filter3_t7F3B58FAF68A3F3B6E11D5875438678523F6A2A6, ___noise_0)); } inline float get_noise_0() const { return ___noise_0; } inline float* get_address_of_noise_0() { return &___noise_0; } inline void set_noise_0(float value) { ___noise_0 = value; } inline static int32_t get_offset_of_accelerationChangeLimit_1() { return static_cast(offsetof(o0Filter3_t7F3B58FAF68A3F3B6E11D5875438678523F6A2A6, ___accelerationChangeLimit_1)); } inline float get_accelerationChangeLimit_1() const { return ___accelerationChangeLimit_1; } inline float* get_address_of_accelerationChangeLimit_1() { return &___accelerationChangeLimit_1; } inline void set_accelerationChangeLimit_1(float value) { ___accelerationChangeLimit_1 = value; } }; // o0Aien.o0KalmanFilter struct o0KalmanFilter_tDCBE70325AAA44E93371C8446A3019A1462A6F66 : public Filter_1_t6F737382A5CF8B67C0B1AAFEA0DFE17A8FA8312A { public: // System.Single o0Aien.o0KalmanFilter::measuredValueDeviation float ___measuredValueDeviation_0; // System.Single o0Aien.o0KalmanFilter::estimatedValueDeviation float ___estimatedValueDeviation_1; public: inline static int32_t get_offset_of_measuredValueDeviation_0() { return static_cast(offsetof(o0KalmanFilter_tDCBE70325AAA44E93371C8446A3019A1462A6F66, ___measuredValueDeviation_0)); } inline float get_measuredValueDeviation_0() const { return ___measuredValueDeviation_0; } inline float* get_address_of_measuredValueDeviation_0() { return &___measuredValueDeviation_0; } inline void set_measuredValueDeviation_0(float value) { ___measuredValueDeviation_0 = value; } inline static int32_t get_offset_of_estimatedValueDeviation_1() { return static_cast(offsetof(o0KalmanFilter_tDCBE70325AAA44E93371C8446A3019A1462A6F66, ___estimatedValueDeviation_1)); } inline float get_estimatedValueDeviation_1() const { return ___estimatedValueDeviation_1; } inline float* get_address_of_estimatedValueDeviation_1() { return &___estimatedValueDeviation_1; } inline void set_estimatedValueDeviation_1(float value) { ___estimatedValueDeviation_1 = value; } }; // o0Aien.o0SigmoidIntegrationFilter struct o0SigmoidIntegrationFilter_t43DCD87FD7A4848D1A4D54E678BDFE48B8825627 : public Filter_1_t6F737382A5CF8B67C0B1AAFEA0DFE17A8FA8312A { public: // System.Single o0Aien.o0SigmoidIntegrationFilter::noise float ___noise_0; public: inline static int32_t get_offset_of_noise_0() { return static_cast(offsetof(o0SigmoidIntegrationFilter_t43DCD87FD7A4848D1A4D54E678BDFE48B8825627, ___noise_0)); } inline float get_noise_0() const { return ___noise_0; } inline float* get_address_of_noise_0() { return &___noise_0; } inline void set_noise_0(float value) { ___noise_0 = value; } }; // o0Aien.o0SigmoidIntegrationFilterQuaternion struct o0SigmoidIntegrationFilterQuaternion_tDC306314F20BD9DD84321B624A76A1C79E418384 : public Filter_1_tA921A8FFEDCEC511617A4A2D0C59BA5619CE9FAF { public: // System.Single o0Aien.o0SigmoidIntegrationFilterQuaternion::noise float ___noise_0; // System.Single o0Aien.o0SigmoidIntegrationFilterQuaternion::index float ___index_1; public: inline static int32_t get_offset_of_noise_0() { return static_cast(offsetof(o0SigmoidIntegrationFilterQuaternion_tDC306314F20BD9DD84321B624A76A1C79E418384, ___noise_0)); } inline float get_noise_0() const { return ___noise_0; } inline float* get_address_of_noise_0() { return &___noise_0; } inline void set_noise_0(float value) { ___noise_0 = value; } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(o0SigmoidIntegrationFilterQuaternion_tDC306314F20BD9DD84321B624A76A1C79E418384, ___index_1)); } inline float get_index_1() const { return ___index_1; } inline float* get_address_of_index_1() { return &___index_1; } inline void set_index_1(float value) { ___index_1 = value; } }; // o0Aien.o0SigmoidIntegrationFilterVector3 struct o0SigmoidIntegrationFilterVector3_t6E624880BA15991A5B2DC780DD02BA5CB36990DB : public Filter_1_t124B090DB919DA816A62640316235ECAA389356A { public: // System.Single o0Aien.o0SigmoidIntegrationFilterVector3::noise float ___noise_0; // System.Single o0Aien.o0SigmoidIntegrationFilterVector3::index float ___index_1; public: inline static int32_t get_offset_of_noise_0() { return static_cast(offsetof(o0SigmoidIntegrationFilterVector3_t6E624880BA15991A5B2DC780DD02BA5CB36990DB, ___noise_0)); } inline float get_noise_0() const { return ___noise_0; } inline float* get_address_of_noise_0() { return &___noise_0; } inline void set_noise_0(float value) { ___noise_0 = value; } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(o0SigmoidIntegrationFilterVector3_t6E624880BA15991A5B2DC780DD02BA5CB36990DB, ___index_1)); } inline float get_index_1() const { return ___index_1; } inline float* get_address_of_index_1() { return &___index_1; } inline void set_index_1(float value) { ___index_1 = value; } }; // o0Aien.o0SpeedFilter struct o0SpeedFilter_t48D3769F3DF36E66ED518A42B3A446BEC223AD92 : public Filter_1_t6F737382A5CF8B67C0B1AAFEA0DFE17A8FA8312A { public: // System.Single o0Aien.o0SpeedFilter::speedLimit float ___speedLimit_0; public: inline static int32_t get_offset_of_speedLimit_0() { return static_cast(offsetof(o0SpeedFilter_t48D3769F3DF36E66ED518A42B3A446BEC223AD92, ___speedLimit_0)); } inline float get_speedLimit_0() const { return ___speedLimit_0; } inline float* get_address_of_speedLimit_0() { return &___speedLimit_0; } inline void set_speedLimit_0(float value) { ___speedLimit_0 = value; } }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves/Frp256v1Holder struct Frp256v1Holder_t7E1954C20E99C9C5A7511E37D92971A47F812C5E : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct Frp256v1Holder_t7E1954C20E99C9C5A7511E37D92971A47F812C5E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves/Frp256v1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(Frp256v1Holder_t7E1954C20E99C9C5A7511E37D92971A47F812C5E_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // o09Axis/Vector3D struct Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 { public: // System.Double o09Axis/Vector3D::x double ___x_0; // System.Double o09Axis/Vector3D::y double ___y_1; // System.Double o09Axis/Vector3D::z double ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3, ___x_0)); } inline double get_x_0() const { return ___x_0; } inline double* get_address_of_x_0() { return &___x_0; } inline void set_x_0(double value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3, ___y_1)); } inline double get_y_1() const { return ___y_1; } inline double* get_address_of_y_1() { return &___y_1; } inline void set_y_1(double value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3, ___z_2)); } inline double get_z_2() const { return ___z_2; } inline double* get_address_of_z_2() { return &___z_2; } inline void set_z_2(double value) { ___z_2 = value; } }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * ____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 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____current_3; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F, ____set_0)); } inline HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * get__set_0() const { return ____set_0; } inline HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F, ____current_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__current_3() const { return ____current_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__current_3() { return &____current_3; } inline void set__current_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____current_3 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___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 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995, ___list_0)); } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * get_list_0() const { return ___list_0; } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995, ___current_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_current_3() const { return ___current_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_current_3() { return &___current_3; } inline void set_current_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___current_3 = value; } }; // o0.MeanMaintainer`1> struct MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED : public RuntimeObject { public: // System.Int32 o0.MeanMaintainer`1::Count int32_t ___Count_0; // T o0.MeanMaintainer`1::Mean Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Mean_1; public: inline static int32_t get_offset_of_Count_0() { return static_cast(offsetof(MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED, ___Count_0)); } inline int32_t get_Count_0() const { return ___Count_0; } inline int32_t* get_address_of_Count_0() { return &___Count_0; } inline void set_Count_0(int32_t value) { ___Count_0 = value; } inline static int32_t get_offset_of_Mean_1() { return static_cast(offsetof(MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED, ___Mean_1)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Mean_1() const { return ___Mean_1; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Mean_1() { return &___Mean_1; } inline void set_Mean_1(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Mean_1 = value; } }; // System.Nullable`1 struct Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D { public: // T System.Nullable`1::value DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___value_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_value_0() const { return ___value_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 { public: // T1 System.ValueTuple`2::Item1 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Item1_0; // T2 System.ValueTuple`2::Item2 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057, ___Item1_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Item1_0() const { return ___Item1_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057, ___Item2_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Item2_1() const { return ___Item2_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Item2_1 = value; } }; // System.ValueTuple`4,o0.Geometry.Vector`1,o0.Geometry.Vector`1,System.Double> struct ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 { public: // T1 System.ValueTuple`4::Item1 Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Item1_0; // T2 System.ValueTuple`4::Item2 Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Item2_1; // T3 System.ValueTuple`4::Item3 Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Item3_2; // T4 System.ValueTuple`4::Item4 double ___Item4_3; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3, ___Item1_0)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Item1_0() const { return ___Item1_0; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3, ___Item2_1)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Item2_1() const { return ___Item2_1; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Item2_1 = value; } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3, ___Item3_2)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Item3_2() const { return ___Item3_2; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Item3_2 = value; } inline static int32_t get_offset_of_Item4_3() { return static_cast(offsetof(ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3, ___Item4_3)); } inline double get_Item4_3() const { return ___Item4_3; } inline double* get_address_of_Item4_3() { return &___Item4_3; } inline void set_Item4_3(double value) { ___Item4_3 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 struct VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Length int32_t ___Length_1; public: inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C, ___Length_1)); } inline int32_t get_Length_1() const { return ___Length_1; } inline int32_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int32_t value) { ___Length_1 = value; } }; struct VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Zero Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C_StaticFields, ___Zero_0)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_Zero_0() const { return ___Zero_0; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___Zero_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Vector`1 struct Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Vector`1::k__BackingField VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * ___U3CStorageU3Ek__BackingField_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::k__BackingField int32_t ___U3CCountU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CStorageU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D, ___U3CStorageU3Ek__BackingField_3)); } inline VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * value) { ___U3CStorageU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStorageU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CCountU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D, ___U3CCountU3Ek__BackingField_4)); } inline int32_t get_U3CCountU3Ek__BackingField_4() const { return ___U3CCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CCountU3Ek__BackingField_4() { return &___U3CCountU3Ek__BackingField_4; } inline void set_U3CCountU3Ek__BackingField_4(int32_t value) { ___U3CCountU3Ek__BackingField_4 = value; } }; struct Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Vector`1::Zero Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___Zero_0; // T MathNet.Numerics.LinearAlgebra.Vector`1::One Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___One_1; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 MathNet.Numerics.LinearAlgebra.Vector`1::Build VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * ___Build_2; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D_StaticFields, ___Zero_0)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_Zero_0() const { return ___Zero_0; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___Zero_0 = value; } inline static int32_t get_offset_of_One_1() { return static_cast(offsetof(Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D_StaticFields, ___One_1)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_One_1() const { return ___One_1; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_One_1() { return &___One_1; } inline void set_One_1(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___One_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D_StaticFields, ___Build_2)); } inline VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * get_Build_2() const { return ___Build_2; } inline VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::seq RuntimeObject* ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8, ___seq_2)); } inline RuntimeObject* get_seq_2() const { return ___seq_2; } inline RuntimeObject** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(RuntimeObject* value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::_set RuntimeObject* ____set_2; public: inline static int32_t get_offset_of__set_2() { return static_cast(offsetof(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49, ____set_2)); } inline RuntimeObject* get__set_2() const { return ____set_2; } inline RuntimeObject** get_address_of__set_2() { return &____set_2; } inline void set__set_2(RuntimeObject* value) { ____set_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_2), (void*)value); } }; // UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.AsyncOperation::m_Ptr intptr_t ___m_Ptr_0; // System.Action`1 UnityEngine.AsyncOperation::m_completeCallback Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * ___m_completeCallback_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_completeCallback_1() { return static_cast(offsetof(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86, ___m_completeCallback_1)); } inline Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * get_m_completeCallback_1() const { return ___m_completeCallback_1; } inline Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 ** get_address_of_m_completeCallback_1() { return &___m_completeCallback_1; } inline void set_m_completeCallback_1(Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * value) { ___m_completeCallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_completeCallback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // Native definition for COM marshalling of UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // Axis663Handler struct Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F : public AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D { public: // o0.Bow.o0663Axis Axis663Handler::_663Axis o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * ____663Axis_1; // o0.Geometry.Vector`1 Axis663Handler::GyrByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___GyrByteIndex_2; // o0.Geometry.Vector`1 Axis663Handler::AccByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___AccByteIndex_3; // o0.Geometry.Vector`1 Axis663Handler::MagByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___MagByteIndex_4; public: inline static int32_t get_offset_of__663Axis_1() { return static_cast(offsetof(Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F, ____663Axis_1)); } inline o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * get__663Axis_1() const { return ____663Axis_1; } inline o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 ** get_address_of__663Axis_1() { return &____663Axis_1; } inline void set__663Axis_1(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * value) { ____663Axis_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____663Axis_1), (void*)value); } inline static int32_t get_offset_of_GyrByteIndex_2() { return static_cast(offsetof(Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F, ___GyrByteIndex_2)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_GyrByteIndex_2() const { return ___GyrByteIndex_2; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_GyrByteIndex_2() { return &___GyrByteIndex_2; } inline void set_GyrByteIndex_2(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___GyrByteIndex_2 = value; } inline static int32_t get_offset_of_AccByteIndex_3() { return static_cast(offsetof(Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F, ___AccByteIndex_3)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_AccByteIndex_3() const { return ___AccByteIndex_3; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_AccByteIndex_3() { return &___AccByteIndex_3; } inline void set_AccByteIndex_3(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___AccByteIndex_3 = value; } inline static int32_t get_offset_of_MagByteIndex_4() { return static_cast(offsetof(Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F, ___MagByteIndex_4)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_MagByteIndex_4() const { return ___MagByteIndex_4; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_MagByteIndex_4() { return &___MagByteIndex_4; } inline void set_MagByteIndex_4(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___MagByteIndex_4 = value; } }; // Axis9Handler struct Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 : public AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D { public: // o0.Bow.o09AxisAfterXiaMenFromDll Axis9Handler::_9Axis o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * ____9Axis_1; // AttitudeJson Axis9Handler::attitudeJson AttitudeJson_t52462AAE598F99D504769E068B4925B704808C99 * ___attitudeJson_2; // o0.Geometry.Vector`1 Axis9Handler::GyrByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___GyrByteIndex_3; // o0.Geometry.Vector`1 Axis9Handler::AccByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___AccByteIndex_4; // o0.Geometry.Vector`1 Axis9Handler::MagByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___MagByteIndex_5; public: inline static int32_t get_offset_of__9Axis_1() { return static_cast(offsetof(Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7, ____9Axis_1)); } inline o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * get__9Axis_1() const { return ____9Axis_1; } inline o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD ** get_address_of__9Axis_1() { return &____9Axis_1; } inline void set__9Axis_1(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * value) { ____9Axis_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____9Axis_1), (void*)value); } inline static int32_t get_offset_of_attitudeJson_2() { return static_cast(offsetof(Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7, ___attitudeJson_2)); } inline AttitudeJson_t52462AAE598F99D504769E068B4925B704808C99 * get_attitudeJson_2() const { return ___attitudeJson_2; } inline AttitudeJson_t52462AAE598F99D504769E068B4925B704808C99 ** get_address_of_attitudeJson_2() { return &___attitudeJson_2; } inline void set_attitudeJson_2(AttitudeJson_t52462AAE598F99D504769E068B4925B704808C99 * value) { ___attitudeJson_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attitudeJson_2), (void*)value); } inline static int32_t get_offset_of_GyrByteIndex_3() { return static_cast(offsetof(Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7, ___GyrByteIndex_3)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_GyrByteIndex_3() const { return ___GyrByteIndex_3; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_GyrByteIndex_3() { return &___GyrByteIndex_3; } inline void set_GyrByteIndex_3(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___GyrByteIndex_3 = value; } inline static int32_t get_offset_of_AccByteIndex_4() { return static_cast(offsetof(Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7, ___AccByteIndex_4)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_AccByteIndex_4() const { return ___AccByteIndex_4; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_AccByteIndex_4() { return &___AccByteIndex_4; } inline void set_AccByteIndex_4(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___AccByteIndex_4 = value; } inline static int32_t get_offset_of_MagByteIndex_5() { return static_cast(offsetof(Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7, ___MagByteIndex_5)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_MagByteIndex_5() const { return ___MagByteIndex_5; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_MagByteIndex_5() { return &___MagByteIndex_5; } inline void set_MagByteIndex_5(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___MagByteIndex_5 = value; } }; // Axis9NopackHandler struct Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 : public AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D { public: // o09Axis Axis9NopackHandler::_9Axis o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * ____9Axis_1; // o0._9Axis.MagnetometerAutoCalibrater Axis9NopackHandler::MagCalibrater MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045 * ___MagCalibrater_2; // o0GyrCalibrater Axis9NopackHandler::GyrCalibrater o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * ___GyrCalibrater_3; // System.Int64 Axis9NopackHandler::msOld int64_t ___msOld_4; // System.Int64 Axis9NopackHandler::TimeGap int64_t ___TimeGap_5; // UnityEngine.Vector3 Axis9NopackHandler::Acc Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Acc_6; // UnityEngine.Vector3 Axis9NopackHandler::Gyr Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Gyr_7; // UnityEngine.Vector3 Axis9NopackHandler::Mag Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Mag_8; // o0.Bow.DistanceToAxis Axis9NopackHandler::distanceToAxis DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968 * ___distanceToAxis_9; // System.Double Axis9NopackHandler::GapMs double ___GapMs_10; // o0.Geometry.Vector`1 Axis9NopackHandler::gyr0o Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___gyr0o_11; // o0.Geometry.Vector`1 Axis9NopackHandler::acc0o Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___acc0o_12; // o0.Geometry.Vector`1 Axis9NopackHandler::mag0o Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___mag0o_13; public: inline static int32_t get_offset_of__9Axis_1() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ____9Axis_1)); } inline o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * get__9Axis_1() const { return ____9Axis_1; } inline o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 ** get_address_of__9Axis_1() { return &____9Axis_1; } inline void set__9Axis_1(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * value) { ____9Axis_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____9Axis_1), (void*)value); } inline static int32_t get_offset_of_MagCalibrater_2() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___MagCalibrater_2)); } inline MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045 * get_MagCalibrater_2() const { return ___MagCalibrater_2; } inline MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045 ** get_address_of_MagCalibrater_2() { return &___MagCalibrater_2; } inline void set_MagCalibrater_2(MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045 * value) { ___MagCalibrater_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MagCalibrater_2), (void*)value); } inline static int32_t get_offset_of_GyrCalibrater_3() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___GyrCalibrater_3)); } inline o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * get_GyrCalibrater_3() const { return ___GyrCalibrater_3; } inline o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA ** get_address_of_GyrCalibrater_3() { return &___GyrCalibrater_3; } inline void set_GyrCalibrater_3(o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * value) { ___GyrCalibrater_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GyrCalibrater_3), (void*)value); } inline static int32_t get_offset_of_msOld_4() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___msOld_4)); } inline int64_t get_msOld_4() const { return ___msOld_4; } inline int64_t* get_address_of_msOld_4() { return &___msOld_4; } inline void set_msOld_4(int64_t value) { ___msOld_4 = value; } inline static int32_t get_offset_of_TimeGap_5() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___TimeGap_5)); } inline int64_t get_TimeGap_5() const { return ___TimeGap_5; } inline int64_t* get_address_of_TimeGap_5() { return &___TimeGap_5; } inline void set_TimeGap_5(int64_t value) { ___TimeGap_5 = value; } inline static int32_t get_offset_of_Acc_6() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___Acc_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Acc_6() const { return ___Acc_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Acc_6() { return &___Acc_6; } inline void set_Acc_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Acc_6 = value; } inline static int32_t get_offset_of_Gyr_7() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___Gyr_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Gyr_7() const { return ___Gyr_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Gyr_7() { return &___Gyr_7; } inline void set_Gyr_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Gyr_7 = value; } inline static int32_t get_offset_of_Mag_8() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___Mag_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Mag_8() const { return ___Mag_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Mag_8() { return &___Mag_8; } inline void set_Mag_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Mag_8 = value; } inline static int32_t get_offset_of_distanceToAxis_9() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___distanceToAxis_9)); } inline DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968 * get_distanceToAxis_9() const { return ___distanceToAxis_9; } inline DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968 ** get_address_of_distanceToAxis_9() { return &___distanceToAxis_9; } inline void set_distanceToAxis_9(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968 * value) { ___distanceToAxis_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___distanceToAxis_9), (void*)value); } inline static int32_t get_offset_of_GapMs_10() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___GapMs_10)); } inline double get_GapMs_10() const { return ___GapMs_10; } inline double* get_address_of_GapMs_10() { return &___GapMs_10; } inline void set_GapMs_10(double value) { ___GapMs_10 = value; } inline static int32_t get_offset_of_gyr0o_11() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___gyr0o_11)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_gyr0o_11() const { return ___gyr0o_11; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_gyr0o_11() { return &___gyr0o_11; } inline void set_gyr0o_11(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___gyr0o_11 = value; } inline static int32_t get_offset_of_acc0o_12() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___acc0o_12)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_acc0o_12() const { return ___acc0o_12; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_acc0o_12() { return &___acc0o_12; } inline void set_acc0o_12(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___acc0o_12 = value; } inline static int32_t get_offset_of_mag0o_13() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___mag0o_13)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_mag0o_13() const { return ___mag0o_13; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_mag0o_13() { return &___mag0o_13; } inline void set_mag0o_13(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___mag0o_13 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BluetoothStatusEnum struct BluetoothStatusEnum_t72984947649944081E9B448751BB5F5A0410E905 { public: // System.Int32 BluetoothStatusEnum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BluetoothStatusEnum_t72984947649944081E9B448751BB5F5A0410E905, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.CertificateHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_com { intptr_t ___m_Ptr_0; }; // BestHTTP.Decompression.Zlib.CompressionLevel struct CompressionLevel_tACCC65ECBF70584F2B1C3F4ED9BC5E40268B5C17 { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionLevel_tACCC65ECBF70584F2B1C3F4ED9BC5E40268B5C17, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.CompressionMode struct CompressionMode_t982857C119B22F79EE435ECE70694AB0BF32B3CA { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionMode_t982857C119B22F79EE435ECE70694AB0BF32B3CA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.CompressionStrategy struct CompressionStrategy_t9452572F5B53F6A923762F92050084357119DD2F { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionStrategy::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionStrategy_t9452572F5B53F6A923762F92050084357119DD2F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___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.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // 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; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // 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; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.DownloadHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_com { intptr_t ___m_Ptr_0; }; // o0.IMU.EllipsoidFitting struct EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723 : public RuntimeObject { public: // o0.Geometry.Vector`1 o0.IMU.EllipsoidFitting::
k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CCenterU3Ek__BackingField_0; // MathNet.Numerics.LinearAlgebra.Matrix`1 o0.IMU.EllipsoidFitting::k__BackingField Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___U3CCorrectMatrixU3Ek__BackingField_1; // o0.Geometry.Vector`1 o0.IMU.EllipsoidFitting::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CRadiusU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CCenterU3Ek__BackingField_0() { return static_cast(offsetof(EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723, ___U3CCenterU3Ek__BackingField_0)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CCenterU3Ek__BackingField_0() const { return ___U3CCenterU3Ek__BackingField_0; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CCenterU3Ek__BackingField_0() { return &___U3CCenterU3Ek__BackingField_0; } inline void set_U3CCenterU3Ek__BackingField_0(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CCenterU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CCorrectMatrixU3Ek__BackingField_1() { return static_cast(offsetof(EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723, ___U3CCorrectMatrixU3Ek__BackingField_1)); } inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * get_U3CCorrectMatrixU3Ek__BackingField_1() const { return ___U3CCorrectMatrixU3Ek__BackingField_1; } inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 ** get_address_of_U3CCorrectMatrixU3Ek__BackingField_1() { return &___U3CCorrectMatrixU3Ek__BackingField_1; } inline void set_U3CCorrectMatrixU3Ek__BackingField_1(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * value) { ___U3CCorrectMatrixU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCorrectMatrixU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CRadiusU3Ek__BackingField_2() { return static_cast(offsetof(EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723, ___U3CRadiusU3Ek__BackingField_2)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CRadiusU3Ek__BackingField_2() const { return ___U3CRadiusU3Ek__BackingField_2; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CRadiusU3Ek__BackingField_2() { return &___U3CRadiusU3Ek__BackingField_2; } inline void set_U3CRadiusU3Ek__BackingField_2(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CRadiusU3Ek__BackingField_2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // BestHTTP.Decompression.Zlib.FlushType struct FlushType_t3B2A005B97431886F7418469BB8AAD3D6C6D9B45 { public: // System.Int32 BestHTTP.Decompression.Zlib.FlushType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FlushType_t3B2A005B97431886F7418469BB8AAD3D6C6D9B45, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve struct FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::m_q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_q_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::m_r BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_r_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::m_infinity FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_q_17() { return static_cast(offsetof(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8, ___m_q_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_q_17() const { return ___m_q_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_q_17() { return &___m_q_17; } inline void set_m_q_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_q_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_q_17), (void*)value); } inline static int32_t get_offset_of_m_r_18() { return static_cast(offsetof(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8, ___m_r_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_r_18() const { return ___m_r_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_r_18() { return &___m_r_18; } inline void set_m_r_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_r_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_r_18), (void*)value); } inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8, ___m_infinity_19)); } inline FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 * get_m_infinity_19() const { return ___m_infinity_19; } inline FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.Forms.HTTPFormUsage struct HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E { public: // System.Int32 BestHTTP.Forms.HTTPFormUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.HTTPMethods struct HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195 { public: // System.Byte BestHTTP.HTTPMethods::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // BestHTTP.HTTPRequestStates struct HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F { public: // System.Int32 BestHTTP.HTTPRequestStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // UnityEngine.RuntimePlatform struct RuntimePlatform_tB8798C800FD9810C0FE2B7D2F2A0A3979D239065 { public: // System.Int32 UnityEngine.RuntimePlatform::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RuntimePlatform_tB8798C800FD9810C0FE2B7D2F2A0A3979D239065, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Space struct Space_t568D704D2B0AAC3E5894DDFF13DB2E02E2CD539E { public: // System.Int32 UnityEngine.Space::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Space_t568D704D2B0AAC3E5894DDFF13DB2E02E2CD539E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SupportedProtocols struct SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B { public: // System.Int32 BestHTTP.SupportedProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // MathNet.Numerics.LinearAlgebra.Symmetricity struct Symmetricity_t99B38D21073017F177CD3EE348CC3D06D0CFB465 { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Symmetricity::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Symmetricity_t99B38D21073017F177CD3EE348CC3D06D0CFB465, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.UploadHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_com { intptr_t ___m_Ptr_0; }; // System.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // MathNet.Numerics.LinearAlgebra.Zeros struct Zeros_t2093AC7F5FE1F3EBDE512DFFA991C84F9BEC0231 { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Zeros::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Zeros_t2093AC7F5FE1F3EBDE512DFFA991C84F9BEC0231, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.ZlibStreamFlavor struct ZlibStreamFlavor_tFF5D12E6DF48A12F37836CAFF76F19B8B06E314E { public: // System.Int32 BestHTTP.Decompression.Zlib.ZlibStreamFlavor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ZlibStreamFlavor_tFF5D12E6DF48A12F37836CAFF76F19B8B06E314E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // o0.Bow.o0663Axis struct o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 : public RuntimeObject { public: // o0.IMU._663AxisPreProcessor o0.Bow.o0663Axis::Attitude _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * ___Attitude_0; // System.Collections.Generic.List`1 o0.Bow.o0663Axis::States List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * ___States_4; // System.Int32 o0.Bow.o0663Axis::StatesMaxCount int32_t ___StatesMaxCount_5; // System.Single o0.Bow.o0663Axis::x float ___x_6; // System.Single o0.Bow.o0663Axis::y float ___y_7; // System.Single o0.Bow.o0663Axis::z float ___z_8; // System.Int64 o0.Bow.o0663Axis::TimeGapOld int64_t ___TimeGapOld_9; // System.Double o0.Bow.o0663Axis::lastv double ___lastv_10; // System.Int32 o0.Bow.o0663Axis::ShakeFrame int32_t ___ShakeFrame_11; // System.Int32 o0.Bow.o0663Axis::AccVarianceInput int32_t ___AccVarianceInput_12; // System.Double o0.Bow.o0663Axis::diff double ___diff_13; public: inline static int32_t get_offset_of_Attitude_0() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___Attitude_0)); } inline _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * get_Attitude_0() const { return ___Attitude_0; } inline _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 ** get_address_of_Attitude_0() { return &___Attitude_0; } inline void set_Attitude_0(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * value) { ___Attitude_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Attitude_0), (void*)value); } inline static int32_t get_offset_of_States_4() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___States_4)); } inline List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * get_States_4() const { return ___States_4; } inline List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E ** get_address_of_States_4() { return &___States_4; } inline void set_States_4(List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * value) { ___States_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___States_4), (void*)value); } inline static int32_t get_offset_of_StatesMaxCount_5() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___StatesMaxCount_5)); } inline int32_t get_StatesMaxCount_5() const { return ___StatesMaxCount_5; } inline int32_t* get_address_of_StatesMaxCount_5() { return &___StatesMaxCount_5; } inline void set_StatesMaxCount_5(int32_t value) { ___StatesMaxCount_5 = value; } inline static int32_t get_offset_of_x_6() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___x_6)); } inline float get_x_6() const { return ___x_6; } inline float* get_address_of_x_6() { return &___x_6; } inline void set_x_6(float value) { ___x_6 = value; } inline static int32_t get_offset_of_y_7() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___y_7)); } inline float get_y_7() const { return ___y_7; } inline float* get_address_of_y_7() { return &___y_7; } inline void set_y_7(float value) { ___y_7 = value; } inline static int32_t get_offset_of_z_8() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___z_8)); } inline float get_z_8() const { return ___z_8; } inline float* get_address_of_z_8() { return &___z_8; } inline void set_z_8(float value) { ___z_8 = value; } inline static int32_t get_offset_of_TimeGapOld_9() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___TimeGapOld_9)); } inline int64_t get_TimeGapOld_9() const { return ___TimeGapOld_9; } inline int64_t* get_address_of_TimeGapOld_9() { return &___TimeGapOld_9; } inline void set_TimeGapOld_9(int64_t value) { ___TimeGapOld_9 = value; } inline static int32_t get_offset_of_lastv_10() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___lastv_10)); } inline double get_lastv_10() const { return ___lastv_10; } inline double* get_address_of_lastv_10() { return &___lastv_10; } inline void set_lastv_10(double value) { ___lastv_10 = value; } inline static int32_t get_offset_of_ShakeFrame_11() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___ShakeFrame_11)); } inline int32_t get_ShakeFrame_11() const { return ___ShakeFrame_11; } inline int32_t* get_address_of_ShakeFrame_11() { return &___ShakeFrame_11; } inline void set_ShakeFrame_11(int32_t value) { ___ShakeFrame_11 = value; } inline static int32_t get_offset_of_AccVarianceInput_12() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___AccVarianceInput_12)); } inline int32_t get_AccVarianceInput_12() const { return ___AccVarianceInput_12; } inline int32_t* get_address_of_AccVarianceInput_12() { return &___AccVarianceInput_12; } inline void set_AccVarianceInput_12(int32_t value) { ___AccVarianceInput_12 = value; } inline static int32_t get_offset_of_diff_13() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___diff_13)); } inline double get_diff_13() const { return ___diff_13; } inline double* get_address_of_diff_13() { return &___diff_13; } inline void set_diff_13(double value) { ___diff_13 = value; } }; struct o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields { public: // System.Collections.Generic.List`1 o0.Bow.o0663Axis::QuaTest List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * ___QuaTest_1; // o0.Geometry.Vector`1 o0.Bow.o0663Axis::AccIdentity Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___AccIdentity_2; // o0.Geometry.Vector`1 o0.Bow.o0663Axis::MagIdentity Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___MagIdentity_3; public: inline static int32_t get_offset_of_QuaTest_1() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields, ___QuaTest_1)); } inline List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * get_QuaTest_1() const { return ___QuaTest_1; } inline List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB ** get_address_of_QuaTest_1() { return &___QuaTest_1; } inline void set_QuaTest_1(List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * value) { ___QuaTest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___QuaTest_1), (void*)value); } inline static int32_t get_offset_of_AccIdentity_2() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields, ___AccIdentity_2)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_AccIdentity_2() const { return ___AccIdentity_2; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_AccIdentity_2() { return &___AccIdentity_2; } inline void set_AccIdentity_2(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___AccIdentity_2 = value; } inline static int32_t get_offset_of_MagIdentity_3() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields, ___MagIdentity_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_MagIdentity_3() const { return ___MagIdentity_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_MagIdentity_3() { return &___MagIdentity_3; } inline void set_MagIdentity_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___MagIdentity_3 = value; } }; // o0.Bow.o09AxisAfterXiaMenFromDll struct o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD : public RuntimeObject { public: // o0.IMU._9AxisPreProcessor o0.Bow.o09AxisAfterXiaMenFromDll::Attitude _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * ___Attitude_0; // o0.IMU.HardwareVariance o0.Bow.o09AxisAfterXiaMenFromDll::GyrHardwareVariance HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * ___GyrHardwareVariance_1; // o0.IMU.HardwareVariance o0.Bow.o09AxisAfterXiaMenFromDll::AccHardwareVariance HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * ___AccHardwareVariance_2; // o0.IMU.HardwareVariance o0.Bow.o09AxisAfterXiaMenFromDll::MagHardwareVariance HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * ___MagHardwareVariance_3; // System.Collections.Generic.List`1 o0.Bow.o09AxisAfterXiaMenFromDll::States List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * ___States_6; // System.Int32 o0.Bow.o09AxisAfterXiaMenFromDll::StatesMaxCount int32_t ___StatesMaxCount_7; // System.Int32 o0.Bow.o09AxisAfterXiaMenFromDll::ShakeFrame int32_t ___ShakeFrame_8; // System.Int32 o0.Bow.o09AxisAfterXiaMenFromDll::AccVarianceInput int32_t ___AccVarianceInput_9; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll::diff double ___diff_10; public: inline static int32_t get_offset_of_Attitude_0() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___Attitude_0)); } inline _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * get_Attitude_0() const { return ___Attitude_0; } inline _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 ** get_address_of_Attitude_0() { return &___Attitude_0; } inline void set_Attitude_0(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * value) { ___Attitude_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Attitude_0), (void*)value); } inline static int32_t get_offset_of_GyrHardwareVariance_1() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___GyrHardwareVariance_1)); } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * get_GyrHardwareVariance_1() const { return ___GyrHardwareVariance_1; } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 ** get_address_of_GyrHardwareVariance_1() { return &___GyrHardwareVariance_1; } inline void set_GyrHardwareVariance_1(HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * value) { ___GyrHardwareVariance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GyrHardwareVariance_1), (void*)value); } inline static int32_t get_offset_of_AccHardwareVariance_2() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___AccHardwareVariance_2)); } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * get_AccHardwareVariance_2() const { return ___AccHardwareVariance_2; } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 ** get_address_of_AccHardwareVariance_2() { return &___AccHardwareVariance_2; } inline void set_AccHardwareVariance_2(HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * value) { ___AccHardwareVariance_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___AccHardwareVariance_2), (void*)value); } inline static int32_t get_offset_of_MagHardwareVariance_3() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___MagHardwareVariance_3)); } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * get_MagHardwareVariance_3() const { return ___MagHardwareVariance_3; } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 ** get_address_of_MagHardwareVariance_3() { return &___MagHardwareVariance_3; } inline void set_MagHardwareVariance_3(HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * value) { ___MagHardwareVariance_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___MagHardwareVariance_3), (void*)value); } inline static int32_t get_offset_of_States_6() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___States_6)); } inline List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * get_States_6() const { return ___States_6; } inline List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 ** get_address_of_States_6() { return &___States_6; } inline void set_States_6(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * value) { ___States_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___States_6), (void*)value); } inline static int32_t get_offset_of_StatesMaxCount_7() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___StatesMaxCount_7)); } inline int32_t get_StatesMaxCount_7() const { return ___StatesMaxCount_7; } inline int32_t* get_address_of_StatesMaxCount_7() { return &___StatesMaxCount_7; } inline void set_StatesMaxCount_7(int32_t value) { ___StatesMaxCount_7 = value; } inline static int32_t get_offset_of_ShakeFrame_8() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___ShakeFrame_8)); } inline int32_t get_ShakeFrame_8() const { return ___ShakeFrame_8; } inline int32_t* get_address_of_ShakeFrame_8() { return &___ShakeFrame_8; } inline void set_ShakeFrame_8(int32_t value) { ___ShakeFrame_8 = value; } inline static int32_t get_offset_of_AccVarianceInput_9() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___AccVarianceInput_9)); } inline int32_t get_AccVarianceInput_9() const { return ___AccVarianceInput_9; } inline int32_t* get_address_of_AccVarianceInput_9() { return &___AccVarianceInput_9; } inline void set_AccVarianceInput_9(int32_t value) { ___AccVarianceInput_9 = value; } inline static int32_t get_offset_of_diff_10() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___diff_10)); } inline double get_diff_10() const { return ___diff_10; } inline double* get_address_of_diff_10() { return &___diff_10; } inline void set_diff_10(double value) { ___diff_10 = value; } }; struct o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields { public: // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll::AccIdentity Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___AccIdentity_4; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll::MagIdentity Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___MagIdentity_5; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll::vari double ___vari_11; public: inline static int32_t get_offset_of_AccIdentity_4() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields, ___AccIdentity_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_AccIdentity_4() const { return ___AccIdentity_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_AccIdentity_4() { return &___AccIdentity_4; } inline void set_AccIdentity_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___AccIdentity_4 = value; } inline static int32_t get_offset_of_MagIdentity_5() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields, ___MagIdentity_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_MagIdentity_5() const { return ___MagIdentity_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_MagIdentity_5() { return &___MagIdentity_5; } inline void set_MagIdentity_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___MagIdentity_5 = value; } inline static int32_t get_offset_of_vari_11() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields, ___vari_11)); } inline double get_vari_11() const { return ___vari_11; } inline double* get_address_of_vari_11() { return &___vari_11; } inline void set_vari_11(double value) { ___vari_11 = value; } }; // o0.Bow.o09AxisCS struct o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A : public RuntimeObject { public: // o0Project.Variance o0.Bow.o09AxisCS::HardwareVarianceGyr Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * ___HardwareVarianceGyr_3; // o0Project.Variance o0.Bow.o09AxisCS::HardwareVarianceAcc Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * ___HardwareVarianceAcc_4; // o0Project.Variance o0.Bow.o09AxisCS::HardwareVarianceMag Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * ___HardwareVarianceMag_5; // System.Collections.Generic.List`1 o0.Bow.o09AxisCS::States List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * ___States_6; // System.Single o0.Bow.o09AxisCS::x float ___x_7; // System.Single o0.Bow.o09AxisCS::y float ___y_8; // System.Single o0.Bow.o09AxisCS::z float ___z_9; // System.Int64 o0.Bow.o09AxisCS::TimeGapOld int64_t ___TimeGapOld_10; // o0Aien.o0WeightedAverageFilterVector3 o0.Bow.o09AxisCS::AccFilter o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * ___AccFilter_11; // o0Aien.o0WeightedAverageFilterVector3 o0.Bow.o09AxisCS::MagFilter o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * ___MagFilter_12; // System.Int32 o0.Bow.o09AxisCS::ShakeFrame int32_t ___ShakeFrame_13; // System.Int32 o0.Bow.o09AxisCS::AccVarianceInput int32_t ___AccVarianceInput_14; // System.Double o0.Bow.o09AxisCS::diff double ___diff_15; public: inline static int32_t get_offset_of_HardwareVarianceGyr_3() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___HardwareVarianceGyr_3)); } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * get_HardwareVarianceGyr_3() const { return ___HardwareVarianceGyr_3; } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 ** get_address_of_HardwareVarianceGyr_3() { return &___HardwareVarianceGyr_3; } inline void set_HardwareVarianceGyr_3(Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * value) { ___HardwareVarianceGyr_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___HardwareVarianceGyr_3), (void*)value); } inline static int32_t get_offset_of_HardwareVarianceAcc_4() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___HardwareVarianceAcc_4)); } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * get_HardwareVarianceAcc_4() const { return ___HardwareVarianceAcc_4; } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 ** get_address_of_HardwareVarianceAcc_4() { return &___HardwareVarianceAcc_4; } inline void set_HardwareVarianceAcc_4(Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * value) { ___HardwareVarianceAcc_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___HardwareVarianceAcc_4), (void*)value); } inline static int32_t get_offset_of_HardwareVarianceMag_5() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___HardwareVarianceMag_5)); } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * get_HardwareVarianceMag_5() const { return ___HardwareVarianceMag_5; } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 ** get_address_of_HardwareVarianceMag_5() { return &___HardwareVarianceMag_5; } inline void set_HardwareVarianceMag_5(Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * value) { ___HardwareVarianceMag_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___HardwareVarianceMag_5), (void*)value); } inline static int32_t get_offset_of_States_6() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___States_6)); } inline List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * get_States_6() const { return ___States_6; } inline List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 ** get_address_of_States_6() { return &___States_6; } inline void set_States_6(List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * value) { ___States_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___States_6), (void*)value); } inline static int32_t get_offset_of_x_7() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___x_7)); } inline float get_x_7() const { return ___x_7; } inline float* get_address_of_x_7() { return &___x_7; } inline void set_x_7(float value) { ___x_7 = value; } inline static int32_t get_offset_of_y_8() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___y_8)); } inline float get_y_8() const { return ___y_8; } inline float* get_address_of_y_8() { return &___y_8; } inline void set_y_8(float value) { ___y_8 = value; } inline static int32_t get_offset_of_z_9() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___z_9)); } inline float get_z_9() const { return ___z_9; } inline float* get_address_of_z_9() { return &___z_9; } inline void set_z_9(float value) { ___z_9 = value; } inline static int32_t get_offset_of_TimeGapOld_10() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___TimeGapOld_10)); } inline int64_t get_TimeGapOld_10() const { return ___TimeGapOld_10; } inline int64_t* get_address_of_TimeGapOld_10() { return &___TimeGapOld_10; } inline void set_TimeGapOld_10(int64_t value) { ___TimeGapOld_10 = value; } inline static int32_t get_offset_of_AccFilter_11() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___AccFilter_11)); } inline o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * get_AccFilter_11() const { return ___AccFilter_11; } inline o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 ** get_address_of_AccFilter_11() { return &___AccFilter_11; } inline void set_AccFilter_11(o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * value) { ___AccFilter_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___AccFilter_11), (void*)value); } inline static int32_t get_offset_of_MagFilter_12() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___MagFilter_12)); } inline o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * get_MagFilter_12() const { return ___MagFilter_12; } inline o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 ** get_address_of_MagFilter_12() { return &___MagFilter_12; } inline void set_MagFilter_12(o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * value) { ___MagFilter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___MagFilter_12), (void*)value); } inline static int32_t get_offset_of_ShakeFrame_13() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___ShakeFrame_13)); } inline int32_t get_ShakeFrame_13() const { return ___ShakeFrame_13; } inline int32_t* get_address_of_ShakeFrame_13() { return &___ShakeFrame_13; } inline void set_ShakeFrame_13(int32_t value) { ___ShakeFrame_13 = value; } inline static int32_t get_offset_of_AccVarianceInput_14() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___AccVarianceInput_14)); } inline int32_t get_AccVarianceInput_14() const { return ___AccVarianceInput_14; } inline int32_t* get_address_of_AccVarianceInput_14() { return &___AccVarianceInput_14; } inline void set_AccVarianceInput_14(int32_t value) { ___AccVarianceInput_14 = value; } inline static int32_t get_offset_of_diff_15() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___diff_15)); } inline double get_diff_15() const { return ___diff_15; } inline double* get_address_of_diff_15() { return &___diff_15; } inline void set_diff_15(double value) { ___diff_15 = value; } }; struct o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields { public: // System.Collections.Generic.List`1 o0.Bow.o09AxisCS::QuaTest List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * ___QuaTest_0; // UnityEngine.Vector3 o0.Bow.o09AxisCS::AccIdentity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccIdentity_1; // UnityEngine.Vector3 o0.Bow.o09AxisCS::MagIdentity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagIdentity_2; public: inline static int32_t get_offset_of_QuaTest_0() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields, ___QuaTest_0)); } inline List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * get_QuaTest_0() const { return ___QuaTest_0; } inline List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB ** get_address_of_QuaTest_0() { return &___QuaTest_0; } inline void set_QuaTest_0(List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * value) { ___QuaTest_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___QuaTest_0), (void*)value); } inline static int32_t get_offset_of_AccIdentity_1() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields, ___AccIdentity_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_AccIdentity_1() const { return ___AccIdentity_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_AccIdentity_1() { return &___AccIdentity_1; } inline void set_AccIdentity_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___AccIdentity_1 = value; } inline static int32_t get_offset_of_MagIdentity_2() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields, ___MagIdentity_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_MagIdentity_2() const { return ___MagIdentity_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_MagIdentity_2() { return &___MagIdentity_2; } inline void set_MagIdentity_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___MagIdentity_2 = value; } }; // o0GyrCalibrater struct o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA : public RuntimeObject { public: // UnityEngine.Vector3 o0GyrCalibrater::_Average Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____Average_0; // System.Int64 o0GyrCalibrater::Count int64_t ___Count_1; public: inline static int32_t get_offset_of__Average_0() { return static_cast(offsetof(o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA, ____Average_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__Average_0() const { return ____Average_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__Average_0() { return &____Average_0; } inline void set__Average_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____Average_0 = value; } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA, ___Count_1)); } inline int64_t get_Count_1() const { return ___Count_1; } inline int64_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int64_t value) { ___Count_1 = value; } }; // o0MagneticCalibrater struct o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 : public RuntimeObject { public: // UnityEngine.Vector3 o0MagneticCalibrater::_Center Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____Center_0; // UnityEngine.Vector3 o0MagneticCalibrater::_Radius Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____Radius_1; // System.Collections.Generic.HashSet`1 o0MagneticCalibrater::Point HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * ___Point_2; // System.Int32 o0MagneticCalibrater::PointMaxCount int32_t ___PointMaxCount_3; // System.Collections.Generic.Dictionary`2,System.Single> o0MagneticCalibrater::Distance Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * ___Distance_4; // System.Random o0MagneticCalibrater::r Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * ___r_5; public: inline static int32_t get_offset_of__Center_0() { return static_cast(offsetof(o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6, ____Center_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__Center_0() const { return ____Center_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__Center_0() { return &____Center_0; } inline void set__Center_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____Center_0 = value; } inline static int32_t get_offset_of__Radius_1() { return static_cast(offsetof(o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6, ____Radius_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__Radius_1() const { return ____Radius_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__Radius_1() { return &____Radius_1; } inline void set__Radius_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____Radius_1 = value; } inline static int32_t get_offset_of_Point_2() { return static_cast(offsetof(o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6, ___Point_2)); } inline HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * get_Point_2() const { return ___Point_2; } inline HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C ** get_address_of_Point_2() { return &___Point_2; } inline void set_Point_2(HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * value) { ___Point_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Point_2), (void*)value); } inline static int32_t get_offset_of_PointMaxCount_3() { return static_cast(offsetof(o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6, ___PointMaxCount_3)); } inline int32_t get_PointMaxCount_3() const { return ___PointMaxCount_3; } inline int32_t* get_address_of_PointMaxCount_3() { return &___PointMaxCount_3; } inline void set_PointMaxCount_3(int32_t value) { ___PointMaxCount_3 = value; } inline static int32_t get_offset_of_Distance_4() { return static_cast(offsetof(o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6, ___Distance_4)); } inline Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * get_Distance_4() const { return ___Distance_4; } inline Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 ** get_address_of_Distance_4() { return &___Distance_4; } inline void set_Distance_4(Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * value) { ___Distance_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Distance_4), (void*)value); } inline static int32_t get_offset_of_r_5() { return static_cast(offsetof(o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6, ___r_5)); } inline Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * get_r_5() const { return ___r_5; } inline Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 ** get_address_of_r_5() { return &___r_5; } inline void set_r_5(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * value) { ___r_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___r_5), (void*)value); } }; // o0MagneticCalibraterEllipsoidFitting struct o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E : public RuntimeObject { public: // UnityEngine.Vector3 o0MagneticCalibraterEllipsoidFitting::_Center Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____Center_0; // MathNet.Numerics.LinearAlgebra.Matrix`1 o0MagneticCalibraterEllipsoidFitting::_CorrectMatrix Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ____CorrectMatrix_1; // System.Collections.Generic.List`1 o0MagneticCalibraterEllipsoidFitting::records List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___records_2; // UnityEngine.Vector3 o0MagneticCalibraterEllipsoidFitting::_Radius Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____Radius_3; // System.Collections.Generic.List`1 o0MagneticCalibraterEllipsoidFitting::BadRecords List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___BadRecords_4; public: inline static int32_t get_offset_of__Center_0() { return static_cast(offsetof(o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E, ____Center_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__Center_0() const { return ____Center_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__Center_0() { return &____Center_0; } inline void set__Center_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____Center_0 = value; } inline static int32_t get_offset_of__CorrectMatrix_1() { return static_cast(offsetof(o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E, ____CorrectMatrix_1)); } inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * get__CorrectMatrix_1() const { return ____CorrectMatrix_1; } inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 ** get_address_of__CorrectMatrix_1() { return &____CorrectMatrix_1; } inline void set__CorrectMatrix_1(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * value) { ____CorrectMatrix_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____CorrectMatrix_1), (void*)value); } inline static int32_t get_offset_of_records_2() { return static_cast(offsetof(o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E, ___records_2)); } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * get_records_2() const { return ___records_2; } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 ** get_address_of_records_2() { return &___records_2; } inline void set_records_2(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * value) { ___records_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___records_2), (void*)value); } inline static int32_t get_offset_of__Radius_3() { return static_cast(offsetof(o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E, ____Radius_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__Radius_3() const { return ____Radius_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__Radius_3() { return &____Radius_3; } inline void set__Radius_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____Radius_3 = value; } inline static int32_t get_offset_of_BadRecords_4() { return static_cast(offsetof(o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E, ___BadRecords_4)); } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * get_BadRecords_4() const { return ___BadRecords_4; } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 ** get_address_of_BadRecords_4() { return &___BadRecords_4; } inline void set_BadRecords_4(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * value) { ___BadRecords_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___BadRecords_4), (void*)value); } }; // o0MagneticCalibraterSimple struct o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5 : public RuntimeObject { public: // UnityEngine.Vector3 o0MagneticCalibraterSimple::_Center Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____Center_0; // UnityEngine.Vector3 o0MagneticCalibraterSimple::_Radius Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____Radius_1; // UnityEngine.Vector3 o0MagneticCalibraterSimple::Min Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Min_2; // UnityEngine.Vector3 o0MagneticCalibraterSimple::Max Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Max_3; public: inline static int32_t get_offset_of__Center_0() { return static_cast(offsetof(o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5, ____Center_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__Center_0() const { return ____Center_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__Center_0() { return &____Center_0; } inline void set__Center_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____Center_0 = value; } inline static int32_t get_offset_of__Radius_1() { return static_cast(offsetof(o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5, ____Radius_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__Radius_1() const { return ____Radius_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__Radius_1() { return &____Radius_1; } inline void set__Radius_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____Radius_1 = value; } inline static int32_t get_offset_of_Min_2() { return static_cast(offsetof(o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5, ___Min_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Min_2() const { return ___Min_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Min_2() { return &___Min_2; } inline void set_Min_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Min_2 = value; } inline static int32_t get_offset_of_Max_3() { return static_cast(offsetof(o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5, ___Max_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Max_3() const { return ___Max_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Max_3() { return &___Max_3; } inline void set_Max_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Max_3 = value; } }; // o0Vector3Filter struct o0Vector3Filter_t1280ACEDA62F833D740C39D5316D2DC11E764907 : public RuntimeObject { public: // UnityEngine.Vector3 o0Vector3Filter::state Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___state_0; // System.Single o0Vector3Filter::Variance float ___Variance_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(o0Vector3Filter_t1280ACEDA62F833D740C39D5316D2DC11E764907, ___state_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_state_0() const { return ___state_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_state_0() { return &___state_0; } inline void set_state_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___state_0 = value; } inline static int32_t get_offset_of_Variance_1() { return static_cast(offsetof(o0Vector3Filter_t1280ACEDA62F833D740C39D5316D2DC11E764907, ___Variance_1)); } inline float get_Variance_1() const { return ___Variance_1; } inline float* get_address_of_Variance_1() { return &___Variance_1; } inline void set_Variance_1(float value) { ___Variance_1 = value; } }; // UnityStandardAssets.Cameras.AbstractTargetFollower/UpdateType struct UpdateType_t2F5DA5F97CCB40A26CFF5A22A048F3411C046016 { public: // System.Int32 UnityStandardAssets.Cameras.AbstractTargetFollower/UpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateType_t2F5DA5F97CCB40A26CFF5A22A048F3411C046016, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.Utility.ActivateTrigger/Mode struct Mode_tA598B896B38830B213FF142164EBC73FB3F54352 { public: // System.Int32 UnityStandardAssets.Utility.ActivateTrigger/Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_tA598B896B38830B213FF142164EBC73FB3F54352, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.InflateManager/InflateManagerMode struct InflateManagerMode_t39DD879F4C21F5B6DE4A6E635D602ED74BE3548D { public: // System.Int32 BestHTTP.Decompression.Zlib.InflateManager/InflateManagerMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InflateManagerMode_t39DD879F4C21F5B6DE4A6E635D602ED74BE3548D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Networking.UnityWebRequest/Result struct Result_t3233C0F690EC3844C8E0C4649568659679AFBE75 { public: // System.Int32 UnityEngine.Networking.UnityWebRequest/Result::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Result_t3233C0F690EC3844C8E0C4649568659679AFBE75, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.ZlibBaseStream/StreamMode struct StreamMode_t474448175308F31151931899EFB7A26AE6DC3264 { public: // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream/StreamMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamMode_t474448175308F31151931899EFB7A26AE6DC3264, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // o0.Bow.o0663Axis/State struct State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 : public RuntimeObject { public: // System.Double o0.Bow.o0663Axis/State::TimeGap double ___TimeGap_0; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::Acc Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Acc_1; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::AccSmooth Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___AccSmooth_2; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::Gyr Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Gyr_3; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::Mag Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Mag_4; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::MagSmooth Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___MagSmooth_5; // System.Double o0.Bow.o0663Axis/State::GapMS double ___GapMS_6; // o0.Geometry.Quaternion o0.Bow.o0663Axis/State::Qua Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___Qua_7; // o0.Geometry.Quaternion o0.Bow.o0663Axis/State::QuaSmooth Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___QuaSmooth_8; // System.Double o0.Bow.o0663Axis/State::Variance double ___Variance_9; // System.Double o0.Bow.o0663Axis/State::GyrVariance double ___GyrVariance_10; // System.Double o0.Bow.o0663Axis/State::AccVariance double ___AccVariance_11; // System.Double o0.Bow.o0663Axis/State::MagVariance double ___MagVariance_12; // o0.Geometry.Quaternion o0.Bow.o0663Axis/State::QuaAccMag Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___QuaAccMag_13; // System.Int32 o0.Bow.o0663Axis/State::QuaAccMagCount int32_t ___QuaAccMagCount_14; // System.Double o0.Bow.o0663Axis/State::AccMagVariance double ___AccMagVariance_15; // System.Double o0.Bow.o0663Axis/State::TotalVariance double ___TotalVariance_16; public: inline static int32_t get_offset_of_TimeGap_0() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___TimeGap_0)); } inline double get_TimeGap_0() const { return ___TimeGap_0; } inline double* get_address_of_TimeGap_0() { return &___TimeGap_0; } inline void set_TimeGap_0(double value) { ___TimeGap_0 = value; } inline static int32_t get_offset_of_Acc_1() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Acc_1)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Acc_1() const { return ___Acc_1; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Acc_1() { return &___Acc_1; } inline void set_Acc_1(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Acc_1 = value; } inline static int32_t get_offset_of_AccSmooth_2() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___AccSmooth_2)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_AccSmooth_2() const { return ___AccSmooth_2; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_AccSmooth_2() { return &___AccSmooth_2; } inline void set_AccSmooth_2(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___AccSmooth_2 = value; } inline static int32_t get_offset_of_Gyr_3() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Gyr_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Gyr_3() const { return ___Gyr_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Gyr_3() { return &___Gyr_3; } inline void set_Gyr_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Gyr_3 = value; } inline static int32_t get_offset_of_Mag_4() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Mag_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Mag_4() const { return ___Mag_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Mag_4() { return &___Mag_4; } inline void set_Mag_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Mag_4 = value; } inline static int32_t get_offset_of_MagSmooth_5() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___MagSmooth_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_MagSmooth_5() const { return ___MagSmooth_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_MagSmooth_5() { return &___MagSmooth_5; } inline void set_MagSmooth_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___MagSmooth_5 = value; } inline static int32_t get_offset_of_GapMS_6() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___GapMS_6)); } inline double get_GapMS_6() const { return ___GapMS_6; } inline double* get_address_of_GapMS_6() { return &___GapMS_6; } inline void set_GapMS_6(double value) { ___GapMS_6 = value; } inline static int32_t get_offset_of_Qua_7() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Qua_7)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_Qua_7() const { return ___Qua_7; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_Qua_7() { return &___Qua_7; } inline void set_Qua_7(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___Qua_7 = value; } inline static int32_t get_offset_of_QuaSmooth_8() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___QuaSmooth_8)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_QuaSmooth_8() const { return ___QuaSmooth_8; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_QuaSmooth_8() { return &___QuaSmooth_8; } inline void set_QuaSmooth_8(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___QuaSmooth_8 = value; } inline static int32_t get_offset_of_Variance_9() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Variance_9)); } inline double get_Variance_9() const { return ___Variance_9; } inline double* get_address_of_Variance_9() { return &___Variance_9; } inline void set_Variance_9(double value) { ___Variance_9 = value; } inline static int32_t get_offset_of_GyrVariance_10() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___GyrVariance_10)); } inline double get_GyrVariance_10() const { return ___GyrVariance_10; } inline double* get_address_of_GyrVariance_10() { return &___GyrVariance_10; } inline void set_GyrVariance_10(double value) { ___GyrVariance_10 = value; } inline static int32_t get_offset_of_AccVariance_11() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___AccVariance_11)); } inline double get_AccVariance_11() const { return ___AccVariance_11; } inline double* get_address_of_AccVariance_11() { return &___AccVariance_11; } inline void set_AccVariance_11(double value) { ___AccVariance_11 = value; } inline static int32_t get_offset_of_MagVariance_12() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___MagVariance_12)); } inline double get_MagVariance_12() const { return ___MagVariance_12; } inline double* get_address_of_MagVariance_12() { return &___MagVariance_12; } inline void set_MagVariance_12(double value) { ___MagVariance_12 = value; } inline static int32_t get_offset_of_QuaAccMag_13() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___QuaAccMag_13)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_QuaAccMag_13() const { return ___QuaAccMag_13; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_QuaAccMag_13() { return &___QuaAccMag_13; } inline void set_QuaAccMag_13(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___QuaAccMag_13 = value; } inline static int32_t get_offset_of_QuaAccMagCount_14() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___QuaAccMagCount_14)); } inline int32_t get_QuaAccMagCount_14() const { return ___QuaAccMagCount_14; } inline int32_t* get_address_of_QuaAccMagCount_14() { return &___QuaAccMagCount_14; } inline void set_QuaAccMagCount_14(int32_t value) { ___QuaAccMagCount_14 = value; } inline static int32_t get_offset_of_AccMagVariance_15() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___AccMagVariance_15)); } inline double get_AccMagVariance_15() const { return ___AccMagVariance_15; } inline double* get_address_of_AccMagVariance_15() { return &___AccMagVariance_15; } inline void set_AccMagVariance_15(double value) { ___AccMagVariance_15 = value; } inline static int32_t get_offset_of_TotalVariance_16() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___TotalVariance_16)); } inline double get_TotalVariance_16() const { return ___TotalVariance_16; } inline double* get_address_of_TotalVariance_16() { return &___TotalVariance_16; } inline void set_TotalVariance_16(double value) { ___TotalVariance_16 = value; } }; // o09Axis/State struct State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E { public: // System.Int32 o09Axis/State::TimeGap int32_t ___TimeGap_0; // UnityEngine.Vector3 o09Axis/State::Acc Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Acc_1; // UnityEngine.Vector3 o09Axis/State::AccSmooth Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccSmooth_2; // System.Single o09Axis/State::AccVariance float ___AccVariance_3; // UnityEngine.Vector3 o09Axis/State::Gyr Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Gyr_4; // UnityEngine.Vector3 o09Axis/State::Mag Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Mag_5; // UnityEngine.Vector3 o09Axis/State::MagSmooth Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagSmooth_6; // UnityEngine.Quaternion o09Axis/State::Qua Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___Qua_7; // UnityEngine.Quaternion o09Axis/State::QuaSmooth Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___QuaSmooth_8; // System.Single o09Axis/State::Variance float ___Variance_9; public: inline static int32_t get_offset_of_TimeGap_0() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___TimeGap_0)); } inline int32_t get_TimeGap_0() const { return ___TimeGap_0; } inline int32_t* get_address_of_TimeGap_0() { return &___TimeGap_0; } inline void set_TimeGap_0(int32_t value) { ___TimeGap_0 = value; } inline static int32_t get_offset_of_Acc_1() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Acc_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Acc_1() const { return ___Acc_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Acc_1() { return &___Acc_1; } inline void set_Acc_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Acc_1 = value; } inline static int32_t get_offset_of_AccSmooth_2() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___AccSmooth_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_AccSmooth_2() const { return ___AccSmooth_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_AccSmooth_2() { return &___AccSmooth_2; } inline void set_AccSmooth_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___AccSmooth_2 = value; } inline static int32_t get_offset_of_AccVariance_3() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___AccVariance_3)); } inline float get_AccVariance_3() const { return ___AccVariance_3; } inline float* get_address_of_AccVariance_3() { return &___AccVariance_3; } inline void set_AccVariance_3(float value) { ___AccVariance_3 = value; } inline static int32_t get_offset_of_Gyr_4() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Gyr_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Gyr_4() const { return ___Gyr_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Gyr_4() { return &___Gyr_4; } inline void set_Gyr_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Gyr_4 = value; } inline static int32_t get_offset_of_Mag_5() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Mag_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Mag_5() const { return ___Mag_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Mag_5() { return &___Mag_5; } inline void set_Mag_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Mag_5 = value; } inline static int32_t get_offset_of_MagSmooth_6() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___MagSmooth_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_MagSmooth_6() const { return ___MagSmooth_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_MagSmooth_6() { return &___MagSmooth_6; } inline void set_MagSmooth_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___MagSmooth_6 = value; } inline static int32_t get_offset_of_Qua_7() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Qua_7)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_Qua_7() const { return ___Qua_7; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_Qua_7() { return &___Qua_7; } inline void set_Qua_7(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___Qua_7 = value; } inline static int32_t get_offset_of_QuaSmooth_8() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___QuaSmooth_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_QuaSmooth_8() const { return ___QuaSmooth_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_QuaSmooth_8() { return &___QuaSmooth_8; } inline void set_QuaSmooth_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___QuaSmooth_8 = value; } inline static int32_t get_offset_of_Variance_9() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Variance_9)); } inline float get_Variance_9() const { return ___Variance_9; } inline float* get_address_of_Variance_9() { return &___Variance_9; } inline void set_Variance_9(float value) { ___Variance_9 = value; } }; // o0.Bow.o09AxisAfterXiaMenFromDll/State struct State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E : public RuntimeObject { public: // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::TimeGap double ___TimeGap_0; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::Acc Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Acc_1; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::AccSmooth Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___AccSmooth_2; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::Gyr Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Gyr_3; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::Mag Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Mag_4; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::MagSmooth Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___MagSmooth_5; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::GapMS double ___GapMS_6; // o0.Geometry.Quaternion o0.Bow.o09AxisAfterXiaMenFromDll/State::Qua Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___Qua_7; // o0.Geometry.Quaternion o0.Bow.o09AxisAfterXiaMenFromDll/State::QuaSmooth Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___QuaSmooth_8; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::Variance double ___Variance_9; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::GyrVariance double ___GyrVariance_10; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::AccVariance double ___AccVariance_11; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::MagVariance double ___MagVariance_12; // o0.Geometry.Quaternion o0.Bow.o09AxisAfterXiaMenFromDll/State::QuaAccMag Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___QuaAccMag_13; // System.Int32 o0.Bow.o09AxisAfterXiaMenFromDll/State::QuaAccMagCount int32_t ___QuaAccMagCount_14; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::AccMagVariance double ___AccMagVariance_15; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::TotalVariance double ___TotalVariance_16; public: inline static int32_t get_offset_of_TimeGap_0() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___TimeGap_0)); } inline double get_TimeGap_0() const { return ___TimeGap_0; } inline double* get_address_of_TimeGap_0() { return &___TimeGap_0; } inline void set_TimeGap_0(double value) { ___TimeGap_0 = value; } inline static int32_t get_offset_of_Acc_1() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Acc_1)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Acc_1() const { return ___Acc_1; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Acc_1() { return &___Acc_1; } inline void set_Acc_1(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Acc_1 = value; } inline static int32_t get_offset_of_AccSmooth_2() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___AccSmooth_2)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_AccSmooth_2() const { return ___AccSmooth_2; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_AccSmooth_2() { return &___AccSmooth_2; } inline void set_AccSmooth_2(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___AccSmooth_2 = value; } inline static int32_t get_offset_of_Gyr_3() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Gyr_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Gyr_3() const { return ___Gyr_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Gyr_3() { return &___Gyr_3; } inline void set_Gyr_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Gyr_3 = value; } inline static int32_t get_offset_of_Mag_4() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Mag_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Mag_4() const { return ___Mag_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Mag_4() { return &___Mag_4; } inline void set_Mag_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Mag_4 = value; } inline static int32_t get_offset_of_MagSmooth_5() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___MagSmooth_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_MagSmooth_5() const { return ___MagSmooth_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_MagSmooth_5() { return &___MagSmooth_5; } inline void set_MagSmooth_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___MagSmooth_5 = value; } inline static int32_t get_offset_of_GapMS_6() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___GapMS_6)); } inline double get_GapMS_6() const { return ___GapMS_6; } inline double* get_address_of_GapMS_6() { return &___GapMS_6; } inline void set_GapMS_6(double value) { ___GapMS_6 = value; } inline static int32_t get_offset_of_Qua_7() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Qua_7)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_Qua_7() const { return ___Qua_7; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_Qua_7() { return &___Qua_7; } inline void set_Qua_7(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___Qua_7 = value; } inline static int32_t get_offset_of_QuaSmooth_8() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___QuaSmooth_8)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_QuaSmooth_8() const { return ___QuaSmooth_8; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_QuaSmooth_8() { return &___QuaSmooth_8; } inline void set_QuaSmooth_8(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___QuaSmooth_8 = value; } inline static int32_t get_offset_of_Variance_9() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Variance_9)); } inline double get_Variance_9() const { return ___Variance_9; } inline double* get_address_of_Variance_9() { return &___Variance_9; } inline void set_Variance_9(double value) { ___Variance_9 = value; } inline static int32_t get_offset_of_GyrVariance_10() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___GyrVariance_10)); } inline double get_GyrVariance_10() const { return ___GyrVariance_10; } inline double* get_address_of_GyrVariance_10() { return &___GyrVariance_10; } inline void set_GyrVariance_10(double value) { ___GyrVariance_10 = value; } inline static int32_t get_offset_of_AccVariance_11() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___AccVariance_11)); } inline double get_AccVariance_11() const { return ___AccVariance_11; } inline double* get_address_of_AccVariance_11() { return &___AccVariance_11; } inline void set_AccVariance_11(double value) { ___AccVariance_11 = value; } inline static int32_t get_offset_of_MagVariance_12() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___MagVariance_12)); } inline double get_MagVariance_12() const { return ___MagVariance_12; } inline double* get_address_of_MagVariance_12() { return &___MagVariance_12; } inline void set_MagVariance_12(double value) { ___MagVariance_12 = value; } inline static int32_t get_offset_of_QuaAccMag_13() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___QuaAccMag_13)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_QuaAccMag_13() const { return ___QuaAccMag_13; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_QuaAccMag_13() { return &___QuaAccMag_13; } inline void set_QuaAccMag_13(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___QuaAccMag_13 = value; } inline static int32_t get_offset_of_QuaAccMagCount_14() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___QuaAccMagCount_14)); } inline int32_t get_QuaAccMagCount_14() const { return ___QuaAccMagCount_14; } inline int32_t* get_address_of_QuaAccMagCount_14() { return &___QuaAccMagCount_14; } inline void set_QuaAccMagCount_14(int32_t value) { ___QuaAccMagCount_14 = value; } inline static int32_t get_offset_of_AccMagVariance_15() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___AccMagVariance_15)); } inline double get_AccMagVariance_15() const { return ___AccMagVariance_15; } inline double* get_address_of_AccMagVariance_15() { return &___AccMagVariance_15; } inline void set_AccMagVariance_15(double value) { ___AccMagVariance_15 = value; } inline static int32_t get_offset_of_TotalVariance_16() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___TotalVariance_16)); } inline double get_TotalVariance_16() const { return ___TotalVariance_16; } inline double* get_address_of_TotalVariance_16() { return &___TotalVariance_16; } inline void set_TotalVariance_16(double value) { ___TotalVariance_16 = value; } }; // o0.Bow.o09AxisCS/State struct State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 : public RuntimeObject { public: // System.Int64 o0.Bow.o09AxisCS/State::TimeGap int64_t ___TimeGap_0; // UnityEngine.Vector3 o0.Bow.o09AxisCS/State::Acc Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Acc_1; // UnityEngine.Vector3 o0.Bow.o09AxisCS/State::AccSmooth Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccSmooth_2; // UnityEngine.Vector3 o0.Bow.o09AxisCS/State::Gyr Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Gyr_3; // UnityEngine.Vector3 o0.Bow.o09AxisCS/State::Mag Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Mag_4; // UnityEngine.Vector3 o0.Bow.o09AxisCS/State::MagSmooth Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagSmooth_5; // System.Double o0.Bow.o09AxisCS/State::GapMS double ___GapMS_6; // UnityEngine.Quaternion o0.Bow.o09AxisCS/State::Qua Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___Qua_7; // UnityEngine.Quaternion o0.Bow.o09AxisCS/State::QuaSmooth Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___QuaSmooth_8; // System.Double o0.Bow.o09AxisCS/State::Variance double ___Variance_9; // System.Double o0.Bow.o09AxisCS/State::GyrVariance double ___GyrVariance_10; // System.Double o0.Bow.o09AxisCS/State::AccVariance double ___AccVariance_11; // System.Double o0.Bow.o09AxisCS/State::MagVariance double ___MagVariance_12; // UnityEngine.Quaternion o0.Bow.o09AxisCS/State::QuaAccMag Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___QuaAccMag_13; // System.Int32 o0.Bow.o09AxisCS/State::QuaAccMagCount int32_t ___QuaAccMagCount_14; // System.Double o0.Bow.o09AxisCS/State::AccMagVariance double ___AccMagVariance_15; // System.Double o0.Bow.o09AxisCS/State::TotalVariance double ___TotalVariance_16; public: inline static int32_t get_offset_of_TimeGap_0() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___TimeGap_0)); } inline int64_t get_TimeGap_0() const { return ___TimeGap_0; } inline int64_t* get_address_of_TimeGap_0() { return &___TimeGap_0; } inline void set_TimeGap_0(int64_t value) { ___TimeGap_0 = value; } inline static int32_t get_offset_of_Acc_1() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___Acc_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Acc_1() const { return ___Acc_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Acc_1() { return &___Acc_1; } inline void set_Acc_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Acc_1 = value; } inline static int32_t get_offset_of_AccSmooth_2() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___AccSmooth_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_AccSmooth_2() const { return ___AccSmooth_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_AccSmooth_2() { return &___AccSmooth_2; } inline void set_AccSmooth_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___AccSmooth_2 = value; } inline static int32_t get_offset_of_Gyr_3() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___Gyr_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Gyr_3() const { return ___Gyr_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Gyr_3() { return &___Gyr_3; } inline void set_Gyr_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Gyr_3 = value; } inline static int32_t get_offset_of_Mag_4() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___Mag_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Mag_4() const { return ___Mag_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Mag_4() { return &___Mag_4; } inline void set_Mag_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Mag_4 = value; } inline static int32_t get_offset_of_MagSmooth_5() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___MagSmooth_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_MagSmooth_5() const { return ___MagSmooth_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_MagSmooth_5() { return &___MagSmooth_5; } inline void set_MagSmooth_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___MagSmooth_5 = value; } inline static int32_t get_offset_of_GapMS_6() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___GapMS_6)); } inline double get_GapMS_6() const { return ___GapMS_6; } inline double* get_address_of_GapMS_6() { return &___GapMS_6; } inline void set_GapMS_6(double value) { ___GapMS_6 = value; } inline static int32_t get_offset_of_Qua_7() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___Qua_7)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_Qua_7() const { return ___Qua_7; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_Qua_7() { return &___Qua_7; } inline void set_Qua_7(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___Qua_7 = value; } inline static int32_t get_offset_of_QuaSmooth_8() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___QuaSmooth_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_QuaSmooth_8() const { return ___QuaSmooth_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_QuaSmooth_8() { return &___QuaSmooth_8; } inline void set_QuaSmooth_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___QuaSmooth_8 = value; } inline static int32_t get_offset_of_Variance_9() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___Variance_9)); } inline double get_Variance_9() const { return ___Variance_9; } inline double* get_address_of_Variance_9() { return &___Variance_9; } inline void set_Variance_9(double value) { ___Variance_9 = value; } inline static int32_t get_offset_of_GyrVariance_10() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___GyrVariance_10)); } inline double get_GyrVariance_10() const { return ___GyrVariance_10; } inline double* get_address_of_GyrVariance_10() { return &___GyrVariance_10; } inline void set_GyrVariance_10(double value) { ___GyrVariance_10 = value; } inline static int32_t get_offset_of_AccVariance_11() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___AccVariance_11)); } inline double get_AccVariance_11() const { return ___AccVariance_11; } inline double* get_address_of_AccVariance_11() { return &___AccVariance_11; } inline void set_AccVariance_11(double value) { ___AccVariance_11 = value; } inline static int32_t get_offset_of_MagVariance_12() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___MagVariance_12)); } inline double get_MagVariance_12() const { return ___MagVariance_12; } inline double* get_address_of_MagVariance_12() { return &___MagVariance_12; } inline void set_MagVariance_12(double value) { ___MagVariance_12 = value; } inline static int32_t get_offset_of_QuaAccMag_13() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___QuaAccMag_13)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_QuaAccMag_13() const { return ___QuaAccMag_13; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_QuaAccMag_13() { return &___QuaAccMag_13; } inline void set_QuaAccMag_13(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___QuaAccMag_13 = value; } inline static int32_t get_offset_of_QuaAccMagCount_14() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___QuaAccMagCount_14)); } inline int32_t get_QuaAccMagCount_14() const { return ___QuaAccMagCount_14; } inline int32_t* get_address_of_QuaAccMagCount_14() { return &___QuaAccMagCount_14; } inline void set_QuaAccMagCount_14(int32_t value) { ___QuaAccMagCount_14 = value; } inline static int32_t get_offset_of_AccMagVariance_15() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___AccMagVariance_15)); } inline double get_AccMagVariance_15() const { return ___AccMagVariance_15; } inline double* get_address_of_AccMagVariance_15() { return &___AccMagVariance_15; } inline void set_AccMagVariance_15(double value) { ___AccMagVariance_15 = value; } inline static int32_t get_offset_of_TotalVariance_16() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___TotalVariance_16)); } inline double get_TotalVariance_16() const { return ___TotalVariance_16; } inline double* get_address_of_TotalVariance_16() { return &___TotalVariance_16; } inline void set_TotalVariance_16(double value) { ___TotalVariance_16 = value; } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface/Type struct Type_tE25E229165249DAE8FE35DDDC942EC58754688B9 { public: // System.Int32 UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_tE25E229165249DAE8FE35DDDC942EC58754688B9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.AssetBundle struct AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.AssetBundleCreateRequest struct AssetBundleCreateRequest_t6AB0C8676D1DAA5F624663445F46FAB7D63EAA3A : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.AssetBundleCreateRequest struct AssetBundleCreateRequest_t6AB0C8676D1DAA5F624663445F46FAB7D63EAA3A_marshaled_pinvoke : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.AssetBundleCreateRequest struct AssetBundleCreateRequest_t6AB0C8676D1DAA5F624663445F46FAB7D63EAA3A_marshaled_com : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_com { }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.Decompression.Zlib.DeflateManager struct DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 : public RuntimeObject { public: // BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc BestHTTP.Decompression.Zlib.DeflateManager::DeflateFunction CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * ___DeflateFunction_2; // BestHTTP.Decompression.Zlib.ZlibCodec BestHTTP.Decompression.Zlib.DeflateManager::_codec ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ____codec_21; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::status int32_t ___status_22; // System.Byte[] BestHTTP.Decompression.Zlib.DeflateManager::pending ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pending_23; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::nextPending int32_t ___nextPending_24; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::pendingCount int32_t ___pendingCount_25; // System.SByte BestHTTP.Decompression.Zlib.DeflateManager::data_type int8_t ___data_type_26; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::last_flush int32_t ___last_flush_27; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::w_size int32_t ___w_size_28; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::w_bits int32_t ___w_bits_29; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::w_mask int32_t ___w_mask_30; // System.Byte[] BestHTTP.Decompression.Zlib.DeflateManager::window ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___window_31; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::window_size int32_t ___window_size_32; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::prev Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___prev_33; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::head Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___head_34; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::ins_h int32_t ___ins_h_35; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::hash_size int32_t ___hash_size_36; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::hash_bits int32_t ___hash_bits_37; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::hash_mask int32_t ___hash_mask_38; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::hash_shift int32_t ___hash_shift_39; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::block_start int32_t ___block_start_40; // BestHTTP.Decompression.Zlib.DeflateManager/Config BestHTTP.Decompression.Zlib.DeflateManager::config Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * ___config_41; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::match_length int32_t ___match_length_42; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::prev_match int32_t ___prev_match_43; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::match_available int32_t ___match_available_44; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::strstart int32_t ___strstart_45; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::match_start int32_t ___match_start_46; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::lookahead int32_t ___lookahead_47; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::prev_length int32_t ___prev_length_48; // BestHTTP.Decompression.Zlib.CompressionLevel BestHTTP.Decompression.Zlib.DeflateManager::compressionLevel int32_t ___compressionLevel_49; // BestHTTP.Decompression.Zlib.CompressionStrategy BestHTTP.Decompression.Zlib.DeflateManager::compressionStrategy int32_t ___compressionStrategy_50; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::dyn_ltree Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___dyn_ltree_51; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::dyn_dtree Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___dyn_dtree_52; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::bl_tree Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___bl_tree_53; // BestHTTP.Decompression.Zlib.ZTree BestHTTP.Decompression.Zlib.DeflateManager::treeLiterals ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * ___treeLiterals_54; // BestHTTP.Decompression.Zlib.ZTree BestHTTP.Decompression.Zlib.DeflateManager::treeDistances ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * ___treeDistances_55; // BestHTTP.Decompression.Zlib.ZTree BestHTTP.Decompression.Zlib.DeflateManager::treeBitLengths ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * ___treeBitLengths_56; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::bl_count Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___bl_count_57; // System.Int32[] BestHTTP.Decompression.Zlib.DeflateManager::heap Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___heap_58; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::heap_len int32_t ___heap_len_59; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::heap_max int32_t ___heap_max_60; // System.SByte[] BestHTTP.Decompression.Zlib.DeflateManager::depth SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* ___depth_61; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::_lengthOffset int32_t ____lengthOffset_62; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::lit_bufsize int32_t ___lit_bufsize_63; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::last_lit int32_t ___last_lit_64; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::_distanceOffset int32_t ____distanceOffset_65; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::opt_len int32_t ___opt_len_66; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::static_len int32_t ___static_len_67; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::matches int32_t ___matches_68; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::last_eob_len int32_t ___last_eob_len_69; // System.Int16 BestHTTP.Decompression.Zlib.DeflateManager::bi_buf int16_t ___bi_buf_70; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::bi_valid int32_t ___bi_valid_71; // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::Rfc1950BytesEmitted bool ___Rfc1950BytesEmitted_72; // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::_WantRfc1950HeaderBytes bool ____WantRfc1950HeaderBytes_73; public: inline static int32_t get_offset_of_DeflateFunction_2() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___DeflateFunction_2)); } inline CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * get_DeflateFunction_2() const { return ___DeflateFunction_2; } inline CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 ** get_address_of_DeflateFunction_2() { return &___DeflateFunction_2; } inline void set_DeflateFunction_2(CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * value) { ___DeflateFunction_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___DeflateFunction_2), (void*)value); } inline static int32_t get_offset_of__codec_21() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ____codec_21)); } inline ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * get__codec_21() const { return ____codec_21; } inline ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 ** get_address_of__codec_21() { return &____codec_21; } inline void set__codec_21(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * value) { ____codec_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____codec_21), (void*)value); } inline static int32_t get_offset_of_status_22() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___status_22)); } inline int32_t get_status_22() const { return ___status_22; } inline int32_t* get_address_of_status_22() { return &___status_22; } inline void set_status_22(int32_t value) { ___status_22 = value; } inline static int32_t get_offset_of_pending_23() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___pending_23)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_pending_23() const { return ___pending_23; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_pending_23() { return &___pending_23; } inline void set_pending_23(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___pending_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___pending_23), (void*)value); } inline static int32_t get_offset_of_nextPending_24() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___nextPending_24)); } inline int32_t get_nextPending_24() const { return ___nextPending_24; } inline int32_t* get_address_of_nextPending_24() { return &___nextPending_24; } inline void set_nextPending_24(int32_t value) { ___nextPending_24 = value; } inline static int32_t get_offset_of_pendingCount_25() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___pendingCount_25)); } inline int32_t get_pendingCount_25() const { return ___pendingCount_25; } inline int32_t* get_address_of_pendingCount_25() { return &___pendingCount_25; } inline void set_pendingCount_25(int32_t value) { ___pendingCount_25 = value; } inline static int32_t get_offset_of_data_type_26() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___data_type_26)); } inline int8_t get_data_type_26() const { return ___data_type_26; } inline int8_t* get_address_of_data_type_26() { return &___data_type_26; } inline void set_data_type_26(int8_t value) { ___data_type_26 = value; } inline static int32_t get_offset_of_last_flush_27() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___last_flush_27)); } inline int32_t get_last_flush_27() const { return ___last_flush_27; } inline int32_t* get_address_of_last_flush_27() { return &___last_flush_27; } inline void set_last_flush_27(int32_t value) { ___last_flush_27 = value; } inline static int32_t get_offset_of_w_size_28() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___w_size_28)); } inline int32_t get_w_size_28() const { return ___w_size_28; } inline int32_t* get_address_of_w_size_28() { return &___w_size_28; } inline void set_w_size_28(int32_t value) { ___w_size_28 = value; } inline static int32_t get_offset_of_w_bits_29() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___w_bits_29)); } inline int32_t get_w_bits_29() const { return ___w_bits_29; } inline int32_t* get_address_of_w_bits_29() { return &___w_bits_29; } inline void set_w_bits_29(int32_t value) { ___w_bits_29 = value; } inline static int32_t get_offset_of_w_mask_30() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___w_mask_30)); } inline int32_t get_w_mask_30() const { return ___w_mask_30; } inline int32_t* get_address_of_w_mask_30() { return &___w_mask_30; } inline void set_w_mask_30(int32_t value) { ___w_mask_30 = value; } inline static int32_t get_offset_of_window_31() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___window_31)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_window_31() const { return ___window_31; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_window_31() { return &___window_31; } inline void set_window_31(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___window_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___window_31), (void*)value); } inline static int32_t get_offset_of_window_size_32() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___window_size_32)); } inline int32_t get_window_size_32() const { return ___window_size_32; } inline int32_t* get_address_of_window_size_32() { return &___window_size_32; } inline void set_window_size_32(int32_t value) { ___window_size_32 = value; } inline static int32_t get_offset_of_prev_33() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___prev_33)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_prev_33() const { return ___prev_33; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_prev_33() { return &___prev_33; } inline void set_prev_33(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___prev_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___prev_33), (void*)value); } inline static int32_t get_offset_of_head_34() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___head_34)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_head_34() const { return ___head_34; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_head_34() { return &___head_34; } inline void set_head_34(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___head_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_34), (void*)value); } inline static int32_t get_offset_of_ins_h_35() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___ins_h_35)); } inline int32_t get_ins_h_35() const { return ___ins_h_35; } inline int32_t* get_address_of_ins_h_35() { return &___ins_h_35; } inline void set_ins_h_35(int32_t value) { ___ins_h_35 = value; } inline static int32_t get_offset_of_hash_size_36() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___hash_size_36)); } inline int32_t get_hash_size_36() const { return ___hash_size_36; } inline int32_t* get_address_of_hash_size_36() { return &___hash_size_36; } inline void set_hash_size_36(int32_t value) { ___hash_size_36 = value; } inline static int32_t get_offset_of_hash_bits_37() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___hash_bits_37)); } inline int32_t get_hash_bits_37() const { return ___hash_bits_37; } inline int32_t* get_address_of_hash_bits_37() { return &___hash_bits_37; } inline void set_hash_bits_37(int32_t value) { ___hash_bits_37 = value; } inline static int32_t get_offset_of_hash_mask_38() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___hash_mask_38)); } inline int32_t get_hash_mask_38() const { return ___hash_mask_38; } inline int32_t* get_address_of_hash_mask_38() { return &___hash_mask_38; } inline void set_hash_mask_38(int32_t value) { ___hash_mask_38 = value; } inline static int32_t get_offset_of_hash_shift_39() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___hash_shift_39)); } inline int32_t get_hash_shift_39() const { return ___hash_shift_39; } inline int32_t* get_address_of_hash_shift_39() { return &___hash_shift_39; } inline void set_hash_shift_39(int32_t value) { ___hash_shift_39 = value; } inline static int32_t get_offset_of_block_start_40() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___block_start_40)); } inline int32_t get_block_start_40() const { return ___block_start_40; } inline int32_t* get_address_of_block_start_40() { return &___block_start_40; } inline void set_block_start_40(int32_t value) { ___block_start_40 = value; } inline static int32_t get_offset_of_config_41() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___config_41)); } inline Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * get_config_41() const { return ___config_41; } inline Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB ** get_address_of_config_41() { return &___config_41; } inline void set_config_41(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * value) { ___config_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___config_41), (void*)value); } inline static int32_t get_offset_of_match_length_42() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___match_length_42)); } inline int32_t get_match_length_42() const { return ___match_length_42; } inline int32_t* get_address_of_match_length_42() { return &___match_length_42; } inline void set_match_length_42(int32_t value) { ___match_length_42 = value; } inline static int32_t get_offset_of_prev_match_43() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___prev_match_43)); } inline int32_t get_prev_match_43() const { return ___prev_match_43; } inline int32_t* get_address_of_prev_match_43() { return &___prev_match_43; } inline void set_prev_match_43(int32_t value) { ___prev_match_43 = value; } inline static int32_t get_offset_of_match_available_44() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___match_available_44)); } inline int32_t get_match_available_44() const { return ___match_available_44; } inline int32_t* get_address_of_match_available_44() { return &___match_available_44; } inline void set_match_available_44(int32_t value) { ___match_available_44 = value; } inline static int32_t get_offset_of_strstart_45() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___strstart_45)); } inline int32_t get_strstart_45() const { return ___strstart_45; } inline int32_t* get_address_of_strstart_45() { return &___strstart_45; } inline void set_strstart_45(int32_t value) { ___strstart_45 = value; } inline static int32_t get_offset_of_match_start_46() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___match_start_46)); } inline int32_t get_match_start_46() const { return ___match_start_46; } inline int32_t* get_address_of_match_start_46() { return &___match_start_46; } inline void set_match_start_46(int32_t value) { ___match_start_46 = value; } inline static int32_t get_offset_of_lookahead_47() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___lookahead_47)); } inline int32_t get_lookahead_47() const { return ___lookahead_47; } inline int32_t* get_address_of_lookahead_47() { return &___lookahead_47; } inline void set_lookahead_47(int32_t value) { ___lookahead_47 = value; } inline static int32_t get_offset_of_prev_length_48() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___prev_length_48)); } inline int32_t get_prev_length_48() const { return ___prev_length_48; } inline int32_t* get_address_of_prev_length_48() { return &___prev_length_48; } inline void set_prev_length_48(int32_t value) { ___prev_length_48 = value; } inline static int32_t get_offset_of_compressionLevel_49() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___compressionLevel_49)); } inline int32_t get_compressionLevel_49() const { return ___compressionLevel_49; } inline int32_t* get_address_of_compressionLevel_49() { return &___compressionLevel_49; } inline void set_compressionLevel_49(int32_t value) { ___compressionLevel_49 = value; } inline static int32_t get_offset_of_compressionStrategy_50() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___compressionStrategy_50)); } inline int32_t get_compressionStrategy_50() const { return ___compressionStrategy_50; } inline int32_t* get_address_of_compressionStrategy_50() { return &___compressionStrategy_50; } inline void set_compressionStrategy_50(int32_t value) { ___compressionStrategy_50 = value; } inline static int32_t get_offset_of_dyn_ltree_51() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___dyn_ltree_51)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_dyn_ltree_51() const { return ___dyn_ltree_51; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_dyn_ltree_51() { return &___dyn_ltree_51; } inline void set_dyn_ltree_51(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___dyn_ltree_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___dyn_ltree_51), (void*)value); } inline static int32_t get_offset_of_dyn_dtree_52() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___dyn_dtree_52)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_dyn_dtree_52() const { return ___dyn_dtree_52; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_dyn_dtree_52() { return &___dyn_dtree_52; } inline void set_dyn_dtree_52(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___dyn_dtree_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___dyn_dtree_52), (void*)value); } inline static int32_t get_offset_of_bl_tree_53() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___bl_tree_53)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_bl_tree_53() const { return ___bl_tree_53; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_bl_tree_53() { return &___bl_tree_53; } inline void set_bl_tree_53(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___bl_tree_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___bl_tree_53), (void*)value); } inline static int32_t get_offset_of_treeLiterals_54() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___treeLiterals_54)); } inline ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * get_treeLiterals_54() const { return ___treeLiterals_54; } inline ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF ** get_address_of_treeLiterals_54() { return &___treeLiterals_54; } inline void set_treeLiterals_54(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * value) { ___treeLiterals_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeLiterals_54), (void*)value); } inline static int32_t get_offset_of_treeDistances_55() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___treeDistances_55)); } inline ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * get_treeDistances_55() const { return ___treeDistances_55; } inline ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF ** get_address_of_treeDistances_55() { return &___treeDistances_55; } inline void set_treeDistances_55(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * value) { ___treeDistances_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeDistances_55), (void*)value); } inline static int32_t get_offset_of_treeBitLengths_56() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___treeBitLengths_56)); } inline ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * get_treeBitLengths_56() const { return ___treeBitLengths_56; } inline ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF ** get_address_of_treeBitLengths_56() { return &___treeBitLengths_56; } inline void set_treeBitLengths_56(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * value) { ___treeBitLengths_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeBitLengths_56), (void*)value); } inline static int32_t get_offset_of_bl_count_57() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___bl_count_57)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_bl_count_57() const { return ___bl_count_57; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_bl_count_57() { return &___bl_count_57; } inline void set_bl_count_57(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___bl_count_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___bl_count_57), (void*)value); } inline static int32_t get_offset_of_heap_58() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___heap_58)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_heap_58() const { return ___heap_58; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_heap_58() { return &___heap_58; } inline void set_heap_58(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___heap_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___heap_58), (void*)value); } inline static int32_t get_offset_of_heap_len_59() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___heap_len_59)); } inline int32_t get_heap_len_59() const { return ___heap_len_59; } inline int32_t* get_address_of_heap_len_59() { return &___heap_len_59; } inline void set_heap_len_59(int32_t value) { ___heap_len_59 = value; } inline static int32_t get_offset_of_heap_max_60() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___heap_max_60)); } inline int32_t get_heap_max_60() const { return ___heap_max_60; } inline int32_t* get_address_of_heap_max_60() { return &___heap_max_60; } inline void set_heap_max_60(int32_t value) { ___heap_max_60 = value; } inline static int32_t get_offset_of_depth_61() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___depth_61)); } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* get_depth_61() const { return ___depth_61; } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7** get_address_of_depth_61() { return &___depth_61; } inline void set_depth_61(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* value) { ___depth_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___depth_61), (void*)value); } inline static int32_t get_offset_of__lengthOffset_62() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ____lengthOffset_62)); } inline int32_t get__lengthOffset_62() const { return ____lengthOffset_62; } inline int32_t* get_address_of__lengthOffset_62() { return &____lengthOffset_62; } inline void set__lengthOffset_62(int32_t value) { ____lengthOffset_62 = value; } inline static int32_t get_offset_of_lit_bufsize_63() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___lit_bufsize_63)); } inline int32_t get_lit_bufsize_63() const { return ___lit_bufsize_63; } inline int32_t* get_address_of_lit_bufsize_63() { return &___lit_bufsize_63; } inline void set_lit_bufsize_63(int32_t value) { ___lit_bufsize_63 = value; } inline static int32_t get_offset_of_last_lit_64() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___last_lit_64)); } inline int32_t get_last_lit_64() const { return ___last_lit_64; } inline int32_t* get_address_of_last_lit_64() { return &___last_lit_64; } inline void set_last_lit_64(int32_t value) { ___last_lit_64 = value; } inline static int32_t get_offset_of__distanceOffset_65() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ____distanceOffset_65)); } inline int32_t get__distanceOffset_65() const { return ____distanceOffset_65; } inline int32_t* get_address_of__distanceOffset_65() { return &____distanceOffset_65; } inline void set__distanceOffset_65(int32_t value) { ____distanceOffset_65 = value; } inline static int32_t get_offset_of_opt_len_66() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___opt_len_66)); } inline int32_t get_opt_len_66() const { return ___opt_len_66; } inline int32_t* get_address_of_opt_len_66() { return &___opt_len_66; } inline void set_opt_len_66(int32_t value) { ___opt_len_66 = value; } inline static int32_t get_offset_of_static_len_67() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___static_len_67)); } inline int32_t get_static_len_67() const { return ___static_len_67; } inline int32_t* get_address_of_static_len_67() { return &___static_len_67; } inline void set_static_len_67(int32_t value) { ___static_len_67 = value; } inline static int32_t get_offset_of_matches_68() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___matches_68)); } inline int32_t get_matches_68() const { return ___matches_68; } inline int32_t* get_address_of_matches_68() { return &___matches_68; } inline void set_matches_68(int32_t value) { ___matches_68 = value; } inline static int32_t get_offset_of_last_eob_len_69() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___last_eob_len_69)); } inline int32_t get_last_eob_len_69() const { return ___last_eob_len_69; } inline int32_t* get_address_of_last_eob_len_69() { return &___last_eob_len_69; } inline void set_last_eob_len_69(int32_t value) { ___last_eob_len_69 = value; } inline static int32_t get_offset_of_bi_buf_70() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___bi_buf_70)); } inline int16_t get_bi_buf_70() const { return ___bi_buf_70; } inline int16_t* get_address_of_bi_buf_70() { return &___bi_buf_70; } inline void set_bi_buf_70(int16_t value) { ___bi_buf_70 = value; } inline static int32_t get_offset_of_bi_valid_71() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___bi_valid_71)); } inline int32_t get_bi_valid_71() const { return ___bi_valid_71; } inline int32_t* get_address_of_bi_valid_71() { return &___bi_valid_71; } inline void set_bi_valid_71(int32_t value) { ___bi_valid_71 = value; } inline static int32_t get_offset_of_Rfc1950BytesEmitted_72() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___Rfc1950BytesEmitted_72)); } inline bool get_Rfc1950BytesEmitted_72() const { return ___Rfc1950BytesEmitted_72; } inline bool* get_address_of_Rfc1950BytesEmitted_72() { return &___Rfc1950BytesEmitted_72; } inline void set_Rfc1950BytesEmitted_72(bool value) { ___Rfc1950BytesEmitted_72 = value; } inline static int32_t get_offset_of__WantRfc1950HeaderBytes_73() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ____WantRfc1950HeaderBytes_73)); } inline bool get__WantRfc1950HeaderBytes_73() const { return ____WantRfc1950HeaderBytes_73; } inline bool* get_address_of__WantRfc1950HeaderBytes_73() { return &____WantRfc1950HeaderBytes_73; } inline void set__WantRfc1950HeaderBytes_73(bool value) { ____WantRfc1950HeaderBytes_73 = value; } }; struct DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields { public: // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MEM_LEVEL_MAX int32_t ___MEM_LEVEL_MAX_0; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MEM_LEVEL_DEFAULT int32_t ___MEM_LEVEL_DEFAULT_1; // System.String[] BestHTTP.Decompression.Zlib.DeflateManager::_ErrorMessage StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____ErrorMessage_3; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::PRESET_DICT int32_t ___PRESET_DICT_4; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::INIT_STATE int32_t ___INIT_STATE_5; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::BUSY_STATE int32_t ___BUSY_STATE_6; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::FINISH_STATE int32_t ___FINISH_STATE_7; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Z_DEFLATED int32_t ___Z_DEFLATED_8; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::STORED_BLOCK int32_t ___STORED_BLOCK_9; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::STATIC_TREES int32_t ___STATIC_TREES_10; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::DYN_TREES int32_t ___DYN_TREES_11; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Z_BINARY int32_t ___Z_BINARY_12; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Z_ASCII int32_t ___Z_ASCII_13; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Z_UNKNOWN int32_t ___Z_UNKNOWN_14; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Buf_size int32_t ___Buf_size_15; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MIN_MATCH int32_t ___MIN_MATCH_16; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MAX_MATCH int32_t ___MAX_MATCH_17; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MIN_LOOKAHEAD int32_t ___MIN_LOOKAHEAD_18; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::HEAP_SIZE int32_t ___HEAP_SIZE_19; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::END_BLOCK int32_t ___END_BLOCK_20; public: inline static int32_t get_offset_of_MEM_LEVEL_MAX_0() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___MEM_LEVEL_MAX_0)); } inline int32_t get_MEM_LEVEL_MAX_0() const { return ___MEM_LEVEL_MAX_0; } inline int32_t* get_address_of_MEM_LEVEL_MAX_0() { return &___MEM_LEVEL_MAX_0; } inline void set_MEM_LEVEL_MAX_0(int32_t value) { ___MEM_LEVEL_MAX_0 = value; } inline static int32_t get_offset_of_MEM_LEVEL_DEFAULT_1() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___MEM_LEVEL_DEFAULT_1)); } inline int32_t get_MEM_LEVEL_DEFAULT_1() const { return ___MEM_LEVEL_DEFAULT_1; } inline int32_t* get_address_of_MEM_LEVEL_DEFAULT_1() { return &___MEM_LEVEL_DEFAULT_1; } inline void set_MEM_LEVEL_DEFAULT_1(int32_t value) { ___MEM_LEVEL_DEFAULT_1 = value; } inline static int32_t get_offset_of__ErrorMessage_3() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ____ErrorMessage_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__ErrorMessage_3() const { return ____ErrorMessage_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__ErrorMessage_3() { return &____ErrorMessage_3; } inline void set__ErrorMessage_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____ErrorMessage_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____ErrorMessage_3), (void*)value); } inline static int32_t get_offset_of_PRESET_DICT_4() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___PRESET_DICT_4)); } inline int32_t get_PRESET_DICT_4() const { return ___PRESET_DICT_4; } inline int32_t* get_address_of_PRESET_DICT_4() { return &___PRESET_DICT_4; } inline void set_PRESET_DICT_4(int32_t value) { ___PRESET_DICT_4 = value; } inline static int32_t get_offset_of_INIT_STATE_5() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___INIT_STATE_5)); } inline int32_t get_INIT_STATE_5() const { return ___INIT_STATE_5; } inline int32_t* get_address_of_INIT_STATE_5() { return &___INIT_STATE_5; } inline void set_INIT_STATE_5(int32_t value) { ___INIT_STATE_5 = value; } inline static int32_t get_offset_of_BUSY_STATE_6() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___BUSY_STATE_6)); } inline int32_t get_BUSY_STATE_6() const { return ___BUSY_STATE_6; } inline int32_t* get_address_of_BUSY_STATE_6() { return &___BUSY_STATE_6; } inline void set_BUSY_STATE_6(int32_t value) { ___BUSY_STATE_6 = value; } inline static int32_t get_offset_of_FINISH_STATE_7() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___FINISH_STATE_7)); } inline int32_t get_FINISH_STATE_7() const { return ___FINISH_STATE_7; } inline int32_t* get_address_of_FINISH_STATE_7() { return &___FINISH_STATE_7; } inline void set_FINISH_STATE_7(int32_t value) { ___FINISH_STATE_7 = value; } inline static int32_t get_offset_of_Z_DEFLATED_8() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___Z_DEFLATED_8)); } inline int32_t get_Z_DEFLATED_8() const { return ___Z_DEFLATED_8; } inline int32_t* get_address_of_Z_DEFLATED_8() { return &___Z_DEFLATED_8; } inline void set_Z_DEFLATED_8(int32_t value) { ___Z_DEFLATED_8 = value; } inline static int32_t get_offset_of_STORED_BLOCK_9() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___STORED_BLOCK_9)); } inline int32_t get_STORED_BLOCK_9() const { return ___STORED_BLOCK_9; } inline int32_t* get_address_of_STORED_BLOCK_9() { return &___STORED_BLOCK_9; } inline void set_STORED_BLOCK_9(int32_t value) { ___STORED_BLOCK_9 = value; } inline static int32_t get_offset_of_STATIC_TREES_10() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___STATIC_TREES_10)); } inline int32_t get_STATIC_TREES_10() const { return ___STATIC_TREES_10; } inline int32_t* get_address_of_STATIC_TREES_10() { return &___STATIC_TREES_10; } inline void set_STATIC_TREES_10(int32_t value) { ___STATIC_TREES_10 = value; } inline static int32_t get_offset_of_DYN_TREES_11() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___DYN_TREES_11)); } inline int32_t get_DYN_TREES_11() const { return ___DYN_TREES_11; } inline int32_t* get_address_of_DYN_TREES_11() { return &___DYN_TREES_11; } inline void set_DYN_TREES_11(int32_t value) { ___DYN_TREES_11 = value; } inline static int32_t get_offset_of_Z_BINARY_12() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___Z_BINARY_12)); } inline int32_t get_Z_BINARY_12() const { return ___Z_BINARY_12; } inline int32_t* get_address_of_Z_BINARY_12() { return &___Z_BINARY_12; } inline void set_Z_BINARY_12(int32_t value) { ___Z_BINARY_12 = value; } inline static int32_t get_offset_of_Z_ASCII_13() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___Z_ASCII_13)); } inline int32_t get_Z_ASCII_13() const { return ___Z_ASCII_13; } inline int32_t* get_address_of_Z_ASCII_13() { return &___Z_ASCII_13; } inline void set_Z_ASCII_13(int32_t value) { ___Z_ASCII_13 = value; } inline static int32_t get_offset_of_Z_UNKNOWN_14() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___Z_UNKNOWN_14)); } inline int32_t get_Z_UNKNOWN_14() const { return ___Z_UNKNOWN_14; } inline int32_t* get_address_of_Z_UNKNOWN_14() { return &___Z_UNKNOWN_14; } inline void set_Z_UNKNOWN_14(int32_t value) { ___Z_UNKNOWN_14 = value; } inline static int32_t get_offset_of_Buf_size_15() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___Buf_size_15)); } inline int32_t get_Buf_size_15() const { return ___Buf_size_15; } inline int32_t* get_address_of_Buf_size_15() { return &___Buf_size_15; } inline void set_Buf_size_15(int32_t value) { ___Buf_size_15 = value; } inline static int32_t get_offset_of_MIN_MATCH_16() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___MIN_MATCH_16)); } inline int32_t get_MIN_MATCH_16() const { return ___MIN_MATCH_16; } inline int32_t* get_address_of_MIN_MATCH_16() { return &___MIN_MATCH_16; } inline void set_MIN_MATCH_16(int32_t value) { ___MIN_MATCH_16 = value; } inline static int32_t get_offset_of_MAX_MATCH_17() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___MAX_MATCH_17)); } inline int32_t get_MAX_MATCH_17() const { return ___MAX_MATCH_17; } inline int32_t* get_address_of_MAX_MATCH_17() { return &___MAX_MATCH_17; } inline void set_MAX_MATCH_17(int32_t value) { ___MAX_MATCH_17 = value; } inline static int32_t get_offset_of_MIN_LOOKAHEAD_18() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___MIN_LOOKAHEAD_18)); } inline int32_t get_MIN_LOOKAHEAD_18() const { return ___MIN_LOOKAHEAD_18; } inline int32_t* get_address_of_MIN_LOOKAHEAD_18() { return &___MIN_LOOKAHEAD_18; } inline void set_MIN_LOOKAHEAD_18(int32_t value) { ___MIN_LOOKAHEAD_18 = value; } inline static int32_t get_offset_of_HEAP_SIZE_19() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___HEAP_SIZE_19)); } inline int32_t get_HEAP_SIZE_19() const { return ___HEAP_SIZE_19; } inline int32_t* get_address_of_HEAP_SIZE_19() { return &___HEAP_SIZE_19; } inline void set_HEAP_SIZE_19(int32_t value) { ___HEAP_SIZE_19 = value; } inline static int32_t get_offset_of_END_BLOCK_20() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___END_BLOCK_20)); } inline int32_t get_END_BLOCK_20() const { return ___END_BLOCK_20; } inline int32_t* get_address_of_END_BLOCK_20() { return &___END_BLOCK_20; } inline void set_END_BLOCK_20(int32_t value) { ___END_BLOCK_20 = value; } }; // BestHTTP.Decompression.Zlib.GZipStream struct GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Nullable`1 BestHTTP.Decompression.Zlib.GZipStream::LastModified Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D ___LastModified_5; // System.Int32 BestHTTP.Decompression.Zlib.GZipStream::_headerByteCount int32_t ____headerByteCount_6; // BestHTTP.Decompression.Zlib.ZlibBaseStream BestHTTP.Decompression.Zlib.GZipStream::_baseStream ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * ____baseStream_7; // System.Boolean BestHTTP.Decompression.Zlib.GZipStream::_disposed bool ____disposed_8; // System.Boolean BestHTTP.Decompression.Zlib.GZipStream::_firstReadDone bool ____firstReadDone_9; // System.String BestHTTP.Decompression.Zlib.GZipStream::_FileName String_t* ____FileName_10; // System.String BestHTTP.Decompression.Zlib.GZipStream::_Comment String_t* ____Comment_11; // System.Int32 BestHTTP.Decompression.Zlib.GZipStream::_Crc32 int32_t ____Crc32_12; public: inline static int32_t get_offset_of_LastModified_5() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ___LastModified_5)); } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D get_LastModified_5() const { return ___LastModified_5; } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * get_address_of_LastModified_5() { return &___LastModified_5; } inline void set_LastModified_5(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D value) { ___LastModified_5 = value; } inline static int32_t get_offset_of__headerByteCount_6() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ____headerByteCount_6)); } inline int32_t get__headerByteCount_6() const { return ____headerByteCount_6; } inline int32_t* get_address_of__headerByteCount_6() { return &____headerByteCount_6; } inline void set__headerByteCount_6(int32_t value) { ____headerByteCount_6 = value; } inline static int32_t get_offset_of__baseStream_7() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ____baseStream_7)); } inline ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * get__baseStream_7() const { return ____baseStream_7; } inline ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 ** get_address_of__baseStream_7() { return &____baseStream_7; } inline void set__baseStream_7(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * value) { ____baseStream_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____baseStream_7), (void*)value); } inline static int32_t get_offset_of__disposed_8() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ____disposed_8)); } inline bool get__disposed_8() const { return ____disposed_8; } inline bool* get_address_of__disposed_8() { return &____disposed_8; } inline void set__disposed_8(bool value) { ____disposed_8 = value; } inline static int32_t get_offset_of__firstReadDone_9() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ____firstReadDone_9)); } inline bool get__firstReadDone_9() const { return ____firstReadDone_9; } inline bool* get_address_of__firstReadDone_9() { return &____firstReadDone_9; } inline void set__firstReadDone_9(bool value) { ____firstReadDone_9 = value; } inline static int32_t get_offset_of__FileName_10() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ____FileName_10)); } inline String_t* get__FileName_10() const { return ____FileName_10; } inline String_t** get_address_of__FileName_10() { return &____FileName_10; } inline void set__FileName_10(String_t* value) { ____FileName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____FileName_10), (void*)value); } inline static int32_t get_offset_of__Comment_11() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ____Comment_11)); } inline String_t* get__Comment_11() const { return ____Comment_11; } inline String_t** get_address_of__Comment_11() { return &____Comment_11; } inline void set__Comment_11(String_t* value) { ____Comment_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____Comment_11), (void*)value); } inline static int32_t get_offset_of__Crc32_12() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ____Crc32_12)); } inline int32_t get__Crc32_12() const { return ____Crc32_12; } inline int32_t* get_address_of__Crc32_12() { return &____Crc32_12; } inline void set__Crc32_12(int32_t value) { ____Crc32_12 = value; } }; struct GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_StaticFields { public: // System.DateTime BestHTTP.Decompression.Zlib.GZipStream::_unixEpoch DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ____unixEpoch_13; // System.Text.Encoding BestHTTP.Decompression.Zlib.GZipStream::iso8859dash1 Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___iso8859dash1_14; public: inline static int32_t get_offset_of__unixEpoch_13() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_StaticFields, ____unixEpoch_13)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get__unixEpoch_13() const { return ____unixEpoch_13; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of__unixEpoch_13() { return &____unixEpoch_13; } inline void set__unixEpoch_13(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ____unixEpoch_13 = value; } inline static int32_t get_offset_of_iso8859dash1_14() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_StaticFields, ___iso8859dash1_14)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_iso8859dash1_14() const { return ___iso8859dash1_14; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_iso8859dash1_14() { return &___iso8859dash1_14; } inline void set_iso8859dash1_14(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___iso8859dash1_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso8859dash1_14), (void*)value); } }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 : public RuntimeObject { public: // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_3; // BestHTTP.HTTPMethods BestHTTP.HTTPRequest::k__BackingField uint8_t ___U3CMethodTypeU3Ek__BackingField_4; // System.Byte[] BestHTTP.HTTPRequest::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CRawDataU3Ek__BackingField_5; // System.IO.Stream BestHTTP.HTTPRequest::k__BackingField Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___U3CUploadStreamU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisposeUploadStreamU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseUploadStreamLengthU3Ek__BackingField_8; // BestHTTP.OnUploadProgressDelegate BestHTTP.HTTPRequest::OnUploadProgress OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * ___OnUploadProgress_9; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::k__BackingField OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___U3CCallbackU3Ek__BackingField_11; // BestHTTP.OnDownloadProgressDelegate BestHTTP.HTTPRequest::OnProgress OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * ___OnProgress_12; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::OnUpgraded OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___OnUpgraded_13; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisableRetryU3Ek__BackingField_14; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsRedirectedU3Ek__BackingField_15; // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CRedirectUriU3Ek__BackingField_16; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CResponseU3Ek__BackingField_17; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CProxyResponseU3Ek__BackingField_18; // System.Exception BestHTTP.HTTPRequest::k__BackingField Exception_t * ___U3CExceptionU3Ek__BackingField_19; // System.Object BestHTTP.HTTPRequest::k__BackingField RuntimeObject * ___U3CTagU3Ek__BackingField_20; // BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::k__BackingField Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___U3CCredentialsU3Ek__BackingField_21; // BestHTTP.Proxy BestHTTP.HTTPRequest::k__BackingField Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___U3CProxyU3Ek__BackingField_22; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxRedirectsU3Ek__BackingField_23; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseAlternateSSLU3Ek__BackingField_24; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsCookiesEnabledU3Ek__BackingField_25; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::customCookies List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___customCookies_26; // BestHTTP.Forms.HTTPFormUsage BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CFormUsageU3Ek__BackingField_27; // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CStateU3Ek__BackingField_28; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CRedirectCountU3Ek__BackingField_29; // System.Func`4 BestHTTP.HTTPRequest::CustomCertificationValidator Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * ___CustomCertificationValidator_30; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectTimeoutU3Ek__BackingField_31; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CTimeoutU3Ek__BackingField_32; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CPriorityU3Ek__BackingField_35; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CCustomTLSServerNameListU3Ek__BackingField_38; // BestHTTP.SupportedProtocols BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CProtocolHandlerU3Ek__BackingField_39; // BestHTTP.OnBeforeRedirectionDelegate BestHTTP.HTTPRequest::onBeforeRedirection OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * ___onBeforeRedirection_40; // BestHTTP.OnBeforeHeaderSendDelegate BestHTTP.HTTPRequest::_onBeforeHeaderSend OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * ____onBeforeHeaderSend_41; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadedU3Ek__BackingField_43; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadLengthU3Ek__BackingField_44; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDownloadProgressChangedU3Ek__BackingField_45; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadedU3Ek__BackingField_46; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadLengthU3Ek__BackingField_47; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUploadProgressChangedU3Ek__BackingField_48; // System.Boolean BestHTTP.HTTPRequest::isKeepAlive bool ___isKeepAlive_49; // System.Boolean BestHTTP.HTTPRequest::disableCache bool ___disableCache_50; // System.Boolean BestHTTP.HTTPRequest::cacheOnly bool ___cacheOnly_51; // System.Int32 BestHTTP.HTTPRequest::streamFragmentSize int32_t ___streamFragmentSize_52; // System.Boolean BestHTTP.HTTPRequest::useStreaming bool ___useStreaming_53; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPRequest::k__BackingField Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___U3CHeadersU3Ek__BackingField_54; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FieldCollector HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FieldCollector_55; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FormImpl HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FormImpl_56; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_3() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUriU3Ek__BackingField_3)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_3() const { return ___U3CUriU3Ek__BackingField_3; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_3() { return &___U3CUriU3Ek__BackingField_3; } inline void set_U3CUriU3Ek__BackingField_3(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CMethodTypeU3Ek__BackingField_4() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMethodTypeU3Ek__BackingField_4)); } inline uint8_t get_U3CMethodTypeU3Ek__BackingField_4() const { return ___U3CMethodTypeU3Ek__BackingField_4; } inline uint8_t* get_address_of_U3CMethodTypeU3Ek__BackingField_4() { return &___U3CMethodTypeU3Ek__BackingField_4; } inline void set_U3CMethodTypeU3Ek__BackingField_4(uint8_t value) { ___U3CMethodTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRawDataU3Ek__BackingField_5() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRawDataU3Ek__BackingField_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CRawDataU3Ek__BackingField_5() const { return ___U3CRawDataU3Ek__BackingField_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CRawDataU3Ek__BackingField_5() { return &___U3CRawDataU3Ek__BackingField_5; } inline void set_U3CRawDataU3Ek__BackingField_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CRawDataU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRawDataU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CUploadStreamU3Ek__BackingField_6() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadStreamU3Ek__BackingField_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_U3CUploadStreamU3Ek__BackingField_6() const { return ___U3CUploadStreamU3Ek__BackingField_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_U3CUploadStreamU3Ek__BackingField_6() { return &___U3CUploadStreamU3Ek__BackingField_6; } inline void set_U3CUploadStreamU3Ek__BackingField_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___U3CUploadStreamU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUploadStreamU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisposeUploadStreamU3Ek__BackingField_7)); } inline bool get_U3CDisposeUploadStreamU3Ek__BackingField_7() const { return ___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline bool* get_address_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return &___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline void set_U3CDisposeUploadStreamU3Ek__BackingField_7(bool value) { ___U3CDisposeUploadStreamU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseUploadStreamLengthU3Ek__BackingField_8)); } inline bool get_U3CUseUploadStreamLengthU3Ek__BackingField_8() const { return ___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline bool* get_address_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return &___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline void set_U3CUseUploadStreamLengthU3Ek__BackingField_8(bool value) { ___U3CUseUploadStreamLengthU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_OnUploadProgress_9() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUploadProgress_9)); } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * get_OnUploadProgress_9() const { return ___OnUploadProgress_9; } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D ** get_address_of_OnUploadProgress_9() { return &___OnUploadProgress_9; } inline void set_OnUploadProgress_9(OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * value) { ___OnUploadProgress_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUploadProgress_9), (void*)value); } inline static int32_t get_offset_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10)); } inline int32_t get_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() const { return ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return &___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline void set_U3CMaxFragmentQueueLengthU3Ek__BackingField_10(int32_t value) { ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CCallbackU3Ek__BackingField_11() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCallbackU3Ek__BackingField_11)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_U3CCallbackU3Ek__BackingField_11() const { return ___U3CCallbackU3Ek__BackingField_11; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_U3CCallbackU3Ek__BackingField_11() { return &___U3CCallbackU3Ek__BackingField_11; } inline void set_U3CCallbackU3Ek__BackingField_11(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___U3CCallbackU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCallbackU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_OnProgress_12() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnProgress_12)); } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * get_OnProgress_12() const { return ___OnProgress_12; } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 ** get_address_of_OnProgress_12() { return &___OnProgress_12; } inline void set_OnProgress_12(OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * value) { ___OnProgress_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnProgress_12), (void*)value); } inline static int32_t get_offset_of_OnUpgraded_13() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUpgraded_13)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_OnUpgraded_13() const { return ___OnUpgraded_13; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_OnUpgraded_13() { return &___OnUpgraded_13; } inline void set_OnUpgraded_13(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___OnUpgraded_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUpgraded_13), (void*)value); } inline static int32_t get_offset_of_U3CDisableRetryU3Ek__BackingField_14() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisableRetryU3Ek__BackingField_14)); } inline bool get_U3CDisableRetryU3Ek__BackingField_14() const { return ___U3CDisableRetryU3Ek__BackingField_14; } inline bool* get_address_of_U3CDisableRetryU3Ek__BackingField_14() { return &___U3CDisableRetryU3Ek__BackingField_14; } inline void set_U3CDisableRetryU3Ek__BackingField_14(bool value) { ___U3CDisableRetryU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CIsRedirectedU3Ek__BackingField_15() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsRedirectedU3Ek__BackingField_15)); } inline bool get_U3CIsRedirectedU3Ek__BackingField_15() const { return ___U3CIsRedirectedU3Ek__BackingField_15; } inline bool* get_address_of_U3CIsRedirectedU3Ek__BackingField_15() { return &___U3CIsRedirectedU3Ek__BackingField_15; } inline void set_U3CIsRedirectedU3Ek__BackingField_15(bool value) { ___U3CIsRedirectedU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CRedirectUriU3Ek__BackingField_16() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectUriU3Ek__BackingField_16)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CRedirectUriU3Ek__BackingField_16() const { return ___U3CRedirectUriU3Ek__BackingField_16; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CRedirectUriU3Ek__BackingField_16() { return &___U3CRedirectUriU3Ek__BackingField_16; } inline void set_U3CRedirectUriU3Ek__BackingField_16(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CRedirectUriU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRedirectUriU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_U3CResponseU3Ek__BackingField_17() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CResponseU3Ek__BackingField_17)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CResponseU3Ek__BackingField_17() const { return ___U3CResponseU3Ek__BackingField_17; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CResponseU3Ek__BackingField_17() { return &___U3CResponseU3Ek__BackingField_17; } inline void set_U3CResponseU3Ek__BackingField_17(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CResponseU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResponseU3Ek__BackingField_17), (void*)value); } inline static int32_t get_offset_of_U3CProxyResponseU3Ek__BackingField_18() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyResponseU3Ek__BackingField_18)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CProxyResponseU3Ek__BackingField_18() const { return ___U3CProxyResponseU3Ek__BackingField_18; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CProxyResponseU3Ek__BackingField_18() { return &___U3CProxyResponseU3Ek__BackingField_18; } inline void set_U3CProxyResponseU3Ek__BackingField_18(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CProxyResponseU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyResponseU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CExceptionU3Ek__BackingField_19() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CExceptionU3Ek__BackingField_19)); } inline Exception_t * get_U3CExceptionU3Ek__BackingField_19() const { return ___U3CExceptionU3Ek__BackingField_19; } inline Exception_t ** get_address_of_U3CExceptionU3Ek__BackingField_19() { return &___U3CExceptionU3Ek__BackingField_19; } inline void set_U3CExceptionU3Ek__BackingField_19(Exception_t * value) { ___U3CExceptionU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExceptionU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CTagU3Ek__BackingField_20() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTagU3Ek__BackingField_20)); } inline RuntimeObject * get_U3CTagU3Ek__BackingField_20() const { return ___U3CTagU3Ek__BackingField_20; } inline RuntimeObject ** get_address_of_U3CTagU3Ek__BackingField_20() { return &___U3CTagU3Ek__BackingField_20; } inline void set_U3CTagU3Ek__BackingField_20(RuntimeObject * value) { ___U3CTagU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTagU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_21() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCredentialsU3Ek__BackingField_21)); } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * get_U3CCredentialsU3Ek__BackingField_21() const { return ___U3CCredentialsU3Ek__BackingField_21; } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 ** get_address_of_U3CCredentialsU3Ek__BackingField_21() { return &___U3CCredentialsU3Ek__BackingField_21; } inline void set_U3CCredentialsU3Ek__BackingField_21(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * value) { ___U3CCredentialsU3Ek__BackingField_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_21), (void*)value); } inline static int32_t get_offset_of_U3CProxyU3Ek__BackingField_22() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyU3Ek__BackingField_22)); } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * get_U3CProxyU3Ek__BackingField_22() const { return ___U3CProxyU3Ek__BackingField_22; } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 ** get_address_of_U3CProxyU3Ek__BackingField_22() { return &___U3CProxyU3Ek__BackingField_22; } inline void set_U3CProxyU3Ek__BackingField_22(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * value) { ___U3CProxyU3Ek__BackingField_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyU3Ek__BackingField_22), (void*)value); } inline static int32_t get_offset_of_U3CMaxRedirectsU3Ek__BackingField_23() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxRedirectsU3Ek__BackingField_23)); } inline int32_t get_U3CMaxRedirectsU3Ek__BackingField_23() const { return ___U3CMaxRedirectsU3Ek__BackingField_23; } inline int32_t* get_address_of_U3CMaxRedirectsU3Ek__BackingField_23() { return &___U3CMaxRedirectsU3Ek__BackingField_23; } inline void set_U3CMaxRedirectsU3Ek__BackingField_23(int32_t value) { ___U3CMaxRedirectsU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseAlternateSSLU3Ek__BackingField_24)); } inline bool get_U3CUseAlternateSSLU3Ek__BackingField_24() const { return ___U3CUseAlternateSSLU3Ek__BackingField_24; } inline bool* get_address_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return &___U3CUseAlternateSSLU3Ek__BackingField_24; } inline void set_U3CUseAlternateSSLU3Ek__BackingField_24(bool value) { ___U3CUseAlternateSSLU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsCookiesEnabledU3Ek__BackingField_25)); } inline bool get_U3CIsCookiesEnabledU3Ek__BackingField_25() const { return ___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline bool* get_address_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return &___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline void set_U3CIsCookiesEnabledU3Ek__BackingField_25(bool value) { ___U3CIsCookiesEnabledU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_customCookies_26() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___customCookies_26)); } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * get_customCookies_26() const { return ___customCookies_26; } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 ** get_address_of_customCookies_26() { return &___customCookies_26; } inline void set_customCookies_26(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * value) { ___customCookies_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCookies_26), (void*)value); } inline static int32_t get_offset_of_U3CFormUsageU3Ek__BackingField_27() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CFormUsageU3Ek__BackingField_27)); } inline int32_t get_U3CFormUsageU3Ek__BackingField_27() const { return ___U3CFormUsageU3Ek__BackingField_27; } inline int32_t* get_address_of_U3CFormUsageU3Ek__BackingField_27() { return &___U3CFormUsageU3Ek__BackingField_27; } inline void set_U3CFormUsageU3Ek__BackingField_27(int32_t value) { ___U3CFormUsageU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_28() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CStateU3Ek__BackingField_28)); } inline int32_t get_U3CStateU3Ek__BackingField_28() const { return ___U3CStateU3Ek__BackingField_28; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_28() { return &___U3CStateU3Ek__BackingField_28; } inline void set_U3CStateU3Ek__BackingField_28(int32_t value) { ___U3CStateU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_29() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectCountU3Ek__BackingField_29)); } inline int32_t get_U3CRedirectCountU3Ek__BackingField_29() const { return ___U3CRedirectCountU3Ek__BackingField_29; } inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_29() { return &___U3CRedirectCountU3Ek__BackingField_29; } inline void set_U3CRedirectCountU3Ek__BackingField_29(int32_t value) { ___U3CRedirectCountU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_CustomCertificationValidator_30() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___CustomCertificationValidator_30)); } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * get_CustomCertificationValidator_30() const { return ___CustomCertificationValidator_30; } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 ** get_address_of_CustomCertificationValidator_30() { return &___CustomCertificationValidator_30; } inline void set_CustomCertificationValidator_30(Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * value) { ___CustomCertificationValidator_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___CustomCertificationValidator_30), (void*)value); } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_31() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CConnectTimeoutU3Ek__BackingField_31)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectTimeoutU3Ek__BackingField_31() const { return ___U3CConnectTimeoutU3Ek__BackingField_31; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_31() { return &___U3CConnectTimeoutU3Ek__BackingField_31; } inline void set_U3CConnectTimeoutU3Ek__BackingField_31(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectTimeoutU3Ek__BackingField_31 = value; } inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_32() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTimeoutU3Ek__BackingField_32)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CTimeoutU3Ek__BackingField_32() const { return ___U3CTimeoutU3Ek__BackingField_32; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CTimeoutU3Ek__BackingField_32() { return &___U3CTimeoutU3Ek__BackingField_32; } inline void set_U3CTimeoutU3Ek__BackingField_32(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CTimeoutU3Ek__BackingField_32 = value; } inline static int32_t get_offset_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableTimoutForStreamingU3Ek__BackingField_33)); } inline bool get_U3CEnableTimoutForStreamingU3Ek__BackingField_33() const { return ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline bool* get_address_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return &___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline void set_U3CEnableTimoutForStreamingU3Ek__BackingField_33(bool value) { ___U3CEnableTimoutForStreamingU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34)); } inline bool get_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() const { return ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline bool* get_address_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return &___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline void set_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34(bool value) { ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CPriorityU3Ek__BackingField_35() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CPriorityU3Ek__BackingField_35)); } inline int32_t get_U3CPriorityU3Ek__BackingField_35() const { return ___U3CPriorityU3Ek__BackingField_35; } inline int32_t* get_address_of_U3CPriorityU3Ek__BackingField_35() { return &___U3CPriorityU3Ek__BackingField_35; } inline void set_U3CPriorityU3Ek__BackingField_35(int32_t value) { ___U3CPriorityU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomCertificateVerifyerU3Ek__BackingField_36)); } inline RuntimeObject* get_U3CCustomCertificateVerifyerU3Ek__BackingField_36() const { return ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline RuntimeObject** get_address_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return &___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline void set_U3CCustomCertificateVerifyerU3Ek__BackingField_36(RuntimeObject* value) { ___U3CCustomCertificateVerifyerU3Ek__BackingField_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomCertificateVerifyerU3Ek__BackingField_36), (void*)value); } inline static int32_t get_offset_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37)); } inline RuntimeObject* get_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() const { return ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline RuntimeObject** get_address_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return &___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline void set_U3CCustomClientCredentialsProviderU3Ek__BackingField_37(RuntimeObject* value) { ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomClientCredentialsProviderU3Ek__BackingField_37), (void*)value); } inline static int32_t get_offset_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomTLSServerNameListU3Ek__BackingField_38)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CCustomTLSServerNameListU3Ek__BackingField_38() const { return ___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return &___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline void set_U3CCustomTLSServerNameListU3Ek__BackingField_38(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CCustomTLSServerNameListU3Ek__BackingField_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomTLSServerNameListU3Ek__BackingField_38), (void*)value); } inline static int32_t get_offset_of_U3CProtocolHandlerU3Ek__BackingField_39() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProtocolHandlerU3Ek__BackingField_39)); } inline int32_t get_U3CProtocolHandlerU3Ek__BackingField_39() const { return ___U3CProtocolHandlerU3Ek__BackingField_39; } inline int32_t* get_address_of_U3CProtocolHandlerU3Ek__BackingField_39() { return &___U3CProtocolHandlerU3Ek__BackingField_39; } inline void set_U3CProtocolHandlerU3Ek__BackingField_39(int32_t value) { ___U3CProtocolHandlerU3Ek__BackingField_39 = value; } inline static int32_t get_offset_of_onBeforeRedirection_40() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___onBeforeRedirection_40)); } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * get_onBeforeRedirection_40() const { return ___onBeforeRedirection_40; } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 ** get_address_of_onBeforeRedirection_40() { return &___onBeforeRedirection_40; } inline void set_onBeforeRedirection_40(OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * value) { ___onBeforeRedirection_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBeforeRedirection_40), (void*)value); } inline static int32_t get_offset_of__onBeforeHeaderSend_41() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ____onBeforeHeaderSend_41)); } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * get__onBeforeHeaderSend_41() const { return ____onBeforeHeaderSend_41; } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F ** get_address_of__onBeforeHeaderSend_41() { return &____onBeforeHeaderSend_41; } inline void set__onBeforeHeaderSend_41(OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * value) { ____onBeforeHeaderSend_41 = value; Il2CppCodeGenWriteBarrier((void**)(&____onBeforeHeaderSend_41), (void*)value); } inline static int32_t get_offset_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42)); } inline bool get_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() const { return ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline bool* get_address_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return &___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline void set_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42(bool value) { ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42 = value; } inline static int32_t get_offset_of_U3CDownloadedU3Ek__BackingField_43() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadedU3Ek__BackingField_43)); } inline int64_t get_U3CDownloadedU3Ek__BackingField_43() const { return ___U3CDownloadedU3Ek__BackingField_43; } inline int64_t* get_address_of_U3CDownloadedU3Ek__BackingField_43() { return &___U3CDownloadedU3Ek__BackingField_43; } inline void set_U3CDownloadedU3Ek__BackingField_43(int64_t value) { ___U3CDownloadedU3Ek__BackingField_43 = value; } inline static int32_t get_offset_of_U3CDownloadLengthU3Ek__BackingField_44() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadLengthU3Ek__BackingField_44)); } inline int64_t get_U3CDownloadLengthU3Ek__BackingField_44() const { return ___U3CDownloadLengthU3Ek__BackingField_44; } inline int64_t* get_address_of_U3CDownloadLengthU3Ek__BackingField_44() { return &___U3CDownloadLengthU3Ek__BackingField_44; } inline void set_U3CDownloadLengthU3Ek__BackingField_44(int64_t value) { ___U3CDownloadLengthU3Ek__BackingField_44 = value; } inline static int32_t get_offset_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadProgressChangedU3Ek__BackingField_45)); } inline bool get_U3CDownloadProgressChangedU3Ek__BackingField_45() const { return ___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline bool* get_address_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return &___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline void set_U3CDownloadProgressChangedU3Ek__BackingField_45(bool value) { ___U3CDownloadProgressChangedU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_U3CUploadedU3Ek__BackingField_46() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadedU3Ek__BackingField_46)); } inline int64_t get_U3CUploadedU3Ek__BackingField_46() const { return ___U3CUploadedU3Ek__BackingField_46; } inline int64_t* get_address_of_U3CUploadedU3Ek__BackingField_46() { return &___U3CUploadedU3Ek__BackingField_46; } inline void set_U3CUploadedU3Ek__BackingField_46(int64_t value) { ___U3CUploadedU3Ek__BackingField_46 = value; } inline static int32_t get_offset_of_U3CUploadLengthU3Ek__BackingField_47() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadLengthU3Ek__BackingField_47)); } inline int64_t get_U3CUploadLengthU3Ek__BackingField_47() const { return ___U3CUploadLengthU3Ek__BackingField_47; } inline int64_t* get_address_of_U3CUploadLengthU3Ek__BackingField_47() { return &___U3CUploadLengthU3Ek__BackingField_47; } inline void set_U3CUploadLengthU3Ek__BackingField_47(int64_t value) { ___U3CUploadLengthU3Ek__BackingField_47 = value; } inline static int32_t get_offset_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadProgressChangedU3Ek__BackingField_48)); } inline bool get_U3CUploadProgressChangedU3Ek__BackingField_48() const { return ___U3CUploadProgressChangedU3Ek__BackingField_48; } inline bool* get_address_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return &___U3CUploadProgressChangedU3Ek__BackingField_48; } inline void set_U3CUploadProgressChangedU3Ek__BackingField_48(bool value) { ___U3CUploadProgressChangedU3Ek__BackingField_48 = value; } inline static int32_t get_offset_of_isKeepAlive_49() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___isKeepAlive_49)); } inline bool get_isKeepAlive_49() const { return ___isKeepAlive_49; } inline bool* get_address_of_isKeepAlive_49() { return &___isKeepAlive_49; } inline void set_isKeepAlive_49(bool value) { ___isKeepAlive_49 = value; } inline static int32_t get_offset_of_disableCache_50() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___disableCache_50)); } inline bool get_disableCache_50() const { return ___disableCache_50; } inline bool* get_address_of_disableCache_50() { return &___disableCache_50; } inline void set_disableCache_50(bool value) { ___disableCache_50 = value; } inline static int32_t get_offset_of_cacheOnly_51() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___cacheOnly_51)); } inline bool get_cacheOnly_51() const { return ___cacheOnly_51; } inline bool* get_address_of_cacheOnly_51() { return &___cacheOnly_51; } inline void set_cacheOnly_51(bool value) { ___cacheOnly_51 = value; } inline static int32_t get_offset_of_streamFragmentSize_52() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___streamFragmentSize_52)); } inline int32_t get_streamFragmentSize_52() const { return ___streamFragmentSize_52; } inline int32_t* get_address_of_streamFragmentSize_52() { return &___streamFragmentSize_52; } inline void set_streamFragmentSize_52(int32_t value) { ___streamFragmentSize_52 = value; } inline static int32_t get_offset_of_useStreaming_53() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___useStreaming_53)); } inline bool get_useStreaming_53() const { return ___useStreaming_53; } inline bool* get_address_of_useStreaming_53() { return &___useStreaming_53; } inline void set_useStreaming_53(bool value) { ___useStreaming_53 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_54() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CHeadersU3Ek__BackingField_54)); } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * get_U3CHeadersU3Ek__BackingField_54() const { return ___U3CHeadersU3Ek__BackingField_54; } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 ** get_address_of_U3CHeadersU3Ek__BackingField_54() { return &___U3CHeadersU3Ek__BackingField_54; } inline void set_U3CHeadersU3Ek__BackingField_54(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * value) { ___U3CHeadersU3Ek__BackingField_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_54), (void*)value); } inline static int32_t get_offset_of_FieldCollector_55() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FieldCollector_55)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FieldCollector_55() const { return ___FieldCollector_55; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FieldCollector_55() { return &___FieldCollector_55; } inline void set_FieldCollector_55(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FieldCollector_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___FieldCollector_55), (void*)value); } inline static int32_t get_offset_of_FormImpl_56() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FormImpl_56)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FormImpl_56() const { return ___FormImpl_56; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FormImpl_56() { return &___FormImpl_56; } inline void set_FormImpl_56(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FormImpl_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___FormImpl_56), (void*)value); } }; struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields { public: // System.Byte[] BestHTTP.HTTPRequest::EOL ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EOL_0; // System.String[] BestHTTP.HTTPRequest::MethodNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___MethodNames_1; // System.Int32 BestHTTP.HTTPRequest::UploadChunkSize int32_t ___UploadChunkSize_2; public: inline static int32_t get_offset_of_EOL_0() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___EOL_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EOL_0() const { return ___EOL_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EOL_0() { return &___EOL_0; } inline void set_EOL_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EOL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EOL_0), (void*)value); } inline static int32_t get_offset_of_MethodNames_1() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___MethodNames_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_MethodNames_1() const { return ___MethodNames_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_MethodNames_1() { return &___MethodNames_1; } inline void set_MethodNames_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___MethodNames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MethodNames_1), (void*)value); } inline static int32_t get_offset_of_UploadChunkSize_2() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___UploadChunkSize_2)); } inline int32_t get_UploadChunkSize_2() const { return ___UploadChunkSize_2; } inline int32_t* get_address_of_UploadChunkSize_2() { return &___UploadChunkSize_2; } inline void set_UploadChunkSize_2(int32_t value) { ___UploadChunkSize_2 = value; } }; // BestHTTP.Decompression.Zlib.InflateManager struct InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 : public RuntimeObject { public: // BestHTTP.Decompression.Zlib.InflateManager/InflateManagerMode BestHTTP.Decompression.Zlib.InflateManager::mode int32_t ___mode_2; // BestHTTP.Decompression.Zlib.ZlibCodec BestHTTP.Decompression.Zlib.InflateManager::_codec ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ____codec_3; // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::method int32_t ___method_4; // System.UInt32 BestHTTP.Decompression.Zlib.InflateManager::computedCheck uint32_t ___computedCheck_5; // System.UInt32 BestHTTP.Decompression.Zlib.InflateManager::expectedCheck uint32_t ___expectedCheck_6; // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::marker int32_t ___marker_7; // System.Boolean BestHTTP.Decompression.Zlib.InflateManager::_handleRfc1950HeaderBytes bool ____handleRfc1950HeaderBytes_8; // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::wbits int32_t ___wbits_9; // BestHTTP.Decompression.Zlib.InflateBlocks BestHTTP.Decompression.Zlib.InflateManager::blocks InflateBlocks_tD7DE231155415856CAE7E302D90BF38733FB5775 * ___blocks_10; public: inline static int32_t get_offset_of_mode_2() { return static_cast(offsetof(InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9, ___mode_2)); } inline int32_t get_mode_2() const { return ___mode_2; } inline int32_t* get_address_of_mode_2() { return &___mode_2; } inline void set_mode_2(int32_t value) { ___mode_2 = value; } inline static int32_t get_offset_of__codec_3() { return static_cast(offsetof(InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9, ____codec_3)); } inline ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * get__codec_3() const { return ____codec_3; } inline ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 ** get_address_of__codec_3() { return &____codec_3; } inline void set__codec_3(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * value) { ____codec_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____codec_3), (void*)value); } inline static int32_t get_offset_of_method_4() { return static_cast(offsetof(InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9, ___method_4)); } inline int32_t get_method_4() const { return ___method_4; } inline int32_t* get_address_of_method_4() { return &___method_4; } inline void set_method_4(int32_t value) { ___method_4 = value; } inline static int32_t get_offset_of_computedCheck_5() { return static_cast(offsetof(InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9, ___computedCheck_5)); } inline uint32_t get_computedCheck_5() const { return ___computedCheck_5; } inline uint32_t* get_address_of_computedCheck_5() { return &___computedCheck_5; } inline void set_computedCheck_5(uint32_t value) { ___computedCheck_5 = value; } inline static int32_t get_offset_of_expectedCheck_6() { return static_cast(offsetof(InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9, ___expectedCheck_6)); } inline uint32_t get_expectedCheck_6() const { return ___expectedCheck_6; } inline uint32_t* get_address_of_expectedCheck_6() { return &___expectedCheck_6; } inline void set_expectedCheck_6(uint32_t value) { ___expectedCheck_6 = value; } inline static int32_t get_offset_of_marker_7() { return static_cast(offsetof(InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9, ___marker_7)); } inline int32_t get_marker_7() const { return ___marker_7; } inline int32_t* get_address_of_marker_7() { return &___marker_7; } inline void set_marker_7(int32_t value) { ___marker_7 = value; } inline static int32_t get_offset_of__handleRfc1950HeaderBytes_8() { return static_cast(offsetof(InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9, ____handleRfc1950HeaderBytes_8)); } inline bool get__handleRfc1950HeaderBytes_8() const { return ____handleRfc1950HeaderBytes_8; } inline bool* get_address_of__handleRfc1950HeaderBytes_8() { return &____handleRfc1950HeaderBytes_8; } inline void set__handleRfc1950HeaderBytes_8(bool value) { ____handleRfc1950HeaderBytes_8 = value; } inline static int32_t get_offset_of_wbits_9() { return static_cast(offsetof(InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9, ___wbits_9)); } inline int32_t get_wbits_9() const { return ___wbits_9; } inline int32_t* get_address_of_wbits_9() { return &___wbits_9; } inline void set_wbits_9(int32_t value) { ___wbits_9 = value; } inline static int32_t get_offset_of_blocks_10() { return static_cast(offsetof(InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9, ___blocks_10)); } inline InflateBlocks_tD7DE231155415856CAE7E302D90BF38733FB5775 * get_blocks_10() const { return ___blocks_10; } inline InflateBlocks_tD7DE231155415856CAE7E302D90BF38733FB5775 ** get_address_of_blocks_10() { return &___blocks_10; } inline void set_blocks_10(InflateBlocks_tD7DE231155415856CAE7E302D90BF38733FB5775 * value) { ___blocks_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___blocks_10), (void*)value); } }; struct InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9_StaticFields { public: // System.Byte[] BestHTTP.Decompression.Zlib.InflateManager::mark ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mark_11; public: inline static int32_t get_offset_of_mark_11() { return static_cast(offsetof(InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9_StaticFields, ___mark_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mark_11() const { return ___mark_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mark_11() { return &___mark_11; } inline void set_mark_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mark_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___mark_11), (void*)value); } }; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // MathNet.Numerics.NonConvergenceException struct NonConvergenceException_t50AF57E869B91728CE433AA3E1827B660F1598BC : public Exception_t { public: public: }; // UnityEngine.ResourceRequest struct ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 { public: // System.String UnityEngine.ResourceRequest::m_Path String_t* ___m_Path_2; // System.Type UnityEngine.ResourceRequest::m_Type Type_t * ___m_Type_3; public: inline static int32_t get_offset_of_m_Path_2() { return static_cast(offsetof(ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD, ___m_Path_2)); } inline String_t* get_m_Path_2() const { return ___m_Path_2; } inline String_t** get_address_of_m_Path_2() { return &___m_Path_2; } inline void set_m_Path_2(String_t* value) { ___m_Path_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Path_2), (void*)value); } inline static int32_t get_offset_of_m_Type_3() { return static_cast(offsetof(ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD, ___m_Type_3)); } inline Type_t * get_m_Type_3() const { return ___m_Type_3; } inline Type_t ** get_address_of_m_Type_3() { return &___m_Type_3; } inline void set_m_Type_3(Type_t * value) { ___m_Type_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Type_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ResourceRequest struct ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD_marshaled_pinvoke : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_pinvoke { char* ___m_Path_2; Type_t * ___m_Type_3; }; // Native definition for COM marshalling of UnityEngine.ResourceRequest struct ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD_marshaled_com : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_com { Il2CppChar* ___m_Path_2; Type_t * ___m_Type_3; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // UnityEngine.TextAsset struct TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields { public: // System.Int32 UnityEngine.Texture::GenerateAllMips int32_t ___GenerateAllMips_4; public: inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast(offsetof(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields, ___GenerateAllMips_4)); } inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; } inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; } inline void set_GenerateAllMips_4(int32_t value) { ___GenerateAllMips_4 = value; } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.UnityWebRequest::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::m_DownloadHandler DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * ___m_DownloadHandler_1; // UnityEngine.Networking.UploadHandler UnityEngine.Networking.UnityWebRequest::m_UploadHandler UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA * ___m_UploadHandler_2; // UnityEngine.Networking.CertificateHandler UnityEngine.Networking.UnityWebRequest::m_CertificateHandler CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E * ___m_CertificateHandler_3; // System.Uri UnityEngine.Networking.UnityWebRequest::m_Uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_Uri_4; // System.Boolean UnityEngine.Networking.UnityWebRequest::k__BackingField bool ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; // System.Boolean UnityEngine.Networking.UnityWebRequest::k__BackingField bool ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; // System.Boolean UnityEngine.Networking.UnityWebRequest::k__BackingField bool ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_DownloadHandler_1() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_DownloadHandler_1)); } inline DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * get_m_DownloadHandler_1() const { return ___m_DownloadHandler_1; } inline DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB ** get_address_of_m_DownloadHandler_1() { return &___m_DownloadHandler_1; } inline void set_m_DownloadHandler_1(DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * value) { ___m_DownloadHandler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DownloadHandler_1), (void*)value); } inline static int32_t get_offset_of_m_UploadHandler_2() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_UploadHandler_2)); } inline UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA * get_m_UploadHandler_2() const { return ___m_UploadHandler_2; } inline UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA ** get_address_of_m_UploadHandler_2() { return &___m_UploadHandler_2; } inline void set_m_UploadHandler_2(UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA * value) { ___m_UploadHandler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_UploadHandler_2), (void*)value); } inline static int32_t get_offset_of_m_CertificateHandler_3() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_CertificateHandler_3)); } inline CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E * get_m_CertificateHandler_3() const { return ___m_CertificateHandler_3; } inline CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E ** get_address_of_m_CertificateHandler_3() { return &___m_CertificateHandler_3; } inline void set_m_CertificateHandler_3(CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E * value) { ___m_CertificateHandler_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CertificateHandler_3), (void*)value); } inline static int32_t get_offset_of_m_Uri_4() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_Uri_4)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_m_Uri_4() const { return ___m_Uri_4; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_m_Uri_4() { return &___m_Uri_4; } inline void set_m_Uri_4(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___m_Uri_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Uri_4), (void*)value); } inline static int32_t get_offset_of_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5)); } inline bool get_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() const { return ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; } inline bool* get_address_of_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() { return &___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; } inline void set_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5(bool value) { ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6)); } inline bool get_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() const { return ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; } inline bool* get_address_of_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() { return &___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; } inline void set_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6(bool value) { ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7)); } inline bool get_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() const { return ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; } inline bool* get_address_of_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() { return &___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; } inline void set_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7(bool value) { ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_pinvoke { intptr_t ___m_Ptr_0; DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_pinvoke ___m_DownloadHandler_1; UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_pinvoke ___m_UploadHandler_2; CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_pinvoke ___m_CertificateHandler_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_Uri_4; int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; }; // Native definition for COM marshalling of UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_com { intptr_t ___m_Ptr_0; DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_com* ___m_DownloadHandler_1; UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_com* ___m_UploadHandler_2; CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_com* ___m_CertificateHandler_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_Uri_4; int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; }; // UnityEngine.Networking.UnityWebRequestAsyncOperation struct UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 { public: // UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequestAsyncOperation::k__BackingField UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CwebRequestU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CwebRequestU3Ek__BackingField_2() { return static_cast(offsetof(UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396, ___U3CwebRequestU3Ek__BackingField_2)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CwebRequestU3Ek__BackingField_2() const { return ___U3CwebRequestU3Ek__BackingField_2; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CwebRequestU3Ek__BackingField_2() { return &___U3CwebRequestU3Ek__BackingField_2; } inline void set_U3CwebRequestU3Ek__BackingField_2(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CwebRequestU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CwebRequestU3Ek__BackingField_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.UnityWebRequestAsyncOperation struct UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396_marshaled_pinvoke : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_pinvoke { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_pinvoke* ___U3CwebRequestU3Ek__BackingField_2; }; // Native definition for COM marshalling of UnityEngine.Networking.UnityWebRequestAsyncOperation struct UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396_marshaled_com : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_com { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_com* ___U3CwebRequestU3Ek__BackingField_2; }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // BestHTTP.Decompression.Zlib.ZlibBaseStream struct ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // BestHTTP.Decompression.Zlib.ZlibCodec BestHTTP.Decompression.Zlib.ZlibBaseStream::_z ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ____z_5; // BestHTTP.Decompression.Zlib.ZlibBaseStream/StreamMode BestHTTP.Decompression.Zlib.ZlibBaseStream::_streamMode int32_t ____streamMode_6; // BestHTTP.Decompression.Zlib.FlushType BestHTTP.Decompression.Zlib.ZlibBaseStream::_flushMode int32_t ____flushMode_7; // BestHTTP.Decompression.Zlib.ZlibStreamFlavor BestHTTP.Decompression.Zlib.ZlibBaseStream::_flavor int32_t ____flavor_8; // BestHTTP.Decompression.Zlib.CompressionMode BestHTTP.Decompression.Zlib.ZlibBaseStream::_compressionMode int32_t ____compressionMode_9; // BestHTTP.Decompression.Zlib.CompressionLevel BestHTTP.Decompression.Zlib.ZlibBaseStream::_level int32_t ____level_10; // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::_leaveOpen bool ____leaveOpen_11; // System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::_workingBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____workingBuffer_12; // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::_bufferSize int32_t ____bufferSize_13; // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::windowBitsMax int32_t ___windowBitsMax_14; // System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::_buf1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buf1_15; // System.IO.Stream BestHTTP.Decompression.Zlib.ZlibBaseStream::_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____stream_16; // BestHTTP.Decompression.Zlib.CompressionStrategy BestHTTP.Decompression.Zlib.ZlibBaseStream::Strategy int32_t ___Strategy_17; // BestHTTP.Decompression.Crc.CRC32 BestHTTP.Decompression.Zlib.ZlibBaseStream::crc CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * ___crc_18; // System.String BestHTTP.Decompression.Zlib.ZlibBaseStream::_GzipFileName String_t* ____GzipFileName_19; // System.String BestHTTP.Decompression.Zlib.ZlibBaseStream::_GzipComment String_t* ____GzipComment_20; // System.DateTime BestHTTP.Decompression.Zlib.ZlibBaseStream::_GzipMtime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ____GzipMtime_21; // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::_gzipHeaderByteCount int32_t ____gzipHeaderByteCount_22; // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::nomoreinput bool ___nomoreinput_23; public: inline static int32_t get_offset_of__z_5() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____z_5)); } inline ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * get__z_5() const { return ____z_5; } inline ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 ** get_address_of__z_5() { return &____z_5; } inline void set__z_5(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * value) { ____z_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____z_5), (void*)value); } inline static int32_t get_offset_of__streamMode_6() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____streamMode_6)); } inline int32_t get__streamMode_6() const { return ____streamMode_6; } inline int32_t* get_address_of__streamMode_6() { return &____streamMode_6; } inline void set__streamMode_6(int32_t value) { ____streamMode_6 = value; } inline static int32_t get_offset_of__flushMode_7() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____flushMode_7)); } inline int32_t get__flushMode_7() const { return ____flushMode_7; } inline int32_t* get_address_of__flushMode_7() { return &____flushMode_7; } inline void set__flushMode_7(int32_t value) { ____flushMode_7 = value; } inline static int32_t get_offset_of__flavor_8() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____flavor_8)); } inline int32_t get__flavor_8() const { return ____flavor_8; } inline int32_t* get_address_of__flavor_8() { return &____flavor_8; } inline void set__flavor_8(int32_t value) { ____flavor_8 = value; } inline static int32_t get_offset_of__compressionMode_9() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____compressionMode_9)); } inline int32_t get__compressionMode_9() const { return ____compressionMode_9; } inline int32_t* get_address_of__compressionMode_9() { return &____compressionMode_9; } inline void set__compressionMode_9(int32_t value) { ____compressionMode_9 = value; } inline static int32_t get_offset_of__level_10() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____level_10)); } inline int32_t get__level_10() const { return ____level_10; } inline int32_t* get_address_of__level_10() { return &____level_10; } inline void set__level_10(int32_t value) { ____level_10 = value; } inline static int32_t get_offset_of__leaveOpen_11() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____leaveOpen_11)); } inline bool get__leaveOpen_11() const { return ____leaveOpen_11; } inline bool* get_address_of__leaveOpen_11() { return &____leaveOpen_11; } inline void set__leaveOpen_11(bool value) { ____leaveOpen_11 = value; } inline static int32_t get_offset_of__workingBuffer_12() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____workingBuffer_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__workingBuffer_12() const { return ____workingBuffer_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__workingBuffer_12() { return &____workingBuffer_12; } inline void set__workingBuffer_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____workingBuffer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____workingBuffer_12), (void*)value); } inline static int32_t get_offset_of__bufferSize_13() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____bufferSize_13)); } inline int32_t get__bufferSize_13() const { return ____bufferSize_13; } inline int32_t* get_address_of__bufferSize_13() { return &____bufferSize_13; } inline void set__bufferSize_13(int32_t value) { ____bufferSize_13 = value; } inline static int32_t get_offset_of_windowBitsMax_14() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ___windowBitsMax_14)); } inline int32_t get_windowBitsMax_14() const { return ___windowBitsMax_14; } inline int32_t* get_address_of_windowBitsMax_14() { return &___windowBitsMax_14; } inline void set_windowBitsMax_14(int32_t value) { ___windowBitsMax_14 = value; } inline static int32_t get_offset_of__buf1_15() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____buf1_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buf1_15() const { return ____buf1_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buf1_15() { return &____buf1_15; } inline void set__buf1_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buf1_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____buf1_15), (void*)value); } inline static int32_t get_offset_of__stream_16() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____stream_16)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__stream_16() const { return ____stream_16; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__stream_16() { return &____stream_16; } inline void set__stream_16(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____stream_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____stream_16), (void*)value); } inline static int32_t get_offset_of_Strategy_17() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ___Strategy_17)); } inline int32_t get_Strategy_17() const { return ___Strategy_17; } inline int32_t* get_address_of_Strategy_17() { return &___Strategy_17; } inline void set_Strategy_17(int32_t value) { ___Strategy_17 = value; } inline static int32_t get_offset_of_crc_18() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ___crc_18)); } inline CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * get_crc_18() const { return ___crc_18; } inline CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 ** get_address_of_crc_18() { return &___crc_18; } inline void set_crc_18(CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * value) { ___crc_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___crc_18), (void*)value); } inline static int32_t get_offset_of__GzipFileName_19() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____GzipFileName_19)); } inline String_t* get__GzipFileName_19() const { return ____GzipFileName_19; } inline String_t** get_address_of__GzipFileName_19() { return &____GzipFileName_19; } inline void set__GzipFileName_19(String_t* value) { ____GzipFileName_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____GzipFileName_19), (void*)value); } inline static int32_t get_offset_of__GzipComment_20() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____GzipComment_20)); } inline String_t* get__GzipComment_20() const { return ____GzipComment_20; } inline String_t** get_address_of__GzipComment_20() { return &____GzipComment_20; } inline void set__GzipComment_20(String_t* value) { ____GzipComment_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____GzipComment_20), (void*)value); } inline static int32_t get_offset_of__GzipMtime_21() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____GzipMtime_21)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get__GzipMtime_21() const { return ____GzipMtime_21; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of__GzipMtime_21() { return &____GzipMtime_21; } inline void set__GzipMtime_21(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ____GzipMtime_21 = value; } inline static int32_t get_offset_of__gzipHeaderByteCount_22() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____gzipHeaderByteCount_22)); } inline int32_t get__gzipHeaderByteCount_22() const { return ____gzipHeaderByteCount_22; } inline int32_t* get_address_of__gzipHeaderByteCount_22() { return &____gzipHeaderByteCount_22; } inline void set__gzipHeaderByteCount_22(int32_t value) { ____gzipHeaderByteCount_22 = value; } inline static int32_t get_offset_of_nomoreinput_23() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ___nomoreinput_23)); } inline bool get_nomoreinput_23() const { return ___nomoreinput_23; } inline bool* get_address_of_nomoreinput_23() { return &___nomoreinput_23; } inline void set_nomoreinput_23(bool value) { ___nomoreinput_23 = value; } }; // BestHTTP.Decompression.Zlib.ZlibCodec struct ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 : public RuntimeObject { public: // System.Byte[] BestHTTP.Decompression.Zlib.ZlibCodec::InputBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___InputBuffer_0; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::NextIn int32_t ___NextIn_1; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::AvailableBytesIn int32_t ___AvailableBytesIn_2; // System.Int64 BestHTTP.Decompression.Zlib.ZlibCodec::TotalBytesIn int64_t ___TotalBytesIn_3; // System.Byte[] BestHTTP.Decompression.Zlib.ZlibCodec::OutputBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___OutputBuffer_4; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::NextOut int32_t ___NextOut_5; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::AvailableBytesOut int32_t ___AvailableBytesOut_6; // System.Int64 BestHTTP.Decompression.Zlib.ZlibCodec::TotalBytesOut int64_t ___TotalBytesOut_7; // System.String BestHTTP.Decompression.Zlib.ZlibCodec::Message String_t* ___Message_8; // BestHTTP.Decompression.Zlib.DeflateManager BestHTTP.Decompression.Zlib.ZlibCodec::dstate DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * ___dstate_9; // BestHTTP.Decompression.Zlib.InflateManager BestHTTP.Decompression.Zlib.ZlibCodec::istate InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * ___istate_10; // System.UInt32 BestHTTP.Decompression.Zlib.ZlibCodec::_Adler32 uint32_t ____Adler32_11; // BestHTTP.Decompression.Zlib.CompressionLevel BestHTTP.Decompression.Zlib.ZlibCodec::CompressLevel int32_t ___CompressLevel_12; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::WindowBits int32_t ___WindowBits_13; // BestHTTP.Decompression.Zlib.CompressionStrategy BestHTTP.Decompression.Zlib.ZlibCodec::Strategy int32_t ___Strategy_14; public: inline static int32_t get_offset_of_InputBuffer_0() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___InputBuffer_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_InputBuffer_0() const { return ___InputBuffer_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_InputBuffer_0() { return &___InputBuffer_0; } inline void set_InputBuffer_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___InputBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___InputBuffer_0), (void*)value); } inline static int32_t get_offset_of_NextIn_1() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___NextIn_1)); } inline int32_t get_NextIn_1() const { return ___NextIn_1; } inline int32_t* get_address_of_NextIn_1() { return &___NextIn_1; } inline void set_NextIn_1(int32_t value) { ___NextIn_1 = value; } inline static int32_t get_offset_of_AvailableBytesIn_2() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___AvailableBytesIn_2)); } inline int32_t get_AvailableBytesIn_2() const { return ___AvailableBytesIn_2; } inline int32_t* get_address_of_AvailableBytesIn_2() { return &___AvailableBytesIn_2; } inline void set_AvailableBytesIn_2(int32_t value) { ___AvailableBytesIn_2 = value; } inline static int32_t get_offset_of_TotalBytesIn_3() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___TotalBytesIn_3)); } inline int64_t get_TotalBytesIn_3() const { return ___TotalBytesIn_3; } inline int64_t* get_address_of_TotalBytesIn_3() { return &___TotalBytesIn_3; } inline void set_TotalBytesIn_3(int64_t value) { ___TotalBytesIn_3 = value; } inline static int32_t get_offset_of_OutputBuffer_4() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___OutputBuffer_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_OutputBuffer_4() const { return ___OutputBuffer_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_OutputBuffer_4() { return &___OutputBuffer_4; } inline void set_OutputBuffer_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___OutputBuffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OutputBuffer_4), (void*)value); } inline static int32_t get_offset_of_NextOut_5() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___NextOut_5)); } inline int32_t get_NextOut_5() const { return ___NextOut_5; } inline int32_t* get_address_of_NextOut_5() { return &___NextOut_5; } inline void set_NextOut_5(int32_t value) { ___NextOut_5 = value; } inline static int32_t get_offset_of_AvailableBytesOut_6() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___AvailableBytesOut_6)); } inline int32_t get_AvailableBytesOut_6() const { return ___AvailableBytesOut_6; } inline int32_t* get_address_of_AvailableBytesOut_6() { return &___AvailableBytesOut_6; } inline void set_AvailableBytesOut_6(int32_t value) { ___AvailableBytesOut_6 = value; } inline static int32_t get_offset_of_TotalBytesOut_7() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___TotalBytesOut_7)); } inline int64_t get_TotalBytesOut_7() const { return ___TotalBytesOut_7; } inline int64_t* get_address_of_TotalBytesOut_7() { return &___TotalBytesOut_7; } inline void set_TotalBytesOut_7(int64_t value) { ___TotalBytesOut_7 = value; } inline static int32_t get_offset_of_Message_8() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___Message_8)); } inline String_t* get_Message_8() const { return ___Message_8; } inline String_t** get_address_of_Message_8() { return &___Message_8; } inline void set_Message_8(String_t* value) { ___Message_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Message_8), (void*)value); } inline static int32_t get_offset_of_dstate_9() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___dstate_9)); } inline DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * get_dstate_9() const { return ___dstate_9; } inline DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 ** get_address_of_dstate_9() { return &___dstate_9; } inline void set_dstate_9(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * value) { ___dstate_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstate_9), (void*)value); } inline static int32_t get_offset_of_istate_10() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___istate_10)); } inline InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * get_istate_10() const { return ___istate_10; } inline InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 ** get_address_of_istate_10() { return &___istate_10; } inline void set_istate_10(InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * value) { ___istate_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___istate_10), (void*)value); } inline static int32_t get_offset_of__Adler32_11() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ____Adler32_11)); } inline uint32_t get__Adler32_11() const { return ____Adler32_11; } inline uint32_t* get_address_of__Adler32_11() { return &____Adler32_11; } inline void set__Adler32_11(uint32_t value) { ____Adler32_11 = value; } inline static int32_t get_offset_of_CompressLevel_12() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___CompressLevel_12)); } inline int32_t get_CompressLevel_12() const { return ___CompressLevel_12; } inline int32_t* get_address_of_CompressLevel_12() { return &___CompressLevel_12; } inline void set_CompressLevel_12(int32_t value) { ___CompressLevel_12 = value; } inline static int32_t get_offset_of_WindowBits_13() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___WindowBits_13)); } inline int32_t get_WindowBits_13() const { return ___WindowBits_13; } inline int32_t* get_address_of_WindowBits_13() { return &___WindowBits_13; } inline void set_WindowBits_13(int32_t value) { ___WindowBits_13 = value; } inline static int32_t get_offset_of_Strategy_14() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___Strategy_14)); } inline int32_t get_Strategy_14() const { return ___Strategy_14; } inline int32_t* get_address_of_Strategy_14() { return &___Strategy_14; } inline void set_Strategy_14(int32_t value) { ___Strategy_14 = value; } }; // BestHTTP.Decompression.Zlib.ZlibException struct ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C : public Exception_t { public: static const Il2CppGuid CLSID; public: public: }; // o0.IMU._663AxisPreProcessor struct _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 : public RuntimeObject { public: // System.Boolean o0.IMU._663AxisPreProcessor::AccCorrection bool ___AccCorrection_0; // System.Double o0.IMU._663AxisPreProcessor::LastMS double ___LastMS_1; // o0.IMU.ByteToShort o0.IMU._663AxisPreProcessor::ByteToShortMS ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171 * ___ByteToShortMS_2; // o0.IMU.MedianFilter`1 o0.IMU._663AxisPreProcessor::TimeGapFilter MedianFilter_1_t33DD27C6F7DD9B6CFB4C5A2AE05F2ABC9241027D * ___TimeGapFilter_3; // o0.IMU.ByteToShorts o0.IMU._663AxisPreProcessor::ByteToGyr1 ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * ___ByteToGyr1_5; // o0.IMU.ByteToShorts o0.IMU._663AxisPreProcessor::ByteToGyr2 ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * ___ByteToGyr2_6; // o0.IMU.ByteToShorts o0.IMU._663AxisPreProcessor::ByteToAcc1 ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * ___ByteToAcc1_7; // o0.IMU.ByteToShorts o0.IMU._663AxisPreProcessor::ByteToAcc2 ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * ___ByteToAcc2_8; // o0.IMU.ByteToShorts o0.IMU._663AxisPreProcessor::ByteToMag ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * ___ByteToMag_9; // System.Boolean o0.IMU._663AxisPreProcessor::_GyrCalibrate bool ____GyrCalibrate_10; // o0.MeanMaintainer`1> o0.IMU._663AxisPreProcessor::GyrCalibrater1 MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED * ___GyrCalibrater1_11; // o0.MeanMaintainer`1> o0.IMU._663AxisPreProcessor::GyrCalibrater2 MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED * ___GyrCalibrater2_12; // o0.IMU.MagnetometerAutoCalibrater o0.IMU._663AxisPreProcessor::MagCalibrater MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * ___MagCalibrater_13; // o0.Geometry.Vector`1 o0.IMU._663AxisPreProcessor::Gyr1ByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___Gyr1ByteIndex_14; // o0.Geometry.Vector`1 o0.IMU._663AxisPreProcessor::Gyr2ByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___Gyr2ByteIndex_15; // o0.Geometry.Vector`1 o0.IMU._663AxisPreProcessor::Acc1ByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___Acc1ByteIndex_16; // o0.Geometry.Vector`1 o0.IMU._663AxisPreProcessor::Acc2ByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___Acc2ByteIndex_17; // o0.Geometry.Vector`1 o0.IMU._663AxisPreProcessor::MagByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___MagByteIndex_18; // o0.Geometry.Vector`1 o0.IMU._663AxisPreProcessor::LastGyr Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___LastGyr_19; // System.ValueTuple`4,o0.Geometry.Vector`1,o0.Geometry.Vector`1,System.Double> o0.IMU._663AxisPreProcessor::IMUInfo ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 ___IMUInfo_20; // o0.IMU.DistanceToAxis o0.IMU._663AxisPreProcessor::distanceToAxis DistanceToAxis_t79FAFD90FFFC4F514E6E1670A9CBE114F10A2069 * ___distanceToAxis_21; public: inline static int32_t get_offset_of_AccCorrection_0() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___AccCorrection_0)); } inline bool get_AccCorrection_0() const { return ___AccCorrection_0; } inline bool* get_address_of_AccCorrection_0() { return &___AccCorrection_0; } inline void set_AccCorrection_0(bool value) { ___AccCorrection_0 = value; } inline static int32_t get_offset_of_LastMS_1() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___LastMS_1)); } inline double get_LastMS_1() const { return ___LastMS_1; } inline double* get_address_of_LastMS_1() { return &___LastMS_1; } inline void set_LastMS_1(double value) { ___LastMS_1 = value; } inline static int32_t get_offset_of_ByteToShortMS_2() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___ByteToShortMS_2)); } inline ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171 * get_ByteToShortMS_2() const { return ___ByteToShortMS_2; } inline ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171 ** get_address_of_ByteToShortMS_2() { return &___ByteToShortMS_2; } inline void set_ByteToShortMS_2(ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171 * value) { ___ByteToShortMS_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteToShortMS_2), (void*)value); } inline static int32_t get_offset_of_TimeGapFilter_3() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___TimeGapFilter_3)); } inline MedianFilter_1_t33DD27C6F7DD9B6CFB4C5A2AE05F2ABC9241027D * get_TimeGapFilter_3() const { return ___TimeGapFilter_3; } inline MedianFilter_1_t33DD27C6F7DD9B6CFB4C5A2AE05F2ABC9241027D ** get_address_of_TimeGapFilter_3() { return &___TimeGapFilter_3; } inline void set_TimeGapFilter_3(MedianFilter_1_t33DD27C6F7DD9B6CFB4C5A2AE05F2ABC9241027D * value) { ___TimeGapFilter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeGapFilter_3), (void*)value); } inline static int32_t get_offset_of_ByteToGyr1_5() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___ByteToGyr1_5)); } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * get_ByteToGyr1_5() const { return ___ByteToGyr1_5; } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 ** get_address_of_ByteToGyr1_5() { return &___ByteToGyr1_5; } inline void set_ByteToGyr1_5(ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * value) { ___ByteToGyr1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteToGyr1_5), (void*)value); } inline static int32_t get_offset_of_ByteToGyr2_6() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___ByteToGyr2_6)); } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * get_ByteToGyr2_6() const { return ___ByteToGyr2_6; } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 ** get_address_of_ByteToGyr2_6() { return &___ByteToGyr2_6; } inline void set_ByteToGyr2_6(ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * value) { ___ByteToGyr2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteToGyr2_6), (void*)value); } inline static int32_t get_offset_of_ByteToAcc1_7() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___ByteToAcc1_7)); } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * get_ByteToAcc1_7() const { return ___ByteToAcc1_7; } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 ** get_address_of_ByteToAcc1_7() { return &___ByteToAcc1_7; } inline void set_ByteToAcc1_7(ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * value) { ___ByteToAcc1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteToAcc1_7), (void*)value); } inline static int32_t get_offset_of_ByteToAcc2_8() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___ByteToAcc2_8)); } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * get_ByteToAcc2_8() const { return ___ByteToAcc2_8; } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 ** get_address_of_ByteToAcc2_8() { return &___ByteToAcc2_8; } inline void set_ByteToAcc2_8(ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * value) { ___ByteToAcc2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteToAcc2_8), (void*)value); } inline static int32_t get_offset_of_ByteToMag_9() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___ByteToMag_9)); } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * get_ByteToMag_9() const { return ___ByteToMag_9; } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 ** get_address_of_ByteToMag_9() { return &___ByteToMag_9; } inline void set_ByteToMag_9(ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * value) { ___ByteToMag_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteToMag_9), (void*)value); } inline static int32_t get_offset_of__GyrCalibrate_10() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ____GyrCalibrate_10)); } inline bool get__GyrCalibrate_10() const { return ____GyrCalibrate_10; } inline bool* get_address_of__GyrCalibrate_10() { return &____GyrCalibrate_10; } inline void set__GyrCalibrate_10(bool value) { ____GyrCalibrate_10 = value; } inline static int32_t get_offset_of_GyrCalibrater1_11() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___GyrCalibrater1_11)); } inline MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED * get_GyrCalibrater1_11() const { return ___GyrCalibrater1_11; } inline MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED ** get_address_of_GyrCalibrater1_11() { return &___GyrCalibrater1_11; } inline void set_GyrCalibrater1_11(MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED * value) { ___GyrCalibrater1_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GyrCalibrater1_11), (void*)value); } inline static int32_t get_offset_of_GyrCalibrater2_12() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___GyrCalibrater2_12)); } inline MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED * get_GyrCalibrater2_12() const { return ___GyrCalibrater2_12; } inline MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED ** get_address_of_GyrCalibrater2_12() { return &___GyrCalibrater2_12; } inline void set_GyrCalibrater2_12(MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED * value) { ___GyrCalibrater2_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GyrCalibrater2_12), (void*)value); } inline static int32_t get_offset_of_MagCalibrater_13() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___MagCalibrater_13)); } inline MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * get_MagCalibrater_13() const { return ___MagCalibrater_13; } inline MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D ** get_address_of_MagCalibrater_13() { return &___MagCalibrater_13; } inline void set_MagCalibrater_13(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * value) { ___MagCalibrater_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___MagCalibrater_13), (void*)value); } inline static int32_t get_offset_of_Gyr1ByteIndex_14() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___Gyr1ByteIndex_14)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_Gyr1ByteIndex_14() const { return ___Gyr1ByteIndex_14; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_Gyr1ByteIndex_14() { return &___Gyr1ByteIndex_14; } inline void set_Gyr1ByteIndex_14(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___Gyr1ByteIndex_14 = value; } inline static int32_t get_offset_of_Gyr2ByteIndex_15() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___Gyr2ByteIndex_15)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_Gyr2ByteIndex_15() const { return ___Gyr2ByteIndex_15; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_Gyr2ByteIndex_15() { return &___Gyr2ByteIndex_15; } inline void set_Gyr2ByteIndex_15(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___Gyr2ByteIndex_15 = value; } inline static int32_t get_offset_of_Acc1ByteIndex_16() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___Acc1ByteIndex_16)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_Acc1ByteIndex_16() const { return ___Acc1ByteIndex_16; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_Acc1ByteIndex_16() { return &___Acc1ByteIndex_16; } inline void set_Acc1ByteIndex_16(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___Acc1ByteIndex_16 = value; } inline static int32_t get_offset_of_Acc2ByteIndex_17() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___Acc2ByteIndex_17)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_Acc2ByteIndex_17() const { return ___Acc2ByteIndex_17; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_Acc2ByteIndex_17() { return &___Acc2ByteIndex_17; } inline void set_Acc2ByteIndex_17(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___Acc2ByteIndex_17 = value; } inline static int32_t get_offset_of_MagByteIndex_18() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___MagByteIndex_18)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_MagByteIndex_18() const { return ___MagByteIndex_18; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_MagByteIndex_18() { return &___MagByteIndex_18; } inline void set_MagByteIndex_18(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___MagByteIndex_18 = value; } inline static int32_t get_offset_of_LastGyr_19() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___LastGyr_19)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_LastGyr_19() const { return ___LastGyr_19; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_LastGyr_19() { return &___LastGyr_19; } inline void set_LastGyr_19(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___LastGyr_19 = value; } inline static int32_t get_offset_of_IMUInfo_20() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___IMUInfo_20)); } inline ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 get_IMUInfo_20() const { return ___IMUInfo_20; } inline ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 * get_address_of_IMUInfo_20() { return &___IMUInfo_20; } inline void set_IMUInfo_20(ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 value) { ___IMUInfo_20 = value; } inline static int32_t get_offset_of_distanceToAxis_21() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250, ___distanceToAxis_21)); } inline DistanceToAxis_t79FAFD90FFFC4F514E6E1670A9CBE114F10A2069 * get_distanceToAxis_21() const { return ___distanceToAxis_21; } inline DistanceToAxis_t79FAFD90FFFC4F514E6E1670A9CBE114F10A2069 ** get_address_of_distanceToAxis_21() { return &___distanceToAxis_21; } inline void set_distanceToAxis_21(DistanceToAxis_t79FAFD90FFFC4F514E6E1670A9CBE114F10A2069 * value) { ___distanceToAxis_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___distanceToAxis_21), (void*)value); } }; struct _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250_StaticFields { public: // System.Func`2 o0.IMU._663AxisPreProcessor::GyrCorrectRate Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 * ___GyrCorrectRate_4; public: inline static int32_t get_offset_of_GyrCorrectRate_4() { return static_cast(offsetof(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250_StaticFields, ___GyrCorrectRate_4)); } inline Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 * get_GyrCorrectRate_4() const { return ___GyrCorrectRate_4; } inline Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 ** get_address_of_GyrCorrectRate_4() { return &___GyrCorrectRate_4; } inline void set_GyrCorrectRate_4(Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 * value) { ___GyrCorrectRate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___GyrCorrectRate_4), (void*)value); } }; // o0.IMU._9AxisPreProcessor struct _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 : public RuntimeObject { public: // System.Boolean o0.IMU._9AxisPreProcessor::AccCorrection bool ___AccCorrection_0; // System.Double o0.IMU._9AxisPreProcessor::LastMS double ___LastMS_1; // o0.IMU.ByteToShort o0.IMU._9AxisPreProcessor::ByteToShortMS ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171 * ___ByteToShortMS_2; // o0.IMU.MedianFilter`1 o0.IMU._9AxisPreProcessor::TimeGapFilter MedianFilter_1_t33DD27C6F7DD9B6CFB4C5A2AE05F2ABC9241027D * ___TimeGapFilter_3; // o0.IMU.ByteToShorts o0.IMU._9AxisPreProcessor::ByteToGyr ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * ___ByteToGyr_5; // o0.IMU.ByteToShorts o0.IMU._9AxisPreProcessor::ByteToAcc ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * ___ByteToAcc_6; // o0.IMU.ByteToShorts o0.IMU._9AxisPreProcessor::ByteToMag ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * ___ByteToMag_7; // System.Boolean o0.IMU._9AxisPreProcessor::_GyrCalibrate bool ____GyrCalibrate_8; // o0.MeanMaintainer`1> o0.IMU._9AxisPreProcessor::GyrCalibrater MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED * ___GyrCalibrater_9; // o0.IMU.MagnetometerAutoCalibrater o0.IMU._9AxisPreProcessor::MagCalibrater MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * ___MagCalibrater_10; // o0.Geometry.Vector`1 o0.IMU._9AxisPreProcessor::GyrByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___GyrByteIndex_11; // o0.Geometry.Vector`1 o0.IMU._9AxisPreProcessor::AccByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___AccByteIndex_12; // o0.Geometry.Vector`1 o0.IMU._9AxisPreProcessor::MagByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___MagByteIndex_13; // o0.Geometry.Vector`1 o0.IMU._9AxisPreProcessor::LastGyr Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___LastGyr_14; // System.ValueTuple`4,o0.Geometry.Vector`1,o0.Geometry.Vector`1,System.Double> o0.IMU._9AxisPreProcessor::IMUInfo ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 ___IMUInfo_15; // o0.IMU.DistanceToAxis o0.IMU._9AxisPreProcessor::distanceToAxis DistanceToAxis_t79FAFD90FFFC4F514E6E1670A9CBE114F10A2069 * ___distanceToAxis_16; public: inline static int32_t get_offset_of_AccCorrection_0() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___AccCorrection_0)); } inline bool get_AccCorrection_0() const { return ___AccCorrection_0; } inline bool* get_address_of_AccCorrection_0() { return &___AccCorrection_0; } inline void set_AccCorrection_0(bool value) { ___AccCorrection_0 = value; } inline static int32_t get_offset_of_LastMS_1() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___LastMS_1)); } inline double get_LastMS_1() const { return ___LastMS_1; } inline double* get_address_of_LastMS_1() { return &___LastMS_1; } inline void set_LastMS_1(double value) { ___LastMS_1 = value; } inline static int32_t get_offset_of_ByteToShortMS_2() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___ByteToShortMS_2)); } inline ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171 * get_ByteToShortMS_2() const { return ___ByteToShortMS_2; } inline ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171 ** get_address_of_ByteToShortMS_2() { return &___ByteToShortMS_2; } inline void set_ByteToShortMS_2(ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171 * value) { ___ByteToShortMS_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteToShortMS_2), (void*)value); } inline static int32_t get_offset_of_TimeGapFilter_3() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___TimeGapFilter_3)); } inline MedianFilter_1_t33DD27C6F7DD9B6CFB4C5A2AE05F2ABC9241027D * get_TimeGapFilter_3() const { return ___TimeGapFilter_3; } inline MedianFilter_1_t33DD27C6F7DD9B6CFB4C5A2AE05F2ABC9241027D ** get_address_of_TimeGapFilter_3() { return &___TimeGapFilter_3; } inline void set_TimeGapFilter_3(MedianFilter_1_t33DD27C6F7DD9B6CFB4C5A2AE05F2ABC9241027D * value) { ___TimeGapFilter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeGapFilter_3), (void*)value); } inline static int32_t get_offset_of_ByteToGyr_5() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___ByteToGyr_5)); } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * get_ByteToGyr_5() const { return ___ByteToGyr_5; } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 ** get_address_of_ByteToGyr_5() { return &___ByteToGyr_5; } inline void set_ByteToGyr_5(ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * value) { ___ByteToGyr_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteToGyr_5), (void*)value); } inline static int32_t get_offset_of_ByteToAcc_6() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___ByteToAcc_6)); } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * get_ByteToAcc_6() const { return ___ByteToAcc_6; } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 ** get_address_of_ByteToAcc_6() { return &___ByteToAcc_6; } inline void set_ByteToAcc_6(ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * value) { ___ByteToAcc_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteToAcc_6), (void*)value); } inline static int32_t get_offset_of_ByteToMag_7() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___ByteToMag_7)); } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * get_ByteToMag_7() const { return ___ByteToMag_7; } inline ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 ** get_address_of_ByteToMag_7() { return &___ByteToMag_7; } inline void set_ByteToMag_7(ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * value) { ___ByteToMag_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteToMag_7), (void*)value); } inline static int32_t get_offset_of__GyrCalibrate_8() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ____GyrCalibrate_8)); } inline bool get__GyrCalibrate_8() const { return ____GyrCalibrate_8; } inline bool* get_address_of__GyrCalibrate_8() { return &____GyrCalibrate_8; } inline void set__GyrCalibrate_8(bool value) { ____GyrCalibrate_8 = value; } inline static int32_t get_offset_of_GyrCalibrater_9() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___GyrCalibrater_9)); } inline MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED * get_GyrCalibrater_9() const { return ___GyrCalibrater_9; } inline MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED ** get_address_of_GyrCalibrater_9() { return &___GyrCalibrater_9; } inline void set_GyrCalibrater_9(MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED * value) { ___GyrCalibrater_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GyrCalibrater_9), (void*)value); } inline static int32_t get_offset_of_MagCalibrater_10() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___MagCalibrater_10)); } inline MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * get_MagCalibrater_10() const { return ___MagCalibrater_10; } inline MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D ** get_address_of_MagCalibrater_10() { return &___MagCalibrater_10; } inline void set_MagCalibrater_10(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * value) { ___MagCalibrater_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___MagCalibrater_10), (void*)value); } inline static int32_t get_offset_of_GyrByteIndex_11() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___GyrByteIndex_11)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_GyrByteIndex_11() const { return ___GyrByteIndex_11; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_GyrByteIndex_11() { return &___GyrByteIndex_11; } inline void set_GyrByteIndex_11(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___GyrByteIndex_11 = value; } inline static int32_t get_offset_of_AccByteIndex_12() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___AccByteIndex_12)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_AccByteIndex_12() const { return ___AccByteIndex_12; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_AccByteIndex_12() { return &___AccByteIndex_12; } inline void set_AccByteIndex_12(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___AccByteIndex_12 = value; } inline static int32_t get_offset_of_MagByteIndex_13() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___MagByteIndex_13)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_MagByteIndex_13() const { return ___MagByteIndex_13; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_MagByteIndex_13() { return &___MagByteIndex_13; } inline void set_MagByteIndex_13(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___MagByteIndex_13 = value; } inline static int32_t get_offset_of_LastGyr_14() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___LastGyr_14)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_LastGyr_14() const { return ___LastGyr_14; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_LastGyr_14() { return &___LastGyr_14; } inline void set_LastGyr_14(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___LastGyr_14 = value; } inline static int32_t get_offset_of_IMUInfo_15() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___IMUInfo_15)); } inline ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 get_IMUInfo_15() const { return ___IMUInfo_15; } inline ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 * get_address_of_IMUInfo_15() { return &___IMUInfo_15; } inline void set_IMUInfo_15(ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 value) { ___IMUInfo_15 = value; } inline static int32_t get_offset_of_distanceToAxis_16() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78, ___distanceToAxis_16)); } inline DistanceToAxis_t79FAFD90FFFC4F514E6E1670A9CBE114F10A2069 * get_distanceToAxis_16() const { return ___distanceToAxis_16; } inline DistanceToAxis_t79FAFD90FFFC4F514E6E1670A9CBE114F10A2069 ** get_address_of_distanceToAxis_16() { return &___distanceToAxis_16; } inline void set_distanceToAxis_16(DistanceToAxis_t79FAFD90FFFC4F514E6E1670A9CBE114F10A2069 * value) { ___distanceToAxis_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___distanceToAxis_16), (void*)value); } }; struct _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78_StaticFields { public: // System.Func`2 o0.IMU._9AxisPreProcessor::GyrCorrectRate Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 * ___GyrCorrectRate_4; public: inline static int32_t get_offset_of_GyrCorrectRate_4() { return static_cast(offsetof(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78_StaticFields, ___GyrCorrectRate_4)); } inline Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 * get_GyrCorrectRate_4() const { return ___GyrCorrectRate_4; } inline Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 ** get_address_of_GyrCorrectRate_4() { return &___GyrCorrectRate_4; } inline void set_GyrCorrectRate_4(Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 * value) { ___GyrCorrectRate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___GyrCorrectRate_4), (void*)value); } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface struct ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 : public RuntimeObject { public: // UnityEngine.Transform UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface::transform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform_0; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface::amount float ___amount_1; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface/Type UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface::type int32_t ___type_2; // UnityEngine.Quaternion UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface::originalLocalRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___originalLocalRotation_3; public: inline static int32_t get_offset_of_transform_0() { return static_cast(offsetof(ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403, ___transform_0)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_transform_0() const { return ___transform_0; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_transform_0() { return &___transform_0; } inline void set_transform_0(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___transform_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___transform_0), (void*)value); } inline static int32_t get_offset_of_amount_1() { return static_cast(offsetof(ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403, ___amount_1)); } inline float get_amount_1() const { return ___amount_1; } inline float* get_address_of_amount_1() { return &___amount_1; } inline void set_amount_1(float value) { ___amount_1 = value; } inline static int32_t get_offset_of_type_2() { return static_cast(offsetof(ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403, ___type_2)); } inline int32_t get_type_2() const { return ___type_2; } inline int32_t* get_address_of_type_2() { return &___type_2; } inline void set_type_2(int32_t value) { ___type_2 = value; } inline static int32_t get_offset_of_originalLocalRotation_3() { return static_cast(offsetof(ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403, ___originalLocalRotation_3)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_originalLocalRotation_3() const { return ___originalLocalRotation_3; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_originalLocalRotation_3() { return &___originalLocalRotation_3; } inline void set_originalLocalRotation_3(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___originalLocalRotation_3 = value; } }; // UnityStandardAssets.Utility.AutoMoveAndRotate/Vector3andSpace struct Vector3andSpace_tE33E47F7CC91C2CF30A17AF83531A638339CFFD1 : public RuntimeObject { public: // UnityEngine.Vector3 UnityStandardAssets.Utility.AutoMoveAndRotate/Vector3andSpace::value Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value_0; // UnityEngine.Space UnityStandardAssets.Utility.AutoMoveAndRotate/Vector3andSpace::space int32_t ___space_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Vector3andSpace_tE33E47F7CC91C2CF30A17AF83531A638339CFFD1, ___value_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_value_0() const { return ___value_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___value_0 = value; } inline static int32_t get_offset_of_space_1() { return static_cast(offsetof(Vector3andSpace_tE33E47F7CC91C2CF30A17AF83531A638339CFFD1, ___space_1)); } inline int32_t get_space_1() const { return ___space_1; } inline int32_t* get_address_of_space_1() { return &___space_1; } inline void set_space_1(int32_t value) { ___space_1 = value; } }; // System.Func`2 struct Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // UnityEngine.AssetBundleRequest struct AssetBundleRequest_tBCF59D1FD408125E4C2C937EC23AB0ABB7E4051A : public ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.AssetBundleRequest struct AssetBundleRequest_tBCF59D1FD408125E4C2C937EC23AB0ABB7E4051A_marshaled_pinvoke : public ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.AssetBundleRequest struct AssetBundleRequest_tBCF59D1FD408125E4C2C937EC23AB0ABB7E4051A_marshaled_com : public ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD_marshaled_com { }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents struct BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.ParticleSystemRenderer struct ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 : public Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C { public: public: }; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 : public Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 { public: public: }; struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields { public: // UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * ___reapplyDrivenProperties_4; public: inline static int32_t get_offset_of_reapplyDrivenProperties_4() { return static_cast(offsetof(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields, ___reapplyDrivenProperties_4)); } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * get_reapplyDrivenProperties_4() const { return ___reapplyDrivenProperties_4; } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE ** get_address_of_reapplyDrivenProperties_4() { return &___reapplyDrivenProperties_4; } inline void set_reapplyDrivenProperties_4(ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * value) { ___reapplyDrivenProperties_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reapplyDrivenProperties_4), (void*)value); } }; // AOTAdapter struct AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // AgreementView struct AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // AimHandler struct AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // AxisBaseHandler AimHandler::m_axisHandler AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D * ___m_axisHandler_4; // System.Int32 AimHandler::gyrCalibrateCompleteCount int32_t ___gyrCalibrateCompleteCount_5; // System.Int32 AimHandler::gyrCalibrateTotalCount int32_t ___gyrCalibrateTotalCount_6; // UnityEngine.Quaternion AimHandler::newRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___newRotation_8; // System.Boolean AimHandler::lerpForRotation bool ___lerpForRotation_9; // System.Single AimHandler::lerpTimeRate float ___lerpTimeRate_10; // System.Boolean AimHandler::m_magCompleted bool ___m_magCompleted_11; // System.Boolean AimHandler::m_ban9AxisCalculate bool ___m_ban9AxisCalculate_12; public: inline static int32_t get_offset_of_m_axisHandler_4() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___m_axisHandler_4)); } inline AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D * get_m_axisHandler_4() const { return ___m_axisHandler_4; } inline AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D ** get_address_of_m_axisHandler_4() { return &___m_axisHandler_4; } inline void set_m_axisHandler_4(AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D * value) { ___m_axisHandler_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_axisHandler_4), (void*)value); } inline static int32_t get_offset_of_gyrCalibrateCompleteCount_5() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___gyrCalibrateCompleteCount_5)); } inline int32_t get_gyrCalibrateCompleteCount_5() const { return ___gyrCalibrateCompleteCount_5; } inline int32_t* get_address_of_gyrCalibrateCompleteCount_5() { return &___gyrCalibrateCompleteCount_5; } inline void set_gyrCalibrateCompleteCount_5(int32_t value) { ___gyrCalibrateCompleteCount_5 = value; } inline static int32_t get_offset_of_gyrCalibrateTotalCount_6() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___gyrCalibrateTotalCount_6)); } inline int32_t get_gyrCalibrateTotalCount_6() const { return ___gyrCalibrateTotalCount_6; } inline int32_t* get_address_of_gyrCalibrateTotalCount_6() { return &___gyrCalibrateTotalCount_6; } inline void set_gyrCalibrateTotalCount_6(int32_t value) { ___gyrCalibrateTotalCount_6 = value; } inline static int32_t get_offset_of_newRotation_8() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___newRotation_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_newRotation_8() const { return ___newRotation_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_newRotation_8() { return &___newRotation_8; } inline void set_newRotation_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___newRotation_8 = value; } inline static int32_t get_offset_of_lerpForRotation_9() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___lerpForRotation_9)); } inline bool get_lerpForRotation_9() const { return ___lerpForRotation_9; } inline bool* get_address_of_lerpForRotation_9() { return &___lerpForRotation_9; } inline void set_lerpForRotation_9(bool value) { ___lerpForRotation_9 = value; } inline static int32_t get_offset_of_lerpTimeRate_10() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___lerpTimeRate_10)); } inline float get_lerpTimeRate_10() const { return ___lerpTimeRate_10; } inline float* get_address_of_lerpTimeRate_10() { return &___lerpTimeRate_10; } inline void set_lerpTimeRate_10(float value) { ___lerpTimeRate_10 = value; } inline static int32_t get_offset_of_m_magCompleted_11() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___m_magCompleted_11)); } inline bool get_m_magCompleted_11() const { return ___m_magCompleted_11; } inline bool* get_address_of_m_magCompleted_11() { return &___m_magCompleted_11; } inline void set_m_magCompleted_11(bool value) { ___m_magCompleted_11 = value; } inline static int32_t get_offset_of_m_ban9AxisCalculate_12() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___m_ban9AxisCalculate_12)); } inline bool get_m_ban9AxisCalculate_12() const { return ___m_ban9AxisCalculate_12; } inline bool* get_address_of_m_ban9AxisCalculate_12() { return &___m_ban9AxisCalculate_12; } inline void set_m_ban9AxisCalculate_12(bool value) { ___m_ban9AxisCalculate_12 = value; } }; struct AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields { public: // AimHandler AimHandler::ins AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * ___ins_7; public: inline static int32_t get_offset_of_ins_7() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields, ___ins_7)); } inline AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * get_ins_7() const { return ___ins_7; } inline AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 ** get_address_of_ins_7() { return &___ins_7; } inline void set_ins_7(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * value) { ___ins_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_7), (void*)value); } }; // Arrow struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single Arrow::flyTime float ___flyTime_4; // System.Boolean Arrow::isHit bool ___isHit_5; // System.Single Arrow::mySpeed float ___mySpeed_6; // ArmBow Arrow::armBow ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ___armBow_8; // UnityEngine.Vector3 Arrow::shootOutPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___shootOutPosition_9; // UnityEngine.RaycastHit Arrow::absoluteRay RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 ___absoluteRay_10; // System.Single Arrow::offsetAngle float ___offsetAngle_11; // UnityEngine.Vector3 Arrow::finalAngleAfterOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___finalAngleAfterOffset_12; // TargetBody Arrow::rayHitTargetBody TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * ___rayHitTargetBody_13; // System.Boolean Arrow::canPerfectHit bool ___canPerfectHit_14; // System.Boolean Arrow::canUseSideCamera bool ___canUseSideCamera_15; // ArrowCamera Arrow::arrowCameraComp ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * ___arrowCameraComp_16; // System.Action Arrow::onDoNextShoot Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onDoNextShoot_17; // System.Boolean Arrow::hasParabolaAngle bool ___hasParabolaAngle_19; // System.Single Arrow::parabolaAngleInRadian float ___parabolaAngleInRadian_20; // ArrowSync/SyncData Arrow::outputSyncData SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * ___outputSyncData_21; // System.Single Arrow::logicFlyTime float ___logicFlyTime_22; // UnityEngine.Vector3 Arrow::finalPoint Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___finalPoint_23; // System.Int32 Arrow::hitType int32_t ___hitType_24; // UnityEngine.Transform Arrow::raycastHitTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___raycastHitTransform_25; // System.String[] Arrow::hitTargetAnimalInfo StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___hitTargetAnimalInfo_26; // System.Boolean Arrow::hasDoneNextShoot bool ___hasDoneNextShoot_27; // UnityEngine.Vector3 Arrow::rotateV3 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rotateV3_28; public: inline static int32_t get_offset_of_flyTime_4() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___flyTime_4)); } inline float get_flyTime_4() const { return ___flyTime_4; } inline float* get_address_of_flyTime_4() { return &___flyTime_4; } inline void set_flyTime_4(float value) { ___flyTime_4 = value; } inline static int32_t get_offset_of_isHit_5() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___isHit_5)); } inline bool get_isHit_5() const { return ___isHit_5; } inline bool* get_address_of_isHit_5() { return &___isHit_5; } inline void set_isHit_5(bool value) { ___isHit_5 = value; } inline static int32_t get_offset_of_mySpeed_6() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___mySpeed_6)); } inline float get_mySpeed_6() const { return ___mySpeed_6; } inline float* get_address_of_mySpeed_6() { return &___mySpeed_6; } inline void set_mySpeed_6(float value) { ___mySpeed_6 = value; } inline static int32_t get_offset_of_armBow_8() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___armBow_8)); } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * get_armBow_8() const { return ___armBow_8; } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 ** get_address_of_armBow_8() { return &___armBow_8; } inline void set_armBow_8(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * value) { ___armBow_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___armBow_8), (void*)value); } inline static int32_t get_offset_of_shootOutPosition_9() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___shootOutPosition_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_shootOutPosition_9() const { return ___shootOutPosition_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_shootOutPosition_9() { return &___shootOutPosition_9; } inline void set_shootOutPosition_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___shootOutPosition_9 = value; } inline static int32_t get_offset_of_absoluteRay_10() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___absoluteRay_10)); } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 get_absoluteRay_10() const { return ___absoluteRay_10; } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * get_address_of_absoluteRay_10() { return &___absoluteRay_10; } inline void set_absoluteRay_10(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 value) { ___absoluteRay_10 = value; } inline static int32_t get_offset_of_offsetAngle_11() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___offsetAngle_11)); } inline float get_offsetAngle_11() const { return ___offsetAngle_11; } inline float* get_address_of_offsetAngle_11() { return &___offsetAngle_11; } inline void set_offsetAngle_11(float value) { ___offsetAngle_11 = value; } inline static int32_t get_offset_of_finalAngleAfterOffset_12() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___finalAngleAfterOffset_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_finalAngleAfterOffset_12() const { return ___finalAngleAfterOffset_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_finalAngleAfterOffset_12() { return &___finalAngleAfterOffset_12; } inline void set_finalAngleAfterOffset_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___finalAngleAfterOffset_12 = value; } inline static int32_t get_offset_of_rayHitTargetBody_13() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___rayHitTargetBody_13)); } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * get_rayHitTargetBody_13() const { return ___rayHitTargetBody_13; } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D ** get_address_of_rayHitTargetBody_13() { return &___rayHitTargetBody_13; } inline void set_rayHitTargetBody_13(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * value) { ___rayHitTargetBody_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___rayHitTargetBody_13), (void*)value); } inline static int32_t get_offset_of_canPerfectHit_14() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___canPerfectHit_14)); } inline bool get_canPerfectHit_14() const { return ___canPerfectHit_14; } inline bool* get_address_of_canPerfectHit_14() { return &___canPerfectHit_14; } inline void set_canPerfectHit_14(bool value) { ___canPerfectHit_14 = value; } inline static int32_t get_offset_of_canUseSideCamera_15() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___canUseSideCamera_15)); } inline bool get_canUseSideCamera_15() const { return ___canUseSideCamera_15; } inline bool* get_address_of_canUseSideCamera_15() { return &___canUseSideCamera_15; } inline void set_canUseSideCamera_15(bool value) { ___canUseSideCamera_15 = value; } inline static int32_t get_offset_of_arrowCameraComp_16() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___arrowCameraComp_16)); } inline ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * get_arrowCameraComp_16() const { return ___arrowCameraComp_16; } inline ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB ** get_address_of_arrowCameraComp_16() { return &___arrowCameraComp_16; } inline void set_arrowCameraComp_16(ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * value) { ___arrowCameraComp_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowCameraComp_16), (void*)value); } inline static int32_t get_offset_of_onDoNextShoot_17() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___onDoNextShoot_17)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onDoNextShoot_17() const { return ___onDoNextShoot_17; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onDoNextShoot_17() { return &___onDoNextShoot_17; } inline void set_onDoNextShoot_17(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onDoNextShoot_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDoNextShoot_17), (void*)value); } inline static int32_t get_offset_of_hasParabolaAngle_19() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hasParabolaAngle_19)); } inline bool get_hasParabolaAngle_19() const { return ___hasParabolaAngle_19; } inline bool* get_address_of_hasParabolaAngle_19() { return &___hasParabolaAngle_19; } inline void set_hasParabolaAngle_19(bool value) { ___hasParabolaAngle_19 = value; } inline static int32_t get_offset_of_parabolaAngleInRadian_20() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___parabolaAngleInRadian_20)); } inline float get_parabolaAngleInRadian_20() const { return ___parabolaAngleInRadian_20; } inline float* get_address_of_parabolaAngleInRadian_20() { return &___parabolaAngleInRadian_20; } inline void set_parabolaAngleInRadian_20(float value) { ___parabolaAngleInRadian_20 = value; } inline static int32_t get_offset_of_outputSyncData_21() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___outputSyncData_21)); } inline SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * get_outputSyncData_21() const { return ___outputSyncData_21; } inline SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF ** get_address_of_outputSyncData_21() { return &___outputSyncData_21; } inline void set_outputSyncData_21(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * value) { ___outputSyncData_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputSyncData_21), (void*)value); } inline static int32_t get_offset_of_logicFlyTime_22() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___logicFlyTime_22)); } inline float get_logicFlyTime_22() const { return ___logicFlyTime_22; } inline float* get_address_of_logicFlyTime_22() { return &___logicFlyTime_22; } inline void set_logicFlyTime_22(float value) { ___logicFlyTime_22 = value; } inline static int32_t get_offset_of_finalPoint_23() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___finalPoint_23)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_finalPoint_23() const { return ___finalPoint_23; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_finalPoint_23() { return &___finalPoint_23; } inline void set_finalPoint_23(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___finalPoint_23 = value; } inline static int32_t get_offset_of_hitType_24() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hitType_24)); } inline int32_t get_hitType_24() const { return ___hitType_24; } inline int32_t* get_address_of_hitType_24() { return &___hitType_24; } inline void set_hitType_24(int32_t value) { ___hitType_24 = value; } inline static int32_t get_offset_of_raycastHitTransform_25() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___raycastHitTransform_25)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_raycastHitTransform_25() const { return ___raycastHitTransform_25; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_raycastHitTransform_25() { return &___raycastHitTransform_25; } inline void set_raycastHitTransform_25(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___raycastHitTransform_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___raycastHitTransform_25), (void*)value); } inline static int32_t get_offset_of_hitTargetAnimalInfo_26() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hitTargetAnimalInfo_26)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_hitTargetAnimalInfo_26() const { return ___hitTargetAnimalInfo_26; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_hitTargetAnimalInfo_26() { return &___hitTargetAnimalInfo_26; } inline void set_hitTargetAnimalInfo_26(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___hitTargetAnimalInfo_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitTargetAnimalInfo_26), (void*)value); } inline static int32_t get_offset_of_hasDoneNextShoot_27() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hasDoneNextShoot_27)); } inline bool get_hasDoneNextShoot_27() const { return ___hasDoneNextShoot_27; } inline bool* get_address_of_hasDoneNextShoot_27() { return &___hasDoneNextShoot_27; } inline void set_hasDoneNextShoot_27(bool value) { ___hasDoneNextShoot_27 = value; } inline static int32_t get_offset_of_rotateV3_28() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___rotateV3_28)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rotateV3_28() const { return ___rotateV3_28; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rotateV3_28() { return &___rotateV3_28; } inline void set_rotateV3_28(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rotateV3_28 = value; } }; struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields { public: // System.Single Arrow::speed float ___speed_7; // System.Collections.Generic.HashSet`1 Arrow::arrowSet HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * ___arrowSet_18; public: inline static int32_t get_offset_of_speed_7() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields, ___speed_7)); } inline float get_speed_7() const { return ___speed_7; } inline float* get_address_of_speed_7() { return &___speed_7; } inline void set_speed_7(float value) { ___speed_7 = value; } inline static int32_t get_offset_of_arrowSet_18() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields, ___arrowSet_18)); } inline HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * get_arrowSet_18() const { return ___arrowSet_18; } inline HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C ** get_address_of_arrowSet_18() { return &___arrowSet_18; } inline void set_arrowSet_18(HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * value) { ___arrowSet_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowSet_18), (void*)value); } }; // BestHTTP.Examples.AssetBundleSample struct AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Uri BestHTTP.Examples.AssetBundleSample::URI Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___URI_4; // System.String BestHTTP.Examples.AssetBundleSample::status String_t* ___status_5; // UnityEngine.AssetBundle BestHTTP.Examples.AssetBundleSample::cachedBundle AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * ___cachedBundle_6; // UnityEngine.Texture2D BestHTTP.Examples.AssetBundleSample::texture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___texture_7; // System.Boolean BestHTTP.Examples.AssetBundleSample::downloading bool ___downloading_8; public: inline static int32_t get_offset_of_URI_4() { return static_cast(offsetof(AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058, ___URI_4)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_URI_4() const { return ___URI_4; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_URI_4() { return &___URI_4; } inline void set_URI_4(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___URI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___URI_4), (void*)value); } inline static int32_t get_offset_of_status_5() { return static_cast(offsetof(AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058, ___status_5)); } inline String_t* get_status_5() const { return ___status_5; } inline String_t** get_address_of_status_5() { return &___status_5; } inline void set_status_5(String_t* value) { ___status_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___status_5), (void*)value); } inline static int32_t get_offset_of_cachedBundle_6() { return static_cast(offsetof(AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058, ___cachedBundle_6)); } inline AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * get_cachedBundle_6() const { return ___cachedBundle_6; } inline AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 ** get_address_of_cachedBundle_6() { return &___cachedBundle_6; } inline void set_cachedBundle_6(AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * value) { ___cachedBundle_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedBundle_6), (void*)value); } inline static int32_t get_offset_of_texture_7() { return static_cast(offsetof(AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058, ___texture_7)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_texture_7() const { return ___texture_7; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_texture_7() { return &___texture_7; } inline void set_texture_7(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___texture_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___texture_7), (void*)value); } inline static int32_t get_offset_of_downloading_8() { return static_cast(offsetof(AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058, ___downloading_8)); } inline bool get_downloading_8() const { return ___downloading_8; } inline bool* get_address_of_downloading_8() { return &___downloading_8; } inline void set_downloading_8(bool value) { ___downloading_8 = value; } }; // BluetoothAim struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String BluetoothAim::targetDeviceName String_t* ___targetDeviceName_4; // ArduinoBluetoothAPI.BluetoothHelper BluetoothAim::bluetoothHelper BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___bluetoothHelper_5; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic BluetoothAim::characteristicWrite BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * ___characteristicWrite_6; // ArduinoBluetoothAPI.BluetoothHelperService BluetoothAim::bluetoothService BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * ___bluetoothService_7; // System.String BluetoothAim::deviceName String_t* ___deviceName_8; // System.Boolean BluetoothAim::canConnect bool ___canConnect_9; // UnityEngine.UI.Text BluetoothAim::textUI Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___textUI_10; // BluetoothStatusEnum BluetoothAim::status int32_t ___status_11; // System.Int32 BluetoothAim::dataCount int32_t ___dataCount_12; // System.Boolean BluetoothAim::hasData bool ___hasData_13; // System.Int64 BluetoothAim::hasDataTime int64_t ___hasDataTime_14; // System.Boolean BluetoothAim::userDoConnect bool ___userDoConnect_17; // System.Boolean BluetoothAim::doConnect bool ___doConnect_18; // System.Func`1 BluetoothAim::action_DoConnectInterceptor Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___action_DoConnectInterceptor_19; // System.Collections.Generic.Queue`1 BluetoothAim::cmdWaitingList Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * ___cmdWaitingList_20; // System.Boolean BluetoothAim::isSendCmdLocked bool ___isSendCmdLocked_21; // System.Boolean BluetoothAim::canAutoDormancy bool ___canAutoDormancy_22; // System.Boolean BluetoothAim::isStartUp bool ___isStartUp_23; // JCUnityLib.CountLock BluetoothAim::needModularAwake CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * ___needModularAwake_24; // System.String BluetoothAim::curMac String_t* ___curMac_25; public: inline static int32_t get_offset_of_targetDeviceName_4() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___targetDeviceName_4)); } inline String_t* get_targetDeviceName_4() const { return ___targetDeviceName_4; } inline String_t** get_address_of_targetDeviceName_4() { return &___targetDeviceName_4; } inline void set_targetDeviceName_4(String_t* value) { ___targetDeviceName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetDeviceName_4), (void*)value); } inline static int32_t get_offset_of_bluetoothHelper_5() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___bluetoothHelper_5)); } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * get_bluetoothHelper_5() const { return ___bluetoothHelper_5; } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 ** get_address_of_bluetoothHelper_5() { return &___bluetoothHelper_5; } inline void set_bluetoothHelper_5(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * value) { ___bluetoothHelper_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothHelper_5), (void*)value); } inline static int32_t get_offset_of_characteristicWrite_6() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___characteristicWrite_6)); } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * get_characteristicWrite_6() const { return ___characteristicWrite_6; } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 ** get_address_of_characteristicWrite_6() { return &___characteristicWrite_6; } inline void set_characteristicWrite_6(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * value) { ___characteristicWrite_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___characteristicWrite_6), (void*)value); } inline static int32_t get_offset_of_bluetoothService_7() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___bluetoothService_7)); } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * get_bluetoothService_7() const { return ___bluetoothService_7; } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 ** get_address_of_bluetoothService_7() { return &___bluetoothService_7; } inline void set_bluetoothService_7(BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * value) { ___bluetoothService_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothService_7), (void*)value); } inline static int32_t get_offset_of_deviceName_8() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___deviceName_8)); } inline String_t* get_deviceName_8() const { return ___deviceName_8; } inline String_t** get_address_of_deviceName_8() { return &___deviceName_8; } inline void set_deviceName_8(String_t* value) { ___deviceName_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceName_8), (void*)value); } inline static int32_t get_offset_of_canConnect_9() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___canConnect_9)); } inline bool get_canConnect_9() const { return ___canConnect_9; } inline bool* get_address_of_canConnect_9() { return &___canConnect_9; } inline void set_canConnect_9(bool value) { ___canConnect_9 = value; } inline static int32_t get_offset_of_textUI_10() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___textUI_10)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_textUI_10() const { return ___textUI_10; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_textUI_10() { return &___textUI_10; } inline void set_textUI_10(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___textUI_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___textUI_10), (void*)value); } inline static int32_t get_offset_of_status_11() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___status_11)); } inline int32_t get_status_11() const { return ___status_11; } inline int32_t* get_address_of_status_11() { return &___status_11; } inline void set_status_11(int32_t value) { ___status_11 = value; } inline static int32_t get_offset_of_dataCount_12() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___dataCount_12)); } inline int32_t get_dataCount_12() const { return ___dataCount_12; } inline int32_t* get_address_of_dataCount_12() { return &___dataCount_12; } inline void set_dataCount_12(int32_t value) { ___dataCount_12 = value; } inline static int32_t get_offset_of_hasData_13() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___hasData_13)); } inline bool get_hasData_13() const { return ___hasData_13; } inline bool* get_address_of_hasData_13() { return &___hasData_13; } inline void set_hasData_13(bool value) { ___hasData_13 = value; } inline static int32_t get_offset_of_hasDataTime_14() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___hasDataTime_14)); } inline int64_t get_hasDataTime_14() const { return ___hasDataTime_14; } inline int64_t* get_address_of_hasDataTime_14() { return &___hasDataTime_14; } inline void set_hasDataTime_14(int64_t value) { ___hasDataTime_14 = value; } inline static int32_t get_offset_of_userDoConnect_17() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___userDoConnect_17)); } inline bool get_userDoConnect_17() const { return ___userDoConnect_17; } inline bool* get_address_of_userDoConnect_17() { return &___userDoConnect_17; } inline void set_userDoConnect_17(bool value) { ___userDoConnect_17 = value; } inline static int32_t get_offset_of_doConnect_18() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___doConnect_18)); } inline bool get_doConnect_18() const { return ___doConnect_18; } inline bool* get_address_of_doConnect_18() { return &___doConnect_18; } inline void set_doConnect_18(bool value) { ___doConnect_18 = value; } inline static int32_t get_offset_of_action_DoConnectInterceptor_19() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___action_DoConnectInterceptor_19)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_action_DoConnectInterceptor_19() const { return ___action_DoConnectInterceptor_19; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_action_DoConnectInterceptor_19() { return &___action_DoConnectInterceptor_19; } inline void set_action_DoConnectInterceptor_19(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___action_DoConnectInterceptor_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_DoConnectInterceptor_19), (void*)value); } inline static int32_t get_offset_of_cmdWaitingList_20() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___cmdWaitingList_20)); } inline Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * get_cmdWaitingList_20() const { return ___cmdWaitingList_20; } inline Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 ** get_address_of_cmdWaitingList_20() { return &___cmdWaitingList_20; } inline void set_cmdWaitingList_20(Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * value) { ___cmdWaitingList_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmdWaitingList_20), (void*)value); } inline static int32_t get_offset_of_isSendCmdLocked_21() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___isSendCmdLocked_21)); } inline bool get_isSendCmdLocked_21() const { return ___isSendCmdLocked_21; } inline bool* get_address_of_isSendCmdLocked_21() { return &___isSendCmdLocked_21; } inline void set_isSendCmdLocked_21(bool value) { ___isSendCmdLocked_21 = value; } inline static int32_t get_offset_of_canAutoDormancy_22() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___canAutoDormancy_22)); } inline bool get_canAutoDormancy_22() const { return ___canAutoDormancy_22; } inline bool* get_address_of_canAutoDormancy_22() { return &___canAutoDormancy_22; } inline void set_canAutoDormancy_22(bool value) { ___canAutoDormancy_22 = value; } inline static int32_t get_offset_of_isStartUp_23() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___isStartUp_23)); } inline bool get_isStartUp_23() const { return ___isStartUp_23; } inline bool* get_address_of_isStartUp_23() { return &___isStartUp_23; } inline void set_isStartUp_23(bool value) { ___isStartUp_23 = value; } inline static int32_t get_offset_of_needModularAwake_24() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___needModularAwake_24)); } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * get_needModularAwake_24() const { return ___needModularAwake_24; } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 ** get_address_of_needModularAwake_24() { return &___needModularAwake_24; } inline void set_needModularAwake_24(CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * value) { ___needModularAwake_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___needModularAwake_24), (void*)value); } inline static int32_t get_offset_of_curMac_25() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___curMac_25)); } inline String_t* get_curMac_25() const { return ___curMac_25; } inline String_t** get_address_of_curMac_25() { return &___curMac_25; } inline void set_curMac_25(String_t* value) { ___curMac_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___curMac_25), (void*)value); } }; struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields { public: // System.Boolean BluetoothAim::scanLock bool ___scanLock_15; // BluetoothAim BluetoothAim::ins BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * ___ins_16; public: inline static int32_t get_offset_of_scanLock_15() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields, ___scanLock_15)); } inline bool get_scanLock_15() const { return ___scanLock_15; } inline bool* get_address_of_scanLock_15() { return &___scanLock_15; } inline void set_scanLock_15(bool value) { ___scanLock_15 = value; } inline static int32_t get_offset_of_ins_16() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields, ___ins_16)); } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * get_ins_16() const { return ___ins_16; } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 ** get_address_of_ins_16() { return &___ins_16; } inline void set_ins_16(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * value) { ___ins_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_16), (void*)value); } }; // BluetoothHolder struct BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean BluetoothHolder::debug bool ___debug_4; // UnityEngine.GameObject BluetoothHolder::magEllipse GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___magEllipse_5; // System.Collections.Generic.HashSet`1 BluetoothHolder::magEllipseViewers HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * ___magEllipseViewers_6; public: inline static int32_t get_offset_of_debug_4() { return static_cast(offsetof(BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51, ___debug_4)); } inline bool get_debug_4() const { return ___debug_4; } inline bool* get_address_of_debug_4() { return &___debug_4; } inline void set_debug_4(bool value) { ___debug_4 = value; } inline static int32_t get_offset_of_magEllipse_5() { return static_cast(offsetof(BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51, ___magEllipse_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_magEllipse_5() const { return ___magEllipse_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_magEllipse_5() { return &___magEllipse_5; } inline void set_magEllipse_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___magEllipse_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___magEllipse_5), (void*)value); } inline static int32_t get_offset_of_magEllipseViewers_6() { return static_cast(offsetof(BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51, ___magEllipseViewers_6)); } inline HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * get_magEllipseViewers_6() const { return ___magEllipseViewers_6; } inline HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 ** get_address_of_magEllipseViewers_6() { return &___magEllipseViewers_6; } inline void set_magEllipseViewers_6(HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * value) { ___magEllipseViewers_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___magEllipseViewers_6), (void*)value); } }; struct BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51_StaticFields { public: // BluetoothHolder BluetoothHolder::ins BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * ___ins_7; public: inline static int32_t get_offset_of_ins_7() { return static_cast(offsetof(BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51_StaticFields, ___ins_7)); } inline BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * get_ins_7() const { return ___ins_7; } inline BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 ** get_address_of_ins_7() { return &___ins_7; } inline void set_ins_7(BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * value) { ___ins_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_7), (void*)value); } }; // LoginMgr struct LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject LoginMgr::loginView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___loginView_4; // UnityEngine.GameObject LoginMgr::registerView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerView_5; public: inline static int32_t get_offset_of_loginView_4() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404, ___loginView_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_loginView_4() const { return ___loginView_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_loginView_4() { return &___loginView_4; } inline void set_loginView_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___loginView_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginView_4), (void*)value); } inline static int32_t get_offset_of_registerView_5() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404, ___registerView_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerView_5() const { return ___registerView_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerView_5() { return &___registerView_5; } inline void set_registerView_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerView_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerView_5), (void*)value); } }; struct LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields { public: // UserInfo LoginMgr::myUserInfo UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * ___myUserInfo_6; public: inline static int32_t get_offset_of_myUserInfo_6() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields, ___myUserInfo_6)); } inline UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * get_myUserInfo_6() const { return ___myUserInfo_6; } inline UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F ** get_address_of_myUserInfo_6() { return &___myUserInfo_6; } inline void set_myUserInfo_6(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * value) { ___myUserInfo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___myUserInfo_6), (void*)value); } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // manager struct manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // ArduinoBluetoothAPI.BluetoothHelper manager::bluetoothHelper BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___bluetoothHelper_4; // System.String manager::deviceName String_t* ___deviceName_5; // UnityEngine.UI.Text manager::text Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text_6; // UnityEngine.GameObject manager::sphere GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___sphere_7; // System.String manager::received_message String_t* ___received_message_8; public: inline static int32_t get_offset_of_bluetoothHelper_4() { return static_cast(offsetof(manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F, ___bluetoothHelper_4)); } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * get_bluetoothHelper_4() const { return ___bluetoothHelper_4; } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 ** get_address_of_bluetoothHelper_4() { return &___bluetoothHelper_4; } inline void set_bluetoothHelper_4(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * value) { ___bluetoothHelper_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothHelper_4), (void*)value); } inline static int32_t get_offset_of_deviceName_5() { return static_cast(offsetof(manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F, ___deviceName_5)); } inline String_t* get_deviceName_5() const { return ___deviceName_5; } inline String_t** get_address_of_deviceName_5() { return &___deviceName_5; } inline void set_deviceName_5(String_t* value) { ___deviceName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceName_5), (void*)value); } inline static int32_t get_offset_of_text_6() { return static_cast(offsetof(manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F, ___text_6)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text_6() const { return ___text_6; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text_6() { return &___text_6; } inline void set_text_6(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_6), (void*)value); } inline static int32_t get_offset_of_sphere_7() { return static_cast(offsetof(manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F, ___sphere_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_sphere_7() const { return ___sphere_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_sphere_7() { return &___sphere_7; } inline void set_sphere_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___sphere_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___sphere_7), (void*)value); } inline static int32_t get_offset_of_received_message_8() { return static_cast(offsetof(manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F, ___received_message_8)); } inline String_t* get_received_message_8() const { return ___received_message_8; } inline String_t** get_address_of_received_message_8() { return &___received_message_8; } inline void set_received_message_8(String_t* value) { ___received_message_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___received_message_8), (void*)value); } }; // o0UIRawImageTester struct o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.RawImage o0UIRawImageTester::Image RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A * ___Image_5; // UnityEngine.Texture2D o0UIRawImageTester::Texture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___Texture_6; // System.Int32 o0UIRawImageTester::Offset int32_t ___Offset_7; public: inline static int32_t get_offset_of_Image_5() { return static_cast(offsetof(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB, ___Image_5)); } inline RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A * get_Image_5() const { return ___Image_5; } inline RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A ** get_address_of_Image_5() { return &___Image_5; } inline void set_Image_5(RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A * value) { ___Image_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Image_5), (void*)value); } inline static int32_t get_offset_of_Texture_6() { return static_cast(offsetof(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB, ___Texture_6)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_Texture_6() const { return ___Texture_6; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_Texture_6() { return &___Texture_6; } inline void set_Texture_6(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___Texture_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Texture_6), (void*)value); } inline static int32_t get_offset_of_Offset_7() { return static_cast(offsetof(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB, ___Offset_7)); } inline int32_t get_Offset_7() const { return ___Offset_7; } inline int32_t* get_address_of_Offset_7() { return &___Offset_7; } inline void set_Offset_7(int32_t value) { ___Offset_7 = value; } }; struct o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_StaticFields { public: // System.Collections.Generic.HashSet`1 o0UIRawImageTester::Testers HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC * ___Testers_4; // System.Collections.Generic.Dictionary`2 o0UIRawImageTester::ColorBuffer Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * ___ColorBuffer_8; public: inline static int32_t get_offset_of_Testers_4() { return static_cast(offsetof(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_StaticFields, ___Testers_4)); } inline HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC * get_Testers_4() const { return ___Testers_4; } inline HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC ** get_address_of_Testers_4() { return &___Testers_4; } inline void set_Testers_4(HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC * value) { ___Testers_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Testers_4), (void*)value); } inline static int32_t get_offset_of_ColorBuffer_8() { return static_cast(offsetof(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_StaticFields, ___ColorBuffer_8)); } inline Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * get_ColorBuffer_8() const { return ___ColorBuffer_8; } inline Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B ** get_address_of_ColorBuffer_8() { return &___ColorBuffer_8; } inline void set_ColorBuffer_8(Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * value) { ___ColorBuffer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ColorBuffer_8), (void*)value); } }; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_Material_6; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_Color_7; // System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate bool ___m_SkipLayoutUpdate_8; // System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate bool ___m_SkipMaterialUpdate_9; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_10; // UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_RaycastPadding_11; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_RectTransform_12; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CanvasRenderer_13; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * ___m_Canvas_14; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_15; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_16; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyLayoutCallback_17; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyVertsCallback_18; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyMaterialCallback_19; // UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_CachedMesh_22; // UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___m_CachedUvs_23; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * ___m_ColorTweenRunner_24; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; public: inline static int32_t get_offset_of_m_Material_6() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Material_6)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_Material_6() const { return ___m_Material_6; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_Material_6() { return &___m_Material_6; } inline void set_m_Material_6(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_Material_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Material_6), (void*)value); } inline static int32_t get_offset_of_m_Color_7() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Color_7)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_Color_7() const { return ___m_Color_7; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_Color_7() { return &___m_Color_7; } inline void set_m_Color_7(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_Color_7 = value; } inline static int32_t get_offset_of_m_SkipLayoutUpdate_8() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipLayoutUpdate_8)); } inline bool get_m_SkipLayoutUpdate_8() const { return ___m_SkipLayoutUpdate_8; } inline bool* get_address_of_m_SkipLayoutUpdate_8() { return &___m_SkipLayoutUpdate_8; } inline void set_m_SkipLayoutUpdate_8(bool value) { ___m_SkipLayoutUpdate_8 = value; } inline static int32_t get_offset_of_m_SkipMaterialUpdate_9() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipMaterialUpdate_9)); } inline bool get_m_SkipMaterialUpdate_9() const { return ___m_SkipMaterialUpdate_9; } inline bool* get_address_of_m_SkipMaterialUpdate_9() { return &___m_SkipMaterialUpdate_9; } inline void set_m_SkipMaterialUpdate_9(bool value) { ___m_SkipMaterialUpdate_9 = value; } inline static int32_t get_offset_of_m_RaycastTarget_10() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastTarget_10)); } inline bool get_m_RaycastTarget_10() const { return ___m_RaycastTarget_10; } inline bool* get_address_of_m_RaycastTarget_10() { return &___m_RaycastTarget_10; } inline void set_m_RaycastTarget_10(bool value) { ___m_RaycastTarget_10 = value; } inline static int32_t get_offset_of_m_RaycastPadding_11() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastPadding_11)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_RaycastPadding_11() const { return ___m_RaycastPadding_11; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_RaycastPadding_11() { return &___m_RaycastPadding_11; } inline void set_m_RaycastPadding_11(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_RaycastPadding_11 = value; } inline static int32_t get_offset_of_m_RectTransform_12() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RectTransform_12)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_RectTransform_12() const { return ___m_RectTransform_12; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_RectTransform_12() { return &___m_RectTransform_12; } inline void set_m_RectTransform_12(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_RectTransform_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_12), (void*)value); } inline static int32_t get_offset_of_m_CanvasRenderer_13() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CanvasRenderer_13)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CanvasRenderer_13() const { return ___m_CanvasRenderer_13; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CanvasRenderer_13() { return &___m_CanvasRenderer_13; } inline void set_m_CanvasRenderer_13(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CanvasRenderer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasRenderer_13), (void*)value); } inline static int32_t get_offset_of_m_Canvas_14() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Canvas_14)); } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * get_m_Canvas_14() const { return ___m_Canvas_14; } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA ** get_address_of_m_Canvas_14() { return &___m_Canvas_14; } inline void set_m_Canvas_14(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * value) { ___m_Canvas_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_14), (void*)value); } inline static int32_t get_offset_of_m_VertsDirty_15() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_VertsDirty_15)); } inline bool get_m_VertsDirty_15() const { return ___m_VertsDirty_15; } inline bool* get_address_of_m_VertsDirty_15() { return &___m_VertsDirty_15; } inline void set_m_VertsDirty_15(bool value) { ___m_VertsDirty_15 = value; } inline static int32_t get_offset_of_m_MaterialDirty_16() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_MaterialDirty_16)); } inline bool get_m_MaterialDirty_16() const { return ___m_MaterialDirty_16; } inline bool* get_address_of_m_MaterialDirty_16() { return &___m_MaterialDirty_16; } inline void set_m_MaterialDirty_16(bool value) { ___m_MaterialDirty_16 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_17() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyLayoutCallback_17)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyLayoutCallback_17() const { return ___m_OnDirtyLayoutCallback_17; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyLayoutCallback_17() { return &___m_OnDirtyLayoutCallback_17; } inline void set_m_OnDirtyLayoutCallback_17(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyLayoutCallback_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyLayoutCallback_17), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_18() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyVertsCallback_18)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyVertsCallback_18() const { return ___m_OnDirtyVertsCallback_18; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyVertsCallback_18() { return &___m_OnDirtyVertsCallback_18; } inline void set_m_OnDirtyVertsCallback_18(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyVertsCallback_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyVertsCallback_18), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_19() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyMaterialCallback_19)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyMaterialCallback_19() const { return ___m_OnDirtyMaterialCallback_19; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyMaterialCallback_19() { return &___m_OnDirtyMaterialCallback_19; } inline void set_m_OnDirtyMaterialCallback_19(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyMaterialCallback_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyMaterialCallback_19), (void*)value); } inline static int32_t get_offset_of_m_CachedMesh_22() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedMesh_22)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_CachedMesh_22() const { return ___m_CachedMesh_22; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_CachedMesh_22() { return &___m_CachedMesh_22; } inline void set_m_CachedMesh_22(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_CachedMesh_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedMesh_22), (void*)value); } inline static int32_t get_offset_of_m_CachedUvs_23() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedUvs_23)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_m_CachedUvs_23() const { return ___m_CachedUvs_23; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_m_CachedUvs_23() { return &___m_CachedUvs_23; } inline void set_m_CachedUvs_23(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___m_CachedUvs_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedUvs_23), (void*)value); } inline static int32_t get_offset_of_m_ColorTweenRunner_24() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_ColorTweenRunner_24)); } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * get_m_ColorTweenRunner_24() const { return ___m_ColorTweenRunner_24; } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 ** get_address_of_m_ColorTweenRunner_24() { return &___m_ColorTweenRunner_24; } inline void set_m_ColorTweenRunner_24(TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * value) { ___m_ColorTweenRunner_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ColorTweenRunner_24), (void*)value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_25(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25 = value; } }; struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultUI_4; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___s_WhiteTexture_5; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___s_Mesh_20; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * ___s_VertexHelper_21; public: inline static int32_t get_offset_of_s_DefaultUI_4() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_DefaultUI_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultUI_4() const { return ___s_DefaultUI_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultUI_4() { return &___s_DefaultUI_4; } inline void set_s_DefaultUI_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultUI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultUI_4), (void*)value); } inline static int32_t get_offset_of_s_WhiteTexture_5() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_WhiteTexture_5)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_s_WhiteTexture_5() const { return ___s_WhiteTexture_5; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_s_WhiteTexture_5() { return &___s_WhiteTexture_5; } inline void set_s_WhiteTexture_5(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___s_WhiteTexture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_WhiteTexture_5), (void*)value); } inline static int32_t get_offset_of_s_Mesh_20() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_Mesh_20)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_s_Mesh_20() const { return ___s_Mesh_20; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_s_Mesh_20() { return &___s_Mesh_20; } inline void set_s_Mesh_20(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___s_Mesh_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Mesh_20), (void*)value); } inline static int32_t get_offset_of_s_VertexHelper_21() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_VertexHelper_21)); } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * get_s_VertexHelper_21() const { return ___s_VertexHelper_21; } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 ** get_address_of_s_VertexHelper_21() { return &___s_VertexHelper_21; } inline void set_s_VertexHelper_21(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * value) { ___s_VertexHelper_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertexHelper_21), (void*)value); } }; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE : public Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_26; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_MaskMaterial_27; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * ___m_ParentMask_28; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_29; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic bool ___m_IsMaskingGraphic_30; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_31; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * ___m_OnCullStateChanged_32; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_33; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_34; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_Corners_35; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_26() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculateStencil_26)); } inline bool get_m_ShouldRecalculateStencil_26() const { return ___m_ShouldRecalculateStencil_26; } inline bool* get_address_of_m_ShouldRecalculateStencil_26() { return &___m_ShouldRecalculateStencil_26; } inline void set_m_ShouldRecalculateStencil_26(bool value) { ___m_ShouldRecalculateStencil_26 = value; } inline static int32_t get_offset_of_m_MaskMaterial_27() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_MaskMaterial_27)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_MaskMaterial_27() const { return ___m_MaskMaterial_27; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_MaskMaterial_27() { return &___m_MaskMaterial_27; } inline void set_m_MaskMaterial_27(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_MaskMaterial_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MaskMaterial_27), (void*)value); } inline static int32_t get_offset_of_m_ParentMask_28() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ParentMask_28)); } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * get_m_ParentMask_28() const { return ___m_ParentMask_28; } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 ** get_address_of_m_ParentMask_28() { return &___m_ParentMask_28; } inline void set_m_ParentMask_28(RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * value) { ___m_ParentMask_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParentMask_28), (void*)value); } inline static int32_t get_offset_of_m_Maskable_29() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Maskable_29)); } inline bool get_m_Maskable_29() const { return ___m_Maskable_29; } inline bool* get_address_of_m_Maskable_29() { return &___m_Maskable_29; } inline void set_m_Maskable_29(bool value) { ___m_Maskable_29 = value; } inline static int32_t get_offset_of_m_IsMaskingGraphic_30() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IsMaskingGraphic_30)); } inline bool get_m_IsMaskingGraphic_30() const { return ___m_IsMaskingGraphic_30; } inline bool* get_address_of_m_IsMaskingGraphic_30() { return &___m_IsMaskingGraphic_30; } inline void set_m_IsMaskingGraphic_30(bool value) { ___m_IsMaskingGraphic_30 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_31() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IncludeForMasking_31)); } inline bool get_m_IncludeForMasking_31() const { return ___m_IncludeForMasking_31; } inline bool* get_address_of_m_IncludeForMasking_31() { return &___m_IncludeForMasking_31; } inline void set_m_IncludeForMasking_31(bool value) { ___m_IncludeForMasking_31 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_32() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_OnCullStateChanged_32)); } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * get_m_OnCullStateChanged_32() const { return ___m_OnCullStateChanged_32; } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 ** get_address_of_m_OnCullStateChanged_32() { return &___m_OnCullStateChanged_32; } inline void set_m_OnCullStateChanged_32(CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * value) { ___m_OnCullStateChanged_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnCullStateChanged_32), (void*)value); } inline static int32_t get_offset_of_m_ShouldRecalculate_33() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculate_33)); } inline bool get_m_ShouldRecalculate_33() const { return ___m_ShouldRecalculate_33; } inline bool* get_address_of_m_ShouldRecalculate_33() { return &___m_ShouldRecalculate_33; } inline void set_m_ShouldRecalculate_33(bool value) { ___m_ShouldRecalculate_33 = value; } inline static int32_t get_offset_of_m_StencilValue_34() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_StencilValue_34)); } inline int32_t get_m_StencilValue_34() const { return ___m_StencilValue_34; } inline int32_t* get_address_of_m_StencilValue_34() { return &___m_StencilValue_34; } inline void set_m_StencilValue_34(int32_t value) { ___m_StencilValue_34 = value; } inline static int32_t get_offset_of_m_Corners_35() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Corners_35)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_Corners_35() const { return ___m_Corners_35; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_Corners_35() { return &___m_Corners_35; } inline void set_m_Corners_35(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_Corners_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_35), (void*)value); } }; // UnityEngine.UI.RawImage struct RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.Texture UnityEngine.UI.RawImage::m_Texture Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___m_Texture_36; // UnityEngine.Rect UnityEngine.UI.RawImage::m_UVRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___m_UVRect_37; public: inline static int32_t get_offset_of_m_Texture_36() { return static_cast(offsetof(RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A, ___m_Texture_36)); } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * get_m_Texture_36() const { return ___m_Texture_36; } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE ** get_address_of_m_Texture_36() { return &___m_Texture_36; } inline void set_m_Texture_36(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * value) { ___m_Texture_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Texture_36), (void*)value); } inline static int32_t get_offset_of_m_UVRect_37() { return static_cast(offsetof(RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A, ___m_UVRect_37)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_m_UVRect_37() const { return ___m_UVRect_37; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_m_UVRect_37() { return &___m_UVRect_37; } inline void set_m_UVRect_37(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___m_UVRect_37 = value; } }; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * ___m_FontData_36; // System.String UnityEngine.UI.Text::m_Text String_t* ___m_Text_37; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCache_38; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCacheForLayout_39; // System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback bool ___m_DisableFontTextureRebuiltCallback_41; // UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_TempVerts_42; public: inline static int32_t get_offset_of_m_FontData_36() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_FontData_36)); } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * get_m_FontData_36() const { return ___m_FontData_36; } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 ** get_address_of_m_FontData_36() { return &___m_FontData_36; } inline void set_m_FontData_36(FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * value) { ___m_FontData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontData_36), (void*)value); } inline static int32_t get_offset_of_m_Text_37() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_Text_37)); } inline String_t* get_m_Text_37() const { return ___m_Text_37; } inline String_t** get_address_of_m_Text_37() { return &___m_Text_37; } inline void set_m_Text_37(String_t* value) { ___m_Text_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_37), (void*)value); } inline static int32_t get_offset_of_m_TextCache_38() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCache_38)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCache_38() const { return ___m_TextCache_38; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCache_38() { return &___m_TextCache_38; } inline void set_m_TextCache_38(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCache_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCache_38), (void*)value); } inline static int32_t get_offset_of_m_TextCacheForLayout_39() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCacheForLayout_39)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCacheForLayout_39() const { return ___m_TextCacheForLayout_39; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCacheForLayout_39() { return &___m_TextCacheForLayout_39; } inline void set_m_TextCacheForLayout_39(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCacheForLayout_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCacheForLayout_39), (void*)value); } inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_41() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_DisableFontTextureRebuiltCallback_41)); } inline bool get_m_DisableFontTextureRebuiltCallback_41() const { return ___m_DisableFontTextureRebuiltCallback_41; } inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_41() { return &___m_DisableFontTextureRebuiltCallback_41; } inline void set_m_DisableFontTextureRebuiltCallback_41(bool value) { ___m_DisableFontTextureRebuiltCallback_41 = value; } inline static int32_t get_offset_of_m_TempVerts_42() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TempVerts_42)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_TempVerts_42() const { return ___m_TempVerts_42; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_TempVerts_42() { return &___m_TempVerts_42; } inline void set_m_TempVerts_42(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_TempVerts_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TempVerts_42), (void*)value); } }; struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Text::s_DefaultText Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultText_40; public: inline static int32_t get_offset_of_s_DefaultText_40() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields, ___s_DefaultText_40)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultText_40() const { return ___s_DefaultText_40; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultText_40() { return &___s_DefaultText_40; } inline void set_s_DefaultText_40(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultText_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultText_40), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: 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; } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* 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, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* 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, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // UnityEngine.Color[] struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834 : public RuntimeArray { public: ALIGN_FIELD (8) Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 m_Items[1]; public: inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * 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_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: 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.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* 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, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_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, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementDefinition[] struct ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213 : public RuntimeArray { public: ALIGN_FIELD (8) ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C * m_Items[1]; public: inline ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C ** 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, ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: 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); } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E m_Items[1]; public: inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * 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_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { m_Items[index] = value; } }; // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_gshared (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_gshared (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, uint8_t ___item0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_gshared (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedList`1/Enumerator System.Collections.Generic.LinkedList`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B LinkedList_1_GetEnumerator_mA8E32570A3D8AE477E2EFAC93C602C8F319A1965_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.LinkedList`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m404B81639163579E072762AABE402383137A46B4_gshared_inline (Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.LinkedList`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m8C0026B8E1A6150866B1D0100A28B12A672875BB_gshared (Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m5259FBF9B6A888C745BA8877D281B992C503520D_gshared (Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mE4EE3C3602691D2F241A0B0FF61E6DFFAB4B55F5_gshared (List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___item0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_gshared (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, double ___value0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_gshared_inline (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_gshared_inline (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Multiply(o0.Geometry.Vector`1&,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, double ___b1, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::LastOrDefault(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_LastOrDefault_TisRuntimeObject_mF67120DE101FDBA343567C1AD56D855B5243A703_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::Last(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_Last_TisRuntimeObject_m4D85F65C85F02B0BC38289C96F7BDDD97EB9B885_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // !0 o0.Geometry.Vector`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * __this, const RuntimeMethod* method); // !0 o0.Geometry.Vector`1::Angle(o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Vector_1_Angle_m0BDD77557E391931EF06745E02084B53A3937D19_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * __this, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b0, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::get_Zero() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_gshared_inline (const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Addition(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Division(o0.Geometry.Vector`1&,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, double ___b1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m56C00E186C52C3A18C014B019D76A4D67D5EDC2D_gshared (List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * __this, const RuntimeMethod* method); // System.Void o0.Geometry.Vector`1::.ctor(!0,!0,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * __this, double ___x0, double ___y1, double ___z2, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::get_Normalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_get_Normalized_mC4FA03B6FFDE7F3B8DC6E83DAFFC732F78BB551B_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared (String_t* ___value0, const RuntimeMethod* method); // System.Boolean o0.Geometry.Vector`1::op_Equality(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method); // System.Boolean o0.Geometry.Vector`1::op_Inequality(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Subtraction(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method); // System.Void System.ValueTuple`3::.ctor(!0,!1,!2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_3__ctor_m232E5A2743129CE2E4F0768226B51C3368B5A845_gshared (ValueTuple_3_t1830EAF121F5706F925BDEB4C4CD5C237C85B70C * __this, double ___item10, double ___item21, double ___item32, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m643F9EFDDEF03A67D768FF89C3476733A8F18973_gshared (List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * __this, int32_t ___index0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value1, const RuntimeMethod* method); // System.Void o0Aien.Filter`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_gshared (Filter_1_t6F737382A5CF8B67C0B1AAFEA0DFE17A8FA8312A * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_gshared (ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 * __this, float ___item10, float ___item21, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Contains(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Contains_m8BD4745F0EB13580AC91696741E883E8373B4F02_gshared (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method); // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_gshared (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_gshared_inline (Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361_gshared (ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item10, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item21, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2,System.Single>::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m5E5215C8D4BF027CF8915CB034FE23F7FAEA4359_gshared (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * __this, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 ___key0, float ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_gshared (Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_gshared (Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_mCF031DBD35639F112D54B3F0B36CA38F199A69B7_gshared (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Remove_m5C37210DDEF4DBF21A1F1C287D0AFDFE405AE80C_gshared (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2,System.Single>::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m89287DA43D10A9BCF0D1EDFFF8DF453B2FBB76F2_gshared (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * __this, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 ___key0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2,System.Single>::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mA3C72A370F1FD0A087DC7A1317655E0881782588_gshared (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * __this, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 ___key0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2,System.Single>::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Dictionary_2_get_Item_m98F3361ED55516D04E0C8CC48B77F3D4DCD85013_gshared (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * __this, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m8BC65F2CA8A08EA61773E17980A79379818BA9DE_gshared (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2,System.Single>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m94776DF17F855BC477E51F7BD31CAE18C021573F_gshared (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.HashSet`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashSet_1_get_Count_mB891E71DD5A8219A6AF5353B205558834560DD84_gshared_inline (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * __this, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_gshared (RuntimeObject* ___source0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m893CC03BA01C82718A6ED996182C83EA91A0E74C_gshared (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m226DC7C5142E31004C697DF7D8E1B6C44794A83F_gshared (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, float ___item0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_gshared_inline (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 List_1_GetEnumerator_m4A291A54889B4EAD311C3201BBA208058FDA873C_gshared (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Enumerator_get_Current_m589A37C563F4C21925FC2B08080898B0A95F4087_gshared_inline (Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mF6D031AEDDDEEAF750E0BFE7866FBBA9C9752C7E_gshared (Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mECC73301D14B1A42D299973E1AC8C85F80A45F86_gshared (Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 * __this, const RuntimeMethod* method); // !0 MathNet.Numerics.LinearAlgebra.Matrix`1::get_Item(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_gshared_inline (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * __this, int32_t ___row0, int32_t ___column1, const RuntimeMethod* method); // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.CreateMatrix::Dense(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m66D39C7EB5F3C1C3FD2391132B88B9AAB2C95807_gshared (int32_t ___rows0, int32_t ___columns1, const RuntimeMethod* method); // System.Void MathNet.Numerics.LinearAlgebra.Matrix`1::set_Item(System.Int32,System.Int32,!0) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_gshared_inline (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * __this, int32_t ___row0, int32_t ___column1, double ___value2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, int32_t ___index0, const RuntimeMethod* method); // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Transpose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * Matrix_1_Transpose_mEEFE11223C558CA8918173D7351BFB5EAE12F018_gshared (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * __this, const RuntimeMethod* method); // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.CreateMatrix::Dense(System.Int32,System.Int32,!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mA4FFA3E02AEC3E64A0659345BA5AC2CB324B0647_gshared (int32_t ___rows0, int32_t ___columns1, double ___value2, const RuntimeMethod* method); // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::op_Multiply(MathNet.Numerics.LinearAlgebra.Matrix`1,MathNet.Numerics.LinearAlgebra.Matrix`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA_gshared (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___leftSide0, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___rightSide1, const RuntimeMethod* method); // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::op_UnaryNegation(MathNet.Numerics.LinearAlgebra.Matrix`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * Matrix_1_op_UnaryNegation_mADFB0EB1643AC687A7CE2F36F8B90948F4EE4EF4_gshared (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___rightSide0, const RuntimeMethod* method); // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.CreateMatrix::DenseIdentity(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * CreateMatrix_DenseIdentity_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m997C1BC1D1219DC626BEF275F4A6F7704F5DAD4B_gshared (int32_t ___rows0, int32_t ___columns1, const RuntimeMethod* method); // System.Void MathNet.Numerics.LinearAlgebra.Matrix`1::SetSubMatrix(System.Int32,System.Int32,System.Int32,System.Int32,MathNet.Numerics.LinearAlgebra.Matrix`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Matrix_1_SetSubMatrix_m18B9203B8FFA97B5237063561DE541BD3FA35592_gshared (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * __this, int32_t ___rowIndex0, int32_t ___rowCount1, int32_t ___columnIndex2, int32_t ___columnCount3, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___subMatrix4, const RuntimeMethod* method); // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::op_Division(MathNet.Numerics.LinearAlgebra.Matrix`1,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * Matrix_1_op_Division_m3CD50844943FB4136DAFBFDD4A5A62B079B981C0_gshared (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___dividend0, double ___divisor1, const RuntimeMethod* method); // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.CreateVector::Dense(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t04BD986700481778192B0CF621635E64D169D13C * CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E_gshared (int32_t ___size0, const RuntimeMethod* method); // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.Evd`1::get_EigenVectors() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * Evd_1_get_EigenVectors_m500B1F74112FA5F2DC666AFE19C617936B9B1E89_gshared_inline (Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 * __this, const RuntimeMethod* method); // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.Factorization.Evd`1::get_EigenValues() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * Evd_1_get_EigenValues_mFB742593EF1990111222D57C740B72FB3C53B258_gshared_inline (Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 * __this, const RuntimeMethod* method); // !0 MathNet.Numerics.LinearAlgebra.Vector`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C Vector_1_get_Item_m6F0BD4D7D4F0914E48D5DF67B180B1BE157AF051_gshared_inline (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::set_Item(System.Int32,!0) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_gshared_inline (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, double ___value1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mC01E0DF0122FF0E6A80A93D73813B3E468A39E55_gshared (Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.Vector`1::Map(System.Func`2,MathNet.Numerics.LinearAlgebra.Zeros) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t04BD986700481778192B0CF621635E64D169D13C * Vector_1_Map_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m6C79B6B145C8847048FE42C95C594B1F778F4A76_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * ___f0, int32_t ___zeros1, const RuntimeMethod* method); // !0 MathNet.Numerics.LinearAlgebra.Vector`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_gshared_inline (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, const RuntimeMethod* method); // System.String MathNet.Numerics.LinearAlgebra.Matrix`1::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Matrix_1_ToString_m586E04CE99D68409DBBE186536629C0D3BF08B6F_gshared (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToString_m81A7FF23647337530ADF83B3A35F1025EE5D71E8_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 List_1_GetEnumerator_m7441417502CF0A288D577B92D461B05B2AD70AA5_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Enumerator_get_Current_mACBBAA92E8A140104420A96EFD8939C09FFF910E_gshared_inline (Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 * __this, const RuntimeMethod* method); // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.Matrix`1::op_Multiply(MathNet.Numerics.LinearAlgebra.Vector`1,MathNet.Numerics.LinearAlgebra.Matrix`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t04BD986700481778192B0CF621635E64D169D13C * Matrix_1_op_Multiply_m66C3FDB963617069162D387B3A5E179CE2A91813_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * ___leftSide0, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___rightSide1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9FB106B6D83E0AEA63A4ADE22BC85158FCB05735_gshared (Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m6AB105C820F1EB5DCEB02BB908EA1DF4A8A0BF13_gshared (Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method); // System.Void o0Aien.Filter`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Filter_1__ctor_mB81AE1789BF499949C731BEF1E841E0234D6C827_gshared (Filter_1_tA921A8FFEDCEC511617A4A2D0C59BA5619CE9FAF * __this, const RuntimeMethod* method); // System.Void o0Aien.Filter`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Filter_1__ctor_m83BAAC9820B47B3BC8EACA1B68A770E6FD9FF20E_gshared (Filter_1_t124B090DB919DA816A62640316235ECAA389356A * __this, const RuntimeMethod* method); // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A HashSet_1_GetEnumerator_m6BF4958E6C8FB6D7E43F9275B1C01D9FFDA8FC8C_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mD87CDEF3F60C047F21B9E6A48590E59D9D6621C9_gshared (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m8A225BA705CC2D5BA0A22FF58381EA1FDB37ED20_gshared (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m30FAB2B833AA5E34F66E896C295CDEEE0A5DF7C1_gshared (Dictionary_2_t55759EAEA6FDA8150669EBC46D74D3A9870624DF * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m1D77F750D0F89128C008BC668B9EE50DD5B9C85F_gshared (Dictionary_2_t55759EAEA6FDA8150669EBC46D74D3A9870624DF * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___key0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_mB386FB8A5DBF2571CE1C0AE694A023D7B0B718C1_gshared (Dictionary_2_t55759EAEA6FDA8150669EBC46D74D3A9870624DF * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___key0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m5434EDB5A717DB549B45FFEF8843B9374625D6F2_gshared (Dictionary_2_t55759EAEA6FDA8150669EBC46D74D3A9870624DF * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC2621B92A63F92055D4E1B3FBA4A70A014E8B11F_gshared (Dictionary_2_t55759EAEA6FDA8150669EBC46D74D3A9870624DF * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mF5E5D0C0FEFBDA7F256586F2F47044716759CA0E_gshared (Dictionary_2_t55759EAEA6FDA8150669EBC46D74D3A9870624DF * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m0281A01E9C859E2B8073312D41BB9005662EF2DA_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, int32_t ___index0, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Multiply(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Multiply_mC85C8B855000050AED2EA56946FEB31B43BB9C2B_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Division(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Division_m4EF3A49EBC2911805935CE86FB10C3C8A4D27382_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared (String_t* ___path0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared (RuntimeObject * ___original0, const RuntimeMethod* method); // System.Void System.Tuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tuple_2__ctor_m0CC24988EB3F56DF1280D40D9E5E0058E296083E_gshared (Tuple_2_t49F006A82EEDCB298188B10937893F000296AA70 * __this, bool ___item10, bool ___item21, const RuntimeMethod* method); // System.Void o0.MeanMaintainer`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeanMaintainer_1__ctor_m381397268DD6A5B4064F37BAF946E874619A9954_gshared (MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.Linq.JToken::ToObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JToken_ToObject_TisRuntimeObject_mE5EA269CC504F1FEBC421FD1C155697A75D6EB2A_gshared (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // System.Void o0.Geometry.Vector`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_mB1B0EF6F3724834574F0243F3171D5952C6BA87A_gshared (Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * __this, RuntimeObject* ___enumable0, const RuntimeMethod* method); // System.Void o0.Geometry.Vector`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m79B3D4F5FE97FA0398C7B6FCCA60E05091D6B38F_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * __this, RuntimeObject* ___enumable0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Crc.CRC32::get_Crc32Result() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CRC32_get_Crc32Result_m8AC07671D9C032C189F3A91D9890F60F2B8884B1 (CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,BestHTTP.Decompression.Zlib.ZlibStreamFlavor,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream__ctor_m6FD17B74F3643767D8150C2D633FCE2DD246825A (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___compressionMode1, int32_t ___level2, int32_t ___flavor3, bool ___leaveOpen4, int32_t ___windowBits5, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Crc.CRC32::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CRC32__ctor_m80D3A4FB41375C94E2DBECBA2CCB6055065C4202 (CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibCodec::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibCodec__ctor_mF3CA6C45B1C16EB8FB06A53F1AD8A0A627684C3C (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeInflate(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeInflate_m63C03D14CF127BE253C8B14A0F0F61DB19641243 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___windowBits0, bool ___expectRfc1950Header1, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeDeflate(BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeDeflate_m09678E2C9B861494EB9B69567DFD01E7C7EF11DB (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___level0, int32_t ___bits1, bool ___wantRfc1950Header2, const RuntimeMethod* method); // System.Byte[] BestHTTP.Extensions.VariableSizedBufferPool::Get(System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF (int64_t ___size0, bool ___canBeLarger1, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Crc.CRC32::SlurpBlock(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CRC32_SlurpBlock_mEDE8BF551CFC1EC225ED91B654A7F6800F82E7C0 (CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___block0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1 (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * __this, String_t* ___s0, const RuntimeMethod* method); // BestHTTP.Decompression.Zlib.ZlibCodec BestHTTP.Decompression.Zlib.ZlibBaseStream::get_z() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ZlibBaseStream_get_z_m80E86CAFF871A4D52FAABFA1FC58343916C1B40B (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::get_workingBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ZlibBaseStream_get_workingBuffer_mEB461E79F3F86980D45C5B601FA7BC1B784D7BFC (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::get__wantCompress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::Inflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_Inflate_m7D2AEBD3D0A289BA81C9B190D83A27A648E6DA4E (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___flush0, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::Deflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_Deflate_m83A2BBE500150CF4A5BA8DCDB07D3595BA3F3492 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___flush0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BitConverter_GetBytes_m5C926FE938C878F7E4E95A5DED46C34DB1431D39 (int32_t ___value0, const RuntimeMethod* method); // System.Int64 BestHTTP.Decompression.Crc.CRC32::get_TotalBytesRead() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t CRC32_get_TotalBytesRead_m53B4D973F78618BC9C15D30ACBD4DEADA53D9F66_inline (CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * __this, 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_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.VariableSizedBufferPool::Release(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Int32 System.BitConverter::ToInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitConverter_ToInt32_m09562D0C66673FA4883600754E82F22CAFED8892 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::EndDeflate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_EndDeflate_m6378F93119775548D66E1A3056E58A5ED58D360F (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::EndInflate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_EndInflate_m601833E20175D4DCD95C4A0479F6D9A50F90E040 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_finish_m1343C1E65AE31CBDE4387288A58E456829C6DD74 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::end() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_end_m3CE568ADCC01B8D93F176AE6F75EA4A90F9C7A1E (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_m117324084DDAD414761AD29FB17A419840BA6EA0 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83 (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778 (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, const RuntimeMethod* method) { (( void (*) (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF *, const RuntimeMethod*))List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, uint8_t ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF *, uint8_t, const RuntimeMethod*))List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_gshared)(__this, ___item0, method); } // !0[] System.Collections.Generic.List`1::ToArray() inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, const RuntimeMethod* method) { return (( ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* (*) (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF *, const RuntimeMethod*))List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_gshared)(__this, method); } // System.DateTime System.DateTime::AddSeconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_AddSeconds_mCA0940A7E7C3ED40A86532349B7D4CB3A0F0DEAF (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, double ___value0, const RuntimeMethod* method); // System.String BestHTTP.Decompression.Zlib.ZlibBaseStream::ReadZeroTerminatedString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZlibBaseStream_ReadZeroTerminatedString_m81D6F3104A32EC17B9F9798196CF68625E7E4DC7 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::_ReadAndValidateGzipHeader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibBaseStream__ReadAndValidateGzipHeader_mEBA15F539330E3F5509B82D5CC3A9DD9DF9CE229 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Int32 System.Array::GetLowerBound(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Int32 System.Array::GetLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeDeflate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeDeflate_m586F5D99B693369B17A8A5F4A6AE2E5F33ACB139 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeInflate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeInflate_m4EE32AF6E106699413A111A6409BBE95BD12327A (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeInflate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeInflate_m49B7B4149B7D3E8FA81714F6E7A63C7A5332E017 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___windowBits0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.InflateManager::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflateManager__ctor_m3BB450D2907F979DD0E6A1A6A5EFF1EBA00AE3C4 (InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * __this, bool ___expectRfc1950HeaderBytes0, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::Initialize(BestHTTP.Decompression.Zlib.ZlibCodec,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateManager_Initialize_m503ADAE8B1D2BB48BED3616436899D6D7FB7EF18 (InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * __this, ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ___codec0, int32_t ___w1, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::Inflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateManager_Inflate_mCD00CB73455E6FF61F2A30951F5582841A480E92 (InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * __this, int32_t ___flush0, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::End() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateManager_End_mC6FEDDE0320730D0593F5D16395E0FE412F8F989 (InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::Sync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateManager_Sync_m40E62E208F170BCF1DF130E09A08D371EA937150 (InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::_InternalInitializeDeflate(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec__InternalInitializeDeflate_mB6174D1FD38FA473C37A95526CD46CFFE97E55EE (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, bool ___wantRfc1950Header0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__ctor_m505914C651402C1FF28D149DFA5EEE50012C6B70 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::set_WantRfc1950HeaderBytes(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeflateManager_set_WantRfc1950HeaderBytes_m579BFF4183EC851B851F9CD85047DE132F481880_inline (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Initialize(BestHTTP.Decompression.Zlib.ZlibCodec,BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32,BestHTTP.Decompression.Zlib.CompressionStrategy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Initialize_mE7B542FBA21BC011DA76FC05D72A043344EB5FC4 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ___codec0, int32_t ___level1, int32_t ___bits2, int32_t ___compressionStrategy3, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Deflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Deflate_m6D3011DB7E7C5B96C47F54BF85B1F729838329DA (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___flush0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_Reset_m9161336BA0E87B4C122A7ED78B382965BAAFA93D (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::SetParams(BestHTTP.Decompression.Zlib.CompressionLevel,BestHTTP.Decompression.Zlib.CompressionStrategy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_SetParams_m6FCBB8F9724B32EFFD78A2AA46AC5FA4076B09A6 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___level0, int32_t ___strategy1, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::SetDictionary(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateManager_SetDictionary_mE3B2461EFF321F44FC93C5551E050FA90BE8B622 (InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dictionary0, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::SetDictionary(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_SetDictionary_m65A7F915B2A920D69E01CA418216733C1CED5E9B (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dictionary0, const RuntimeMethod* method); // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::get_WantRfc1950HeaderBytes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DeflateManager_get_WantRfc1950HeaderBytes_m59DA16657389AD0142F0E9A533F20362326B5ACC_inline (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.UInt32 BestHTTP.Decompression.Zlib.Adler::Adler32(System.UInt32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Adler_Adler32_m7DA20E3A89C7D70A6493815519024D62CDE4D25D (uint32_t ___adler0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___index2, int32_t ___len3, const RuntimeMethod* method); // System.Void System.Exception::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m0E9BEC861F6DBED197960E5BA23149543B1D7F5B (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // ArduinoBluetoothAPI.BluetoothHelper ArduinoBluetoothAPI.BluetoothHelper::GetInstance(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * BluetoothHelper_GetInstance_m8AB066928E5B54E8E3F8CEFA15761C285471773C (String_t* ___deviceName0, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothEvents__ctor_mD0C2D2FBABF155FBB8B8FF33F3481DE5B09022BF (BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper::add_OnConnected(ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelper_add_OnConnected_m5CE1875A1281B94F1FD5B265DE15CA4D1CC1807F (BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * __this, BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___value0, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper::add_OnConnectionFailed(ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelper_add_OnConnectionFailed_mEFBC9568FA0492A45442EDE15EF9D93641967D5F (BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * __this, BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___value0, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper::add_OnDataReceived(ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelper_add_OnDataReceived_mD01145C46F0B8B886F3DE1AC292B692D20C0512A (BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * __this, BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___value0, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper::setTerminatorBasedStream(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelper_setTerminatorBasedStream_m952D921B6E64971F8DFB2FF7F19FF6F96178785F (BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Collections.Generic.LinkedList`1/Enumerator System.Collections.Generic.LinkedList`1::GetEnumerator() inline Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D (LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * __this, const RuntimeMethod* method) { return (( Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C (*) (LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 *, const RuntimeMethod*))LinkedList_1_GetEnumerator_mA8E32570A3D8AE477E2EFAC93C602C8F319A1965_gshared)(__this, method); } // !0 System.Collections.Generic.LinkedList`1/Enumerator::get_Current() inline BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_inline (Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C * __this, const RuntimeMethod* method) { return (( BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * (*) (Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *, const RuntimeMethod*))Enumerator_get_Current_m404B81639163579E072762AABE402383137A46B4_gshared_inline)(__this, method); } // System.String ArduinoBluetoothAPI.BluetoothDevice::get_DeviceName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline (BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * __this, const RuntimeMethod* method); // System.String ArduinoBluetoothAPI.BluetoothDevice::get_DeviceAddress() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BluetoothDevice_get_DeviceAddress_mE54A6B6FF804468B82F19065A3393DD65E656F7C_inline (BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.LinkedList`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04 (Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *, const RuntimeMethod*))Enumerator_MoveNext_m8C0026B8E1A6150866B1D0100A28B12A672875BB_gshared)(__this, method); } // System.Void System.Collections.Generic.LinkedList`1/Enumerator::Dispose() inline void Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8 (Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *, const RuntimeMethod*))Enumerator_Dispose_m5259FBF9B6A888C745BA8877D281B992C503520D_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // UnityEngine.Material UnityEngine.Renderer::get_material() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_yellow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_yellow_m9FD4BDABA7E40E136BE57EE7872CEA6B1B2FA1D1 (const RuntimeMethod* method); // System.Void UnityEngine.Material::set_color(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value0, const RuntimeMethod* method); // System.Void manager/d__6::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CblinkSphereU3Ed__6__ctor_m67F0E28DFD2D6780549558BB18E73DCD6984957E (U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.String ArduinoBluetoothAPI.BluetoothHelper::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BluetoothHelper_Read_mBF072F4C12D985B58B27553899681D384E208546 (BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * __this, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_green() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_green_mFF9BD42534D385A0717B1EAD083ADF08712984B9 (const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_red() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_red_m9BD55EBF7A74A515330FA5F7AC7A67C8A8913DD8 (const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C (const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE (const RuntimeMethod* method); // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method); // System.Boolean UnityEngine.GUI::Button(UnityEngine.Rect,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_Button_m668EE382521BDEA241D719A9CF39B6672E2CA23F (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___position0, String_t* ___text1, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_magenta() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_magenta_m46B928AB3005B062069E5DF9CB271E1373A29FE0 (const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_blue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_blue_m6D62D515CA10A6E760848E1BFB997E27B90BD07B (const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::LookRotation(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_LookRotation_m8A7DB5BDBC361586191AB67ACF857F46160EE3F1 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forward0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upwards1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Inverse(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_Inverse_mE2A449C7AC8A40350AAC3761AE1AFC170062CAC9 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___lhs0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rhs1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Slerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_Slerp_m6D2BD18286254E28D2288B51962EC71F85C7B5C8 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___a0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___b1, float ___t2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_normalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Angle(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___from0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___to1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::RotateTowards(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_RotateTowards_mCE2B2820B2483A44056A74E9C2C22359ED7D1AD5 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___current0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___target1, float ___maxRadiansDelta2, float ___maxMagnitudeDelta3, const RuntimeMethod* method); // System.Boolean System.Single::IsNaN(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599 (float ___f0, const RuntimeMethod* method); // System.Void UnityEngine.Quaternion::SetFromToRotation(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Quaternion_SetFromToRotation_m1D1A5DADFF464011D8B60AA8E28C4944A34B8119 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___fromDirection0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___toDirection1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m164A2C156F4898B99B18796FAF0950B75E91FA37 (List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * __this, const RuntimeMethod* method) { (( void (*) (List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void o0.IMU._663AxisPreProcessor::.ctor(o0.Geometry.Vector`1,o0.Geometry.Vector`1,o0.Geometry.Vector`1,o0.Geometry.Vector`1,o0.Geometry.Vector`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _663AxisPreProcessor__ctor_mD1DD98BEB036D2350946C43E1FFEA3BD50C2632C (_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * __this, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___Gyr1ByteIndex0, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___Gyr2ByteIndex1, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___Acc1ByteIndex2, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___Acc2ByteIndex3, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___MagByteIndex4, bool ___AccCorrection5, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702 (const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mE4EE3C3602691D2F241A0B0FF61E6DFFAB4B55F5 (List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB *, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , const RuntimeMethod*))List_1_Add_mE4EE3C3602691D2F241A0B0FF61E6DFFAB4B55F5_gshared)(__this, ___item0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3 (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, double ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 *, double, const RuntimeMethod*))Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_gshared)(__this, ___value0, method); } // !0 System.Nullable`1::GetValueOrDefault() inline double Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_inline (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, const RuntimeMethod* method) { return (( double (*) (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_inline (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 *, const RuntimeMethod*))Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_gshared_inline)(__this, method); } // System.ValueTuple`4,o0.Geometry.Vector`1,o0.Geometry.Vector`1,System.Double> o0.IMU._663AxisPreProcessor::Update(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Byte,System.Byte,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 _663AxisPreProcessor_Update_mC5232EF048756B3CED04B32320C0D11DC69DFCCA (_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * __this, RuntimeObject* ___gyr1Byte0, RuntimeObject* ___gyr2Byte1, RuntimeObject* ___acc1Byte2, RuntimeObject* ___acc2Byte3, RuntimeObject* ___magByte4, uint8_t ___min5, uint8_t ___sec6, uint8_t ___ms17, uint8_t ___ms28, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Multiply(o0.Geometry.Vector`1&,System.Double) inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, double ___b1, const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, double, const RuntimeMethod*))Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_gshared)(___a0, ___b1, method); } // o0.Geometry.Quaternion o0.Geometry.Quaternion::Euler(o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Quaternion_Euler_m1C31D04A0F85F120AB2843A94B09879E5BCCBBD3 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___v0, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::LastOrDefault(System.Collections.Generic.IEnumerable`1) inline State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * Enumerable_LastOrDefault_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m668CB79D916E4E7E64E92CAFC59F68F9BFA07E26 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_LastOrDefault_TisRuntimeObject_mF67120DE101FDBA343567C1AD56D855B5243A703_gshared)(___source0, method); } // System.Void o0.Bow.o0663Axis/State::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State__ctor_m2218FE5F9EB9085D251A216E9E3D7AAB6FFBB398 (State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m0D76515248EA847BB31D77D635E59B071EB4B9ED (List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * __this, State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E *, State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_inline (List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_mCA47F404E73597EE76143F826DBBAF60EA39F1E7 (List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared)(__this, ___index0, method); } // !!0 System.Linq.Enumerable::Last(System.Collections.Generic.IEnumerable`1) inline State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Last_TisRuntimeObject_m4D85F65C85F02B0BC38289C96F7BDDD97EB9B885_gshared)(___source0, method); } // o0.Geometry.Quaternion o0.Geometry.Quaternion::get_Identity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline (const RuntimeMethod* method); // o0.Geometry.Quaternion o0.Bow.o0663Axis::Process9Axis(o0.Bow.o0663Axis/State,o0.Bow.o0663Axis/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 o0663Axis_Process9Axis_mB899FDFE0BAFC1223E40828D6916BFC2A97A79A8 (o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * __this, State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * ___Last0, State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * ___state1, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 o0.Extension::Range(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Extension_Range_m529497E6F9EBE9CCDB2C1C5E63EF44901C3CF5CB (int32_t ___End0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * List_1_get_Item_mE8A05F9C6ADF0EE2C32B0BA4D63B176A59FC987C_inline (List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * __this, int32_t ___index0, const RuntimeMethod* method) { return (( State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * (*) (List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void o0UIRawImageTester::UpdateAllOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0UIRawImageTester_UpdateAllOffset_m222A351534C223EF9C582DAE983044398770BF71 (const RuntimeMethod* method); // o0.Geometry.Quaternion o0.Geometry.Quaternion::op_Multiply(o0.Geometry.Quaternion&,o0.Geometry.Quaternion&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Quaternion_op_Multiply_m011CC1F7FF0A6B68219EC79A558BE2F5F6C7878A (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * ___a0, Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * ___b1, const RuntimeMethod* method); // o0.Geometry.Quaternion o0.Geometry.Quaternion::FromToRotation(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Quaternion_FromToRotation_mE330B1CE7D01207F91316AE2D2A43F0EE832CB2E (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___from0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___to1, const RuntimeMethod* method); // o0.Geometry.Quaternion o0.Geometry.Quaternion::get_Inversed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Quaternion_get_Inversed_m378DA69D51E6AD5A8E2EA781EB3CC214CE7774D1 (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method); // !0 o0.Geometry.Vector`1::get_Length() inline double Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * __this, const RuntimeMethod* method) { return (( double (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, const RuntimeMethod*))Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_gshared)(__this, method); } // System.Double System.Math::Pow(System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F (double ___x0, double ___y1, const RuntimeMethod* method); // !0 o0.Geometry.Vector`1::Angle(o0.Geometry.Vector`1&) inline double Vector_1_Angle_m0BDD77557E391931EF06745E02084B53A3937D19 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * __this, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b0, const RuntimeMethod* method) { return (( double (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, const RuntimeMethod*))Vector_1_Angle_m0BDD77557E391931EF06745E02084B53A3937D19_gshared)(__this, ___b0, method); } // System.Double System.Math::Max(System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Max_mA7AFB223891668427745BC854ACBC24849AEDCB6 (double ___val10, double ___val21, const RuntimeMethod* method); // System.Boolean System.Double::IsInfinity(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsInfinity_mEA460DCA490F45C8AB5179BFFE48D3E06965381B (double ___d0, const RuntimeMethod* method); // System.Boolean System.Double::IsNaN(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347 (double ___d0, const RuntimeMethod* method); // o0.Geometry.Quaternion o0.Geometry.Quaternion::FormQuaternion(o0.Geometry.Vector`1,o0.Geometry.Vector`1,o0.Geometry.Vector`1,o0.Geometry.Vector`1,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Quaternion_FormQuaternion_mB96C1F24E6E4A15B0A27E09EFE1FEC692A93BF7B (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Direction1InIdentity0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Direction2InIdentity1, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Direction1InQuaternion2, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Direction2InQuaternion3, double ___rate4, const RuntimeMethod* method); // System.Double System.Math::Min(System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Min_m029DC981252B020B92B6DEC21AF0D42C56FA12B9 (double ___val10, double ___val21, const RuntimeMethod* method); // o0.Geometry.Quaternion o0.Geometry.Quaternion::SLerp(o0.Geometry.Quaternion&,o0.Geometry.Quaternion&,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Quaternion_SLerp_m02486C3B7E98B2137ACDD8892FDFBD267C004D12 (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * ___a0, Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * ___b1, double ___t2, const RuntimeMethod* method); // System.Double o0.Geometry.Quaternion::get_w() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_w_m45F5943EEAAB4831F5A79F0131CC7FB2AAF15DC3_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method); // o0.Geometry.Quaternion o0.Geometry.Quaternion::FormQuaternion(o0.Geometry.Quaternion,o0.Geometry.Vector`1,o0.Geometry.Vector`1,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Quaternion_FormQuaternion_mE9E9B976FC837B7E3727F3BBFC291710C34A1A9B (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___original0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___DirectionIdentity1, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Direction1New2, double ___rate3, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::get_Zero() inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_inline (const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (const RuntimeMethod*))Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_gshared_inline)(method); } // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Addition(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, const RuntimeMethod*))Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_gshared)(___a0, ___b1, method); } // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Division(o0.Geometry.Vector`1&,!0) inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, double ___b1, const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, double, const RuntimeMethod*))Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_gshared)(___a0, ___b1, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m56C00E186C52C3A18C014B019D76A4D67D5EDC2D (List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * __this, const RuntimeMethod* method) { (( void (*) (List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB *, const RuntimeMethod*))List_1__ctor_m56C00E186C52C3A18C014B019D76A4D67D5EDC2D_gshared)(__this, method); } // System.Void o0.Geometry.Vector`1::.ctor(!0,!0,!0) inline void Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * __this, double ___x0, double ___y1, double ___z2, const RuntimeMethod* method) { (( void (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, double, double, double, const RuntimeMethod*))Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_gshared)(__this, ___x0, ___y1, ___z2, method); } // o0.Geometry.Vector`1 o0.Geometry.Vector`1::get_Normalized() inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_get_Normalized_mC4FA03B6FFDE7F3B8DC6E83DAFFC732F78BB551B (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * __this, const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, const RuntimeMethod*))Vector_1_get_Normalized_mC4FA03B6FFDE7F3B8DC6E83DAFFC732F78BB551B_gshared)(__this, method); } // System.Void o09Axis::setIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_setIdentity_m31E674B9CA4CEC8EED48A6F869BED4DDFC50E597 (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * List_1_get_Item_m8B51CFB5DC8BA6391D94BEEFF0EC357CEA8DFB7B_inline (List_1_t15050E83C4C051CA706B3489C75EBD1038966135 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (List_1_t15050E83C4C051CA706B3489C75EBD1038966135 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // UnityEngine.Vector3 o09Axis::getAccIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_getAccIdentity_m3FB186A8BF21F7164E02E6CE86757DF22D32078D (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method); // System.String UnityEngine.Vector3::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector3_ToString_mD5085501F9A0483542E9F7B18CD09C0AB977E318 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // System.Void o09Axis::SaveIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SaveIdentity_mF959DE296E01DC76EF1B523D46F870447623C0C4 (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method); // System.String UnityEngine.PlayerPrefs::GetString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlayerPrefs_GetString_m5709C9DC233D10A7E9AF4BCC9639E3F18FE36831 (String_t* ___key0, String_t* ___defaultValue1, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* JsonConvert_DeserializeObject_TisSingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_mB8C1576D9F3F82FC59DAC58739779214D17F5051 (String_t* ___value0, const RuntimeMethod* method) { return (( SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* (*) (String_t*, const RuntimeMethod*))JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared)(___value0, method); } // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Void o09Axis::setMagIdentity(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_setMagIdentity_m365C782175A42122D246ADAD33FCA7CDA6A200A9 (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void o09Axis::setAccIdentity(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_setAccIdentity_mC67B8F7DCEEF011D760495C48E776546BFF5959F (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485 (RuntimeObject * ___message0, const RuntimeMethod* method); // UnityEngine.Vector3 o09Axis::getMagIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_getMagIdentity_m485E32C3D50A3A0AB489A08F4F30CFC1324D85C3 (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_mA1CE7826146AD4F03BAEC589ED87E3DB5C2182F0 (RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::SetString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_SetString_m94CD8FF45692553A5726DFADF74935F7E1D1C633 (String_t* ___key0, String_t* ___value1, const RuntimeMethod* method); // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_mB22F7F39CDD46667C3EF64507E55BB7DA18F66C4 (const RuntimeMethod* method); // System.Void o09Axis::SetPlatformID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SetPlatformID_mA089668EC8B3423F91C12B7B330FB3A6702A79EC (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion o09AxisCSBridge::Update_f(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o09AxisCSBridge_Update_f_m32EAE4ACD924B3C958DF4E46783EE92AEA0D7D46 (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccOld0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___GyrOld1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagOld2, int64_t ___TimeGapOld3, const RuntimeMethod* method); // System.Boolean o09Axis::IsWindows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool o09Axis_IsWindows_mE05914FAA25CB042A49B8D4D7EFB98F6F291D5C4 (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion o09Axis::Update_f(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o09Axis_Update_f_mFB1C0F8AC8CE29A2B9A8722BB36BED7DB8623C45 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccOld0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___GyrOld1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagOld2, int64_t ___TimeGapOld3, const RuntimeMethod* method); // UnityEngine.Quaternion o09Axis::SO_Update_f(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o09Axis_SO_Update_f_m8C1E3C714EBD261D12CE2935437970A1003E9F2A (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccOld0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___GyrOld1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagOld2, int64_t ___TimeGapOld3, const RuntimeMethod* method); // System.Void o09AxisCSBridge::SetIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisCSBridge_SetIdentity_m009ACEEA029EC7C94E6B84CCF0D7008ABE250390 (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, const RuntimeMethod* method); // System.Void o09Axis::SetIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SetIdentity_m5EE40DA8A2AC25C880CB5BDEF9952BADCACE4C6E (const RuntimeMethod* method); // System.Void o09Axis::SO_SetIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SO_SetIdentity_m0F92277DDDBC2EF416E2CA0114A52B147FACBE93 (const RuntimeMethod* method); // UnityEngine.Vector3 o09AxisCSBridge::GetGyrOld_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09AxisCSBridge_GetGyrOld_f_mD421D913F02C785D5D06E97C50D72CC28843E510 (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 o09Axis::GetGyrOld_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_GetGyrOld_f_mED504C6426031A7DA499E325411944C3C1151135 (const RuntimeMethod* method); // UnityEngine.Vector3 o09Axis::SO_GetGyrOld_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_SO_GetGyrOld_f_m6A07FF407D938643E0BB045682E56E258CB36EC6 (const RuntimeMethod* method); // o09Axis/State o09AxisCSBridge::GetLastState_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E o09AxisCSBridge_GetLastState_f_m77AEE850D5B868D18839B8BBE0F4B6662DA3CC60 (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, const RuntimeMethod* method); // o09Axis/State o09Axis::GetLastState_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E o09Axis_GetLastState_f_m375C358F48B3A083B8B8BBFCBFC9711235C12B20 (const RuntimeMethod* method); // o09Axis/State o09Axis::SO_GetLastState_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E o09Axis_SO_GetLastState_f_m48E7774091207200A0D60B7411162033582BCAE3 (const RuntimeMethod* method); // UnityEngine.Vector3 o09AxisCSBridge::GetAccIdentity_f() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09AxisCSBridge_GetAccIdentity_f_m7CA1ED3F332AC6E723137DF683BA9982C34459B1_inline (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 o09Axis::GetAccIdentity_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_GetAccIdentity_f_m941B13F194A3A8BA2B2B0E76F91A6C91EEC983BF (const RuntimeMethod* method); // UnityEngine.Vector3 o09Axis::SO_GetAccIdentity_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_SO_GetAccIdentity_f_m351EF38DA06A5D62EFDD91EE0CB7CC172E0F5152 (const RuntimeMethod* method); // UnityEngine.Vector3 o09AxisCSBridge::GetMagIdentity_f() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09AxisCSBridge_GetMagIdentity_f_m3EE059C24991A9D357AD5B57336736D67D4339A6_inline (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 o09Axis::GetMagIdentity_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_GetMagIdentity_f_m87B4B3E485AD1112E37861F83FA1DBCBF42E4DC8 (const RuntimeMethod* method); // UnityEngine.Vector3 o09Axis::SO_GetMagIdentity_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_SO_GetMagIdentity_f_mA90A7F46C1A120F6886216C02002F1296AAD4573 (const RuntimeMethod* method); // System.Void o09Axis/Vector3D::.ctor(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3D__ctor_m33CE7221BB4947246125BFE55E7ADD17319B2FFE (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method); // System.Void o09AxisCSBridge::SetAccIdentity(o09Axis/Vector3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisCSBridge_SetAccIdentity_m9155355F932257C0EBF8E07B60D402A4E9BB2E2F (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ___value0, const RuntimeMethod* method); // System.Void o09Axis::SetAccIdentity(o09Axis/Vector3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SetAccIdentity_mE3ACF214B155ADEE454C2E253DDBC518A48D1BEB (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ___value0, const RuntimeMethod* method); // System.Void o09Axis::SO_SetAccIdentity(o09Axis/Vector3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SO_SetAccIdentity_m578D7986E91B3C28DFD4F7DB015C1530B4306812 (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ___value0, const RuntimeMethod* method); // System.Void o09AxisCSBridge::SetMagIdentity(o09Axis/Vector3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisCSBridge_SetMagIdentity_m0C7CB1D84A908121DCB2E66A29B70955A7A52B64 (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ___value0, const RuntimeMethod* method); // System.Void o09Axis::SetMagIdentity(o09Axis/Vector3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SetMagIdentity_m1AAC28F223246ABFF04BA64AB14259F8A03E0169 (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ___value0, const RuntimeMethod* method); // System.Void o09Axis::SO_SetMagIdentity(o09Axis/Vector3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SO_SetMagIdentity_m72CC14ABA7016C1A84A8ED24374E971DBE79D0CE (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mDB868AD3ED5CDEE40CDBE7A421319A31D319B91E (List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m0AD518E18ADF88B497E34B116776DF60ED170C52 (List_1_t15050E83C4C051CA706B3489C75EBD1038966135 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t15050E83C4C051CA706B3489C75EBD1038966135 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void o09AxisCSBridge::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisCSBridge__ctor_m53759679C48A6CE541BE279D07A6F186DB51C4B4 (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m80D1A26CBD642170D5A80D0FB0D36E5F69775F83 (List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void o0.IMU._9AxisPreProcessor::.ctor(o0.Geometry.Vector`1,o0.Geometry.Vector`1,o0.Geometry.Vector`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _9AxisPreProcessor__ctor_mF7A0A661ED7EFAC7923A300812B26F071EE4CE50 (_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * __this, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___GyrByteIndex0, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___AccByteIndex1, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___MagByteIndex2, bool ___AccCorrection3, const RuntimeMethod* method); // System.Void o0.IMU.HardwareVariance::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HardwareVariance__ctor_m86A20F928AA4D82E0362A69AC1C037C7AA82CDF4 (HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * __this, int32_t ___MaxCount0, const RuntimeMethod* method); // System.ValueTuple`4,o0.Geometry.Vector`1,o0.Geometry.Vector`1,System.Double> o0.IMU._9AxisPreProcessor::Update(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Byte,System.Byte,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 _9AxisPreProcessor_Update_m1A1AC70840DF7DF8A9E484556F74819453ECC3EA (_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * __this, RuntimeObject* ___gyrByte0, RuntimeObject* ___accByte1, RuntimeObject* ___magByte2, uint8_t ___min3, uint8_t ___sec4, uint8_t ___ms15, uint8_t ___ms26, const RuntimeMethod* method); // System.Boolean o0.Geometry.Vector`1::op_Equality(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) inline bool Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method) { return (( bool (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, const RuntimeMethod*))Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45_gshared)(___a0, ___b1, method); } // o0.Geometry.Vector`1 o0.IMU.HardwareVariance::Update(o0.Geometry.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 HardwareVariance_Update_mDF7CAA7814BCD0FC1F740097C55A200832D5FD9E (HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * __this, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Vector0, const RuntimeMethod* method); // System.Boolean o0.Geometry.Vector`1::op_Inequality(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) inline bool Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method) { return (( bool (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, const RuntimeMethod*))Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255_gshared)(___a0, ___b1, method); } // System.String System.Double::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m87E4A4DC004A167CF0AE1F2D271BC20A708CE57D (double* __this, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::LastOrDefault(System.Collections.Generic.IEnumerable`1) inline State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * Enumerable_LastOrDefault_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_mB46587DC43B85F38353E6EDC65846E016172F6B8 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_LastOrDefault_TisRuntimeObject_mF67120DE101FDBA343567C1AD56D855B5243A703_gshared)(___source0, method); } // System.Void o0.Bow.o09AxisAfterXiaMenFromDll/State::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State__ctor_mB508846C8062BBB002B736DDF0C42638A2F4D043 (State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m9A332F4B8AE3EE3954F37C6C2A6AB2BEF4B61FDC (List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * __this, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 *, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_inline (List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_m1268349939D7FD5EC75B86231C56E501CC6FBCA3 (List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared)(__this, ___index0, method); } // !!0 System.Linq.Enumerable::Last(System.Collections.Generic.IEnumerable`1) inline State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Last_TisRuntimeObject_m4D85F65C85F02B0BC38289C96F7BDDD97EB9B885_gshared)(___source0, method); } // o0.Geometry.Quaternion o0.Bow.o09AxisAfterXiaMenFromDll::Process9Axis(o0.Bow.o09AxisAfterXiaMenFromDll/State,o0.Bow.o09AxisAfterXiaMenFromDll/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 o09AxisAfterXiaMenFromDll_Process9Axis_m5EAE207576CEA8D178D0129C1263D369540B37B8 (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___Last0, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___state1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * List_1_get_Item_m781A4D98132AD5B08BD3532067702349E102F258_inline (List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * (*) (List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Subtraction(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, const RuntimeMethod*))Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C_gshared)(___a0, ___b1, method); } // System.Double o0.Bow.o09AxisAfterXiaMenFromDll::CalGyrVariance(o0.Bow.o09AxisAfterXiaMenFromDll/State,o0.Bow.o09AxisAfterXiaMenFromDll/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double o09AxisAfterXiaMenFromDll_CalGyrVariance_m3DFC1FDC6D2EDE576077DAF12C4A3B412AFA59AC (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___Last0, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___state1, const RuntimeMethod* method); // System.Double o0.Bow.o09AxisAfterXiaMenFromDll::CalAccVariance(o0.Bow.o09AxisAfterXiaMenFromDll/State,o0.Bow.o09AxisAfterXiaMenFromDll/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double o09AxisAfterXiaMenFromDll_CalAccVariance_m3A922CEC9E4CC9227B41AA7DE0829B9DEBA6CA2D (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___Last0, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___state1, const RuntimeMethod* method); // System.Double o0.Bow.o09AxisAfterXiaMenFromDll::CalMagVariance(o0.Bow.o09AxisAfterXiaMenFromDll/State,o0.Bow.o09AxisAfterXiaMenFromDll/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double o09AxisAfterXiaMenFromDll_CalMagVariance_m4EE55C6E9DAD90F4CBB8E15751A3D2CC33AB96CD (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___Last0, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___state1, const RuntimeMethod* method); // System.Double o0.Bow.o09AxisAfterXiaMenFromDll::get_InitVariance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double o09AxisAfterXiaMenFromDll_get_InitVariance_mDCABB3329D260B9185F05D8321D88FF1DA268CF3 (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`3::.ctor(!0,!1,!2) inline void ValueTuple_3__ctor_m232E5A2743129CE2E4F0768226B51C3368B5A845 (ValueTuple_3_t1830EAF121F5706F925BDEB4C4CD5C237C85B70C * __this, double ___item10, double ___item21, double ___item32, const RuntimeMethod* method) { (( void (*) (ValueTuple_3_t1830EAF121F5706F925BDEB4C4CD5C237C85B70C *, double, double, double, const RuntimeMethod*))ValueTuple_3__ctor_m232E5A2743129CE2E4F0768226B51C3368B5A845_gshared)(__this, ___item10, ___item21, ___item32, method); } // System.Double o0.Geometry.Quaternion::get_x() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_x_m5804576B9ECE22F12FB5124D1F6BDD43EE6F9BAC_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method); // System.Double o0.Geometry.Quaternion::get_y() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_y_m23E8626BD7B51A7524CABCDD8EB6FF1A93DA6485_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method); // System.Double o0.Geometry.Quaternion::get_z() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_z_m7ED0921757A35EBAEB777FE1F945DCB3F15B877B_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method); // System.Void o0.Bow.o09AxisAfterXiaMenFromDll::MagSmooth(o0.Bow.o09AxisAfterXiaMenFromDll/State,o0.Bow.o09AxisAfterXiaMenFromDll/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisAfterXiaMenFromDll_MagSmooth_m2809BE4EFA0445DF35C6B3559F79215C1903B415 (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___Last0, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___state1, const RuntimeMethod* method); // System.ValueTuple`3 o0.Bow.o09AxisAfterXiaMenFromDll::CalVariance(o0.Bow.o09AxisAfterXiaMenFromDll/State,o0.Bow.o09AxisAfterXiaMenFromDll/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_3_t1830EAF121F5706F925BDEB4C4CD5C237C85B70C o09AxisAfterXiaMenFromDll_CalVariance_m6C4B58D0B95D3838C884A63DD03D35F39C8ECF2F (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___Last0, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___state1, const RuntimeMethod* method); // System.Void o0.Bow.o09AxisAfterXiaMenFromDll::QuaCheck(o0.Geometry.Quaternion&,o0.Geometry.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisAfterXiaMenFromDll_QuaCheck_m9C7365E768178FC200FD18CB8BA9A1E433CF0634 (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * ___quaternion0, Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___backUp1, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852 List_1_GetEnumerator_m07E212231A3C6E41EC282BDC8FFA4FD30FBE8F8B (List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * __this, const RuntimeMethod* method) { return (( Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852 (*) (List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * Enumerator_get_Current_m90E2AAE1AB1C1063A20B549A90E683C4363DD21C_inline (Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852 * __this, const RuntimeMethod* method) { return (( State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * (*) (Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mF8D37A8A63D26718169B09A08E21B8D0E9631227 (Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mE8589D1EFB2F9224FEDC33271AD0341D1C80BFF5 (Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void o0Project.Variance::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Variance__ctor_mA260D9FFFA02E6F0A7F09A83042F9759149EEDC2 (Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * __this, int32_t ___RecordCount0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m1AC582742E1372039AFBC44A784C7489E2BFAFE7 (List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void o0Aien.o0WeightedAverageFilterVector3::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0WeightedAverageFilterVector3__ctor_m3DD1CBCC1288E88300FCD5AA508B47ADB4297CDC (o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * __this, int32_t ___RecordCount0, const RuntimeMethod* method); // o0.Geometry.Quaternion o0.Bow.o09AxisCS::Update(o0.Geometry.Vector`1,o0.Geometry.Vector`1,o0.Geometry.Vector`1,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 o09AxisCS_Update_mDF80914616550BC7AA7A516F5721D27DCF81F7F1 (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Gyr0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Acc1, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Mag2, double ___GapMS3, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::LastOrDefault(System.Collections.Generic.IEnumerable`1) inline State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * Enumerable_LastOrDefault_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m28B8F7D516D489210C282B05F669EBA13F7187E7 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_LastOrDefault_TisRuntimeObject_mF67120DE101FDBA343567C1AD56D855B5243A703_gshared)(___source0, method); } // System.Void o0.Bow.o09AxisCS/State::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State__ctor_m599D28F7C70218520DB30FB302D7A83B1B8FC062 (State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m052D928D97677C51332FCEC97BB1F1B3B1412A29 (List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * __this, State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 *, State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_inline (List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_m1457531A5400B96FCEC3A4A7F7B4AEB40ECE86CE (List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared)(__this, ___index0, method); } // !!0 System.Linq.Enumerable::Last(System.Collections.Generic.IEnumerable`1) inline State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Last_TisRuntimeObject_m4D85F65C85F02B0BC38289C96F7BDDD97EB9B885_gshared)(___source0, method); } // UnityEngine.Vector3 o0Aien.o0WeightedAverageFilterVector3::Update(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o0WeightedAverageFilterVector3_Update_m44397E1DBFBF3C4CED8F0928153ECD51CA969DE8 (o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Value0, const RuntimeMethod* method); // UnityEngine.Quaternion o0.Bow.o09AxisCS::Process9Axis(o0.Bow.o09AxisCS/State,o0.Bow.o09AxisCS/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o09AxisCS_Process9Axis_mC42FB19767125BAD6356C5EB142967DFFEB13B8A (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * ___Last0, State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * ___state1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * List_1_get_Item_mEAF9361C3CAE7D920A43A60806BB8D41FA54D3DD_inline (List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * (*) (List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Single UnityEngine.Vector3::get_magnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Void o0Project.Variance::Update(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Variance_Update_mF02E644186AD9314C9CC7FBD223A32B317C0840A (Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * __this, float ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method); // System.Void UnityEngine.Quaternion::set_eulerAngles(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Quaternion_set_eulerAngles_m8EC47544D5D909682498552C6A13BD0B13EA9277 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Single System.Math::Max(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Max_mEB87839DA28310AE4CB81A94D551874CFC2B1247 (float ___val10, float ___val21, const RuntimeMethod* method); // UnityEngine.Quaternion o0Project.o0::FormQuaternion(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o0_FormQuaternion_mF8F6FC27B3D03BCD8143E1130EF427CC1D0B867C (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Direction1InIdentity0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Direction2InIdentity1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Direction1InQuaternion2, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Direction2InQuaternion3, float ___rate4, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_normalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_get_normalized_m32E57BB637B9A38379421B1C269C299AF3002C94 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion o0Project.o0::FormQuaternion(UnityEngine.Quaternion,UnityEngine.Vector3,UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o0_FormQuaternion_mDC3C7843CF2D0738A85B6939CFDE47BACE51DD50 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___DirectionIdentity1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Direction1New2, float ___rate3, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50 (const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) inline void List_1_set_Item_m643F9EFDDEF03A67D768FF89C3476733A8F18973 (List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * __this, int32_t ___index0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value1, const RuntimeMethod* method) { (( void (*) (List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB *, int32_t, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , const RuntimeMethod*))List_1_set_Item_m643F9EFDDEF03A67D768FF89C3476733A8F18973_gshared)(__this, ___index0, ___value1, method); } // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Division(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method); // UnityEngine.Quaternion o0.Bow.o09AxisCS::Update(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o09AxisCS_Update_mDE2B3F662D9CA0E5BE1B57793925446D3A1B6329 (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Acc0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Gyr1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Mag2, int64_t ___TimeGap3, const RuntimeMethod* method); // UnityEngine.Quaternion o0.Bow.o09AxisCS::SetIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o09AxisCS_SetIdentity_mCB7396F5E1176CF603C2BC2F0D13B6590CC077D8 (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, const RuntimeMethod* method); // o0.Bow.o09AxisCS/State o0.Bow.o09AxisCS::getLastState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * o09AxisCS_getLastState_mF9C81744879FD6D091727FF11B3CB7CBE50B656E (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m982F21DF492399F7089168CAA31C8E4A125AD404 (int64_t ___value0, const RuntimeMethod* method); // System.Void o0.Bow.o09AxisCS::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisCS__ctor_m4588EA04DB0D7C50077CC970750229E3AE8524F2 (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, const RuntimeMethod* method); // System.Void o0Aien.Filter`1::.ctor() inline void Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19 (Filter_1_t6F737382A5CF8B67C0B1AAFEA0DFE17A8FA8312A * __this, const RuntimeMethod* method) { (( void (*) (Filter_1_t6F737382A5CF8B67C0B1AAFEA0DFE17A8FA8312A *, const RuntimeMethod*))Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_gshared)(__this, method); } // System.Void o0GyrCalibrater::set_Average(System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0GyrCalibrater_set_Average_mC6672EAE355F06EC41737EA229EDA6FDA263036C (o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___value0, const RuntimeMethod* method); // System.Boolean o0GyrCalibrater::get_Calibration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool o0GyrCalibrater_get_Calibration_m2166BA966DDCCEBB4910CF5A3FB9FB0B24BBC284 (o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) inline void ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6 (ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 * __this, float ___item10, float ___item21, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 *, float, float, const RuntimeMethod*))ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_gshared)(__this, ___item10, ___item21, method); } // System.Void o0Project.Vector3f::.ctor(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3f__ctor_m6E4A810EF0B71CF759B5D68C3B17855377D8F6D5 (Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Void System.Random::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mF40AD1812BABC06235B661CCE513E4F74EEE9F05 (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, const RuntimeMethod* method); // System.Void o0MagneticCalibrater::set_Center(o0Project.Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibrater_set_Center_m9E1FC00CE7BF8426173C5BA78C192FD2F4B0CB6F (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * ___value0, const RuntimeMethod* method); // System.Void o0MagneticCalibrater::set_Radius(o0Project.Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibrater_set_Radius_m19F8ACA25214C256B875FC666FA246A92D7C089F (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Contains(!0) inline bool HashSet_1_Contains_m8BD4745F0EB13580AC91696741E883E8373B4F02 (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*))HashSet_1_Contains_m8BD4745F0EB13580AC91696741E883E8373B4F02_gshared)(__this, ___item0, method); } // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() inline Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2 (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * __this, const RuntimeMethod* method) { return (( Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F (*) (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C *, const RuntimeMethod*))HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_gshared)(__this, method); } // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_inline (Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F * __this, const RuntimeMethod* method) { return (( Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (*) (Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *, const RuntimeMethod*))Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_gshared_inline)(__this, method); } // System.Void System.ValueTuple`2::.ctor(!0,!1) inline void ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361 (ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item10, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item21, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*))ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361_gshared)(__this, ___item10, ___item21, method); } // System.Single UnityEngine.Vector3::Distance(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2,System.Single>::Add(!0,!1) inline void Dictionary_2_Add_m5E5215C8D4BF027CF8915CB034FE23F7FAEA4359 (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * __this, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 ___key0, float ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 *, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 , float, const RuntimeMethod*))Dictionary_2_Add_m5E5215C8D4BF027CF8915CB034FE23F7FAEA4359_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C (Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *, const RuntimeMethod*))Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_gshared)(__this, method); } // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() inline void Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C (Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *, const RuntimeMethod*))Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_gshared)(__this, method); } // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) inline bool HashSet_1_Add_mCF031DBD35639F112D54B3F0B36CA38F199A69B7 (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*))HashSet_1_Add_mCF031DBD35639F112D54B3F0B36CA38F199A69B7_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) inline bool HashSet_1_Remove_m5C37210DDEF4DBF21A1F1C287D0AFDFE405AE80C (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*))HashSet_1_Remove_m5C37210DDEF4DBF21A1F1C287D0AFDFE405AE80C_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.Dictionary`2,System.Single>::Remove(!0) inline bool Dictionary_2_Remove_m89287DA43D10A9BCF0D1EDFFF8DF453B2FBB76F2 (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * __this, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 *, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 , const RuntimeMethod*))Dictionary_2_Remove_m89287DA43D10A9BCF0D1EDFFF8DF453B2FBB76F2_gshared)(__this, ___key0, method); } // System.Boolean System.Collections.Generic.Dictionary`2,System.Single>::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_mA3C72A370F1FD0A087DC7A1317655E0881782588 (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * __this, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 *, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 , const RuntimeMethod*))Dictionary_2_ContainsKey_mA3C72A370F1FD0A087DC7A1317655E0881782588_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2,System.Single>::get_Item(!0) inline float Dictionary_2_get_Item_m98F3361ED55516D04E0C8CC48B77F3D4DCD85013 (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * __this, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 ___key0, const RuntimeMethod* method) { return (( float (*) (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 *, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 , const RuntimeMethod*))Dictionary_2_get_Item_m98F3361ED55516D04E0C8CC48B77F3D4DCD85013_gshared)(__this, ___key0, method); } // System.Single o0MagneticCalibrater::TotalDistance(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float o0MagneticCalibrater_TotalDistance_m34EBCA25160D151977CCBA3CC6607969E2604A08 (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector3::op_Equality(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() inline void HashSet_1__ctor_m8BC65F2CA8A08EA61773E17980A79379818BA9DE (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C *, const RuntimeMethod*))HashSet_1__ctor_m8BC65F2CA8A08EA61773E17980A79379818BA9DE_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2,System.Single>::.ctor() inline void Dictionary_2__ctor_m94776DF17F855BC477E51F7BD31CAE18C021573F (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 *, const RuntimeMethod*))Dictionary_2__ctor_m94776DF17F855BC477E51F7BD31CAE18C021573F_gshared)(__this, method); } // System.Boolean o0MagneticCalibrater::get_Calibration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool o0MagneticCalibrater_get_Calibration_mA7514345FBC4F37CA2EEA10D5FDC721CE387075B (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, const RuntimeMethod* method); // System.Void o0MagneticCalibrater::AddPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibrater_AddPoint_m44D4324B53D617E3EC20DA8748CD87A88B24AF53 (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.HashSet`1::get_Count() inline int32_t HashSet_1_get_Count_mB891E71DD5A8219A6AF5353B205558834560DD84_inline (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * __this, const RuntimeMethod* method) { return (( int32_t (*) (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C *, const RuntimeMethod*))HashSet_1_get_Count_mB891E71DD5A8219A6AF5353B205558834560DD84_gshared_inline)(__this, method); } // UnityEngine.Vector3 o0MagneticCalibrater::MinDistancePoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o0MagneticCalibrater_MinDistancePoint_mD68EA4CC9300052BBC7B5E761726DF70DF16B1DF (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, const RuntimeMethod* method); // System.Void o0MagneticCalibrater::RemovePoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibrater_RemovePoint_mB4037C82B02B701B72667DF7239C2B60075CD8C7 (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method); // UnityEngine.Vector3 o0MagneticCalibrater::RadiusScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o0MagneticCalibrater_RadiusScale_m2BF8B59C490853A667A26BFDBC28C892C9EF0860 (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E (RuntimeObject* ___source0, int32_t ___index1, const RuntimeMethod* method) { return (( Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (*) (RuntimeObject*, int32_t, const RuntimeMethod*))Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_gshared)(___source0, ___index1, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m893CC03BA01C82718A6ED996182C83EA91A0E74C (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *, const RuntimeMethod*))List_1__ctor_m893CC03BA01C82718A6ED996182C83EA91A0E74C_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m226DC7C5142E31004C697DF7D8E1B6C44794A83F (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, float ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *, float, const RuntimeMethod*))List_1_Add_m226DC7C5142E31004C697DF7D8E1B6C44794A83F_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_inline (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *, const RuntimeMethod*))List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_gshared_inline)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 List_1_GetEnumerator_m4A291A54889B4EAD311C3201BBA208058FDA873C (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, const RuntimeMethod* method) { return (( Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 (*) (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *, const RuntimeMethod*))List_1_GetEnumerator_m4A291A54889B4EAD311C3201BBA208058FDA873C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline float Enumerator_get_Current_m589A37C563F4C21925FC2B08080898B0A95F4087_inline (Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 * __this, const RuntimeMethod* method) { return (( float (*) (Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 *, const RuntimeMethod*))Enumerator_get_Current_m589A37C563F4C21925FC2B08080898B0A95F4087_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mF6D031AEDDDEEAF750E0BFE7866FBBA9C9752C7E (Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 *, const RuntimeMethod*))Enumerator_MoveNext_mF6D031AEDDDEEAF750E0BFE7866FBBA9C9752C7E_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mECC73301D14B1A42D299973E1AC8C85F80A45F86 (Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 *, const RuntimeMethod*))Enumerator_Dispose_mECC73301D14B1A42D299973E1AC8C85F80A45F86_gshared)(__this, method); } // !0 MathNet.Numerics.LinearAlgebra.Matrix`1::get_Item(System.Int32,System.Int32) inline double Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * __this, int32_t ___row0, int32_t ___column1, const RuntimeMethod* method) { return (( double (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, int32_t, int32_t, const RuntimeMethod*))Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_gshared_inline)(__this, ___row0, ___column1, method); } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.CreateMatrix::Dense(System.Int32,System.Int32) inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m66D39C7EB5F3C1C3FD2391132B88B9AAB2C95807 (int32_t ___rows0, int32_t ___columns1, const RuntimeMethod* method) { return (( Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * (*) (int32_t, int32_t, const RuntimeMethod*))CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m66D39C7EB5F3C1C3FD2391132B88B9AAB2C95807_gshared)(___rows0, ___columns1, method); } // System.Void MathNet.Numerics.LinearAlgebra.Matrix`1::set_Item(System.Int32,System.Int32,!0) inline void Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * __this, int32_t ___row0, int32_t ___column1, double ___value2, const RuntimeMethod* method) { (( void (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, int32_t, int32_t, double, const RuntimeMethod*))Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_gshared_inline)(__this, ___row0, ___column1, ___value2, method); } // System.Void o0MagneticCalibraterEllipsoidFitting::set_Center(System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterEllipsoidFitting_set_Center_m328A000782BE674650A179759804E773D8407862 (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___value0, const RuntimeMethod* method); // System.Void o0MagneticCalibraterEllipsoidFitting::set_CorrectMatrix(System.Double[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterEllipsoidFitting_set_CorrectMatrix_m0F7CCE4C886F4841350119D90E0550D733403522 (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mF8F23D572031748AD428623AE16803455997E297 (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_gshared)(__this, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, int32_t, const RuntimeMethod*))List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_gshared_inline)(__this, ___index0, method); } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Transpose() inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * Matrix_1_Transpose_mEEFE11223C558CA8918173D7351BFB5EAE12F018 (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * __this, const RuntimeMethod* method) { return (( Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, const RuntimeMethod*))Matrix_1_Transpose_mEEFE11223C558CA8918173D7351BFB5EAE12F018_gshared)(__this, method); } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.CreateMatrix::Dense(System.Int32,System.Int32,!!0) inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mA4FFA3E02AEC3E64A0659345BA5AC2CB324B0647 (int32_t ___rows0, int32_t ___columns1, double ___value2, const RuntimeMethod* method) { return (( Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * (*) (int32_t, int32_t, double, const RuntimeMethod*))CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mA4FFA3E02AEC3E64A0659345BA5AC2CB324B0647_gshared)(___rows0, ___columns1, ___value2, method); } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::op_Multiply(MathNet.Numerics.LinearAlgebra.Matrix`1,MathNet.Numerics.LinearAlgebra.Matrix`1) inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___leftSide0, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___rightSide1, const RuntimeMethod* method) { return (( Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, const RuntimeMethod*))Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA_gshared)(___leftSide0, ___rightSide1, method); } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::op_UnaryNegation(MathNet.Numerics.LinearAlgebra.Matrix`1) inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * Matrix_1_op_UnaryNegation_mADFB0EB1643AC687A7CE2F36F8B90948F4EE4EF4 (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___rightSide0, const RuntimeMethod* method) { return (( Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, const RuntimeMethod*))Matrix_1_op_UnaryNegation_mADFB0EB1643AC687A7CE2F36F8B90948F4EE4EF4_gshared)(___rightSide0, method); } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.CreateMatrix::DenseIdentity(System.Int32,System.Int32) inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * CreateMatrix_DenseIdentity_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m997C1BC1D1219DC626BEF275F4A6F7704F5DAD4B (int32_t ___rows0, int32_t ___columns1, const RuntimeMethod* method) { return (( Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * (*) (int32_t, int32_t, const RuntimeMethod*))CreateMatrix_DenseIdentity_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m997C1BC1D1219DC626BEF275F4A6F7704F5DAD4B_gshared)(___rows0, ___columns1, method); } // System.Void MathNet.Numerics.LinearAlgebra.Matrix`1::SetSubMatrix(System.Int32,System.Int32,System.Int32,System.Int32,MathNet.Numerics.LinearAlgebra.Matrix`1) inline void Matrix_1_SetSubMatrix_m18B9203B8FFA97B5237063561DE541BD3FA35592 (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * __this, int32_t ___rowIndex0, int32_t ___rowCount1, int32_t ___columnIndex2, int32_t ___columnCount3, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___subMatrix4, const RuntimeMethod* method) { (( void (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, int32_t, int32_t, int32_t, int32_t, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, const RuntimeMethod*))Matrix_1_SetSubMatrix_m18B9203B8FFA97B5237063561DE541BD3FA35592_gshared)(__this, ___rowIndex0, ___rowCount1, ___columnIndex2, ___columnCount3, ___subMatrix4, method); } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::op_Division(MathNet.Numerics.LinearAlgebra.Matrix`1,!0) inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * Matrix_1_op_Division_m3CD50844943FB4136DAFBFDD4A5A62B079B981C0 (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___dividend0, double ___divisor1, const RuntimeMethod* method) { return (( Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, double, const RuntimeMethod*))Matrix_1_op_Division_m3CD50844943FB4136DAFBFDD4A5A62B079B981C0_gshared)(___dividend0, ___divisor1, method); } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.CreateVector::Dense(System.Int32) inline Vector_1_t04BD986700481778192B0CF621635E64D169D13C * CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E (int32_t ___size0, const RuntimeMethod* method) { return (( Vector_1_t04BD986700481778192B0CF621635E64D169D13C * (*) (int32_t, const RuntimeMethod*))CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E_gshared)(___size0, method); } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.Evd`1::get_EigenVectors() inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * Evd_1_get_EigenVectors_m500B1F74112FA5F2DC666AFE19C617936B9B1E89_inline (Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 * __this, const RuntimeMethod* method) { return (( Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * (*) (Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 *, const RuntimeMethod*))Evd_1_get_EigenVectors_m500B1F74112FA5F2DC666AFE19C617936B9B1E89_gshared_inline)(__this, method); } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.Factorization.Evd`1::get_EigenValues() inline Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * Evd_1_get_EigenValues_mFB742593EF1990111222D57C740B72FB3C53B258_inline (Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 * __this, const RuntimeMethod* method) { return (( Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * (*) (Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 *, const RuntimeMethod*))Evd_1_get_EigenValues_mFB742593EF1990111222D57C740B72FB3C53B258_gshared_inline)(__this, method); } // !0 MathNet.Numerics.LinearAlgebra.Vector`1::get_Item(System.Int32) inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C Vector_1_get_Item_m6F0BD4D7D4F0914E48D5DF67B180B1BE157AF051_inline (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, int32_t, const RuntimeMethod*))Vector_1_get_Item_m6F0BD4D7D4F0914E48D5DF67B180B1BE157AF051_gshared_inline)(__this, ___index0, method); } // System.Double System.Numerics.Complex::get_Real() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Complex_get_Real_mD362D9A86615981C54CDC593DC7441395AC2A8C8_inline (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * __this, const RuntimeMethod* method); // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::set_Item(System.Int32,!0) inline void Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_inline (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, double ___value1, const RuntimeMethod* method) { (( void (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, int32_t, double, const RuntimeMethod*))Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_gshared_inline)(__this, ___index0, ___value1, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mC01E0DF0122FF0E6A80A93D73813B3E468A39E55 (Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mC01E0DF0122FF0E6A80A93D73813B3E468A39E55_gshared)(__this, ___object0, ___method1, method); } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.Vector`1::Map(System.Func`2,MathNet.Numerics.LinearAlgebra.Zeros) inline Vector_1_t04BD986700481778192B0CF621635E64D169D13C * Vector_1_Map_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m6C79B6B145C8847048FE42C95C594B1F778F4A76 (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * ___f0, int32_t ___zeros1, const RuntimeMethod* method) { return (( Vector_1_t04BD986700481778192B0CF621635E64D169D13C * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *, int32_t, const RuntimeMethod*))Vector_1_Map_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m6C79B6B145C8847048FE42C95C594B1F778F4A76_gshared)(__this, ___f0, ___zeros1, method); } // !0 MathNet.Numerics.LinearAlgebra.Vector`1::get_Item(System.Int32) inline double Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, const RuntimeMethod* method) { return (( double (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, int32_t, const RuntimeMethod*))Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_gshared_inline)(__this, ___index0, method); } // System.String MathNet.Numerics.LinearAlgebra.Matrix`1::ToString(System.String,System.IFormatProvider) inline String_t* Matrix_1_ToString_m586E04CE99D68409DBBE186536629C0D3BF08B6F (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { return (( String_t* (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, String_t*, RuntimeObject*, const RuntimeMethod*))Matrix_1_ToString_m586E04CE99D68409DBBE186536629C0D3BF08B6F_gshared)(__this, ___format0, ___formatProvider1, method); } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToString(System.String,System.IFormatProvider) inline String_t* Vector_1_ToString_m81A7FF23647337530ADF83B3A35F1025EE5D71E8 (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { return (( String_t* (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, String_t*, RuntimeObject*, const RuntimeMethod*))Vector_1_ToString_m81A7FF23647337530ADF83B3A35F1025EE5D71E8_gshared)(__this, ___format0, ___formatProvider1, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 List_1_GetEnumerator_m7441417502CF0A288D577B92D461B05B2AD70AA5 (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method) { return (( Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))List_1_GetEnumerator_m7441417502CF0A288D577B92D461B05B2AD70AA5_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Enumerator_get_Current_mACBBAA92E8A140104420A96EFD8939C09FFF910E_inline (Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 * __this, const RuntimeMethod* method) { return (( Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (*) (Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 *, const RuntimeMethod*))Enumerator_get_Current_mACBBAA92E8A140104420A96EFD8939C09FFF910E_gshared_inline)(__this, method); } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.Matrix`1::op_Multiply(MathNet.Numerics.LinearAlgebra.Vector`1,MathNet.Numerics.LinearAlgebra.Matrix`1) inline Vector_1_t04BD986700481778192B0CF621635E64D169D13C * Matrix_1_op_Multiply_m66C3FDB963617069162D387B3A5E179CE2A91813 (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * ___leftSide0, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___rightSide1, const RuntimeMethod* method) { return (( Vector_1_t04BD986700481778192B0CF621635E64D169D13C * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, const RuntimeMethod*))Matrix_1_op_Multiply_m66C3FDB963617069162D387B3A5E179CE2A91813_gshared)(___leftSide0, ___rightSide1, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m9FB106B6D83E0AEA63A4ADE22BC85158FCB05735 (Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 *, const RuntimeMethod*))Enumerator_MoveNext_m9FB106B6D83E0AEA63A4ADE22BC85158FCB05735_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m6AB105C820F1EB5DCEB02BB908EA1DF4A8A0BF13 (Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 *, const RuntimeMethod*))Enumerator_Dispose_m6AB105C820F1EB5DCEB02BB908EA1DF4A8A0BF13_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*))List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_gshared)(__this, ___item0, method); } // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Boolean o0MagneticCalibraterEllipsoidFitting::get_Calibration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool o0MagneticCalibraterEllipsoidFitting_get_Calibration_m3AD07DCE1396D44EF123304CC5EE7578437D6D84 (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, const RuntimeMethod* method); // System.Void o0MagneticCalibraterSimple::set_Center(o0Project.Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterSimple_set_Center_m9120DD0DF5F634524DD840732BF0C46BB85E5512 (o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5 * __this, Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * ___value0, const RuntimeMethod* method); // System.Void o0MagneticCalibraterSimple::set_Radius(o0Project.Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterSimple_set_Radius_mD122C93AB4A6109C3FE1C8E61A601A536EA312E0 (o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5 * __this, Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * ___value0, const RuntimeMethod* method); // System.Boolean o0MagneticCalibraterSimple::get_Calibration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool o0MagneticCalibraterSimple_get_Calibration_m0FA6F694F5D713EEFA871B00C6B3F2CE75FD73D8 (o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5 * __this, const RuntimeMethod* method); // System.Single o0Aien.o0SigmoidIntegrationFilter::SigmoidIntegration(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float o0SigmoidIntegrationFilter_SigmoidIntegration_m21EB20F4EF1B6D602FF55528232F04792CBE2A10 (float ___to0, const RuntimeMethod* method); // System.Void o0Aien.Filter`1::.ctor() inline void Filter_1__ctor_mB81AE1789BF499949C731BEF1E841E0234D6C827 (Filter_1_tA921A8FFEDCEC511617A4A2D0C59BA5619CE9FAF * __this, const RuntimeMethod* method) { (( void (*) (Filter_1_tA921A8FFEDCEC511617A4A2D0C59BA5619CE9FAF *, const RuntimeMethod*))Filter_1__ctor_mB81AE1789BF499949C731BEF1E841E0234D6C827_gshared)(__this, method); } // System.Boolean UnityEngine.Quaternion::op_Equality(UnityEngine.Quaternion,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Quaternion_op_Equality_m7EC909C253064DBECF7DB83BCF7C2E42163685BE (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___lhs0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rhs1, const RuntimeMethod* method); // System.Single UnityEngine.Quaternion::Angle(UnityEngine.Quaternion,UnityEngine.Quaternion) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Quaternion_Angle_m3BE44E43965BB9EDFD06DBC1E0985324A83327CF_inline (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___a0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___b1, const RuntimeMethod* method); // System.Void o0Aien.Filter`1::.ctor() inline void Filter_1__ctor_m83BAAC9820B47B3BC8EACA1B68A770E6FD9FF20E (Filter_1_t124B090DB919DA816A62640316235ECAA389356A * __this, const RuntimeMethod* method) { (( void (*) (Filter_1_t124B090DB919DA816A62640316235ECAA389356A *, const RuntimeMethod*))Filter_1__ctor_m83BAAC9820B47B3BC8EACA1B68A770E6FD9FF20E_gshared)(__this, method); } // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(System.Single,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline (float ___d0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a1, const RuntimeMethod* method); // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() inline Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8 HashSet_1_GetEnumerator_m532E5FB3C78BFDC0529C3FD41676546C0A6A6EF3 (HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC * __this, const RuntimeMethod* method) { return (( Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8 (*) (HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC *, const RuntimeMethod*))HashSet_1_GetEnumerator_m6BF4958E6C8FB6D7E43F9275B1C01D9FFDA8FC8C_gshared)(__this, method); } // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() inline o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * Enumerator_get_Current_m635E80A8E46522CC9012675D8FD20D32652E16F0_inline (Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8 * __this, const RuntimeMethod* method) { return (( o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * (*) (Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8 *, const RuntimeMethod*))Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m27044F0D1BADC76AB3E16AF9B2179D9BD3518EBA (Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8 *, const RuntimeMethod*))Enumerator_MoveNext_mD87CDEF3F60C047F21B9E6A48590E59D9D6621C9_gshared)(__this, method); } // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() inline void Enumerator_Dispose_m61378074C9D99CF547055D4D0B17F5A3368FEE6C (Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8 *, const RuntimeMethod*))Enumerator_Dispose_m8A225BA705CC2D5BA0A22FF58381EA1FDB37ED20_gshared)(__this, method); } // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) inline bool HashSet_1_Add_m846197D407E10BA3D8F8A9E46533C542E432A445 (HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC * __this, o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC *, o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB *, const RuntimeMethod*))HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared)(__this, ___item0, method); } // !!0 UnityEngine.Component::GetComponent() inline RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A * Component_GetComponent_TisRawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A_m1CC428E36D420703C69051D2707E7CB0FE9E309A (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.Rect UnityEngine.RectTransform::get_rect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_m7D64AB4C55A01F2EE57483FD9EF826607DF9E4B4 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, int32_t ___width0, int32_t ___height1, const RuntimeMethod* method); // System.Void UnityEngine.UI.RawImage::set_texture(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawImage_set_texture_m1D7BAE6CB629C36894B664D9F5D68CACA88B8D99 (RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A * __this, Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * __this, float ___r0, float ___g1, float ___b2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_mA7BEF5E6D3FD5FE4B443E372DA2E02044537205A (Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___key0, ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B *, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 , ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*, const RuntimeMethod*))Dictionary_2_set_Item_m30FAB2B833AA5E34F66E896C295CDEEE0A5DF7C1_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m884CDF31D53017E1E3C738D6ACBE67F07F59D053 (Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B *, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 , const RuntimeMethod*))Dictionary_2_ContainsKey_m1D77F750D0F89128C008BC668B9EE50DD5B9C85F_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* Dictionary_2_get_Item_m9DD642CB18BA33BB2DA2A9B37D96AC872881B652 (Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___key0, const RuntimeMethod* method) { return (( ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* (*) (Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B *, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 , const RuntimeMethod*))Dictionary_2_get_Item_mB386FB8A5DBF2571CE1C0AE694A023D7B0B718C1_gshared)(__this, ___key0, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m7022B34D1A4FF0E81F3CE0F2499A842C13AA076C (Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B *, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 , const RuntimeMethod*))Dictionary_2_Remove_m5434EDB5A717DB549B45FFEF8843B9374625D6F2_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_mBC343018F301473F831338C8F1F340E1D546C61E (Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___key0, ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B *, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 , ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*, const RuntimeMethod*))Dictionary_2_Add_mC2621B92A63F92055D4E1B3FBA4A70A014E8B11F_gshared)(__this, ___key0, ___value1, method); } // System.Void UnityEngine.Texture2D::SetPixel(System.Int32,System.Int32,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_SetPixel_m78878905E58C5DE9BCFED8D9262D025789E22F92 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, int32_t ___x0, int32_t ___y1, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color2, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::Apply() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_Apply_m3BB3975288119BA62ED9BE4243F7767EC2F88CA0 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, const RuntimeMethod* method); // UnityEngine.Color[] o0UIRawImageTester::GetColorArray(UnityEngine.Color,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* o0UIRawImageTester_GetColorArray_mB5E5D36BCECE047D98C4D65DD485DBFCD6CAC374 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color0, int32_t ___length1, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::SetPixels(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_SetPixels_m802BA835119C0F93478BBA752BA23192013EA4F7 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, int32_t ___x0, int32_t ___y1, int32_t ___blockWidth2, int32_t ___blockHeight3, ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* ___colors4, const RuntimeMethod* method); // System.Void o0UIRawImageTester::DrawPoint(System.Int32,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0UIRawImageTester_DrawPoint_m135D63FA246A14ABDA7310C580EB9D812E34B1B5 (o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * __this, int32_t ___height0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color1, const RuntimeMethod* method); // System.Void o0UIRawImageTester::DrawLine(System.Int32,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0UIRawImageTester_DrawLine_m37D635F583C69D0B6C9003ECDEE4261310FF2FD2 (o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * __this, int32_t ___height0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color1, const RuntimeMethod* method); // UnityEngine.Rect UnityEngine.UI.RawImage::get_uvRect() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 RawImage_get_uvRect_m5C5CB285CD0DBF30B9DE8A62C90011B22FBF523B_inline (RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_x(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_x_m1147A05B5046E1D4427E8EC99B9DFA4A32EEDEE6 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.UI.RawImage::set_uvRect(UnityEngine.Rect) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawImage_set_uvRect_m529CC2006BBD8AB373C567F80F4FCABEBFF1242E (RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A * __this, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method); // System.Void o0UIRawImageTester::DrawLine(System.Single,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0UIRawImageTester_DrawLine_mF519B3D10FA2F53471C7F36EB5BC4E8B22846878 (o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * __this, float ___height0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color1, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() inline void HashSet_1__ctor_m342AC0E5479493953C4C225BF7B495F8B05418B9 (HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC * __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC *, const RuntimeMethod*))HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m5689B19951D0B68AC24BE02EFD411D2335790FAA (Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B *, const RuntimeMethod*))Dictionary_2__ctor_mF5E5D0C0FEFBDA7F256586F2F47044716759CA0E_gshared)(__this, method); } // UnityEngine.Vector3 UnityEngine.Vector3::Lerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_Lerp_m8E095584FFA10CF1D3EABCD04F4C83FB82EC5524_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, float ___t2, const RuntimeMethod* method); // System.Single o0Aien.o0WeightedAverageFilterVector3::QuarterCircleIntegration(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float o0WeightedAverageFilterVector3_QuarterCircleIntegration_mF566E049E3BF77C1FA50B11AD39132AF9D75F04B (float ___to0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_m0281A01E9C859E2B8073312D41BB9005662EF2DA (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m0281A01E9C859E2B8073312D41BB9005662EF2DA_gshared)(__this, ___index0, method); } // System.Void AOTAdapter/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE49F02450E9D38F89874DFB8501B49736B39EBD9 (U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * __this, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Multiply(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Multiply_mC85C8B855000050AED2EA56946FEB31B43BB9C2B (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, const RuntimeMethod*))Vector_1_op_Multiply_mC85C8B855000050AED2EA56946FEB31B43BB9C2B_gshared)(___a0, ___b1, method); } // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Division(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Division_m4EF3A49EBC2911805935CE86FB10C3C8A4D27382 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, const RuntimeMethod*))Vector_1_op_Division_m4EF3A49EBC2911805935CE86FB10C3C8A4D27382_gshared)(___a0, ___b1, method); } // System.Byte System.Byte::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m3016BB1652EF164DE91CAC3E592E4CAE42C6B72F (String_t* ___s0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // System.Void AimHandler::CalibrateGyr(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AimHandler_CalibrateGyr_mA6BE9161E16FA32C6682138A5B282AF492D1B428 (AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * __this, bool ___calibration0, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) inline TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * Resources_Load_TisTextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234_m5313E11E04DEBB3C4FC6AA7A32FA37B13209055B (String_t* ___path0, const RuntimeMethod* method) { return (( TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared)(___path0, method); } // System.String UnityEngine.TextAsset::get_text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAsset_get_text_m89A756483BA3218E173F5D62A582070714BC1218 (TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * __this, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // System.Byte[] AOTAdapter::ToBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AOTAdapter_ToBytes_mA74F220CA12F33C868D8992CEF20C113BC3C4C64 (AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA * __this, String_t* ___msg0, const RuntimeMethod* method); // System.Void AimHandler::OnDataReceived(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AimHandler_OnDataReceived_mFF9A0F939B34A3FD39EC987848320D21005685A8 (AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Void AgreementView/d__10::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetPrivacyAgreementU3Ed__10_U3CU3Em__Finally1_m5B60DF620197C6B5496384888A30F061F72866AF (U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038 * __this, const RuntimeMethod* method); // System.String CommonConfig::get_gateServerURL() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CommonConfig_get_gateServerURL_m0B29F8B79BAB1685C3C0E886939C8CD72E0B2088 (const RuntimeMethod* method); // System.String AgreementView::GetLanguageDir() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AgreementView_GetLanguageDir_m730ABAA2D128C33417B6AC7014B005ECC9745002 (AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * __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_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequest::Get(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * UnityWebRequest_Get_m9C24DB3E8BED0B0886F28DCD982A4741A9903B1A (String_t* ___uri0, const RuntimeMethod* method); // UnityEngine.Networking.UnityWebRequestAsyncOperation UnityEngine.Networking.UnityWebRequest::SendWebRequest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50 (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * __this, const RuntimeMethod* method); // UnityEngine.Networking.UnityWebRequest/Result UnityEngine.Networking.UnityWebRequest::get_result() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_get_result_m4E9272AB25BD5CE7B927F4B1873763510476BDC6 (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * __this, const RuntimeMethod* method); // UnityEngine.UI.Text AgreementView::GetContentText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * AgreementView_GetContentText_m9F8058CDEC190AF85F55964FCBD22CB57666941B (AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * __this, String_t* ___id0, const RuntimeMethod* method); // UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::get_downloadHandler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732 (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * __this, const RuntimeMethod* method); // System.String UnityEngine.Networking.DownloadHandler::get_text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A (DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * __this, const RuntimeMethod* method); // System.Void AgreementView/d__10::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetPrivacyAgreementU3Ed__10_System_IDisposable_Dispose_mDE9A0C717C5AE294AD73FB147150F93D248397EB (U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038 * __this, const RuntimeMethod* method); // System.Void AgreementView/d__9::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetUserAgreementU3Ed__9_U3CU3Em__Finally1_mE0C4A27AE17775308166306967472A0624BBF65C (U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6 * __this, const RuntimeMethod* method); // System.String AgreementView::GetLanguageParam() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AgreementView_GetLanguageParam_m7EEBDD0BF926C28BA0DA26AA33060BA117722289 (AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * __this, const RuntimeMethod* method); // System.Void AgreementView/d__9::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetUserAgreementU3Ed__9_System_IDisposable_Dispose_m715D09BF159E4BD082323E5E39A8C13F40BAE9B6 (U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6 * __this, const RuntimeMethod* method); // System.Void AgreenmentOption/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mCA27A9F55F8AA1EE1E111FAB692E9A30C861675C (U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6 (String_t* ___path0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared)(___path0, method); } // !!0 UnityEngine.Object::Instantiate(!!0) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___original0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared)(___original0, method); } // !!0 UnityEngine.GameObject::GetComponent() inline AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void AgreementView::EnterUserAgreement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AgreementView_EnterUserAgreement_m051585A0E2F63C6D099383E10B2B60EFB291CD8E (AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * __this, const RuntimeMethod* method); // System.Void AgreementView::EnterPrivacyAgreement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AgreementView_EnterPrivacyAgreement_mEC774DEC3A85C11E9851FC9FCF68B11BC5F7A0AE (AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9 (X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves::FromHex(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * AnssiNamedCurves_FromHex_m5EACE5480B54EFF8C1076039D833AA0FF7827C95 (String_t* ___hex0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67 (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___order3, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___cofactor4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves::ConfigureCurve(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * AnssiNamedCurves_ConfigureCurve_m901916576457AB24F6F2FFAFEA0296A9CB9AAF48 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::Decode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1 (String_t* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoding1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves/Frp256v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Frp256v1Holder__ctor_mF63BB753538A1BEB1E8C61739EEC16ECA8A3EB05 (Frp256v1Holder_t7E1954C20E99C9C5A7511E37D92971A47F812C5E * __this, const RuntimeMethod* method); // System.Single UnityEngine.ParticleSystemRenderer::get_minParticleSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ParticleSystemRenderer_get_minParticleSize_m1BDB16135B182231F359499E811BF5274664E140 (ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * __this, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystemRenderer::set_minParticleSize(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleSystemRenderer_set_minParticleSize_m1FDD2EEFBF60703A7AC154FC91DD5015F65A34F4 (ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystemRenderer::set_maxParticleSize(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleSystemRenderer_set_maxParticleSize_m7D19DF8E661235A19910F216DFDBBD447940CD06 (ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * __this, float ___value0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Transform Arrow::Head() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Arrow_Head_m0B04E8E5BCECF6693A2480674F9E8A57D6F3CD9D (Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.String System.Boolean::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C (bool* __this, const RuntimeMethod* method); // System.Boolean System.Boolean::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Parse_m97AFBD113AE4629041678100C5A595F3529C7F7D (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Tuple`2::.ctor(!0,!1) inline void Tuple_2__ctor_m0CC24988EB3F56DF1280D40D9E5E0058E296083E (Tuple_2_t49F006A82EEDCB298188B10937893F000296AA70 * __this, bool ___item10, bool ___item21, const RuntimeMethod* method) { (( void (*) (Tuple_2_t49F006A82EEDCB298188B10937893F000296AA70 *, bool, bool, const RuntimeMethod*))Tuple_2__ctor_m0CC24988EB3F56DF1280D40D9E5E0058E296083E_gshared)(__this, ___item10, ___item21, method); } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::get_Parser() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Asn1Set_get_Parser_m42952BC9EA3583FC4284275BB9DD9A02A668B50A (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set/DerComparer::AllZeroesFrom(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerComparer_AllZeroesFrom_m4491294FCEA5DD2583AEEA5480891D3D43E3B777 (DerComparer_t9B19E991BDA33E9D0C78ACE5E00664762AEBB530 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___pos1, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__ctor_mDA32C376030ADED32213D00189F8E77CF4C04A7C (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // BestHTTP.HTTPRequest BestHTTP.HTTPRequest::Send() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * HTTPRequest_Send_m6DFACD89B7BA3689A32616A9B7F7AD41DBA86C46 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void UnityEngine.WaitForSeconds::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4 (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * __this, float ___seconds0, const RuntimeMethod* method); // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::get_Response() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::get_IsSuccess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::get_IsFromCache() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.HTTPResponse::get_Data() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HTTPResponse_get_Data_m0CCF6E05405D6F2EEB11F87DEB23DB61A6059F0F_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // UnityEngine.AssetBundleCreateRequest UnityEngine.AssetBundle::LoadFromMemoryAsync(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetBundleCreateRequest_t6AB0C8676D1DAA5F624663445F46FAB7D63EAA3A * AssetBundle_LoadFromMemoryAsync_mEE3736BFD45B04566FF671CB2BF71C09F569EE20 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___binary0, const RuntimeMethod* method); // UnityEngine.AssetBundle UnityEngine.AssetBundleCreateRequest::get_assetBundle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * AssetBundleCreateRequest_get_assetBundle_m608C1516A7DC8E4B1F9D63EDCF6EE8D6C2CFF013 (AssetBundleCreateRequest_t6AB0C8676D1DAA5F624663445F46FAB7D63EAA3A * __this, const RuntimeMethod* method); // System.Collections.IEnumerator BestHTTP.Examples.AssetBundleSample::ProcessAssetBundle(UnityEngine.AssetBundle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AssetBundleSample_ProcessAssetBundle_mBC36CB714534B155C33DD22D5010CE3DAF0BA766 (AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * __this, AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * ___bundle0, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719 (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, RuntimeObject* ___routine0, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPResponse::get_StatusCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::get_Message() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::get_DataAsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Exception BestHTTP.HTTPRequest::get_Exception() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // UnityEngine.AssetBundleRequest UnityEngine.AssetBundle::LoadAssetAsync(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetBundleRequest_tBCF59D1FD408125E4C2C937EC23AB0ABB7E4051A * AssetBundle_LoadAssetAsync_m63C7C5654FA8D0824DC920A1B1530C37CCB3DF6E (AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.AssetBundleRequest::get_asset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * AssetBundleRequest_get_asset_mB0A96FBC026D143638E467DEB37228ACD55F1813 (AssetBundleRequest_tBCF59D1FD408125E4C2C937EC23AB0ABB7E4051A * __this, const RuntimeMethod* method); // System.Void AttitudeJson/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mD6DD8D158C3C684B3256FCA316C44F34F3F7FC04 (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * __this, const RuntimeMethod* method); // System.Void o0.IMU.MagnetometerAutoCalibrater::.ctor(System.Double,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MagnetometerAutoCalibrater__ctor_mE8FD99F9712496B7103E59766CB385FF9129C6DC (MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * __this, double ___CompleteVarianceThreshold0, int32_t ___MaxCount1, int32_t ___FitThreshold2, int32_t ___FitCountLeft3, const RuntimeMethod* method); // System.Void o0.IMU.ByteToShorts::.ctor(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteToShorts__ctor_mCCABFDAA81C7492895242E37ED3E8B1E87B184A6 (ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * __this, int32_t ___Count0, bool ___Reverse1, const RuntimeMethod* method); // System.Void o0.IMU.ByteToShort::.ctor(System.Func`2,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteToShort__ctor_mE53C6A1EF13A18C4B421F9DBEF4724A10B5B718B (ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171 * __this, Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 * ___CorrectRate0, int32_t ___MinCount1, bool ___Reverse2, const RuntimeMethod* method); // System.Void o0.MeanMaintainer`1>::.ctor() inline void MeanMaintainer_1__ctor_m381397268DD6A5B4064F37BAF946E874619A9954 (MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED * __this, const RuntimeMethod* method) { (( void (*) (MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED *, const RuntimeMethod*))MeanMaintainer_1__ctor_m381397268DD6A5B4064F37BAF946E874619A9954_gshared)(__this, method); } // System.Void o0.IMU.ByteToShortByVariance::.ctor(System.Int32,System.Boolean,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteToShortByVariance__ctor_mCFA45E9F3D504C26009824E5E4D846A803F38120 (ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402 * __this, int32_t ___MinCount0, bool ___Reverse1, double ___ThresholdRate2, const RuntimeMethod* method); // System.Void o0.IMU.EllipsoidFitting::.ctor(o0.Geometry.Vector`1,MathNet.Numerics.LinearAlgebra.Matrix`1,o0.Geometry.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EllipsoidFitting__ctor_mA77C74498613BA7C7EA4BF03D522D07BA387FF38 (EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723 * __this, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Center0, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___CorrectMatrix1, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Radius2, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::FromObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_FromObject_m6FF17C857F570212A7A76D5621D7372210960DAF (RuntimeObject * ___o0, const RuntimeMethod* method); // !!0 Newtonsoft.Json.Linq.JToken::ToObject() inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* JToken_ToObject_TisInt32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_m13CDED9122534A74C7CCE1BACB93EDA46239263D (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { return (( Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* (*) (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))JToken_ToObject_TisRuntimeObject_mE5EA269CC504F1FEBC421FD1C155697A75D6EB2A_gshared)(__this, method); } // System.Void o0.Geometry.Vector`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void Vector_1__ctor_mB1B0EF6F3724834574F0243F3171D5952C6BA87A (Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * __this, RuntimeObject* ___enumable0, const RuntimeMethod* method) { (( void (*) (Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC *, RuntimeObject*, const RuntimeMethod*))Vector_1__ctor_mB1B0EF6F3724834574F0243F3171D5952C6BA87A_gshared)(__this, ___enumable0, method); } // !!0 Newtonsoft.Json.Linq.JToken::ToObject() inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* JToken_ToObject_TisDoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_m91E790B8289F87BA31F44B7BFFBA4395102542C3 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { return (( DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* (*) (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))JToken_ToObject_TisRuntimeObject_mE5EA269CC504F1FEBC421FD1C155697A75D6EB2A_gshared)(__this, method); } // System.Void o0.Geometry.Vector`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void Vector_1__ctor_m79B3D4F5FE97FA0398C7B6FCCA60E05091D6B38F (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * __this, RuntimeObject* ___enumable0, const RuntimeMethod* method) { (( void (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, RuntimeObject*, const RuntimeMethod*))Vector_1__ctor_m79B3D4F5FE97FA0398C7B6FCCA60E05091D6B38F_gshared)(__this, ___enumable0, method); } // System.Void UnityEngine.WaitForSecondsRealtime::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225 (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * __this, float ___time0, const RuntimeMethod* method); // System.Void BluetoothAim::DoConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_DoConnect_mB5215BC7D723FA93817247D5AAB699DA7C80D1A3 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // System.Void BluetoothHolder::openDebug() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder_openDebug_m87212215C984AF91ABBA080AF7D2FBAA45CA80C7 (BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * __this, const RuntimeMethod* method); // System.Void Axis663Handler::SaveCalibrateRecord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Axis663Handler_SaveCalibrateRecord_m1F8BD04180347AFBE90249BE8C81D0C202B623D2 (Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * __this, const RuntimeMethod* method); // System.Void Axis9Handler::SaveCalibrateRecord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Axis9Handler_SaveCalibrateRecord_m1A185625F012E26A2FE0CDC7FECC1707ED2C3801 (Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * __this, const RuntimeMethod* method); // System.Boolean JCEngineCore.JCEntity::call(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JCEntity_call_mF154FBA5A30D7CD88C9875938390BDFC52AA6C2E (JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * __this, String_t* ___func0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Single UnityEngine.Quaternion::Dot(UnityEngine.Quaternion,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Quaternion_Dot_m7F12C5843352AB2EA687923444CC987D51515F9A (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___a0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___b1, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Min(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14 (float ___a0, float ___b1, const RuntimeMethod* method); // System.Boolean UnityEngine.Quaternion::IsEqualUsingDot(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Quaternion_IsEqualUsingDot_mC57C44978B13AD1592750B1D523AAB4549BD5643 (float ___dot0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp01(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp01_m2296D75F0F1292D5C8181C57007A1CA45F440C4C (float ___value0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL IL2CPP_EXTERN_C Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 DEFAULT_CALL Update_f(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int64_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL SetIdentity(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E DEFAULT_CALL GetGyrOld_f(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL IL2CPP_EXTERN_C State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E DEFAULT_CALL GetLastState_f(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E DEFAULT_CALL GetAccIdentity_f(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E DEFAULT_CALL GetMagIdentity_f(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL SetAccIdentity(Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL SetMagIdentity(Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL IL2CPP_EXTERN_C Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 DEFAULT_CALL SO_Update_f(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int64_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL SO_SetIdentity(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E DEFAULT_CALL SO_GetGyrOld_f(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL IL2CPP_EXTERN_C State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E DEFAULT_CALL SO_GetLastState_f(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E DEFAULT_CALL SO_GetAccIdentity_f(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E DEFAULT_CALL SO_GetMagIdentity_f(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL SO_SetAccIdentity(Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL SO_SetMagIdentity(Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ); #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ZeroBytePadding::get_PaddingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZeroBytePadding_get_PaddingName_m1698B3E735629D38A42362494D32D8866A4629E3 (ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6ACA13D20F2DBFA5E2FDCBE596BF3DF7210EE656); s_Il2CppMethodInitialized = true; } { // get { return "ZeroBytePadding"; } return _stringLiteral6ACA13D20F2DBFA5E2FDCBE596BF3DF7210EE656; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ZeroBytePadding::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZeroBytePadding_Init_mC474900F0C9F7C2C6B175147A9FB8A8AF7F0465C (ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, const RuntimeMethod* method) { { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ZeroBytePadding::AddPadding(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZeroBytePadding_AddPadding_m2A75D1F03CF55BF8EF16078366AA6135D2410506 (ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, const RuntimeMethod* method) { int32_t V_0 = 0; { // int added = (input.Length - inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; NullCheck(L_0); int32_t L_1 = ___inOff1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)L_1)); goto IL_0011; } IL_0008: { // input[inOff] = (byte) 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)0); // inOff++; int32_t L_4 = ___inOff1; ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0011: { // while (inOff < input.Length) int32_t L_5 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___input0; NullCheck(L_6); if ((((int32_t)L_5) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_0008; } } { // return added; int32_t L_7 = V_0; return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ZeroBytePadding::PadCount(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZeroBytePadding_PadCount_m7D41B18F6CE632DE9A64E357B74DA625F6E38BB6 (ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; { // int count = input.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); goto IL_0011; } IL_0006: { // if (input[count - 1] != 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); if (L_4) { goto IL_0015; } } { // count--; int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); } IL_0011: { // while (count > 0) int32_t L_6 = V_0; if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_0006; } } IL_0015: { // return input.Length - count; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___input0; NullCheck(L_7); int32_t L_8 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)L_8)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ZeroBytePadding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZeroBytePadding__ctor_m5CD441B3894199E3A9DBBFB7B1EC94261795038A (ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/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.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::get_Crc32() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibBaseStream_get_Crc32_m68EC8A5252BF2548E51AC5970A6DC2F4D119CF72 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { { // internal int Crc32 { get { if (crc == null) return 0; return crc.Crc32Result; } } CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * L_0 = __this->get_crc_18(); if (L_0) { goto IL_000a; } } { // internal int Crc32 { get { if (crc == null) return 0; return crc.Crc32Result; } } return 0; } IL_000a: { // internal int Crc32 { get { if (crc == null) return 0; return crc.Crc32Result; } } CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * L_1 = __this->get_crc_18(); NullCheck(L_1); int32_t L_2; L_2 = CRC32_get_Crc32Result_m8AC07671D9C032C189F3A91D9890F60F2B8884B1(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,BestHTTP.Decompression.Zlib.ZlibStreamFlavor,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream__ctor_m85DE51C143C18B6664FD636DBFC92C236A463655 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___compressionMode1, int32_t ___level2, int32_t ___flavor3, bool ___leaveOpen4, const RuntimeMethod* method) { { // :this(stream, compressionMode, level, flavor,leaveOpen, ZlibConstants.WindowBitsDefault) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; int32_t L_1 = ___compressionMode1; int32_t L_2 = ___level2; int32_t L_3 = ___flavor3; bool L_4 = ___leaveOpen4; ZlibBaseStream__ctor_m6FD17B74F3643767D8150C2D633FCE2DD246825A(__this, L_0, L_1, L_2, L_3, L_4, ((int32_t)15), /*hidden argument*/NULL); // { } return; } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,BestHTTP.Decompression.Zlib.ZlibStreamFlavor,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream__ctor_m6FD17B74F3643767D8150C2D633FCE2DD246825A (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___compressionMode1, int32_t ___level2, int32_t ___flavor3, bool ___leaveOpen4, int32_t ___windowBits5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // protected internal StreamMode _streamMode = StreamMode.Undefined; __this->set__streamMode_6(2); // protected internal int _bufferSize = ZlibConstants.WorkingBufferSizeDefault; __this->set__bufferSize_13(((int32_t)16384)); // protected internal byte[] _buf1 = new byte[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); __this->set__buf1_15(L_0); // : base() IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // this._flushMode = FlushType.None; __this->set__flushMode_7(0); // this._stream = stream; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___stream0; __this->set__stream_16(L_1); // this._leaveOpen = leaveOpen; bool L_2 = ___leaveOpen4; __this->set__leaveOpen_11(L_2); // this._compressionMode = compressionMode; int32_t L_3 = ___compressionMode1; __this->set__compressionMode_9(L_3); // this._flavor = flavor; int32_t L_4 = ___flavor3; __this->set__flavor_8(L_4); // this._level = level; int32_t L_5 = ___level2; __this->set__level_10(L_5); // this.windowBitsMax = windowBits; int32_t L_6 = ___windowBits5; __this->set_windowBitsMax_14(L_6); // if (flavor == ZlibStreamFlavor.GZIP) int32_t L_7 = ___flavor3; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)1952))))) { goto IL_006c; } } { // this.crc = new BestHTTP.Decompression.Crc.CRC32(); CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * L_8 = (CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 *)il2cpp_codegen_object_new(CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5_il2cpp_TypeInfo_var); CRC32__ctor_m80D3A4FB41375C94E2DBECBA2CCB6055065C4202(L_8, /*hidden argument*/NULL); __this->set_crc_18(L_8); } IL_006c: { // } return; } } // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::get__wantCompress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { { // return (this._compressionMode == CompressionMode.Compress); int32_t L_0 = __this->get__compressionMode_9(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // BestHTTP.Decompression.Zlib.ZlibCodec BestHTTP.Decompression.Zlib.ZlibBaseStream::get_z() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ZlibBaseStream_get_z_m80E86CAFF871A4D52FAABFA1FC58343916C1B40B (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { // if (_z == null) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_0 = __this->get__z_5(); if (L_0) { goto IL_0069; } } { // bool wantRfc1950Header = (this._flavor == ZlibStreamFlavor.ZLIB); int32_t L_1 = __this->get__flavor_8(); V_0 = (bool)((((int32_t)L_1) == ((int32_t)((int32_t)1950)))? 1 : 0); // _z = new ZlibCodec(); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_2 = (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 *)il2cpp_codegen_object_new(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1_il2cpp_TypeInfo_var); ZlibCodec__ctor_mF3CA6C45B1C16EB8FB06A53F1AD8A0A627684C3C(L_2, /*hidden argument*/NULL); __this->set__z_5(L_2); // if (this._compressionMode == CompressionMode.Decompress) int32_t L_3 = __this->get__compressionMode_9(); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_003f; } } { // _z.InitializeInflate(this.windowBitsMax, wantRfc1950Header); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_4 = __this->get__z_5(); int32_t L_5 = __this->get_windowBitsMax_14(); bool L_6 = V_0; NullCheck(L_4); int32_t L_7; L_7 = ZlibCodec_InitializeInflate_m63C03D14CF127BE253C8B14A0F0F61DB19641243(L_4, L_5, L_6, /*hidden argument*/NULL); // } goto IL_0069; } IL_003f: { // _z.Strategy = Strategy; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_8 = __this->get__z_5(); int32_t L_9 = __this->get_Strategy_17(); NullCheck(L_8); L_8->set_Strategy_14(L_9); // _z.InitializeDeflate(this._level, this.windowBitsMax, wantRfc1950Header); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_10 = __this->get__z_5(); int32_t L_11 = __this->get__level_10(); int32_t L_12 = __this->get_windowBitsMax_14(); bool L_13 = V_0; NullCheck(L_10); int32_t L_14; L_14 = ZlibCodec_InitializeDeflate_m09678E2C9B861494EB9B69567DFD01E7C7EF11DB(L_10, L_11, L_12, L_13, /*hidden argument*/NULL); } IL_0069: { // return _z; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_15 = __this->get__z_5(); return L_15; } } // System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::get_workingBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ZlibBaseStream_get_workingBuffer_mEB461E79F3F86980D45C5B601FA7BC1B784D7BFC (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (_workingBuffer == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__workingBuffer_12(); if (L_0) { goto IL_001b; } } { // _workingBuffer = Extensions.VariableSizedBufferPool.Get(_bufferSize, true); int32_t L_1 = __this->get__bufferSize_13(); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)L_1)), (bool)1, /*hidden argument*/NULL); __this->set__workingBuffer_12(L_2); } IL_001b: { // return _workingBuffer; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get__workingBuffer_12(); return L_3; } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_Write_m8E02DB5AC3CB6D2E3AAA6BDC7D302BAB3B87E6D0 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; int32_t G_B12_0 = 0; String_t* G_B17_0 = NULL; int32_t G_B21_0 = 0; int32_t G_B26_0 = 0; { // if (crc != null) CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * L_0 = __this->get_crc_18(); if (!L_0) { goto IL_0016; } } { // crc.SlurpBlock(buffer, offset, count); CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * L_1 = __this->get_crc_18(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___count2; NullCheck(L_1); CRC32_SlurpBlock_mEDE8BF551CFC1EC225ED91B654A7F6800F82E7C0(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); } IL_0016: { // if (_streamMode == StreamMode.Undefined) int32_t L_5 = __this->get__streamMode_6(); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0028; } } { // _streamMode = StreamMode.Writer; __this->set__streamMode_6(0); goto IL_003b; } IL_0028: { // else if (_streamMode != StreamMode.Writer) int32_t L_6 = __this->get__streamMode_6(); if (!L_6) { goto IL_003b; } } { // throw new ZlibException("Cannot Write after Reading."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_7 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24B5EB22D8E2EC2684FA8E9A50101FC76FC80368)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_Write_m8E02DB5AC3CB6D2E3AAA6BDC7D302BAB3B87E6D0_RuntimeMethod_var))); } IL_003b: { // if (count == 0) int32_t L_8 = ___count2; if (L_8) { goto IL_003f; } } { // return; return; } IL_003f: { // z.InputBuffer = buffer; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_9; L_9 = ZlibBaseStream_get_z_m80E86CAFF871A4D52FAABFA1FC58343916C1B40B(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___buffer0; NullCheck(L_9); L_9->set_InputBuffer_0(L_10); // _z.NextIn = offset; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_11 = __this->get__z_5(); int32_t L_12 = ___offset1; NullCheck(L_11); L_11->set_NextIn_1(L_12); // _z.AvailableBytesIn = count; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_13 = __this->get__z_5(); int32_t L_14 = ___count2; NullCheck(L_13); L_13->set_AvailableBytesIn_2(L_14); // bool done = false; V_0 = (bool)0; } IL_0065: { // _z.OutputBuffer = workingBuffer; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_15 = __this->get__z_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = ZlibBaseStream_get_workingBuffer_mEB461E79F3F86980D45C5B601FA7BC1B784D7BFC(__this, /*hidden argument*/NULL); NullCheck(L_15); L_15->set_OutputBuffer_4(L_16); // _z.NextOut = 0; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_17 = __this->get__z_5(); NullCheck(L_17); L_17->set_NextOut_5(0); // _z.AvailableBytesOut = _workingBuffer.Length; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_18 = __this->get__z_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get__workingBuffer_12(); NullCheck(L_19); NullCheck(L_18); L_18->set_AvailableBytesOut_6(((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))); // int rc = (_wantCompress) // ? _z.Deflate(_flushMode) // : _z.Inflate(_flushMode); bool L_20; L_20 = ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F(__this, /*hidden argument*/NULL); if (L_20) { goto IL_00b0; } } { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_21 = __this->get__z_5(); int32_t L_22 = __this->get__flushMode_7(); NullCheck(L_21); int32_t L_23; L_23 = ZlibCodec_Inflate_m7D2AEBD3D0A289BA81C9B190D83A27A648E6DA4E(L_21, L_22, /*hidden argument*/NULL); G_B12_0 = L_23; goto IL_00c1; } IL_00b0: { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_24 = __this->get__z_5(); int32_t L_25 = __this->get__flushMode_7(); NullCheck(L_24); int32_t L_26; L_26 = ZlibCodec_Deflate_m83A2BBE500150CF4A5BA8DCDB07D3595BA3F3492(L_24, L_25, /*hidden argument*/NULL); G_B12_0 = L_26; } IL_00c1: { V_1 = G_B12_0; // if (rc != ZlibConstants.Z_OK && rc != ZlibConstants.Z_STREAM_END) int32_t L_27 = V_1; if (!L_27) { goto IL_00f8; } } { int32_t L_28 = V_1; if ((((int32_t)L_28) == ((int32_t)1))) { goto IL_00f8; } } { // throw new ZlibException((_wantCompress ? "de" : "in") + "flating: " + _z.Message); bool L_29; L_29 = ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F(__this, /*hidden argument*/NULL); if (L_29) { goto IL_00d8; } } { G_B17_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC1E0482ABDB4530F47C01C2A81FB06ED6E98A110)); goto IL_00dd; } IL_00d8: { G_B17_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC4A06A0DE599F745DBDD44A6FDE6212859D3A5F)); } IL_00dd: { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_30 = __this->get__z_5(); NullCheck(L_30); String_t* L_31 = L_30->get_Message_8(); String_t* L_32; L_32 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(G_B17_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral81B54C81CE5770A2FB716FE3138FA18CE998793D)), L_31, /*hidden argument*/NULL); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_33 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_33, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_Write_m8E02DB5AC3CB6D2E3AAA6BDC7D302BAB3B87E6D0_RuntimeMethod_var))); } IL_00f8: { // _stream.Write(_workingBuffer, 0, _workingBuffer.Length - _z.AvailableBytesOut); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_34 = __this->get__stream_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = __this->get__workingBuffer_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = __this->get__workingBuffer_12(); NullCheck(L_36); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_37 = __this->get__z_5(); NullCheck(L_37); int32_t L_38 = L_37->get_AvailableBytesOut_6(); NullCheck(L_34); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_34, L_35, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length))), (int32_t)L_38))); // done = _z.AvailableBytesIn == 0 && _z.AvailableBytesOut != 0; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_39 = __this->get__z_5(); NullCheck(L_39); int32_t L_40 = L_39->get_AvailableBytesIn_2(); if (L_40) { goto IL_013b; } } { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_41 = __this->get__z_5(); NullCheck(L_41); int32_t L_42 = L_41->get_AvailableBytesOut_6(); G_B21_0 = ((!(((uint32_t)L_42) <= ((uint32_t)0)))? 1 : 0); goto IL_013c; } IL_013b: { G_B21_0 = 0; } IL_013c: { V_0 = (bool)G_B21_0; // if (_flavor == ZlibStreamFlavor.GZIP && !_wantCompress) int32_t L_43 = __this->get__flavor_8(); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)1952))))) { goto IL_0172; } } { bool L_44; L_44 = ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F(__this, /*hidden argument*/NULL); if (L_44) { goto IL_0172; } } { // done = (_z.AvailableBytesIn == 8 && _z.AvailableBytesOut != 0); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_45 = __this->get__z_5(); NullCheck(L_45); int32_t L_46 = L_45->get_AvailableBytesIn_2(); if ((!(((uint32_t)L_46) == ((uint32_t)8)))) { goto IL_0170; } } { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_47 = __this->get__z_5(); NullCheck(L_47); int32_t L_48 = L_47->get_AvailableBytesOut_6(); G_B26_0 = ((!(((uint32_t)L_48) <= ((uint32_t)0)))? 1 : 0); goto IL_0171; } IL_0170: { G_B26_0 = 0; } IL_0171: { V_0 = (bool)G_B26_0; } IL_0172: { // while (!done); bool L_49 = V_0; if (!L_49) { goto IL_0065; } } { // } return; } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_finish_m1343C1E65AE31CBDE4387288A58E456829C6DD74 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t G_B7_0 = 0; String_t* G_B12_0 = NULL; int32_t G_B20_0 = 0; int32_t G_B25_0 = 0; { // if (_z == null) return; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_0 = __this->get__z_5(); if (L_0) { goto IL_0009; } } { // if (_z == null) return; return; } IL_0009: { // if (_streamMode == StreamMode.Writer) int32_t L_1 = __this->get__streamMode_6(); if (L_1) { goto IL_01d4; } } { // bool done = false; V_0 = (bool)0; } IL_0016: { // _z.OutputBuffer = workingBuffer; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_2 = __this->get__z_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = ZlibBaseStream_get_workingBuffer_mEB461E79F3F86980D45C5B601FA7BC1B784D7BFC(__this, /*hidden argument*/NULL); NullCheck(L_2); L_2->set_OutputBuffer_4(L_3); // _z.NextOut = 0; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_4 = __this->get__z_5(); NullCheck(L_4); L_4->set_NextOut_5(0); // _z.AvailableBytesOut = _workingBuffer.Length; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_5 = __this->get__z_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get__workingBuffer_12(); NullCheck(L_6); NullCheck(L_5); L_5->set_AvailableBytesOut_6(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))); // int rc = (_wantCompress) // ? _z.Deflate(FlushType.Finish) // : _z.Inflate(FlushType.Finish); bool L_7; L_7 = ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F(__this, /*hidden argument*/NULL); if (L_7) { goto IL_005c; } } { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_8 = __this->get__z_5(); NullCheck(L_8); int32_t L_9; L_9 = ZlibCodec_Inflate_m7D2AEBD3D0A289BA81C9B190D83A27A648E6DA4E(L_8, 4, /*hidden argument*/NULL); G_B7_0 = L_9; goto IL_0068; } IL_005c: { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_10 = __this->get__z_5(); NullCheck(L_10); int32_t L_11; L_11 = ZlibCodec_Deflate_m83A2BBE500150CF4A5BA8DCDB07D3595BA3F3492(L_10, 4, /*hidden argument*/NULL); G_B7_0 = L_11; } IL_0068: { V_1 = G_B7_0; // if (rc != ZlibConstants.Z_STREAM_END && rc != ZlibConstants.Z_OK) int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_00cf; } } { int32_t L_13 = V_1; if (!L_13) { goto IL_00cf; } } { // string verb = (_wantCompress ? "de" : "in") + "flating"; bool L_14; L_14 = ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F(__this, /*hidden argument*/NULL); if (L_14) { goto IL_007f; } } { G_B12_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC1E0482ABDB4530F47C01C2A81FB06ED6E98A110)); goto IL_0084; } IL_007f: { G_B12_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC4A06A0DE599F745DBDD44A6FDE6212859D3A5F)); } IL_0084: { String_t* L_15; L_15 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B12_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC21230A40726F1E28FBA587F89E72C85A590CD77)), /*hidden argument*/NULL); V_2 = L_15; // if (_z.Message == null) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_16 = __this->get__z_5(); NullCheck(L_16); String_t* L_17 = L_16->get_Message_8(); if (L_17) { goto IL_00b3; } } { // throw new ZlibException(String.Format("{0}: (rc = {1})", verb, rc)); String_t* L_18 = V_2; int32_t L_19 = V_1; int32_t L_20 = L_19; RuntimeObject * L_21 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_20); String_t* L_22; L_22 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0F0911FCBD89FC88F6637AE593EB9E5E3442A4F0)), L_18, L_21, /*hidden argument*/NULL); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_23 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_finish_m1343C1E65AE31CBDE4387288A58E456829C6DD74_RuntimeMethod_var))); } IL_00b3: { // throw new ZlibException(verb + ": " + _z.Message); String_t* L_24 = V_2; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_25 = __this->get__z_5(); NullCheck(L_25); String_t* L_26 = L_25->get_Message_8(); String_t* L_27; L_27 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1168E92C164109D6220480DEDA987085B2A21155)), L_26, /*hidden argument*/NULL); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_28 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_28, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_finish_m1343C1E65AE31CBDE4387288A58E456829C6DD74_RuntimeMethod_var))); } IL_00cf: { // if (_workingBuffer.Length - _z.AvailableBytesOut > 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = __this->get__workingBuffer_12(); NullCheck(L_29); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_30 = __this->get__z_5(); NullCheck(L_30); int32_t L_31 = L_30->get_AvailableBytesOut_6(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))), (int32_t)L_31))) <= ((int32_t)0))) { goto IL_010c; } } { // _stream.Write(_workingBuffer, 0, _workingBuffer.Length - _z.AvailableBytesOut); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_32 = __this->get__stream_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = __this->get__workingBuffer_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = __this->get__workingBuffer_12(); NullCheck(L_34); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_35 = __this->get__z_5(); NullCheck(L_35); int32_t L_36 = L_35->get_AvailableBytesOut_6(); NullCheck(L_32); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_32, L_33, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))), (int32_t)L_36))); } IL_010c: { // done = _z.AvailableBytesIn == 0 && _z.AvailableBytesOut != 0; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_37 = __this->get__z_5(); NullCheck(L_37); int32_t L_38 = L_37->get_AvailableBytesIn_2(); if (L_38) { goto IL_0129; } } { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_39 = __this->get__z_5(); NullCheck(L_39); int32_t L_40 = L_39->get_AvailableBytesOut_6(); G_B20_0 = ((!(((uint32_t)L_40) <= ((uint32_t)0)))? 1 : 0); goto IL_012a; } IL_0129: { G_B20_0 = 0; } IL_012a: { V_0 = (bool)G_B20_0; // if (_flavor == ZlibStreamFlavor.GZIP && !_wantCompress) int32_t L_41 = __this->get__flavor_8(); if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)1952))))) { goto IL_0160; } } { bool L_42; L_42 = ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F(__this, /*hidden argument*/NULL); if (L_42) { goto IL_0160; } } { // done = (_z.AvailableBytesIn == 8 && _z.AvailableBytesOut != 0); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_43 = __this->get__z_5(); NullCheck(L_43); int32_t L_44 = L_43->get_AvailableBytesIn_2(); if ((!(((uint32_t)L_44) == ((uint32_t)8)))) { goto IL_015e; } } { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_45 = __this->get__z_5(); NullCheck(L_45); int32_t L_46 = L_45->get_AvailableBytesOut_6(); G_B25_0 = ((!(((uint32_t)L_46) <= ((uint32_t)0)))? 1 : 0); goto IL_015f; } IL_015e: { G_B25_0 = 0; } IL_015f: { V_0 = (bool)G_B25_0; } IL_0160: { // while (!done); bool L_47 = V_0; if (!L_47) { goto IL_0016; } } { // Flush(); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, __this); // if (_flavor == ZlibStreamFlavor.GZIP) int32_t L_48 = __this->get__flavor_8(); if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)1952))))) { goto IL_0362; } } { // if (_wantCompress) bool L_49; L_49 = ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F(__this, /*hidden argument*/NULL); if (!L_49) { goto IL_01c9; } } { // int c1 = crc.Crc32Result; CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * L_50 = __this->get_crc_18(); NullCheck(L_50); int32_t L_51; L_51 = CRC32_get_Crc32Result_m8AC07671D9C032C189F3A91D9890F60F2B8884B1(L_50, /*hidden argument*/NULL); V_3 = L_51; // _stream.Write(BitConverter.GetBytes(c1), 0, 4); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_52 = __this->get__stream_16(); int32_t L_53 = V_3; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54; L_54 = BitConverter_GetBytes_m5C926FE938C878F7E4E95A5DED46C34DB1431D39(L_53, /*hidden argument*/NULL); NullCheck(L_52); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_52, L_54, 0, 4); // int c2 = (Int32)(crc.TotalBytesRead & 0x00000000FFFFFFFF); CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * L_55 = __this->get_crc_18(); NullCheck(L_55); int64_t L_56; L_56 = CRC32_get_TotalBytesRead_m53B4D973F78618BC9C15D30ACBD4DEADA53D9F66_inline(L_55, /*hidden argument*/NULL); V_4 = ((int32_t)((int32_t)((int64_t)((int64_t)L_56&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))); // _stream.Write(BitConverter.GetBytes(c2), 0, 4); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_57 = __this->get__stream_16(); int32_t L_58 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_59; L_59 = BitConverter_GetBytes_m5C926FE938C878F7E4E95A5DED46C34DB1431D39(L_58, /*hidden argument*/NULL); NullCheck(L_57); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_57, L_59, 0, 4); // } return; } IL_01c9: { // throw new ZlibException("Writing with decompression is not supported."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_60 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_60, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D4D82166AFA3DFA90B42F9624DAC59E5DE0E310)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_60, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_finish_m1343C1E65AE31CBDE4387288A58E456829C6DD74_RuntimeMethod_var))); } IL_01d4: { // else if (_streamMode == StreamMode.Reader) int32_t L_61 = __this->get__streamMode_6(); if ((!(((uint32_t)L_61) == ((uint32_t)1)))) { goto IL_0362; } } { // if (_flavor == ZlibStreamFlavor.GZIP) int32_t L_62 = __this->get__flavor_8(); if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)1952))))) { goto IL_0362; } } { // if (!_wantCompress) bool L_63; L_63 = ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F(__this, /*hidden argument*/NULL); if (L_63) { goto IL_0357; } } { // if (_z.TotalBytesOut == 0L) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_64 = __this->get__z_5(); NullCheck(L_64); int64_t L_65 = L_64->get_TotalBytesOut_7(); if (L_65) { goto IL_0209; } } { // return; return; } IL_0209: { // byte[] trailer = Extensions.VariableSizedBufferPool.Get(8, true); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66; L_66 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)8)), (bool)1, /*hidden argument*/NULL); V_5 = L_66; // if (_z.AvailableBytesIn < 8) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_67 = __this->get__z_5(); NullCheck(L_67); int32_t L_68 = L_67->get_AvailableBytesIn_2(); if ((((int32_t)L_68) >= ((int32_t)8))) { goto IL_02a8; } } { // Array.Copy(_z.InputBuffer, _z.NextIn, trailer, 0, _z.AvailableBytesIn); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_69 = __this->get__z_5(); NullCheck(L_69); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = L_69->get_InputBuffer_0(); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_71 = __this->get__z_5(); NullCheck(L_71); int32_t L_72 = L_71->get_NextIn_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = V_5; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_74 = __this->get__z_5(); NullCheck(L_74); int32_t L_75 = L_74->get_AvailableBytesIn_2(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_70, L_72, (RuntimeArray *)(RuntimeArray *)L_73, 0, L_75, /*hidden argument*/NULL); // int bytesNeeded = 8 - _z.AvailableBytesIn; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_76 = __this->get__z_5(); NullCheck(L_76); int32_t L_77 = L_76->get_AvailableBytesIn_2(); V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)L_77)); // int bytesRead = _stream.Read(trailer, // _z.AvailableBytesIn, // bytesNeeded); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_78 = __this->get__stream_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_79 = V_5; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_80 = __this->get__z_5(); NullCheck(L_80); int32_t L_81 = L_80->get_AvailableBytesIn_2(); int32_t L_82 = V_10; NullCheck(L_78); int32_t L_83; L_83 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_78, L_79, L_81, L_82); V_11 = L_83; // if (bytesNeeded != bytesRead) int32_t L_84 = V_10; int32_t L_85 = V_11; if ((((int32_t)L_84) == ((int32_t)L_85))) { goto IL_02c7; } } { // Extensions.VariableSizedBufferPool.Release(trailer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86 = V_5; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var))); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_86, /*hidden argument*/NULL); // throw new ZlibException(String.Format("Missing or incomplete GZIP trailer. Expected 8 bytes, got {0}.", // _z.AvailableBytesIn + bytesRead)); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_87 = __this->get__z_5(); NullCheck(L_87); int32_t L_88 = L_87->get_AvailableBytesIn_2(); int32_t L_89 = V_11; int32_t L_90 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)L_89)); RuntimeObject * L_91 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_90); String_t* L_92; L_92 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral22B35E4A6B05D302FA88DFC96E519E2F6206ECFB)), L_91, /*hidden argument*/NULL); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_93 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_93, L_92, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_93, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_finish_m1343C1E65AE31CBDE4387288A58E456829C6DD74_RuntimeMethod_var))); } IL_02a8: { // Array.Copy(_z.InputBuffer, _z.NextIn, trailer, 0, 8); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_94 = __this->get__z_5(); NullCheck(L_94); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_95 = L_94->get_InputBuffer_0(); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_96 = __this->get__z_5(); NullCheck(L_96); int32_t L_97 = L_96->get_NextIn_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_98 = V_5; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_95, L_97, (RuntimeArray *)(RuntimeArray *)L_98, 0, 8, /*hidden argument*/NULL); } IL_02c7: { // Int32 crc32_expected = BitConverter.ToInt32(trailer, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_99 = V_5; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); int32_t L_100; L_100 = BitConverter_ToInt32_m09562D0C66673FA4883600754E82F22CAFED8892(L_99, 0, /*hidden argument*/NULL); V_6 = L_100; // Int32 crc32_actual = crc.Crc32Result; CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * L_101 = __this->get_crc_18(); NullCheck(L_101); int32_t L_102; L_102 = CRC32_get_Crc32Result_m8AC07671D9C032C189F3A91D9890F60F2B8884B1(L_101, /*hidden argument*/NULL); V_7 = L_102; // Int32 isize_expected = BitConverter.ToInt32(trailer, 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_103 = V_5; int32_t L_104; L_104 = BitConverter_ToInt32_m09562D0C66673FA4883600754E82F22CAFED8892(L_103, 4, /*hidden argument*/NULL); V_8 = L_104; // Int32 isize_actual = (Int32)(_z.TotalBytesOut & 0x00000000FFFFFFFF); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_105 = __this->get__z_5(); NullCheck(L_105); int64_t L_106 = L_105->get_TotalBytesOut_7(); V_9 = ((int32_t)((int32_t)((int64_t)((int64_t)L_106&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))); // if (crc32_actual != crc32_expected) int32_t L_107 = V_7; int32_t L_108 = V_6; if ((((int32_t)L_107) == ((int32_t)L_108))) { goto IL_0324; } } { // Extensions.VariableSizedBufferPool.Release(trailer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_109 = V_5; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var))); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_109, /*hidden argument*/NULL); // throw new ZlibException(String.Format("Bad CRC32 in GZIP trailer. (actual({0:X8})!=expected({1:X8}))", crc32_actual, crc32_expected)); int32_t L_110 = V_7; int32_t L_111 = L_110; RuntimeObject * L_112 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_111); int32_t L_113 = V_6; int32_t L_114 = L_113; RuntimeObject * L_115 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_114); String_t* L_116; L_116 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC9E3416658728819B446D11491494E53974F64F3)), L_112, L_115, /*hidden argument*/NULL); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_117 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_117, L_116, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_117, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_finish_m1343C1E65AE31CBDE4387288A58E456829C6DD74_RuntimeMethod_var))); } IL_0324: { // if (isize_actual != isize_expected) int32_t L_118 = V_9; int32_t L_119 = V_8; if ((((int32_t)L_118) == ((int32_t)L_119))) { goto IL_034f; } } { // Extensions.VariableSizedBufferPool.Release(trailer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_120 = V_5; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var))); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_120, /*hidden argument*/NULL); // throw new ZlibException(String.Format("Bad size in GZIP trailer. (actual({0})!=expected({1}))", isize_actual, isize_expected)); int32_t L_121 = V_9; int32_t L_122 = L_121; RuntimeObject * L_123 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_122); int32_t L_124 = V_8; int32_t L_125 = L_124; RuntimeObject * L_126 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_125); String_t* L_127; L_127 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB5FBD433F6E78BEDA49644FF45A62520330C7697)), L_123, L_126, /*hidden argument*/NULL); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_128 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_128, L_127, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_128, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_finish_m1343C1E65AE31CBDE4387288A58E456829C6DD74_RuntimeMethod_var))); } IL_034f: { // Extensions.VariableSizedBufferPool.Release(trailer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_129 = V_5; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_129, /*hidden argument*/NULL); // } return; } IL_0357: { // throw new ZlibException("Reading with compression is not supported."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_130 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_130, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10D38DC34936AF6C5FB05636D856173414F0E6F5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_130, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_finish_m1343C1E65AE31CBDE4387288A58E456829C6DD74_RuntimeMethod_var))); } IL_0362: { // } return; } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::end() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_end_m3CE568ADCC01B8D93F176AE6F75EA4A90F9C7A1E (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (z == null) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_0; L_0 = ZlibBaseStream_get_z_m80E86CAFF871A4D52FAABFA1FC58343916C1B40B(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // if (_wantCompress) bool L_1; L_1 = ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } { // _z.EndDeflate(); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_2 = __this->get__z_5(); NullCheck(L_2); int32_t L_3; L_3 = ZlibCodec_EndDeflate_m6378F93119775548D66E1A3056E58A5ED58D360F(L_2, /*hidden argument*/NULL); // } goto IL_002b; } IL_001f: { // _z.EndInflate(); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_4 = __this->get__z_5(); NullCheck(L_4); int32_t L_5; L_5 = ZlibCodec_EndInflate_m601833E20175D4DCD95C4A0479F6D9A50F90E040(L_4, /*hidden argument*/NULL); } IL_002b: { // _z = null; __this->set__z_5((ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 *)NULL); // Extensions.VariableSizedBufferPool.Release(_workingBuffer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get__workingBuffer_12(); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_6, /*hidden argument*/NULL); // _workingBuffer = null; __this->set__workingBuffer_12((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); // } return; } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_Close_m770D79B96D19BD286F21CC8252581F2F1A2D2EF7 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (_stream == null) return; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__stream_16(); if (L_0) { goto IL_0009; } } { // if (_stream == null) return; return; } IL_0009: { } IL_000a: try {// begin try (depth: 1) // finish(); ZlibBaseStream_finish_m1343C1E65AE31CBDE4387288A58E456829C6DD74(__this, /*hidden argument*/NULL); // } IL2CPP_LEAVE(0x33, FINALLY_0012); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0012; } FINALLY_0012: {// begin finally (depth: 1) { // end(); ZlibBaseStream_end_m3CE568ADCC01B8D93F176AE6F75EA4A90F9C7A1E(__this, /*hidden argument*/NULL); // if (!_leaveOpen) _stream.Dispose(); bool L_1 = __this->get__leaveOpen_11(); if (L_1) { goto IL_002b; } } IL_0020: { // if (!_leaveOpen) _stream.Dispose(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = __this->get__stream_16(); NullCheck(L_2); Stream_Dispose_m117324084DDAD414761AD29FB17A419840BA6EA0(L_2, /*hidden argument*/NULL); } IL_002b: { // _stream = null; __this->set__stream_16((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); // } IL2CPP_END_FINALLY(18) } }// end finally (depth: 1) IL2CPP_CLEANUP(18) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x33, IL_0033) } IL_0033: { // } return; } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_Flush_m681CB4C0C7EA34E91A68402C1237468B5515C515 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { { // _stream.Flush(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__stream_16(); NullCheck(L_0); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_0); // } return; } } // System.Int64 BestHTTP.Decompression.Zlib.ZlibBaseStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZlibBaseStream_Seek_mD424F8C7BFB23F430992226758B6F18D80F9DB8A (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { // throw new NotImplementedException(); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_Seek_mD424F8C7BFB23F430992226758B6F18D80F9DB8A_RuntimeMethod_var))); } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_SetLength_m31C503535F526A059544F6A2D07AAD765917A6C1 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, int64_t ___value0, const RuntimeMethod* method) { { // _stream.SetLength(value); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__stream_16(); int64_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< int64_t >::Invoke(29 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_0, L_1); // nomoreinput = false; __this->set_nomoreinput_23((bool)0); // } return; } } // System.String BestHTTP.Decompression.Zlib.ZlibBaseStream::ReadZeroTerminatedString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZlibBaseStream_ReadZeroTerminatedString_m81D6F3104A32EC17B9F9798196CF68625E7E4DC7 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * V_0 = NULL; bool V_1 = false; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { // var list = new System.Collections.Generic.List(); List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * L_0 = (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF *)il2cpp_codegen_object_new(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_il2cpp_TypeInfo_var); List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778(L_0, /*hidden argument*/List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_RuntimeMethod_var); V_0 = L_0; // bool done = false; V_1 = (bool)0; } IL_0008: { // int n = _stream.Read(_buf1, 0, 1); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get__stream_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get__buf1_15(); NullCheck(L_1); int32_t L_3; L_3 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, 0, 1); // if (n != 1) if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0029; } } { // throw new ZlibException("Unexpected EOF reading GZIP header."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_4 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3233DCBABA7FC4545C644475BBE0516447D29DBD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_ReadZeroTerminatedString_m81D6F3104A32EC17B9F9798196CF68625E7E4DC7_RuntimeMethod_var))); } IL_0029: { // if (_buf1[0] == 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get__buf1_15(); NullCheck(L_5); int32_t L_6 = 0; uint8_t L_7 = (L_5)->GetAt(static_cast(L_6)); if (L_7) { goto IL_0037; } } { // done = true; V_1 = (bool)1; goto IL_0045; } IL_0037: { // list.Add(_buf1[0]); List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * L_8 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get__buf1_15(); NullCheck(L_9); int32_t L_10 = 0; uint8_t L_11 = (L_9)->GetAt(static_cast(L_10)); NullCheck(L_8); List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D(L_8, L_11, /*hidden argument*/List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_RuntimeMethod_var); } IL_0045: { // } while (!done); bool L_12 = V_1; if (!L_12) { goto IL_0008; } } { // byte[] a = list.ToArray(); List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * L_13 = V_0; NullCheck(L_13); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB(L_13, /*hidden argument*/List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_RuntimeMethod_var); V_2 = L_14; // return GZipStream.iso8859dash1.GetString(a, 0, a.Length); IL2CPP_RUNTIME_CLASS_INIT(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_il2cpp_TypeInfo_var); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_15 = ((GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_StaticFields*)il2cpp_codegen_static_fields_for(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_il2cpp_TypeInfo_var))->get_iso8859dash1_14(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; NullCheck(L_17); NullCheck(L_15); String_t* L_18; L_18 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_15, L_16, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))); return L_18; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::_ReadAndValidateGzipHeader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibBaseStream__ReadAndValidateGzipHeader_mEBA15F539330E3F5509B82D5CC3A9DD9DF9CE229 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_4; memset((&V_4), 0, sizeof(V_4)); int16_t V_5 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; { // int totalBytesRead = 0; V_0 = 0; // byte[] header = Extensions.VariableSizedBufferPool.Get(10, true); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)((int32_t)10))), (bool)1, /*hidden argument*/NULL); V_1 = L_0; // int n = _stream.Read(header, 0, 10); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get__stream_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_1; NullCheck(L_1); int32_t L_3; L_3 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, 0, ((int32_t)10)); V_2 = L_3; // if (n == 0) int32_t L_4 = V_2; if (L_4) { goto IL_0027; } } { // Extensions.VariableSizedBufferPool.Release(header); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_5, /*hidden argument*/NULL); // return 0; return 0; } IL_0027: { // if (n != 10) int32_t L_6 = V_2; if ((((int32_t)L_6) == ((int32_t)((int32_t)10)))) { goto IL_003d; } } { // Extensions.VariableSizedBufferPool.Release(header); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var))); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_7, /*hidden argument*/NULL); // throw new ZlibException("Not a valid GZIP stream."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_8 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral14D85C5F7C475603476AF01830C5A5FDF517ACB9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream__ReadAndValidateGzipHeader_mEBA15F539330E3F5509B82D5CC3A9DD9DF9CE229_RuntimeMethod_var))); } IL_003d: { // if (header[0] != 0x1F || header[1] != 0x8B || header[2] != 8) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; NullCheck(L_9); int32_t L_10 = 0; uint8_t L_11 = (L_9)->GetAt(static_cast(L_10)); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)31))))) { goto IL_0054; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; NullCheck(L_12); int32_t L_13 = 1; uint8_t L_14 = (L_12)->GetAt(static_cast(L_13)); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)139))))) { goto IL_0054; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; NullCheck(L_15); int32_t L_16 = 2; uint8_t L_17 = (L_15)->GetAt(static_cast(L_16)); if ((((int32_t)L_17) == ((int32_t)8))) { goto IL_0065; } } IL_0054: { // Extensions.VariableSizedBufferPool.Release(header); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var))); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_18, /*hidden argument*/NULL); // throw new ZlibException("Bad GZIP header."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_19 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB2B8359BD91EB1DF5DC1B2DE300F3D1DC2B414E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream__ReadAndValidateGzipHeader_mEBA15F539330E3F5509B82D5CC3A9DD9DF9CE229_RuntimeMethod_var))); } IL_0065: { // Int32 timet = BitConverter.ToInt32(header, 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); int32_t L_21; L_21 = BitConverter_ToInt32_m09562D0C66673FA4883600754E82F22CAFED8892(L_20, 4, /*hidden argument*/NULL); V_3 = L_21; // _GzipMtime = GZipStream._unixEpoch.AddSeconds(timet); IL2CPP_RUNTIME_CLASS_INIT(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22 = ((GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_StaticFields*)il2cpp_codegen_static_fields_for(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_il2cpp_TypeInfo_var))->get__unixEpoch_13(); V_4 = L_22; int32_t L_23 = V_3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_24; L_24 = DateTime_AddSeconds_mCA0940A7E7C3ED40A86532349B7D4CB3A0F0DEAF((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), ((double)((double)L_23)), /*hidden argument*/NULL); __this->set__GzipMtime_21(L_24); // totalBytesRead += n; int32_t L_25 = V_0; int32_t L_26 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); // if ((header[3] & 0x04) == 0x04) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_1; NullCheck(L_27); int32_t L_28 = 3; uint8_t L_29 = (L_27)->GetAt(static_cast(L_28)); if ((!(((uint32_t)((int32_t)((int32_t)L_29&(int32_t)4))) == ((uint32_t)4)))) { goto IL_00ef; } } { // n = _stream.Read(header, 0, 2); // 2-byte length field Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_30 = __this->get__stream_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_1; NullCheck(L_30); int32_t L_32; L_32 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_30, L_31, 0, 2); V_2 = L_32; // totalBytesRead += n; int32_t L_33 = V_0; int32_t L_34 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)); // Int16 extraLength = (Int16)(header[0] + header[1] * 256); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_1; NullCheck(L_35); int32_t L_36 = 0; uint8_t L_37 = (L_35)->GetAt(static_cast(L_36)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_1; NullCheck(L_38); int32_t L_39 = 1; uint8_t L_40 = (L_38)->GetAt(static_cast(L_39)); V_5 = ((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_40, (int32_t)((int32_t)256))))))); // byte[] extra = Extensions.VariableSizedBufferPool.Get(extraLength, true); int16_t L_41 = V_5; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42; L_42 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)L_41)), (bool)1, /*hidden argument*/NULL); V_6 = L_42; // n = _stream.Read(extra, 0, extraLength); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_43 = __this->get__stream_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = V_6; int16_t L_45 = V_5; NullCheck(L_43); int32_t L_46; L_46 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_43, L_44, 0, L_45); V_2 = L_46; // if (n != extraLength) int32_t L_47 = V_2; int16_t L_48 = V_5; if ((((int32_t)L_47) == ((int32_t)L_48))) { goto IL_00eb; } } { // Extensions.VariableSizedBufferPool.Release(extra); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = V_6; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var))); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_49, /*hidden argument*/NULL); // Extensions.VariableSizedBufferPool.Release(header); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = V_1; VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_50, /*hidden argument*/NULL); // throw new ZlibException("Unexpected end-of-file reading GZIP header."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_51 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_51, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3D7AFE151D76C21DBC230D2F7D219FAB99ADCF3A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream__ReadAndValidateGzipHeader_mEBA15F539330E3F5509B82D5CC3A9DD9DF9CE229_RuntimeMethod_var))); } IL_00eb: { // totalBytesRead += n; int32_t L_52 = V_0; int32_t L_53 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53)); } IL_00ef: { // if ((header[3] & 0x08) == 0x08) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = V_1; NullCheck(L_54); int32_t L_55 = 3; uint8_t L_56 = (L_54)->GetAt(static_cast(L_55)); if ((!(((uint32_t)((int32_t)((int32_t)L_56&(int32_t)8))) == ((uint32_t)8)))) { goto IL_0103; } } { // _GzipFileName = ReadZeroTerminatedString(); String_t* L_57; L_57 = ZlibBaseStream_ReadZeroTerminatedString_m81D6F3104A32EC17B9F9798196CF68625E7E4DC7(__this, /*hidden argument*/NULL); __this->set__GzipFileName_19(L_57); } IL_0103: { // if ((header[3] & 0x10) == 0x010) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = V_1; NullCheck(L_58); int32_t L_59 = 3; uint8_t L_60 = (L_58)->GetAt(static_cast(L_59)); if ((!(((uint32_t)((int32_t)((int32_t)L_60&(int32_t)((int32_t)16)))) == ((uint32_t)((int32_t)16))))) { goto IL_0119; } } { // _GzipComment = ReadZeroTerminatedString(); String_t* L_61; L_61 = ZlibBaseStream_ReadZeroTerminatedString_m81D6F3104A32EC17B9F9798196CF68625E7E4DC7(__this, /*hidden argument*/NULL); __this->set__GzipComment_20(L_61); } IL_0119: { // if ((header[3] & 0x02) == 0x02) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = V_1; NullCheck(L_62); int32_t L_63 = 3; uint8_t L_64 = (L_62)->GetAt(static_cast(L_63)); if ((!(((uint32_t)((int32_t)((int32_t)L_64&(int32_t)2))) == ((uint32_t)2)))) { goto IL_0130; } } { // Read(_buf1, 0, 1); // CRC16, ignore ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = __this->get__buf1_15(); int32_t L_66; L_66 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, __this, L_65, 0, 1); } IL_0130: { // Extensions.VariableSizedBufferPool.Release(header); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = V_1; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_67, /*hidden argument*/NULL); // return totalBytesRead; int32_t L_68 = V_0; return L_68; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibBaseStream_Read_mA7DAFFE039DA9B594BA9984BCEAA974B218A4908 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B29_0 = 0; String_t* G_B36_0 = NULL; String_t* G_B35_0 = NULL; String_t* G_B37_0 = NULL; String_t* G_B37_1 = NULL; { // if (_streamMode == StreamMode.Undefined) int32_t L_0 = __this->get__streamMode_6(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0057; } } { // if (!this._stream.CanRead) throw new ZlibException("The stream is not readable."); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get__stream_16(); NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_1); if (L_2) { goto IL_0021; } } { // if (!this._stream.CanRead) throw new ZlibException("The stream is not readable."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_3 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC62B0C3C63415051741BF2BBE989F54545097E70)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_Read_mA7DAFFE039DA9B594BA9984BCEAA974B218A4908_RuntimeMethod_var))); } IL_0021: { // _streamMode = StreamMode.Reader; __this->set__streamMode_6(1); // z.AvailableBytesIn = 0; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_4; L_4 = ZlibBaseStream_get_z_m80E86CAFF871A4D52FAABFA1FC58343916C1B40B(__this, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_AvailableBytesIn_2(0); // if (_flavor == ZlibStreamFlavor.GZIP) int32_t L_5 = __this->get__flavor_8(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)1952))))) { goto IL_0057; } } { // _gzipHeaderByteCount = _ReadAndValidateGzipHeader(); int32_t L_6; L_6 = ZlibBaseStream__ReadAndValidateGzipHeader_mEBA15F539330E3F5509B82D5CC3A9DD9DF9CE229(__this, /*hidden argument*/NULL); __this->set__gzipHeaderByteCount_22(L_6); // if (_gzipHeaderByteCount == 0) int32_t L_7 = __this->get__gzipHeaderByteCount_22(); if (L_7) { goto IL_0057; } } { // return 0; return 0; } IL_0057: { // if (_streamMode != StreamMode.Reader) int32_t L_8 = __this->get__streamMode_6(); if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_006b; } } { // throw new ZlibException("Cannot Read after Writing."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_9 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA7908ABB3E478F6388EB5FB76212E4B3E81900AD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_Read_mA7DAFFE039DA9B594BA9984BCEAA974B218A4908_RuntimeMethod_var))); } IL_006b: { // if (count == 0) return 0; int32_t L_10 = ___count2; if (L_10) { goto IL_0070; } } { // if (count == 0) return 0; return 0; } IL_0070: { // if (nomoreinput && _wantCompress) return 0; // workitem 8557 bool L_11 = __this->get_nomoreinput_23(); if (!L_11) { goto IL_0082; } } { bool L_12; L_12 = ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F(__this, /*hidden argument*/NULL); if (!L_12) { goto IL_0082; } } { // if (nomoreinput && _wantCompress) return 0; // workitem 8557 return 0; } IL_0082: { // if (buffer == null) throw new ArgumentNullException("buffer"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___buffer0; if (L_13) { goto IL_0090; } } { // if (buffer == null) throw new ArgumentNullException("buffer"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_14 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_Read_mA7DAFFE039DA9B594BA9984BCEAA974B218A4908_RuntimeMethod_var))); } IL_0090: { // if (count < 0) throw new ArgumentOutOfRangeException("count"); int32_t L_15 = ___count2; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_009f; } } { // if (count < 0) throw new ArgumentOutOfRangeException("count"); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_16 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_Read_mA7DAFFE039DA9B594BA9984BCEAA974B218A4908_RuntimeMethod_var))); } IL_009f: { // if (offset < buffer.GetLowerBound(0)) throw new ArgumentOutOfRangeException("offset"); int32_t L_17 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___buffer0; NullCheck((RuntimeArray *)(RuntimeArray *)L_18); int32_t L_19; L_19 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)(RuntimeArray *)L_18, 0, /*hidden argument*/NULL); if ((((int32_t)L_17) >= ((int32_t)L_19))) { goto IL_00b4; } } { // if (offset < buffer.GetLowerBound(0)) throw new ArgumentOutOfRangeException("offset"); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_20 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_Read_mA7DAFFE039DA9B594BA9984BCEAA974B218A4908_RuntimeMethod_var))); } IL_00b4: { // if ((offset + count) > buffer.GetLength(0)) throw new ArgumentOutOfRangeException("count"); int32_t L_21 = ___offset1; int32_t L_22 = ___count2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = ___buffer0; NullCheck((RuntimeArray *)(RuntimeArray *)L_23); int32_t L_24; L_24 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB((RuntimeArray *)(RuntimeArray *)L_23, 0, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22))) <= ((int32_t)L_24))) { goto IL_00cb; } } { // if ((offset + count) > buffer.GetLength(0)) throw new ArgumentOutOfRangeException("count"); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_25 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_Read_mA7DAFFE039DA9B594BA9984BCEAA974B218A4908_RuntimeMethod_var))); } IL_00cb: { // int rc = 0; V_0 = 0; // _z.OutputBuffer = buffer; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_26 = __this->get__z_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = ___buffer0; NullCheck(L_26); L_26->set_OutputBuffer_4(L_27); // _z.NextOut = offset; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_28 = __this->get__z_5(); int32_t L_29 = ___offset1; NullCheck(L_28); L_28->set_NextOut_5(L_29); // _z.AvailableBytesOut = count; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_30 = __this->get__z_5(); int32_t L_31 = ___count2; NullCheck(L_30); L_30->set_AvailableBytesOut_6(L_31); // _z.InputBuffer = workingBuffer; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_32 = __this->get__z_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33; L_33 = ZlibBaseStream_get_workingBuffer_mEB461E79F3F86980D45C5B601FA7BC1B784D7BFC(__this, /*hidden argument*/NULL); NullCheck(L_32); L_32->set_InputBuffer_0(L_33); } IL_0102: { // if ((_z.AvailableBytesIn == 0) && (!nomoreinput)) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_34 = __this->get__z_5(); NullCheck(L_34); int32_t L_35 = L_34->get_AvailableBytesIn_2(); if (L_35) { goto IL_015c; } } { bool L_36 = __this->get_nomoreinput_23(); if (L_36) { goto IL_015c; } } { // _z.NextIn = 0; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_37 = __this->get__z_5(); NullCheck(L_37); L_37->set_NextIn_1(0); // _z.AvailableBytesIn = _stream.Read(_workingBuffer, 0, _workingBuffer.Length); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_38 = __this->get__z_5(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_39 = __this->get__stream_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = __this->get__workingBuffer_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = __this->get__workingBuffer_12(); NullCheck(L_41); NullCheck(L_39); int32_t L_42; L_42 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_39, L_40, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))); NullCheck(L_38); L_38->set_AvailableBytesIn_2(L_42); // if (_z.AvailableBytesIn == 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_43 = __this->get__z_5(); NullCheck(L_43); int32_t L_44 = L_43->get_AvailableBytesIn_2(); if (L_44) { goto IL_015c; } } { // nomoreinput = true; __this->set_nomoreinput_23((bool)1); } IL_015c: { // rc = (_wantCompress) // ? _z.Deflate(_flushMode) // : _z.Inflate(_flushMode); bool L_45; L_45 = ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F(__this, /*hidden argument*/NULL); if (L_45) { goto IL_0177; } } { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_46 = __this->get__z_5(); int32_t L_47 = __this->get__flushMode_7(); NullCheck(L_46); int32_t L_48; L_48 = ZlibCodec_Inflate_m7D2AEBD3D0A289BA81C9B190D83A27A648E6DA4E(L_46, L_47, /*hidden argument*/NULL); G_B29_0 = L_48; goto IL_0188; } IL_0177: { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_49 = __this->get__z_5(); int32_t L_50 = __this->get__flushMode_7(); NullCheck(L_49); int32_t L_51; L_51 = ZlibCodec_Deflate_m83A2BBE500150CF4A5BA8DCDB07D3595BA3F3492(L_49, L_50, /*hidden argument*/NULL); G_B29_0 = L_51; } IL_0188: { V_0 = G_B29_0; // if (nomoreinput && (rc == ZlibConstants.Z_BUF_ERROR)) bool L_52 = __this->get_nomoreinput_23(); if (!L_52) { goto IL_0198; } } { int32_t L_53 = V_0; if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)-5))))) { goto IL_0198; } } { // return 0; return 0; } IL_0198: { // if (rc != ZlibConstants.Z_OK && rc != ZlibConstants.Z_STREAM_END) int32_t L_54 = V_0; if (!L_54) { goto IL_01d4; } } { int32_t L_55 = V_0; if ((((int32_t)L_55) == ((int32_t)1))) { goto IL_01d4; } } { // throw new ZlibException(String.Format("{0}flating: rc={1} msg={2}", (_wantCompress ? "de" : "in"), rc, _z.Message)); bool L_56; L_56 = ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F(__this, /*hidden argument*/NULL); G_B35_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD82DD7A67123B96565FAC38717BA5FA359AB739E)); if (L_56) { G_B36_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD82DD7A67123B96565FAC38717BA5FA359AB739E)); goto IL_01b3; } } { G_B37_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC1E0482ABDB4530F47C01C2A81FB06ED6E98A110)); G_B37_1 = G_B35_0; goto IL_01b8; } IL_01b3: { G_B37_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC4A06A0DE599F745DBDD44A6FDE6212859D3A5F)); G_B37_1 = G_B36_0; } IL_01b8: { int32_t L_57 = V_0; int32_t L_58 = L_57; RuntimeObject * L_59 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_58); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_60 = __this->get__z_5(); NullCheck(L_60); String_t* L_61 = L_60->get_Message_8(); String_t* L_62; L_62 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(G_B37_1, G_B37_0, L_59, L_61, /*hidden argument*/NULL); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_63 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_63, L_62, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_Read_mA7DAFFE039DA9B594BA9984BCEAA974B218A4908_RuntimeMethod_var))); } IL_01d4: { // if ((nomoreinput || rc == ZlibConstants.Z_STREAM_END) && (_z.AvailableBytesOut == count)) bool L_64 = __this->get_nomoreinput_23(); if (L_64) { goto IL_01e0; } } { int32_t L_65 = V_0; if ((!(((uint32_t)L_65) == ((uint32_t)1)))) { goto IL_01ee; } } IL_01e0: { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_66 = __this->get__z_5(); NullCheck(L_66); int32_t L_67 = L_66->get_AvailableBytesOut_6(); int32_t L_68 = ___count2; if ((((int32_t)L_67) == ((int32_t)L_68))) { goto IL_020a; } } IL_01ee: { // while (_z.AvailableBytesOut > 0 && !nomoreinput && rc == ZlibConstants.Z_OK); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_69 = __this->get__z_5(); NullCheck(L_69); int32_t L_70 = L_69->get_AvailableBytesOut_6(); if ((((int32_t)L_70) <= ((int32_t)0))) { goto IL_020a; } } { bool L_71 = __this->get_nomoreinput_23(); if (L_71) { goto IL_020a; } } { int32_t L_72 = V_0; if (!L_72) { goto IL_0102; } } IL_020a: { // if (_z.AvailableBytesOut > 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_73 = __this->get__z_5(); NullCheck(L_73); int32_t L_74 = L_73->get_AvailableBytesOut_6(); if ((((int32_t)L_74) <= ((int32_t)0))) { goto IL_026c; } } { // if (rc == ZlibConstants.Z_OK && _z.AvailableBytesIn == 0) int32_t L_75 = V_0; if (L_75) { goto IL_0227; } } { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_76 = __this->get__z_5(); NullCheck(L_76); int32_t L_77 = L_76->get_AvailableBytesIn_2(); } IL_0227: { // if (nomoreinput) bool L_78 = __this->get_nomoreinput_23(); if (!L_78) { goto IL_026c; } } { // if (_wantCompress) bool L_79; L_79 = ZlibBaseStream_get__wantCompress_m3BC06485D93DC0DA5A994C5F1DC79B25CDB7FA8F(__this, /*hidden argument*/NULL); if (!L_79) { goto IL_026c; } } { // rc = _z.Deflate(FlushType.Finish); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_80 = __this->get__z_5(); NullCheck(L_80); int32_t L_81; L_81 = ZlibCodec_Deflate_m83A2BBE500150CF4A5BA8DCDB07D3595BA3F3492(L_80, 4, /*hidden argument*/NULL); V_0 = L_81; // if (rc != ZlibConstants.Z_OK && rc != ZlibConstants.Z_STREAM_END) int32_t L_82 = V_0; if (!L_82) { goto IL_026c; } } { int32_t L_83 = V_0; if ((((int32_t)L_83) == ((int32_t)1))) { goto IL_026c; } } { // throw new ZlibException(String.Format("Deflating: rc={0} msg={1}", rc, _z.Message)); int32_t L_84 = V_0; int32_t L_85 = L_84; RuntimeObject * L_86 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_85); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_87 = __this->get__z_5(); NullCheck(L_87); String_t* L_88 = L_87->get_Message_8(); String_t* L_89; L_89 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC362660DF8B25C6834DE818F1371D30BE73D4BAF)), L_86, L_88, /*hidden argument*/NULL); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_90 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_90, L_89, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_90, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_Read_mA7DAFFE039DA9B594BA9984BCEAA974B218A4908_RuntimeMethod_var))); } IL_026c: { // rc = (count - _z.AvailableBytesOut); int32_t L_91 = ___count2; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_92 = __this->get__z_5(); NullCheck(L_92); int32_t L_93 = L_92->get_AvailableBytesOut_6(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)L_93)); // if (crc != null) CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * L_94 = __this->get_crc_18(); if (!L_94) { goto IL_0290; } } { // crc.SlurpBlock(buffer, offset, rc); CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * L_95 = __this->get_crc_18(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_96 = ___buffer0; int32_t L_97 = ___offset1; int32_t L_98 = V_0; NullCheck(L_95); CRC32_SlurpBlock_mEDE8BF551CFC1EC225ED91B654A7F6800F82E7C0(L_95, L_96, L_97, L_98, /*hidden argument*/NULL); } IL_0290: { // return rc; int32_t L_99 = V_0; return L_99; } } // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZlibBaseStream_get_CanRead_mB6585D39BBFED5877CD732A30373B3D890B979A5 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { { // get { return this._stream.CanRead; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__stream_16(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_0); return L_1; } } // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZlibBaseStream_get_CanSeek_mE71526D42D8A7384C05C1875C84F23BD505A3527 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { { // get { return this._stream.CanSeek; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__stream_16(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); return L_1; } } // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZlibBaseStream_get_CanWrite_mC2A13DD242501022C24080BF21927CF6165E4409 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { { // get { return this._stream.CanWrite; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__stream_16(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_0); return L_1; } } // System.Int64 BestHTTP.Decompression.Zlib.ZlibBaseStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZlibBaseStream_get_Length_m8DA763414F3AE3BC7D09E295FDC18268ADE258A1 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { { // get { return _stream.Length; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__stream_16(); NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 BestHTTP.Decompression.Zlib.ZlibBaseStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZlibBaseStream_get_Position_m9FF21089AA4030FFF07C2A14B02BD7855DC4B6B4 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, const RuntimeMethod* method) { { // get { throw new NotImplementedException(); } NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_get_Position_m9FF21089AA4030FFF07C2A14B02BD7855DC4B6B4_RuntimeMethod_var))); } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_set_Position_mDC559435327CD067600D38877D987D3AED9D30CF (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { throw new NotImplementedException(); } NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibBaseStream_set_Position_mDC559435327CD067600D38877D987D3AED9D30CF_RuntimeMethod_var))); } } #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 BestHTTP.Decompression.Zlib.ZlibCodec::get_Adler32() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_get_Adler32_m0ADDA21562F3FFD4C77E1B9C9A14BA130C6DC94E (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method) { { // public int Adler32 { get { return (int)_Adler32; } } uint32_t L_0 = __this->get__Adler32_11(); return L_0; } } // System.Void BestHTTP.Decompression.Zlib.ZlibCodec::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibCodec__ctor_mF3CA6C45B1C16EB8FB06A53F1AD8A0A627684C3C (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method) { { // public CompressionLevel CompressLevel = CompressionLevel.Default; __this->set_CompressLevel_12(6); // public int WindowBits = ZlibConstants.WindowBitsDefault; __this->set_WindowBits_13(((int32_t)15)); // public ZlibCodec() { } Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // public ZlibCodec() { } return; } } // System.Void BestHTTP.Decompression.Zlib.ZlibCodec::.ctor(BestHTTP.Decompression.Zlib.CompressionMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibCodec__ctor_mCEDD345A48EFB710C4A231F415A5183EA71B5C8F (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___mode0, const RuntimeMethod* method) { { // public CompressionLevel CompressLevel = CompressionLevel.Default; __this->set_CompressLevel_12(6); // public int WindowBits = ZlibConstants.WindowBitsDefault; __this->set_WindowBits_13(((int32_t)15)); // public ZlibCodec(CompressionMode mode) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (mode == CompressionMode.Compress) int32_t L_0 = ___mode0; if (L_0) { goto IL_002b; } } { // int rc = InitializeDeflate(); int32_t L_1; L_1 = ZlibCodec_InitializeDeflate_m586F5D99B693369B17A8A5F4A6AE2E5F33ACB139(__this, /*hidden argument*/NULL); // if (rc != ZlibConstants.Z_OK) throw new ZlibException("Cannot initialize for deflate."); if (!L_1) { goto IL_004d; } } { // if (rc != ZlibConstants.Z_OK) throw new ZlibException("Cannot initialize for deflate."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_2 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral11220FB36F3572638BE52ECAC48D2D2FEFDCC24E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibCodec__ctor_mCEDD345A48EFB710C4A231F415A5183EA71B5C8F_RuntimeMethod_var))); } IL_002b: { // else if (mode == CompressionMode.Decompress) int32_t L_3 = ___mode0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0042; } } { // int rc = InitializeInflate(); int32_t L_4; L_4 = ZlibCodec_InitializeInflate_m4EE32AF6E106699413A111A6409BBE95BD12327A(__this, /*hidden argument*/NULL); // if (rc != ZlibConstants.Z_OK) throw new ZlibException("Cannot initialize for inflate."); if (!L_4) { goto IL_004d; } } { // if (rc != ZlibConstants.Z_OK) throw new ZlibException("Cannot initialize for inflate."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_5 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFD05F65935228424A37C063FA2EA601FC227D69A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibCodec__ctor_mCEDD345A48EFB710C4A231F415A5183EA71B5C8F_RuntimeMethod_var))); } IL_0042: { // else throw new ZlibException("Invalid ZlibStreamFlavor."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_6 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral72D8EBEB6FFCC1EF2435586ABCD7FAEE5A00634B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibCodec__ctor_mCEDD345A48EFB710C4A231F415A5183EA71B5C8F_RuntimeMethod_var))); } IL_004d: { // } return; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeInflate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeInflate_m4EE32AF6E106699413A111A6409BBE95BD12327A (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method) { { // return InitializeInflate(this.WindowBits); int32_t L_0 = __this->get_WindowBits_13(); int32_t L_1; L_1 = ZlibCodec_InitializeInflate_m49B7B4149B7D3E8FA81714F6E7A63C7A5332E017(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeInflate(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeInflate_mF68FFBA4889DF3C2B69FEF3BD656D178C53CA40E (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, bool ___expectRfc1950Header0, const RuntimeMethod* method) { { // return InitializeInflate(this.WindowBits, expectRfc1950Header); int32_t L_0 = __this->get_WindowBits_13(); bool L_1 = ___expectRfc1950Header0; int32_t L_2; L_2 = ZlibCodec_InitializeInflate_m63C03D14CF127BE253C8B14A0F0F61DB19641243(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeInflate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeInflate_m49B7B4149B7D3E8FA81714F6E7A63C7A5332E017 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___windowBits0, const RuntimeMethod* method) { { // this.WindowBits = windowBits; int32_t L_0 = ___windowBits0; __this->set_WindowBits_13(L_0); // return InitializeInflate(windowBits, true); int32_t L_1 = ___windowBits0; int32_t L_2; L_2 = ZlibCodec_InitializeInflate_m63C03D14CF127BE253C8B14A0F0F61DB19641243(__this, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeInflate(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeInflate_m63C03D14CF127BE253C8B14A0F0F61DB19641243 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___windowBits0, bool ___expectRfc1950Header1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.WindowBits = windowBits; int32_t L_0 = ___windowBits0; __this->set_WindowBits_13(L_0); // if (dstate != null) throw new ZlibException("You may not call InitializeInflate() after calling InitializeDeflate()."); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_1 = __this->get_dstate_9(); if (!L_1) { goto IL_001a; } } { // if (dstate != null) throw new ZlibException("You may not call InitializeInflate() after calling InitializeDeflate()."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_2 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0FE5434C6E938CF30A74BC53A565C36727AA6E9E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibCodec_InitializeInflate_m63C03D14CF127BE253C8B14A0F0F61DB19641243_RuntimeMethod_var))); } IL_001a: { // istate = new InflateManager(expectRfc1950Header); bool L_3 = ___expectRfc1950Header1; InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * L_4 = (InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 *)il2cpp_codegen_object_new(InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9_il2cpp_TypeInfo_var); InflateManager__ctor_m3BB450D2907F979DD0E6A1A6A5EFF1EBA00AE3C4(L_4, L_3, /*hidden argument*/NULL); __this->set_istate_10(L_4); // return istate.Initialize(this, windowBits); InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * L_5 = __this->get_istate_10(); int32_t L_6 = ___windowBits0; NullCheck(L_5); int32_t L_7; L_7 = InflateManager_Initialize_m503ADAE8B1D2BB48BED3616436899D6D7FB7EF18(L_5, __this, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::Inflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_Inflate_m7D2AEBD3D0A289BA81C9B190D83A27A648E6DA4E (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___flush0, const RuntimeMethod* method) { { // if (istate == null) InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * L_0 = __this->get_istate_10(); if (L_0) { goto IL_0013; } } { // throw new ZlibException("No Inflate State!"); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_1 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF0FA167A2B553EA3A482772133E47AA3C132FFA2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibCodec_Inflate_m7D2AEBD3D0A289BA81C9B190D83A27A648E6DA4E_RuntimeMethod_var))); } IL_0013: { // return istate.Inflate(flush); InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * L_2 = __this->get_istate_10(); int32_t L_3 = ___flush0; NullCheck(L_2); int32_t L_4; L_4 = InflateManager_Inflate_mCD00CB73455E6FF61F2A30951F5582841A480E92(L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::EndInflate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_EndInflate_m601833E20175D4DCD95C4A0479F6D9A50F90E040 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method) { { // if (istate == null) InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * L_0 = __this->get_istate_10(); if (L_0) { goto IL_0013; } } { // throw new ZlibException("No Inflate State!"); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_1 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF0FA167A2B553EA3A482772133E47AA3C132FFA2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibCodec_EndInflate_m601833E20175D4DCD95C4A0479F6D9A50F90E040_RuntimeMethod_var))); } IL_0013: { // int ret = istate.End(); InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * L_2 = __this->get_istate_10(); NullCheck(L_2); int32_t L_3; L_3 = InflateManager_End_mC6FEDDE0320730D0593F5D16395E0FE412F8F989(L_2, /*hidden argument*/NULL); // istate = null; __this->set_istate_10((InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 *)NULL); // return ret; return L_3; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::SyncInflate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_SyncInflate_m26521DBA907F73D67E3DEFBDBB434B45A657C41F (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method) { { // if (istate == null) InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * L_0 = __this->get_istate_10(); if (L_0) { goto IL_0013; } } { // throw new ZlibException("No Inflate State!"); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_1 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF0FA167A2B553EA3A482772133E47AA3C132FFA2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibCodec_SyncInflate_m26521DBA907F73D67E3DEFBDBB434B45A657C41F_RuntimeMethod_var))); } IL_0013: { // return istate.Sync(); InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * L_2 = __this->get_istate_10(); NullCheck(L_2); int32_t L_3; L_3 = InflateManager_Sync_m40E62E208F170BCF1DF130E09A08D371EA937150(L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeDeflate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeDeflate_m586F5D99B693369B17A8A5F4A6AE2E5F33ACB139 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method) { { // return _InternalInitializeDeflate(true); int32_t L_0; L_0 = ZlibCodec__InternalInitializeDeflate_mB6174D1FD38FA473C37A95526CD46CFFE97E55EE(__this, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeDeflate(BestHTTP.Decompression.Zlib.CompressionLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeDeflate_m9BCBB96FCCE5D9EAEA925B48EEA790270C62358F (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___level0, const RuntimeMethod* method) { { // this.CompressLevel = level; int32_t L_0 = ___level0; __this->set_CompressLevel_12(L_0); // return _InternalInitializeDeflate(true); int32_t L_1; L_1 = ZlibCodec__InternalInitializeDeflate_mB6174D1FD38FA473C37A95526CD46CFFE97E55EE(__this, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeDeflate(BestHTTP.Decompression.Zlib.CompressionLevel,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeDeflate_m11E908DBF2FD95F82704E17B16FCAA27783097D6 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___level0, bool ___wantRfc1950Header1, const RuntimeMethod* method) { { // this.CompressLevel = level; int32_t L_0 = ___level0; __this->set_CompressLevel_12(L_0); // return _InternalInitializeDeflate(wantRfc1950Header); bool L_1 = ___wantRfc1950Header1; int32_t L_2; L_2 = ZlibCodec__InternalInitializeDeflate_mB6174D1FD38FA473C37A95526CD46CFFE97E55EE(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeDeflate(BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeDeflate_mC8B1F2C2A5011E08C0269A79AB75D44257104E39 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___level0, int32_t ___bits1, const RuntimeMethod* method) { { // this.CompressLevel = level; int32_t L_0 = ___level0; __this->set_CompressLevel_12(L_0); // this.WindowBits = bits; int32_t L_1 = ___bits1; __this->set_WindowBits_13(L_1); // return _InternalInitializeDeflate(true); int32_t L_2; L_2 = ZlibCodec__InternalInitializeDeflate_mB6174D1FD38FA473C37A95526CD46CFFE97E55EE(__this, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeDeflate(BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeDeflate_m09678E2C9B861494EB9B69567DFD01E7C7EF11DB (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___level0, int32_t ___bits1, bool ___wantRfc1950Header2, const RuntimeMethod* method) { { // this.CompressLevel = level; int32_t L_0 = ___level0; __this->set_CompressLevel_12(L_0); // this.WindowBits = bits; int32_t L_1 = ___bits1; __this->set_WindowBits_13(L_1); // return _InternalInitializeDeflate(wantRfc1950Header); bool L_2 = ___wantRfc1950Header2; int32_t L_3; L_3 = ZlibCodec__InternalInitializeDeflate_mB6174D1FD38FA473C37A95526CD46CFFE97E55EE(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::_InternalInitializeDeflate(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec__InternalInitializeDeflate_mB6174D1FD38FA473C37A95526CD46CFFE97E55EE (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, bool ___wantRfc1950Header0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (istate != null) throw new ZlibException("You may not call InitializeDeflate() after calling InitializeInflate()."); InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * L_0 = __this->get_istate_10(); if (!L_0) { goto IL_0013; } } { // if (istate != null) throw new ZlibException("You may not call InitializeDeflate() after calling InitializeInflate()."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_1 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AE36592E95F2354A6676CC52CF848B11A46DBD9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibCodec__InternalInitializeDeflate_mB6174D1FD38FA473C37A95526CD46CFFE97E55EE_RuntimeMethod_var))); } IL_0013: { // dstate = new DeflateManager(); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_2 = (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 *)il2cpp_codegen_object_new(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); DeflateManager__ctor_m505914C651402C1FF28D149DFA5EEE50012C6B70(L_2, /*hidden argument*/NULL); __this->set_dstate_9(L_2); // dstate.WantRfc1950HeaderBytes = wantRfc1950Header; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_3 = __this->get_dstate_9(); bool L_4 = ___wantRfc1950Header0; NullCheck(L_3); DeflateManager_set_WantRfc1950HeaderBytes_m579BFF4183EC851B851F9CD85047DE132F481880_inline(L_3, L_4, /*hidden argument*/NULL); // return dstate.Initialize(this, this.CompressLevel, this.WindowBits, this.Strategy); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_5 = __this->get_dstate_9(); int32_t L_6 = __this->get_CompressLevel_12(); int32_t L_7 = __this->get_WindowBits_13(); int32_t L_8 = __this->get_Strategy_14(); NullCheck(L_5); int32_t L_9; L_9 = DeflateManager_Initialize_mE7B542FBA21BC011DA76FC05D72A043344EB5FC4(L_5, __this, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::Deflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_Deflate_m83A2BBE500150CF4A5BA8DCDB07D3595BA3F3492 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___flush0, const RuntimeMethod* method) { { // if (dstate == null) DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_0 = __this->get_dstate_9(); if (L_0) { goto IL_0013; } } { // throw new ZlibException("No Deflate State!"); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_1 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral983DAC088DBADBDF2CEE0A7F894D264FCD8D805D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibCodec_Deflate_m83A2BBE500150CF4A5BA8DCDB07D3595BA3F3492_RuntimeMethod_var))); } IL_0013: { // return dstate.Deflate(flush); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_2 = __this->get_dstate_9(); int32_t L_3 = ___flush0; NullCheck(L_2); int32_t L_4; L_4 = DeflateManager_Deflate_m6D3011DB7E7C5B96C47F54BF85B1F729838329DA(L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::EndDeflate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_EndDeflate_m6378F93119775548D66E1A3056E58A5ED58D360F (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method) { { // if (dstate == null) DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_0 = __this->get_dstate_9(); if (L_0) { goto IL_0013; } } { // throw new ZlibException("No Deflate State!"); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_1 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral983DAC088DBADBDF2CEE0A7F894D264FCD8D805D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibCodec_EndDeflate_m6378F93119775548D66E1A3056E58A5ED58D360F_RuntimeMethod_var))); } IL_0013: { // dstate = null; __this->set_dstate_9((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 *)NULL); // return ZlibConstants.Z_OK; //ret; return 0; } } // System.Void BestHTTP.Decompression.Zlib.ZlibCodec::ResetDeflate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibCodec_ResetDeflate_mCEF58606CE6EBCEFED536B4B0D23C5855E11181A (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method) { { // if (dstate == null) DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_0 = __this->get_dstate_9(); if (L_0) { goto IL_0013; } } { // throw new ZlibException("No Deflate State!"); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_1 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral983DAC088DBADBDF2CEE0A7F894D264FCD8D805D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibCodec_ResetDeflate_mCEF58606CE6EBCEFED536B4B0D23C5855E11181A_RuntimeMethod_var))); } IL_0013: { // dstate.Reset(); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_2 = __this->get_dstate_9(); NullCheck(L_2); DeflateManager_Reset_m9161336BA0E87B4C122A7ED78B382965BAAFA93D(L_2, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::SetDeflateParams(BestHTTP.Decompression.Zlib.CompressionLevel,BestHTTP.Decompression.Zlib.CompressionStrategy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_SetDeflateParams_m8F49008381B124FBBE1C237A682D40182455ECE0 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___level0, int32_t ___strategy1, const RuntimeMethod* method) { { // if (dstate == null) DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_0 = __this->get_dstate_9(); if (L_0) { goto IL_0013; } } { // throw new ZlibException("No Deflate State!"); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_1 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral983DAC088DBADBDF2CEE0A7F894D264FCD8D805D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibCodec_SetDeflateParams_m8F49008381B124FBBE1C237A682D40182455ECE0_RuntimeMethod_var))); } IL_0013: { // return dstate.SetParams(level, strategy); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_2 = __this->get_dstate_9(); int32_t L_3 = ___level0; int32_t L_4 = ___strategy1; NullCheck(L_2); int32_t L_5; L_5 = DeflateManager_SetParams_m6FCBB8F9724B32EFFD78A2AA46AC5FA4076B09A6(L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::SetDictionary(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_SetDictionary_mDDFD0CEA8A8BA11A7796D2D884E946343FEE97EF (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dictionary0, const RuntimeMethod* method) { { // if (istate != null) InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * L_0 = __this->get_istate_10(); if (!L_0) { goto IL_0015; } } { // return istate.SetDictionary(dictionary); InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * L_1 = __this->get_istate_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___dictionary0; NullCheck(L_1); int32_t L_3; L_3 = InflateManager_SetDictionary_mE3B2461EFF321F44FC93C5551E050FA90BE8B622(L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_0015: { // if (dstate != null) DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_4 = __this->get_dstate_9(); if (!L_4) { goto IL_002a; } } { // return dstate.SetDictionary(dictionary); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_5 = __this->get_dstate_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___dictionary0; NullCheck(L_5); int32_t L_7; L_7 = DeflateManager_SetDictionary_m65A7F915B2A920D69E01CA418216733C1CED5E9B(L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_002a: { // throw new ZlibException("No Inflate or Deflate state!"); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_8 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D42FA553012F7D01ECBD85D631E382744581C46)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibCodec_SetDictionary_mDDFD0CEA8A8BA11A7796D2D884E946343FEE97EF_RuntimeMethod_var))); } } // System.Void BestHTTP.Decompression.Zlib.ZlibCodec::flush_pending() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibCodec_flush_pending_m00A1C4E7AC58D4575D74EFAC53B3395B0D355296 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // int len = dstate.pendingCount; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_0 = __this->get_dstate_9(); NullCheck(L_0); int32_t L_1 = L_0->get_pendingCount_25(); V_0 = L_1; // if (len > AvailableBytesOut) int32_t L_2 = V_0; int32_t L_3 = __this->get_AvailableBytesOut_6(); if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_001c; } } { // len = AvailableBytesOut; int32_t L_4 = __this->get_AvailableBytesOut_6(); V_0 = L_4; } IL_001c: { // if (len == 0) int32_t L_5 = V_0; if (L_5) { goto IL_0020; } } { // return; return; } IL_0020: { // if (dstate.pending.Length <= dstate.nextPending || // OutputBuffer.Length <= NextOut || // dstate.pending.Length < (dstate.nextPending + len) || // OutputBuffer.Length < (NextOut + len)) DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_6 = __this->get_dstate_9(); NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6->get_pending_23(); NullCheck(L_7); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_8 = __this->get_dstate_9(); NullCheck(L_8); int32_t L_9 = L_8->get_nextPending_24(); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))) <= ((int32_t)L_9))) { goto IL_0078; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_OutputBuffer_4(); NullCheck(L_10); int32_t L_11 = __this->get_NextOut_5(); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))) <= ((int32_t)L_11))) { goto IL_0078; } } { DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_12 = __this->get_dstate_9(); NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = L_12->get_pending_23(); NullCheck(L_13); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_14 = __this->get_dstate_9(); NullCheck(L_14); int32_t L_15 = L_14->get_nextPending_24(); int32_t L_16 = V_0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))))) { goto IL_0078; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_OutputBuffer_4(); NullCheck(L_17); int32_t L_18 = __this->get_NextOut_5(); int32_t L_19 = V_0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19))))) { goto IL_00aa; } } IL_0078: { // throw new ZlibException(String.Format("Invalid State. (pending.Length={0}, pendingCount={1})", // dstate.pending.Length, dstate.pendingCount)); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_20 = __this->get_dstate_9(); NullCheck(L_20); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = L_20->get_pending_23(); NullCheck(L_21); int32_t L_22 = ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))); RuntimeObject * L_23 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_22); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_24 = __this->get_dstate_9(); NullCheck(L_24); int32_t L_25 = L_24->get_pendingCount_25(); int32_t L_26 = L_25; RuntimeObject * L_27 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_26); String_t* L_28; L_28 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral09BE1A5FDF1304B1AF66C7AA9E11F5D68F1A7A53)), L_23, L_27, /*hidden argument*/NULL); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_29 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibCodec_flush_pending_m00A1C4E7AC58D4575D74EFAC53B3395B0D355296_RuntimeMethod_var))); } IL_00aa: { // Array.Copy(dstate.pending, dstate.nextPending, OutputBuffer, NextOut, len); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_30 = __this->get_dstate_9(); NullCheck(L_30); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = L_30->get_pending_23(); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_32 = __this->get_dstate_9(); NullCheck(L_32); int32_t L_33 = L_32->get_nextPending_24(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = __this->get_OutputBuffer_4(); int32_t L_35 = __this->get_NextOut_5(); int32_t L_36 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_31, L_33, (RuntimeArray *)(RuntimeArray *)L_34, L_35, L_36, /*hidden argument*/NULL); // NextOut += len; int32_t L_37 = __this->get_NextOut_5(); int32_t L_38 = V_0; __this->set_NextOut_5(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38))); // dstate.nextPending += len; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_39 = __this->get_dstate_9(); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_40 = L_39; NullCheck(L_40); int32_t L_41 = L_40->get_nextPending_24(); int32_t L_42 = V_0; NullCheck(L_40); L_40->set_nextPending_24(((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42))); // TotalBytesOut += len; int64_t L_43 = __this->get_TotalBytesOut_7(); int32_t L_44 = V_0; __this->set_TotalBytesOut_7(((int64_t)il2cpp_codegen_add((int64_t)L_43, (int64_t)((int64_t)((int64_t)L_44))))); // AvailableBytesOut -= len; int32_t L_45 = __this->get_AvailableBytesOut_6(); int32_t L_46 = V_0; __this->set_AvailableBytesOut_6(((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46))); // dstate.pendingCount -= len; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_47 = __this->get_dstate_9(); DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_48 = L_47; NullCheck(L_48); int32_t L_49 = L_48->get_pendingCount_25(); int32_t L_50 = V_0; NullCheck(L_48); L_48->set_pendingCount_25(((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_50))); // if (dstate.pendingCount == 0) DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_51 = __this->get_dstate_9(); NullCheck(L_51); int32_t L_52 = L_51->get_pendingCount_25(); if (L_52) { goto IL_013c; } } { // dstate.nextPending = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_53 = __this->get_dstate_9(); NullCheck(L_53); L_53->set_nextPending_24(0); } IL_013c: { // } return; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::read_buf(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_read_buf_m083912442C2DBF97A7345E6C7AB336F908C63EB5 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___start1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int len = AvailableBytesIn; int32_t L_0 = __this->get_AvailableBytesIn_2(); V_0 = L_0; // if (len > size) int32_t L_1 = V_0; int32_t L_2 = ___size2; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_000d; } } { // len = size; int32_t L_3 = ___size2; V_0 = L_3; } IL_000d: { // if (len == 0) int32_t L_4 = V_0; if (L_4) { goto IL_0012; } } { // return 0; return 0; } IL_0012: { // AvailableBytesIn -= len; int32_t L_5 = __this->get_AvailableBytesIn_2(); int32_t L_6 = V_0; __this->set_AvailableBytesIn_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6))); // if (dstate.WantRfc1950HeaderBytes) DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * L_7 = __this->get_dstate_9(); NullCheck(L_7); bool L_8; L_8 = DeflateManager_get_WantRfc1950HeaderBytes_m59DA16657389AD0142F0E9A533F20362326B5ACC_inline(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004b; } } { // _Adler32 = Adler.Adler32(_Adler32, InputBuffer, NextIn, len); uint32_t L_9 = __this->get__Adler32_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_InputBuffer_0(); int32_t L_11 = __this->get_NextIn_1(); int32_t L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var); uint32_t L_13; L_13 = Adler_Adler32_m7DA20E3A89C7D70A6493815519024D62CDE4D25D(L_9, L_10, L_11, L_12, /*hidden argument*/NULL); __this->set__Adler32_11(L_13); } IL_004b: { // Array.Copy(InputBuffer, NextIn, buf, start, len); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_InputBuffer_0(); int32_t L_15 = __this->get_NextIn_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___buf0; int32_t L_17 = ___start1; int32_t L_18 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_14, L_15, (RuntimeArray *)(RuntimeArray *)L_16, L_17, L_18, /*hidden argument*/NULL); // NextIn += len; int32_t L_19 = __this->get_NextIn_1(); int32_t L_20 = V_0; __this->set_NextIn_1(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20))); // TotalBytesIn += len; int64_t L_21 = __this->get_TotalBytesIn_3(); int32_t L_22 = V_0; __this->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_21, (int64_t)((int64_t)((int64_t)L_22))))); // return len; int32_t L_23 = V_0; return L_23; } } #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 BestHTTP.Decompression.Zlib.ZlibException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibException__ctor_mB195B7820472B45A29D2B29E93F53DC0B9B8C8C6 (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base() IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m0E9BEC861F6DBED197960E5BA23149543B1D7F5B(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Decompression.Zlib.ZlibException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1 (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(s) String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(__this, L_0, /*hidden argument*/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 // System.Void manager::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void manager_Start_m14C87207DD91978ABF6813BC626EC7495FBE865D (manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CC24A4C224F4A2D363EB42767E4670D293E6CFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&manager_OnConnected_mCB3F558A44846A22C7161E13E07023AE96B09D97_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&manager_OnConnectionFailed_m4B142935378F3C29C44F69A26CF797A89773E887_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&manager_OnMessageReceived_m1166D80A0FF67DED461270FA83D85CA05C1EF9E9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C V_0; memset((&V_0), 0, sizeof(V_0)); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // deviceName = "HC-05"; //bluetooth should be turned ON; __this->set_deviceName_5(_stringLiteral6CC24A4C224F4A2D363EB42767E4670D293E6CFA); } IL_000b: try {// begin try (depth: 1) { // bluetoothHelper = BluetoothHelper.GetInstance(deviceName); String_t* L_0 = __this->get_deviceName_5(); IL2CPP_RUNTIME_CLASS_INIT(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_il2cpp_TypeInfo_var); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_1; L_1 = BluetoothHelper_GetInstance_m8AB066928E5B54E8E3F8CEFA15761C285471773C(L_0, /*hidden argument*/NULL); __this->set_bluetoothHelper_4(L_1); // bluetoothHelper.OnConnected += OnConnected; BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_2 = __this->get_bluetoothHelper_4(); BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * L_3 = (BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 *)il2cpp_codegen_object_new(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var); BluetoothEvents__ctor_mD0C2D2FBABF155FBB8B8FF33F3481DE5B09022BF(L_3, __this, (intptr_t)((intptr_t)manager_OnConnected_mCB3F558A44846A22C7161E13E07023AE96B09D97_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_2); BluetoothHelper_add_OnConnected_m5CE1875A1281B94F1FD5B265DE15CA4D1CC1807F(L_2, L_3, /*hidden argument*/NULL); // bluetoothHelper.OnConnectionFailed += OnConnectionFailed; BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_4 = __this->get_bluetoothHelper_4(); BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * L_5 = (BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 *)il2cpp_codegen_object_new(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var); BluetoothEvents__ctor_mD0C2D2FBABF155FBB8B8FF33F3481DE5B09022BF(L_5, __this, (intptr_t)((intptr_t)manager_OnConnectionFailed_m4B142935378F3C29C44F69A26CF797A89773E887_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_4); BluetoothHelper_add_OnConnectionFailed_mEFBC9568FA0492A45442EDE15EF9D93641967D5F(L_4, L_5, /*hidden argument*/NULL); // bluetoothHelper.OnDataReceived += OnMessageReceived; //read the data BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_6 = __this->get_bluetoothHelper_4(); BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * L_7 = (BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 *)il2cpp_codegen_object_new(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var); BluetoothEvents__ctor_mD0C2D2FBABF155FBB8B8FF33F3481DE5B09022BF(L_7, __this, (intptr_t)((intptr_t)manager_OnMessageReceived_m1166D80A0FF67DED461270FA83D85CA05C1EF9E9_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_6); BluetoothHelper_add_OnDataReceived_mD01145C46F0B8B886F3DE1AC292B692D20C0512A(L_6, L_7, /*hidden argument*/NULL); // bluetoothHelper.setTerminatorBasedStream("\n"); //delimits received messages based on \n char BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_8 = __this->get_bluetoothHelper_4(); NullCheck(L_8); BluetoothHelper_setTerminatorBasedStream_m952D921B6E64971F8DFB2FF7F19FF6F96178785F(L_8, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, /*hidden argument*/NULL); // LinkedList ds = bluetoothHelper.getPairedDevicesList(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_9 = __this->get_bluetoothHelper_4(); NullCheck(L_9); LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * L_10; L_10 = VirtualFuncInvoker0< LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * >::Invoke(11 /* System.Collections.Generic.LinkedList`1 ArduinoBluetoothAPI.BluetoothHelper::getPairedDevicesList() */, L_9); // foreach(BluetoothDevice d in ds) NullCheck(L_10); Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C L_11; L_11 = LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D(L_10, /*hidden argument*/LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D_RuntimeMethod_var); V_0 = L_11; } IL_0082: try {// begin try (depth: 2) { goto IL_00a7; } IL_0084: { // foreach(BluetoothDevice d in ds) BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_12; L_12 = Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_inline((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_RuntimeMethod_var); V_1 = L_12; // Debug.Log($"{d.DeviceName} {d.DeviceAddress}"); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_13 = V_1; NullCheck(L_13); String_t* L_14; L_14 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_13, /*hidden argument*/NULL); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_15 = V_1; NullCheck(L_15); String_t* L_16; L_16 = BluetoothDevice_get_DeviceAddress_mE54A6B6FF804468B82F19065A3393DD65E656F7C_inline(L_15, /*hidden argument*/NULL); String_t* L_17; L_17 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_14, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_17, /*hidden argument*/NULL); } IL_00a7: { // foreach(BluetoothDevice d in ds) bool L_18; L_18 = Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04_RuntimeMethod_var); if (L_18) { goto IL_0084; } } IL_00b0: { IL2CPP_LEAVE(0xC0, FINALLY_00b2); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b2; } FINALLY_00b2: {// begin finally (depth: 2) Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8_RuntimeMethod_var); IL2CPP_END_FINALLY(178) }// end finally (depth: 2) IL2CPP_CLEANUP(178) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC0, IL_00c0) } IL_00c0: { // } goto IL_00fb; } }// 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_00c2; } throw e; } CATCH_00c2: {// begin catch(System.Exception) // catch (Exception ex) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // sphere.GetComponent().material.color = Color.yellow; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_19 = __this->get_sphere_7(); NullCheck(L_19); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_20; L_20 = GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD(L_19, /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD_RuntimeMethod_var))); NullCheck(L_20); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_21; L_21 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_20, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_22; L_22 = Color_get_yellow_m9FD4BDABA7E40E136BE57EE7872CEA6B1B2FA1D1(/*hidden argument*/NULL); NullCheck(L_21); Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0(L_21, L_22, /*hidden argument*/NULL); // Debug.Log (ex.Message); Exception_t * L_23 = V_2; NullCheck(L_23); String_t* L_24; L_24 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_23); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_24, /*hidden argument*/NULL); // text.text = ex.Message; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_25 = __this->get_text_6(); Exception_t * L_26 = V_2; NullCheck(L_26); String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_26); NullCheck(L_25); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_25, L_27); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00fb; }// end catch (depth: 1) IL_00fb: { // } return; } } // System.Collections.IEnumerator manager::blinkSphere() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* manager_blinkSphere_m14B70AFAC03E1E5C4C454F8A7306F72E1B3CDE83 (manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF * L_0 = (U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF *)il2cpp_codegen_object_new(U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF_il2cpp_TypeInfo_var); U3CblinkSphereU3Ed__6__ctor_m67F0E28DFD2D6780549558BB18E73DCD6984957E(L_0, 0, /*hidden argument*/NULL); U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void manager::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void manager_Update_m3ED530859C08B554839282844BA9A18863E963FA (manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * __this, const RuntimeMethod* method) { { // } return; } } // System.Void manager::OnMessageReceived(ArduinoBluetoothAPI.BluetoothHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void manager_OnMessageReceived_m1166D80A0FF67DED461270FA83D85CA05C1EF9E9 (manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // received_message = helper.Read(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_0 = ___helper0; NullCheck(L_0); String_t* L_1; L_1 = BluetoothHelper_Read_mBF072F4C12D985B58B27553899681D384E208546(L_0, /*hidden argument*/NULL); __this->set_received_message_8(L_1); // Debug.Log(received_message); String_t* L_2 = __this->get_received_message_8(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_2, /*hidden argument*/NULL); // text.text = received_message; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_3 = __this->get_text_6(); String_t* L_4 = __this->get_received_message_8(); NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_3, L_4); // } return; } } // System.Void manager::OnConnected(ArduinoBluetoothAPI.BluetoothHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void manager_OnConnected_mCB3F558A44846A22C7161E13E07023AE96B09D97 (manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // sphere.GetComponent().material.color = Color.green; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_sphere_7(); NullCheck(L_0); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_1; L_1 = GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD(L_0, /*hidden argument*/GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD_RuntimeMethod_var); NullCheck(L_1); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2; L_2 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_1, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3; L_3 = Color_get_green_mFF9BD42534D385A0717B1EAD083ADF08712984B9(/*hidden argument*/NULL); NullCheck(L_2); Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0(L_2, L_3, /*hidden argument*/NULL); } IL_001a: try {// begin try (depth: 1) // helper.StartListening (); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_4 = ___helper0; NullCheck(L_4); VirtualActionInvoker0::Invoke(12 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::StartListening() */, L_4); // }catch(Exception ex){ goto IL_002e; }// 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_0022; } throw e; } CATCH_0022: {// begin catch(System.Exception) // Debug.Log(ex.Message); NullCheck(((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_5, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_002e; }// end catch (depth: 1) IL_002e: { // } return; } } // System.Void manager::OnConnectionFailed(ArduinoBluetoothAPI.BluetoothHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void manager_OnConnectionFailed_m4B142935378F3C29C44F69A26CF797A89773E887 (manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCF49E00F6A7E8B5D6244E20C74A1752B3241384); s_Il2CppMethodInitialized = true; } { // sphere.GetComponent().material.color = Color.red; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_sphere_7(); NullCheck(L_0); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_1; L_1 = GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD(L_0, /*hidden argument*/GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD_RuntimeMethod_var); NullCheck(L_1); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2; L_2 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_1, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3; L_3 = Color_get_red_m9BD55EBF7A74A515330FA5F7AC7A67C8A8913DD8(/*hidden argument*/NULL); NullCheck(L_2); Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0(L_2, L_3, /*hidden argument*/NULL); // Debug.Log("Connection Failed"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralFCF49E00F6A7E8B5D6244E20C74A1752B3241384, /*hidden argument*/NULL); // } return; } } // System.Void manager::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void manager_OnGUI_mA95D476B750BB2DBC79F04255B97743E6BFE05AE (manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15F30E0AC0217F04C47A90E499E8480B94E2CD1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A0D660DBB5AE2040269675C0A9C0808EFCBB2D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8611EF5A0C5591E334B1A7C6ADAE2D5E4417747A); s_Il2CppMethodInitialized = true; } { // if(bluetoothHelper!=null) BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_0 = __this->get_bluetoothHelper_4(); if (!L_0) { goto IL_0015; } } { // bluetoothHelper.DrawGUI(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_1 = __this->get_bluetoothHelper_4(); NullCheck(L_1); VirtualActionInvoker0::Invoke(8 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::DrawGUI() */, L_1); goto IL_0016; } IL_0015: { // return; return; } IL_0016: { // if(!bluetoothHelper.isConnected()) BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_2 = __this->get_bluetoothHelper_4(); NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(19 /* System.Boolean ArduinoBluetoothAPI.BluetoothHelper::isConnected() */, L_2); if (L_3) { goto IL_0093; } } { // if(GUI.Button(new Rect(Screen.width/2-Screen.width/10, Screen.height/10, Screen.width/5, Screen.height/10), "Connect")) int32_t L_4; L_4 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_5; L_5 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_6; L_6 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); int32_t L_7; L_7 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_8; L_8 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_9; memset((&L_9), 0, sizeof(L_9)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_9), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_4/(int32_t)2)), (int32_t)((int32_t)((int32_t)L_5/(int32_t)((int32_t)10))))))), ((float)((float)((int32_t)((int32_t)L_6/(int32_t)((int32_t)10))))), ((float)((float)((int32_t)((int32_t)L_7/(int32_t)5)))), ((float)((float)((int32_t)((int32_t)L_8/(int32_t)((int32_t)10))))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); bool L_10; L_10 = GUI_Button_m668EE382521BDEA241D719A9CF39B6672E2CA23F(L_9, _stringLiteral15F30E0AC0217F04C47A90E499E8480B94E2CD1B, /*hidden argument*/NULL); if (!L_10) { goto IL_0093; } } { // if(bluetoothHelper.isDevicePaired()) BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_11 = __this->get_bluetoothHelper_4(); NullCheck(L_11); bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean ArduinoBluetoothAPI.BluetoothHelper::isDevicePaired() */, L_11); if (!L_12) { goto IL_0079; } } { // bluetoothHelper.Connect (); // tries to connect BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_13 = __this->get_bluetoothHelper_4(); NullCheck(L_13); VirtualActionInvoker0::Invoke(13 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::Connect() */, L_13); goto IL_0093; } IL_0079: { // sphere.GetComponent().material.color = Color.magenta; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14 = __this->get_sphere_7(); NullCheck(L_14); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_15; L_15 = GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD(L_14, /*hidden argument*/GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD_RuntimeMethod_var); NullCheck(L_15); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_16; L_16 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_15, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_17; L_17 = Color_get_magenta_m46B928AB3005B062069E5DF9CB271E1373A29FE0(/*hidden argument*/NULL); NullCheck(L_16); Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0(L_16, L_17, /*hidden argument*/NULL); } IL_0093: { // if(bluetoothHelper.isConnected()) BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_18 = __this->get_bluetoothHelper_4(); NullCheck(L_18); bool L_19; L_19 = VirtualFuncInvoker0< bool >::Invoke(19 /* System.Boolean ArduinoBluetoothAPI.BluetoothHelper::isConnected() */, L_18); if (!L_19) { goto IL_0109; } } { // if(GUI.Button(new Rect(Screen.width/2-Screen.width/10, Screen.height - 2*Screen.height/10, Screen.width/5, Screen.height/10), "Disconnect")) int32_t L_20; L_20 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_21; L_21 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_22; L_22 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); int32_t L_23; L_23 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); int32_t L_24; L_24 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_25; L_25 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_26; memset((&L_26), 0, sizeof(L_26)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_26), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_20/(int32_t)2)), (int32_t)((int32_t)((int32_t)L_21/(int32_t)((int32_t)10))))))), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_23))/(int32_t)((int32_t)10))))))), ((float)((float)((int32_t)((int32_t)L_24/(int32_t)5)))), ((float)((float)((int32_t)((int32_t)L_25/(int32_t)((int32_t)10))))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); bool L_27; L_27 = GUI_Button_m668EE382521BDEA241D719A9CF39B6672E2CA23F(L_26, _stringLiteral8611EF5A0C5591E334B1A7C6ADAE2D5E4417747A, /*hidden argument*/NULL); if (!L_27) { goto IL_0109; } } { // bluetoothHelper.Disconnect (); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_28 = __this->get_bluetoothHelper_4(); NullCheck(L_28); VirtualActionInvoker0::Invoke(17 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::Disconnect() */, L_28); // sphere.GetComponent().material.color = Color.blue; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29 = __this->get_sphere_7(); NullCheck(L_29); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_30; L_30 = GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD(L_29, /*hidden argument*/GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD_RuntimeMethod_var); NullCheck(L_30); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_31; L_31 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_30, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_32; L_32 = Color_get_blue_m6D62D515CA10A6E760848E1BFB997E27B90BD07B(/*hidden argument*/NULL); NullCheck(L_31); Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0(L_31, L_32, /*hidden argument*/NULL); } IL_0109: { // if(bluetoothHelper.isConnected()) BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_33 = __this->get_bluetoothHelper_4(); NullCheck(L_33); bool L_34; L_34 = VirtualFuncInvoker0< bool >::Invoke(19 /* System.Boolean ArduinoBluetoothAPI.BluetoothHelper::isConnected() */, L_33); if (!L_34) { goto IL_016d; } } { // if(GUI.Button(new Rect(Screen.width/2-Screen.width/10, Screen.height/10, Screen.width/5, Screen.height/10), "Send text")) int32_t L_35; L_35 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_36; L_36 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_37; L_37 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); int32_t L_38; L_38 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_39; L_39 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_40; memset((&L_40), 0, sizeof(L_40)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_40), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_35/(int32_t)2)), (int32_t)((int32_t)((int32_t)L_36/(int32_t)((int32_t)10))))))), ((float)((float)((int32_t)((int32_t)L_37/(int32_t)((int32_t)10))))), ((float)((float)((int32_t)((int32_t)L_38/(int32_t)5)))), ((float)((float)((int32_t)((int32_t)L_39/(int32_t)((int32_t)10))))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); bool L_41; L_41 = GUI_Button_m668EE382521BDEA241D719A9CF39B6672E2CA23F(L_40, _stringLiteral3A0D660DBB5AE2040269675C0A9C0808EFCBB2D7, /*hidden argument*/NULL); if (!L_41) { goto IL_016d; } } { // bluetoothHelper.SendData(new Byte[] {0, 0, 85, 0, 85}); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_42 = __this->get_bluetoothHelper_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = L_43; NullCheck(L_44); (L_44)->SetAt(static_cast(2), (uint8_t)((int32_t)85)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = L_44; NullCheck(L_45); (L_45)->SetAt(static_cast(4), (uint8_t)((int32_t)85)); NullCheck(L_42); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(16 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::SendData(System.Byte[]) */, L_42, L_45); } IL_016d: { // } return; } } // System.Void manager::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void manager_OnDestroy_m1165AC5C5C09361F499CD702570B538AA0C332D6 (manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * __this, const RuntimeMethod* method) { { // if(bluetoothHelper!=null) BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_0 = __this->get_bluetoothHelper_4(); if (!L_0) { goto IL_0013; } } { // bluetoothHelper.Disconnect (); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_1 = __this->get_bluetoothHelper_4(); NullCheck(L_1); VirtualActionInvoker0::Invoke(17 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::Disconnect() */, L_1); } IL_0013: { // } return; } } // System.Void manager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void manager__ctor_m56A3319485241A91B8C31E9DDF0C449002FE3B1C (manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/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 // UnityEngine.Quaternion o0Project.o0::FormQuaternion(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o0_FormQuaternion_mF8F6FC27B3D03BCD8143E1130EF427CC1D0B867C (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Direction1InIdentity0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Direction2InIdentity1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Direction1InQuaternion2, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Direction2InQuaternion3, float ___rate4, const RuntimeMethod* method) { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_1; memset((&V_1), 0, sizeof(V_1)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_2; memset((&V_2), 0, sizeof(V_2)); { // var quaIdentity = Quaternion.LookRotation(Direction1InIdentity, Direction2InIdentity); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___Direction1InIdentity0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___Direction2InIdentity1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2; L_2 = Quaternion_LookRotation_m8A7DB5BDBC361586191AB67ACF857F46160EE3F1(L_0, L_1, /*hidden argument*/NULL); // var quaReal = Quaternion.LookRotation(Direction1InQuaternion, Direction2InQuaternion); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___Direction1InQuaternion2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___Direction2InQuaternion3; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_5; L_5 = Quaternion_LookRotation_m8A7DB5BDBC361586191AB67ACF857F46160EE3F1(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; // var quaIdentity2 = Quaternion.LookRotation(Direction2InIdentity, Direction1InIdentity); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___Direction2InIdentity1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___Direction1InIdentity0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8; L_8 = Quaternion_LookRotation_m8A7DB5BDBC361586191AB67ACF857F46160EE3F1(L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; // var quaReal2 = Quaternion.LookRotation(Direction2InQuaternion, Direction1InQuaternion); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___Direction2InQuaternion3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___Direction1InQuaternion2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_11; L_11 = Quaternion_LookRotation_m8A7DB5BDBC361586191AB67ACF857F46160EE3F1(L_9, L_10, /*hidden argument*/NULL); V_2 = L_11; // return Quaternion.Slerp(quaIdentity * Quaternion.Inverse(quaReal), quaIdentity2 * Quaternion.Inverse(quaReal2), rate); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_12 = V_0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_13; L_13 = Quaternion_Inverse_mE2A449C7AC8A40350AAC3761AE1AFC170062CAC9(L_12, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_14; L_14 = Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0(L_2, L_13, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_15 = V_1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_16 = V_2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_17; L_17 = Quaternion_Inverse_mE2A449C7AC8A40350AAC3761AE1AFC170062CAC9(L_16, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18; L_18 = Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0(L_15, L_17, /*hidden argument*/NULL); float L_19 = ___rate4; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_20; L_20 = Quaternion_Slerp_m6D2BD18286254E28D2288B51962EC71F85C7B5C8(L_14, L_18, L_19, /*hidden argument*/NULL); return L_20; } } // UnityEngine.Quaternion o0Project.o0::FormQuaternion(UnityEngine.Quaternion,UnityEngine.Vector3,UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o0_FormQuaternion_mDC3C7843CF2D0738A85B6939CFDE47BACE51DD50 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___DirectionIdentity1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Direction1New2, float ___rate3, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_3; memset((&V_3), 0, sizeof(V_3)); { // var global = original * Direction1New; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_0 = ___original0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___Direction1New2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_0, L_1, /*hidden argument*/NULL); // Vector3 DirectionIdentityNormalized = DirectionIdentity.normalized; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___DirectionIdentity1), /*hidden argument*/NULL); V_0 = L_3; // float angle = Vector3.Angle(global, DirectionIdentityNormalized); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = L_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = V_0; float L_6; L_6 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; // Vector3 gVector = Vector3.RotateTowards(global, DirectionIdentityNormalized, angle / 180 * Mathf.PI * rate, 1);//???,???????????????? Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = V_0; float L_8 = V_1; float L_9 = ___rate3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Vector3_RotateTowards_mCE2B2820B2483A44056A74E9C2C22359ED7D1AD5(L_4, L_7, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_8/(float)(180.0f))), (float)(3.14159274f))), (float)L_9)), (1.0f), /*hidden argument*/NULL); V_2 = L_10; // var newQua = new Quaternion(); il2cpp_codegen_initobj((&V_3), sizeof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )); // if (float.IsNaN(gVector.x)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = V_2; float L_12 = L_11.get_x_2(); bool L_13; L_13 = Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0049; } } { // return original; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_14 = ___original0; return L_14; } IL_0049: { // newQua.SetFromToRotation(original * Direction1New, gVector); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_15 = ___original0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = ___Direction1New2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_15, L_16, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = V_2; Quaternion_SetFromToRotation_m1D1A5DADFF464011D8B60AA8E28C4944A34B8119((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_3), L_17, L_18, /*hidden argument*/NULL); // if (float.IsNaN(newQua.w)) Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_19 = V_3; float L_20 = L_19.get_w_3(); bool L_21; L_21 = Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0067; } } { // return original; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_22 = ___original0; return L_22; } IL_0067: { // return newQua * original;//??????? Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_23 = V_3; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_24 = ___original0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_25; L_25 = Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0(L_23, L_24, /*hidden argument*/NULL); return L_25; } } #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 o0.Bow.o0663Axis::.ctor(o0.Geometry.Vector`1,o0.Geometry.Vector`1,o0.Geometry.Vector`1,o0.Geometry.Vector`1,o0.Geometry.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0663Axis__ctor_m5F2229F9891C8142951281912D323FEA2FEF55C1 (o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * __this, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___Gyr1ByteIndex0, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___Gyr2ByteIndex1, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___Acc1ByteIndex2, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___Acc2ByteIndex3, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___MagByteIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE4EE3C3602691D2F241A0B0FF61E6DFFAB4B55F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m164A2C156F4898B99B18796FAF0950B75E91FA37_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public List States = new List(); List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_0 = (List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E *)il2cpp_codegen_object_new(List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E_il2cpp_TypeInfo_var); List_1__ctor_m164A2C156F4898B99B18796FAF0950B75E91FA37(L_0, /*hidden argument*/List_1__ctor_m164A2C156F4898B99B18796FAF0950B75E91FA37_RuntimeMethod_var); __this->set_States_4(L_0); // public int StatesMaxCount = 1000; __this->set_StatesMaxCount_5(((int32_t)1000)); // public double diff = 0.001; __this->set_diff_13((0.001)); // public o0663Axis(Vector Gyr1ByteIndex = default, Vector Gyr2ByteIndex = default, Vector Acc1ByteIndex = default, Vector Acc2ByteIndex = default, Vector MagByteIndex = default) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Attitude = new IMU._663AxisPreProcessor(Gyr1ByteIndex, Gyr2ByteIndex, Acc1ByteIndex, Acc2ByteIndex, MagByteIndex); Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_1 = ___Gyr1ByteIndex0; Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_2 = ___Gyr2ByteIndex1; Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_3 = ___Acc1ByteIndex2; Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_4 = ___Acc2ByteIndex3; Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_5 = ___MagByteIndex4; _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * L_6 = (_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 *)il2cpp_codegen_object_new(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250_il2cpp_TypeInfo_var); _663AxisPreProcessor__ctor_mD1DD98BEB036D2350946C43E1FFEA3BD50C2632C(L_6, L_1, L_2, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL); __this->set_Attitude_0(L_6); // QuaTest.Add(UnityEngine.Quaternion.identity); IL2CPP_RUNTIME_CLASS_INIT(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var); List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * L_7 = ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->get_QuaTest_1(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8; L_8 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); NullCheck(L_7); List_1_Add_mE4EE3C3602691D2F241A0B0FF61E6DFFAB4B55F5(L_7, L_8, /*hidden argument*/List_1_Add_mE4EE3C3602691D2F241A0B0FF61E6DFFAB4B55F5_RuntimeMethod_var); // QuaTest.Add(UnityEngine.Quaternion.identity); List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * L_9 = ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->get_QuaTest_1(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_10; L_10 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); NullCheck(L_9); List_1_Add_mE4EE3C3602691D2F241A0B0FF61E6DFFAB4B55F5(L_9, L_10, /*hidden argument*/List_1_Add_mE4EE3C3602691D2F241A0B0FF61E6DFFAB4B55F5_RuntimeMethod_var); // } return; } } // o0.Geometry.Quaternion o0.Bow.o0663Axis::Update(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Byte,System.Byte,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 o0663Axis_Update_m2124A71CFA156CC08E138A87004E3E46DECC2FFC (o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * __this, RuntimeObject* ___gyr1Byte0, RuntimeObject* ___gyr2Byte1, RuntimeObject* ___acc1Byte2, RuntimeObject* ___acc2Byte3, RuntimeObject* ___magByte4, uint8_t ___min5, uint8_t ___sec6, uint8_t ___ms17, uint8_t ___ms28, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_LastOrDefault_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m668CB79D916E4E7E64E92CAFC59F68F9BFA07E26_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0D76515248EA847BB31D77D635E59B071EB4B9ED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mCA47F404E73597EE76143F826DBBAF60EA39F1E7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&State_t4D70CC2845D6A40E2C093608912892C8F2218FA4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_0; memset((&V_0), 0, sizeof(V_0)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_1; memset((&V_1), 0, sizeof(V_1)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_2; memset((&V_2), 0, sizeof(V_2)); double V_3 = 0.0; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * V_4 = NULL; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * V_5 = NULL; Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 V_6; memset((&V_6), 0, sizeof(V_6)); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 V_7; memset((&V_7), 0, sizeof(V_7)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_8; memset((&V_8), 0, sizeof(V_8)); MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * G_B2_0 = NULL; double G_B2_1 = 0.0; MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * G_B1_0 = NULL; double G_B1_1 = 0.0; Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); double G_B3_1 = 0.0; MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * G_B6_0 = NULL; o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * G_B6_1 = NULL; MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * G_B5_0 = NULL; o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * G_B5_1 = NULL; double G_B7_0 = 0.0; o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * G_B7_1 = NULL; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * G_B10_0 = NULL; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * G_B9_0 = NULL; { // if(lastv != Attitude.MagCalibrater?.Variance) double L_0 = __this->get_lastv_10(); _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * L_1 = __this->get_Attitude_0(); NullCheck(L_1); MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * L_2 = L_1->get_MagCalibrater_13(); MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * L_3 = L_2; G_B1_0 = L_3; G_B1_1 = L_0; if (L_3) { G_B2_0 = L_3; G_B2_1 = L_0; goto IL_0021; } } { il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 )); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_4 = V_7; G_B3_0 = L_4; G_B3_1 = G_B1_1; goto IL_002b; } IL_0021: { NullCheck(G_B2_0); double L_5 = G_B2_0->get_Variance_8(); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_6; memset((&L_6), 0, sizeof(L_6)); Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3((&L_6), L_5, /*hidden argument*/Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_RuntimeMethod_var); G_B3_0 = L_6; G_B3_1 = G_B2_1; } IL_002b: { V_6 = G_B3_0; double L_7; L_7 = Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_inline((Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 *)(&V_6), /*hidden argument*/Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_RuntimeMethod_var); bool L_8; L_8 = Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_inline((Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 *)(&V_6), /*hidden argument*/Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_RuntimeMethod_var); if (((int32_t)((int32_t)((((double)G_B3_1) == ((double)L_7))? 1 : 0)&(int32_t)L_8))) { goto IL_0075; } } { // lastv = Attitude.MagCalibrater?.Variance ?? default; _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * L_9 = __this->get_Attitude_0(); NullCheck(L_9); MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * L_10 = L_9->get_MagCalibrater_13(); MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * L_11 = L_10; G_B5_0 = L_11; G_B5_1 = __this; if (L_11) { G_B6_0 = L_11; G_B6_1 = __this; goto IL_005b; } } { G_B7_0 = (0.0); G_B7_1 = G_B5_1; goto IL_0060; } IL_005b: { NullCheck(G_B6_0); double L_12 = G_B6_0->get_Variance_8(); G_B7_0 = L_12; G_B7_1 = G_B6_1; } IL_0060: { NullCheck(G_B7_1); G_B7_1->set_lastv_10(G_B7_0); // Debug.Log(lastv); double L_13 = __this->get_lastv_10(); double L_14 = L_13; RuntimeObject * L_15 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_14); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_15, /*hidden argument*/NULL); } IL_0075: { // var (Gyr, Acc, Mag, TimeGap) = Attitude.Update(gyr1Byte, gyr2Byte, acc1Byte, acc2Byte, magByte, min, sec, ms1, ms2); _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * L_16 = __this->get_Attitude_0(); RuntimeObject* L_17 = ___gyr1Byte0; RuntimeObject* L_18 = ___gyr2Byte1; RuntimeObject* L_19 = ___acc1Byte2; RuntimeObject* L_20 = ___acc2Byte3; RuntimeObject* L_21 = ___magByte4; uint8_t L_22 = ___min5; uint8_t L_23 = ___sec6; uint8_t L_24 = ___ms17; uint8_t L_25 = ___ms28; NullCheck(L_16); ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 L_26; L_26 = _663AxisPreProcessor_Update_mC5232EF048756B3CED04B32320C0D11DC69DFCCA(L_16, L_17, L_18, L_19, L_20, L_21, L_22, L_23, L_24, L_25, /*hidden argument*/NULL); ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 L_27 = L_26; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_28 = L_27.get_Item1_0(); V_0 = L_28; ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 L_29 = L_27; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_30 = L_29.get_Item2_1(); V_1 = L_30; ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 L_31 = L_29; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_32 = L_31.get_Item3_2(); V_2 = L_32; double L_33 = L_31.get_Item4_3(); V_3 = L_33; // var GyrOperator = Geometry.Quaternion.Euler(Gyr * TimeGap); double L_34 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_35; L_35 = Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_0), L_34, /*hidden argument*/Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); V_8 = L_35; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_36; L_36 = Quaternion_Euler_m1C31D04A0F85F120AB2843A94B09879E5BCCBBD3((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_8), /*hidden argument*/NULL); // var Last = States.LastOrDefault() ?? new State(); List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_37 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_38; L_38 = Enumerable_LastOrDefault_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m668CB79D916E4E7E64E92CAFC59F68F9BFA07E26(L_37, /*hidden argument*/Enumerable_LastOrDefault_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m668CB79D916E4E7E64E92CAFC59F68F9BFA07E26_RuntimeMethod_var); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_39 = L_38; G_B9_0 = L_39; if (L_39) { G_B10_0 = L_39; goto IL_00d0; } } { State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_40 = (State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 *)il2cpp_codegen_object_new(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4_il2cpp_TypeInfo_var); State__ctor_m2218FE5F9EB9085D251A216E9E3D7AAB6FFBB398(L_40, /*hidden argument*/NULL); G_B10_0 = L_40; } IL_00d0: { V_4 = G_B10_0; // States.Add(new State()); List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_41 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_42 = (State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 *)il2cpp_codegen_object_new(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4_il2cpp_TypeInfo_var); State__ctor_m2218FE5F9EB9085D251A216E9E3D7AAB6FFBB398(L_42, /*hidden argument*/NULL); NullCheck(L_41); List_1_Add_m0D76515248EA847BB31D77D635E59B071EB4B9ED(L_41, L_42, /*hidden argument*/List_1_Add_m0D76515248EA847BB31D77D635E59B071EB4B9ED_RuntimeMethod_var); // if (States.Count > StatesMaxCount) List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_43 = __this->get_States_4(); NullCheck(L_43); int32_t L_44; L_44 = List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_inline(L_43, /*hidden argument*/List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_RuntimeMethod_var); int32_t L_45 = __this->get_StatesMaxCount_5(); if ((((int32_t)L_44) <= ((int32_t)L_45))) { goto IL_0101; } } { // States.RemoveAt(0); List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_46 = __this->get_States_4(); NullCheck(L_46); List_1_RemoveAt_mCA47F404E73597EE76143F826DBBAF60EA39F1E7(L_46, 0, /*hidden argument*/List_1_RemoveAt_mCA47F404E73597EE76143F826DBBAF60EA39F1E7_RuntimeMethod_var); } IL_0101: { // var state = States.Last(); List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_47 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_48; L_48 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_47, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); V_5 = L_48; // state.Acc = Acc; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_49 = V_5; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_50 = V_1; NullCheck(L_49); L_49->set_Acc_1(L_50); // state.Gyr = Gyr; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_51 = V_5; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_52 = V_0; NullCheck(L_51); L_51->set_Gyr_3(L_52); // state.Mag = Mag;/** State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_53 = V_5; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_54 = V_2; NullCheck(L_53); L_53->set_Mag_4(L_54); // state.TimeGap = TimeGap; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_55 = V_5; double L_56 = V_3; NullCheck(L_55); L_55->set_TimeGap_0(L_56); // if (States.Count <= 1) List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_57 = __this->get_States_4(); NullCheck(L_57); int32_t L_58; L_58 = List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_inline(L_57, /*hidden argument*/List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_RuntimeMethod_var); if ((((int32_t)L_58) > ((int32_t)1))) { goto IL_0142; } } { // return Geometry.Quaternion.Identity; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_59; L_59 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); return L_59; } IL_0142: { // return Process9Axis(Last, state); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_60 = V_4; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_61 = V_5; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_62; L_62 = o0663Axis_Process9Axis_mB899FDFE0BAFC1223E40828D6916BFC2A97A79A8(__this, L_60, L_61, /*hidden argument*/NULL); return L_62; } } // System.Void o0.Bow.o0663Axis::OnShot(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0663Axis_OnShot_m990CD840E6D9423184E1FCF862E4F94DB75B2C04 (o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * __this, int32_t ___TrackBack0, int32_t ___ShakeFrame1, int32_t ___AccVarianceInput2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extension_t435E9E63ACD3FD0EB0DC78D43C3F7EA40DA19437_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t60929E1AA80B46746F987B99A4EBD004FD72D370_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t72AB4B40AF5290B386215B0BFADC8919D394DCAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mE8A05F9C6ADF0EE2C32B0BA4D63B176A59FC987C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A51D0032DE00C540525A91DC08888895A6249F4); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // this.AccVarianceInput = AccVarianceInput; int32_t L_0 = ___AccVarianceInput2; __this->set_AccVarianceInput_12(L_0); // TrackBack = Math.Min(TrackBack, States.Count); int32_t L_1 = ___TrackBack0; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_2 = __this->get_States_4(); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_inline(L_2, /*hidden argument*/List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_1, L_3, /*hidden argument*/NULL); ___TrackBack0 = L_4; // var startI = States.Count - TrackBack; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_5 = __this->get_States_4(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_inline(L_5, /*hidden argument*/List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_RuntimeMethod_var); int32_t L_7 = ___TrackBack0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); // State Last = default; V_1 = (State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 *)NULL; // foreach (var i in TrackBack.Range()) int32_t L_8 = ___TrackBack0; IL2CPP_RUNTIME_CLASS_INIT(Extension_t435E9E63ACD3FD0EB0DC78D43C3F7EA40DA19437_il2cpp_TypeInfo_var); RuntimeObject* L_9; L_9 = Extension_Range_m529497E6F9EBE9CCDB2C1C5E63EF44901C3CF5CB(L_8, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t60929E1AA80B46746F987B99A4EBD004FD72D370_il2cpp_TypeInfo_var, L_9); V_2 = L_10; } IL_0036: try {// begin try (depth: 1) { goto IL_005f; } IL_0038: { // foreach (var i in TrackBack.Range()) RuntimeObject* L_11 = V_2; NullCheck(L_11); int32_t L_12; L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t72AB4B40AF5290B386215B0BFADC8919D394DCAB_il2cpp_TypeInfo_var, L_11); V_3 = L_12; // var state = States[startI + i]; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_13 = __this->get_States_4(); int32_t L_14 = V_0; int32_t L_15 = V_3; NullCheck(L_13); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_16; L_16 = List_1_get_Item_mE8A05F9C6ADF0EE2C32B0BA4D63B176A59FC987C_inline(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/List_1_get_Item_mE8A05F9C6ADF0EE2C32B0BA4D63B176A59FC987C_RuntimeMethod_var); V_4 = L_16; // if (Last != default) State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_17 = V_1; if (!L_17) { goto IL_005c; } } IL_0052: { // Process9Axis(Last, state); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_18 = V_1; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_19 = V_4; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_20; L_20 = o0663Axis_Process9Axis_mB899FDFE0BAFC1223E40828D6916BFC2A97A79A8(__this, L_18, L_19, /*hidden argument*/NULL); } IL_005c: { // Last = state; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_21 = V_4; V_1 = L_21; } IL_005f: { // foreach (var i in TrackBack.Range()) RuntimeObject* L_22 = V_2; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_0038; } } IL_0067: { IL2CPP_LEAVE(0x73, FINALLY_0069); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0069; } FINALLY_0069: {// begin finally (depth: 1) { RuntimeObject* L_24 = V_2; if (!L_24) { goto IL_0072; } } IL_006c: { RuntimeObject* L_25 = V_2; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_25); } IL_0072: { IL2CPP_END_FINALLY(105) } }// end finally (depth: 1) IL2CPP_CLEANUP(105) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x73, IL_0073) } IL_0073: { // this.ShakeFrame = ShakeFrame; int32_t L_26 = ___ShakeFrame1; __this->set_ShakeFrame_11(L_26); // Debug.Log("OnShot");/** IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral5A51D0032DE00C540525A91DC08888895A6249F4, /*hidden argument*/NULL); // } return; } } // o0.Geometry.Quaternion o0.Bow.o0663Axis::Process9Axis(o0.Bow.o0663Axis/State,o0.Bow.o0663Axis/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 o0663Axis_Process9Axis_mB899FDFE0BAFC1223E40828D6916BFC2A97A79A8 (o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * __this, State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * ___Last0, State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_Angle_m0BDD77557E391931EF06745E02084B53A3937D19_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_0; memset((&V_0), 0, sizeof(V_0)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_1; memset((&V_1), 0, sizeof(V_1)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_2; memset((&V_2), 0, sizeof(V_2)); double V_3 = 0.0; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 V_4; memset((&V_4), 0, sizeof(V_4)); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 V_5; memset((&V_5), 0, sizeof(V_5)); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 V_6; memset((&V_6), 0, sizeof(V_6)); double V_7 = 0.0; double V_8 = 0.0; double V_9 = 0.0; double V_10 = 0.0; double V_11 = 0.0; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 V_12; memset((&V_12), 0, sizeof(V_12)); double V_13 = 0.0; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 V_14; memset((&V_14), 0, sizeof(V_14)); double V_15 = 0.0; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_16; memset((&V_16), 0, sizeof(V_16)); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 V_17; memset((&V_17), 0, sizeof(V_17)); double G_B3_0 = 0.0; double G_B15_0 = 0.0; double G_B14_0 = 0.0; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * G_B17_0 = NULL; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * G_B16_0 = NULL; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 G_B18_0; memset((&G_B18_0), 0, sizeof(G_B18_0)); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * G_B18_1 = NULL; { // var Acc = state.Acc; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_0 = ___state1; NullCheck(L_0); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_1 = L_0->get_Acc_1(); V_0 = L_1; // var Gyr = state.Gyr; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_2 = ___state1; NullCheck(L_2); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_3 = L_2->get_Gyr_3(); V_1 = L_3; // var Mag = state.Mag; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_4 = ___state1; NullCheck(L_4); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_5 = L_4->get_Mag_4(); V_2 = L_5; // double TimeGap = state.TimeGap; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_6 = ___state1; NullCheck(L_6); double L_7 = L_6->get_TimeGap_0(); V_3 = L_7; // o0UIRawImageTester.UpdateAllOffset(); IL2CPP_RUNTIME_CLASS_INIT(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); o0UIRawImageTester_UpdateAllOffset_m222A351534C223EF9C582DAE983044398770BF71(/*hidden argument*/NULL); // var LastQuaternion = Last.Qua; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_8 = ___Last0; NullCheck(L_8); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_9 = L_8->get_Qua_7(); V_4 = L_9; // var GyrOperator = Geometry.Quaternion.Euler(Gyr * TimeGap); double L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_11; L_11 = Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_1), L_10, /*hidden argument*/Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); V_16 = L_11; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_12; L_12 = Quaternion_Euler_m1C31D04A0F85F120AB2843A94B09879E5BCCBBD3((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_16), /*hidden argument*/NULL); V_5 = L_12; // var quaGyr = LastQuaternion * GyrOperator; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_13; L_13 = Quaternion_op_Multiply_m011CC1F7FF0A6B68219EC79A558BE2F5F6C7878A((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&V_4), (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&V_5), /*hidden argument*/NULL); V_6 = L_13; // var accTest = Geometry.Quaternion.FromToRotation(Last.Acc, Acc).Inversed; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_14 = ___Last0; NullCheck(L_14); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_15 = L_14->get_address_of_Acc_1(); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_16; L_16 = Quaternion_FromToRotation_mE330B1CE7D01207F91316AE2D2A43F0EE832CB2E((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_15, (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_0), /*hidden argument*/NULL); V_17 = L_16; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_17; L_17 = Quaternion_get_Inversed_m378DA69D51E6AD5A8E2EA781EB3CC214CE7774D1((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&V_17), /*hidden argument*/NULL); // var magTest = Geometry.Quaternion.FromToRotation(Last.Mag, Mag).Inversed; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_18 = ___Last0; NullCheck(L_18); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_19 = L_18->get_address_of_Mag_4(); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_20; L_20 = Quaternion_FromToRotation_mE330B1CE7D01207F91316AE2D2A43F0EE832CB2E((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_19, (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_2), /*hidden argument*/NULL); V_17 = L_20; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_21; L_21 = Quaternion_get_Inversed_m378DA69D51E6AD5A8E2EA781EB3CC214CE7774D1((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&V_17), /*hidden argument*/NULL); // double AccLengthToAngle = 5;//1???????????? V_7 = (5.0); // double MagLengthToAngle = 5;//1???????????? V_8 = (5.0); // double GyrVariance = Last.Variance + Math.Pow((Gyr * TimeGap).Length * 0.3, 3) + diff;// ??4 = ??2 * ???????2 ???????? State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_22 = ___Last0; NullCheck(L_22); double L_23 = L_22->get_Variance_9(); double L_24 = V_3; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_25; L_25 = Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_1), L_24, /*hidden argument*/Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); V_16 = L_25; double L_26; L_26 = Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_16), /*hidden argument*/Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_27; L_27 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F(((double)il2cpp_codegen_multiply((double)L_26, (double)(0.29999999999999999))), (3.0), /*hidden argument*/NULL); double L_28 = __this->get_diff_13(); V_9 = ((double)il2cpp_codegen_add((double)((double)il2cpp_codegen_add((double)L_23, (double)L_27)), (double)L_28)); // double AccVariance = AccVarianceInput != default ? AccVarianceInput : Math.Max((Gyr * TimeGap).Length, state.Acc.Angle(Last.Acc)) * 1 + Math.Pow(Math.Abs(state.Acc.Length - 1) / 1 * AccLengthToAngle, 4); int32_t L_29 = __this->get_AccVarianceInput_12(); if (L_29) { goto IL_0135; } } { double L_30 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_31; L_31 = Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_1), L_30, /*hidden argument*/Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); V_16 = L_31; double L_32; L_32 = Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_16), /*hidden argument*/Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_33 = ___state1; NullCheck(L_33); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_34 = L_33->get_address_of_Acc_1(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_35 = ___Last0; NullCheck(L_35); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_36 = L_35->get_address_of_Acc_1(); double L_37; L_37 = Vector_1_Angle_m0BDD77557E391931EF06745E02084B53A3937D19((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_34, (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_36, /*hidden argument*/Vector_1_Angle_m0BDD77557E391931EF06745E02084B53A3937D19_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_38; L_38 = Math_Max_mA7AFB223891668427745BC854ACBC24849AEDCB6(L_32, L_37, /*hidden argument*/NULL); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_39 = ___state1; NullCheck(L_39); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_40 = L_39->get_address_of_Acc_1(); double L_41; L_41 = Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_40, /*hidden argument*/Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); double L_42; L_42 = fabs(((double)il2cpp_codegen_subtract((double)L_41, (double)(1.0)))); double L_43 = V_7; double L_44; L_44 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F(((double)il2cpp_codegen_multiply((double)((double)((double)L_42/(double)(1.0))), (double)L_43)), (4.0), /*hidden argument*/NULL); G_B3_0 = ((double)il2cpp_codegen_add((double)((double)il2cpp_codegen_multiply((double)L_38, (double)(1.0))), (double)L_44)); goto IL_013c; } IL_0135: { int32_t L_45 = __this->get_AccVarianceInput_12(); G_B3_0 = ((double)((double)L_45)); } IL_013c: { V_10 = G_B3_0; // double MagVariance = 10 + Math.Pow(Math.Abs(state.Mag.Length - 1) / 1 * MagLengthToAngle, 4);/** State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_46 = ___state1; NullCheck(L_46); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_47 = L_46->get_address_of_Mag_4(); double L_48; L_48 = Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_47, /*hidden argument*/Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_49; L_49 = fabs(((double)il2cpp_codegen_subtract((double)L_48, (double)(1.0)))); double L_50 = V_8; double L_51; L_51 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F(((double)il2cpp_codegen_multiply((double)((double)((double)L_49/(double)(1.0))), (double)L_50)), (4.0), /*hidden argument*/NULL); V_11 = ((double)il2cpp_codegen_add((double)(10.0), (double)L_51)); // if (double.IsInfinity(GyrVariance)) double L_52 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_53; L_53 = Double_IsInfinity_mEA460DCA490F45C8AB5179BFFE48D3E06965381B(L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_0193; } } { // GyrVariance = 0.0000001; V_9 = (9.9999999999999995E-08); } IL_0193: { // if (double.IsNaN(GyrVariance)) double L_54 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_55; L_55 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_01a7; } } { // GyrVariance = 0.0000001; V_9 = (9.9999999999999995E-08); } IL_01a7: { // if (double.IsNaN(AccVariance)) double L_56 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_57; L_57 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_01bb; } } { // AccVariance = 0.0000001; V_10 = (9.9999999999999995E-08); } IL_01bb: { // if (double.IsNaN(MagVariance)) double L_58 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_59; L_59 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_01cf; } } { // MagVariance = 0.0000001; V_11 = (9.9999999999999995E-08); } IL_01cf: { // state.Variance = GyrVariance; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_60 = ___state1; double L_61 = V_9; NullCheck(L_60); L_60->set_Variance_9(L_61); // state.Variance = state.Variance * (AccVariance + MagVariance) / (state.Variance + (AccVariance + MagVariance)); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_62 = ___state1; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_63 = ___state1; NullCheck(L_63); double L_64 = L_63->get_Variance_9(); double L_65 = V_10; double L_66 = V_11; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_67 = ___state1; NullCheck(L_67); double L_68 = L_67->get_Variance_9(); double L_69 = V_10; double L_70 = V_11; NullCheck(L_62); L_62->set_Variance_9(((double)((double)((double)il2cpp_codegen_multiply((double)L_64, (double)((double)il2cpp_codegen_add((double)L_65, (double)L_66))))/(double)((double)il2cpp_codegen_add((double)L_68, (double)((double)il2cpp_codegen_add((double)L_69, (double)L_70))))))); // if (double.IsNaN(state.Variance)) State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_71 = ___state1; NullCheck(L_71); double L_72 = L_71->get_Variance_9(); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_73; L_73 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_0212; } } { // state.Variance = 0.0000001; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_74 = ___state1; NullCheck(L_74); L_74->set_Variance_9((9.9999999999999995E-08)); } IL_0212: { // var quaAccMag = Geometry.Quaternion.FormQuaternion(AccIdentity, MagIdentity, state.Acc, state.Mag, (float)(AccVariance / (AccVariance + MagVariance))); IL2CPP_RUNTIME_CLASS_INIT(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_75 = ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->get_AccIdentity_2(); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_76 = ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->get_MagIdentity_3(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_77 = ___state1; NullCheck(L_77); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_78 = L_77->get_Acc_1(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_79 = ___state1; NullCheck(L_79); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_80 = L_79->get_Mag_4(); double L_81 = V_10; double L_82 = V_10; double L_83 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_84; L_84 = Quaternion_FormQuaternion_mB96C1F24E6E4A15B0A27E09EFE1FEC692A93BF7B(L_75, L_76, L_78, L_80, ((double)((double)((float)((float)((double)((double)L_81/(double)((double)il2cpp_codegen_add((double)L_82, (double)L_83)))))))), /*hidden argument*/NULL); V_12 = L_84; // var quaMinRate = GyrVariance / (GyrVariance + Math.Max(AccVariance, MagVariance)); double L_85 = V_9; double L_86 = V_9; double L_87 = V_10; double L_88 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_89; L_89 = Math_Max_mA7AFB223891668427745BC854ACBC24849AEDCB6(L_87, L_88, /*hidden argument*/NULL); V_13 = ((double)((double)L_85/(double)((double)il2cpp_codegen_add((double)L_86, (double)L_89)))); // var quaMaxRate = GyrVariance / (GyrVariance + Math.Min(AccVariance, MagVariance)); double L_90 = V_9; double L_91 = V_9; double L_92 = V_10; double L_93 = V_11; double L_94; L_94 = Math_Min_m029DC981252B020B92B6DEC21AF0D42C56FA12B9(L_92, L_93, /*hidden argument*/NULL); // Geometry.Quaternion quaFirst = Geometry.Quaternion.SLerp(quaGyr, quaAccMag, (float)quaMinRate); double L_95 = V_13; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_96; L_96 = Quaternion_SLerp_m02486C3B7E98B2137ACDD8892FDFBD267C004D12((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&V_6), (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&V_12), ((double)((double)((float)((float)L_95)))), /*hidden argument*/NULL); V_14 = L_96; // if (double.IsNaN(quaFirst.w)) double L_97; L_97 = Quaternion_get_w_m45F5943EEAAB4831F5A79F0131CC7FB2AAF15DC3_inline((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&V_14), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_98; L_98 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_97, /*hidden argument*/NULL); G_B14_0 = ((double)((double)L_90/(double)((double)il2cpp_codegen_add((double)L_91, (double)L_94)))); if (!L_98) { G_B15_0 = ((double)((double)L_90/(double)((double)il2cpp_codegen_add((double)L_91, (double)L_94)))); goto IL_027e; } } { // quaFirst = Last.Qua; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_99 = ___Last0; NullCheck(L_99); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_100 = L_99->get_Qua_7(); V_14 = L_100; G_B15_0 = G_B14_0; } IL_027e: { // var quaSecondRate = (quaMaxRate - quaMinRate) / (1 - quaMinRate); double L_101 = V_13; double L_102 = V_13; V_15 = ((double)((double)((double)il2cpp_codegen_subtract((double)G_B15_0, (double)L_101))/(double)((double)il2cpp_codegen_subtract((double)(1.0), (double)L_102)))); // state.Qua = AccVariance < MagVariance ? Geometry.Quaternion.FormQuaternion(quaFirst, AccIdentity, state.Acc, (float)quaSecondRate) : Geometry.Quaternion.FormQuaternion(quaFirst, MagIdentity, state.Mag, (float)quaSecondRate); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_103 = ___state1; double L_104 = V_10; double L_105 = V_11; G_B16_0 = L_103; if ((((double)L_104) < ((double)L_105))) { G_B17_0 = L_103; goto IL_02af; } } { Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_106 = V_14; IL2CPP_RUNTIME_CLASS_INIT(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_107 = ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->get_MagIdentity_3(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_108 = ___state1; NullCheck(L_108); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_109 = L_108->get_Mag_4(); double L_110 = V_15; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_111; L_111 = Quaternion_FormQuaternion_mE9E9B976FC837B7E3727F3BBFC291710C34A1A9B(L_106, L_107, L_109, ((double)((double)((float)((float)L_110)))), /*hidden argument*/NULL); G_B18_0 = L_111; G_B18_1 = G_B16_0; goto IL_02c5; } IL_02af: { Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_112 = V_14; IL2CPP_RUNTIME_CLASS_INIT(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_113 = ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->get_AccIdentity_2(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_114 = ___state1; NullCheck(L_114); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_115 = L_114->get_Acc_1(); double L_116 = V_15; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_117; L_117 = Quaternion_FormQuaternion_mE9E9B976FC837B7E3727F3BBFC291710C34A1A9B(L_112, L_113, L_115, ((double)((double)((float)((float)L_116)))), /*hidden argument*/NULL); G_B18_0 = L_117; G_B18_1 = G_B17_0; } IL_02c5: { NullCheck(G_B18_1); G_B18_1->set_Qua_7(G_B18_0); // if (double.IsNaN(state.Qua.w)) State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_118 = ___state1; NullCheck(L_118); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * L_119 = L_118->get_address_of_Qua_7(); double L_120; L_120 = Quaternion_get_w_m45F5943EEAAB4831F5A79F0131CC7FB2AAF15DC3_inline((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)L_119, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_121; L_121 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_120, /*hidden argument*/NULL); if (!L_121) { goto IL_02e8; } } { // state.Qua = Last.Qua;/** State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_122 = ___state1; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_123 = ___Last0; NullCheck(L_123); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_124 = L_123->get_Qua_7(); NullCheck(L_122); L_122->set_Qua_7(L_124); } IL_02e8: { // state.QuaSmooth = Geometry.Quaternion.SLerp(Last.QuaSmooth, state.Qua, 0.3f);//Last.QuaSmooth - state.Qua 0 - 1 State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_125 = ___state1; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_126 = ___Last0; NullCheck(L_126); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * L_127 = L_126->get_address_of_QuaSmooth_8(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_128 = ___state1; NullCheck(L_128); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * L_129 = L_128->get_address_of_Qua_7(); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_130; L_130 = Quaternion_SLerp_m02486C3B7E98B2137ACDD8892FDFBD267C004D12((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)L_127, (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)L_129, (0.30000001192092896), /*hidden argument*/NULL); NullCheck(L_125); L_125->set_QuaSmooth_8(L_130); // if (ShakeFrame > 0) int32_t L_131 = __this->get_ShakeFrame_11(); if ((((int32_t)L_131) <= ((int32_t)0))) { goto IL_032e; } } { // --ShakeFrame; int32_t L_132 = __this->get_ShakeFrame_11(); __this->set_ShakeFrame_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_132, (int32_t)1))); // if (ShakeFrame == 0) int32_t L_133 = __this->get_ShakeFrame_11(); if (L_133) { goto IL_032e; } } { // AccVarianceInput = default; __this->set_AccVarianceInput_12(0); } IL_032e: { // return state.QuaSmooth; State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_134 = ___state1; NullCheck(L_134); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_135 = L_134->get_QuaSmooth_8(); return L_135; } } // System.Void o0.Bow.o0663Axis::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0663Axis_Init_mEA19BD7768B52672EAC79268220660B96AFA4271 (o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // States.Last().AccVariance = 1000; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_0 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_1; L_1 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_0, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); NullCheck(L_1); L_1->set_AccVariance_11((1000.0)); // States.Last().GyrVariance = 1000; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_2 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_3; L_3 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_2, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); NullCheck(L_3); L_3->set_GyrVariance_10((1000.0)); // States.Last().MagVariance = 1000; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_4 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_5; L_5 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_4, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); NullCheck(L_5); L_5->set_MagVariance_12((1000.0)); // States.Last().AccMagVariance = 1000; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_6 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_7; L_7 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_6, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); NullCheck(L_7); L_7->set_AccMagVariance_15((1000.0)); // States.Last().TotalVariance = 1000; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_8 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_9; L_9 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_8, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); NullCheck(L_9); L_9->set_TotalVariance_16((1000.0)); // } return; } } // o0.Geometry.Quaternion o0.Bow.o0663Axis::SetIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 o0663Axis_SetIdentity_m334B514F32EF08E3D7891C2A35ED41833B19E640 (o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mE8A05F9C6ADF0EE2C32B0BA4D63B176A59FC987C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_1; memset((&V_1), 0, sizeof(V_1)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; { // int averageCount = Math.Min(States.Count, 50); List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_0 = __this->get_States_4(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_inline(L_0, /*hidden argument*/List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_1, ((int32_t)50), /*hidden argument*/NULL); V_0 = L_2; // Vector aveAcc = Vector.Zero; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_3; L_3 = Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_inline(/*hidden argument*/Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_RuntimeMethod_var); V_1 = L_3; // Vector aveMag = Vector.Zero; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_4; L_4 = Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_inline(/*hidden argument*/Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_RuntimeMethod_var); V_2 = L_4; // for (var i = States.Count - averageCount; i < States.Count; ++i) List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_5 = __this->get_States_4(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_inline(L_5, /*hidden argument*/List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_RuntimeMethod_var); int32_t L_7 = V_0; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); goto IL_0065; } IL_002f: { // aveAcc += States[i].Acc; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_8 = __this->get_States_4(); int32_t L_9 = V_3; NullCheck(L_8); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_10; L_10 = List_1_get_Item_mE8A05F9C6ADF0EE2C32B0BA4D63B176A59FC987C_inline(L_8, L_9, /*hidden argument*/List_1_get_Item_mE8A05F9C6ADF0EE2C32B0BA4D63B176A59FC987C_RuntimeMethod_var); NullCheck(L_10); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_11 = L_10->get_address_of_Acc_1(); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_12; L_12 = Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_1), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_11, /*hidden argument*/Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_RuntimeMethod_var); V_1 = L_12; // aveMag += States[i].Mag; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_13 = __this->get_States_4(); int32_t L_14 = V_3; NullCheck(L_13); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_15; L_15 = List_1_get_Item_mE8A05F9C6ADF0EE2C32B0BA4D63B176A59FC987C_inline(L_13, L_14, /*hidden argument*/List_1_get_Item_mE8A05F9C6ADF0EE2C32B0BA4D63B176A59FC987C_RuntimeMethod_var); NullCheck(L_15); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_16 = L_15->get_address_of_Mag_4(); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_17; L_17 = Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_2), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_16, /*hidden argument*/Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_RuntimeMethod_var); V_2 = L_17; // for (var i = States.Count - averageCount; i < States.Count; ++i) int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0065: { // for (var i = States.Count - averageCount; i < States.Count; ++i) int32_t L_19 = V_3; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_20 = __this->get_States_4(); NullCheck(L_20); int32_t L_21; L_21 = List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_inline(L_20, /*hidden argument*/List_1_get_Count_mE4368FC439D247B994790137F0DA0093C1E0D129_RuntimeMethod_var); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_002f; } } { // aveAcc /= averageCount; int32_t L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_23; L_23 = Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_1), ((double)((double)L_22)), /*hidden argument*/Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_RuntimeMethod_var); V_1 = L_23; // aveMag /= averageCount; int32_t L_24 = V_0; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_25; L_25 = Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_2), ((double)((double)L_24)), /*hidden argument*/Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_RuntimeMethod_var); V_2 = L_25; // AccIdentity = aveAcc; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var); ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->set_AccIdentity_2(L_26); // MagIdentity = aveMag; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_27 = V_2; ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->set_MagIdentity_3(L_27); // States.Last().Qua = Geometry.Quaternion.Identity; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_28 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_29; L_29 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_28, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_30; L_30 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); NullCheck(L_29); L_29->set_Qua_7(L_30); // States.Last().QuaSmooth = Geometry.Quaternion.Identity; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_31 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_32; L_32 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_31, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_33; L_33 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); NullCheck(L_32); L_32->set_QuaSmooth_8(L_33); // States.Last().Variance = 0.0000001; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_34 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_35; L_35 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_34, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); NullCheck(L_35); L_35->set_Variance_9((9.9999999999999995E-08)); // States.Last().AccVariance = 0.0000001; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_36 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_37; L_37 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_36, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); NullCheck(L_37); L_37->set_AccVariance_11((9.9999999999999995E-08)); // States.Last().GyrVariance = 0.0000001; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_38 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_39; L_39 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_38, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); NullCheck(L_39); L_39->set_GyrVariance_10((9.9999999999999995E-08)); // States.Last().MagVariance = 0.0000001; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_40 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_41; L_41 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_40, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); NullCheck(L_41); L_41->set_MagVariance_12((9.9999999999999995E-08)); // States.Last().QuaAccMag = Geometry.Quaternion.Identity; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_42 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_43; L_43 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_42, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_44; L_44 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); NullCheck(L_43); L_43->set_QuaAccMag_13(L_44); // States.Last().QuaAccMagCount = 0; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_45 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_46; L_46 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_45, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); NullCheck(L_46); L_46->set_QuaAccMagCount_14(0); // States.Last().AccMagVariance = 0.0000001; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_47 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_48; L_48 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_47, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); NullCheck(L_48); L_48->set_AccMagVariance_15((9.9999999999999995E-08)); // States.Last().TotalVariance = 0.0000001; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_49 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_50; L_50 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_49, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); NullCheck(L_50); L_50->set_TotalVariance_16((9.9999999999999995E-08)); // return States.Last().Qua; List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_51 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_52; L_52 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_51, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); NullCheck(L_52); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_53 = L_52->get_Qua_7(); return L_53; } } // o0.Bow.o0663Axis/State o0.Bow.o0663Axis::getLastState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * o0663Axis_getLastState_mEFB4FACB8E750485DB830F3285D5F418C4F62280 (o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return this.States.Last(); List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * L_0 = __this->get_States_4(); State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * L_1; L_1 = Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E(L_0, /*hidden argument*/Enumerable_Last_TisState_t4D70CC2845D6A40E2C093608912892C8F2218FA4_m569D7BE567583163F74B95FEECCF74159669072E_RuntimeMethod_var); return L_1; } } // System.Void o0.Bow.o0663Axis::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0663Axis__cctor_mE30B9BEB03903D4999A25D67D154546C7BBFF829 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m56C00E186C52C3A18C014B019D76A4D67D5EDC2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Normalized_mC4FA03B6FFDE7F3B8DC6E83DAFFC732F78BB551B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_0; memset((&V_0), 0, sizeof(V_0)); { // public static List QuaTest = new List(); List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * L_0 = (List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB *)il2cpp_codegen_object_new(List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB_il2cpp_TypeInfo_var); List_1__ctor_m56C00E186C52C3A18C014B019D76A4D67D5EDC2D(L_0, /*hidden argument*/List_1__ctor_m56C00E186C52C3A18C014B019D76A4D67D5EDC2D_RuntimeMethod_var); ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->set_QuaTest_1(L_0); // static public Vector AccIdentity = new Vector(0, -1, 0); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_1; memset((&L_1), 0, sizeof(L_1)); Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6((&L_1), (0.0), (-1.0), (0.0), /*hidden argument*/Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_RuntimeMethod_var); ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->set_AccIdentity_2(L_1); // static public Vector MagIdentity = new Vector(-1, 2, 0).Normalized; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_2; memset((&L_2), 0, sizeof(L_2)); Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6((&L_2), (-1.0), (2.0), (0.0), /*hidden argument*/Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_RuntimeMethod_var); V_0 = L_2; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_3; L_3 = Vector_1_get_Normalized_mC4FA03B6FFDE7F3B8DC6E83DAFFC732F78BB551B((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_0), /*hidden argument*/Vector_1_get_Normalized_mC4FA03B6FFDE7F3B8DC6E83DAFFC732F78BB551B_RuntimeMethod_var); ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->set_MagIdentity_3(L_3); 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 o09Axis::SetIdentityAndSave() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SetIdentityAndSave_m8F28BADED33DBB96F24C3215D61031F46C1BFFEF (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8B51CFB5DC8BA6391D94BEEFF0EC357CEA8DFB7B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4999EA68604CB5E6BF1B30A1ED3B4045EA387443); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_1; memset((&V_1), 0, sizeof(V_1)); { // setIdentity(); o09Axis_setIdentity_m31E674B9CA4CEC8EED48A6F869BED4DDFC50E597(__this, /*hidden argument*/NULL); // TextTester[0].text = "AccIdentity:" + getAccIdentity(); List_1_t15050E83C4C051CA706B3489C75EBD1038966135 * L_0 = __this->get_TextTester_1(); NullCheck(L_0); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_1; L_1 = List_1_get_Item_m8B51CFB5DC8BA6391D94BEEFF0EC357CEA8DFB7B_inline(L_0, 0, /*hidden argument*/List_1_get_Item_m8B51CFB5DC8BA6391D94BEEFF0EC357CEA8DFB7B_RuntimeMethod_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = o09Axis_getAccIdentity_m3FB186A8BF21F7164E02E6CE86757DF22D32078D(__this, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3; L_3 = Vector3_ToString_mD5085501F9A0483542E9F7B18CD09C0AB977E318((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral4999EA68604CB5E6BF1B30A1ED3B4045EA387443, L_3, /*hidden argument*/NULL); NullCheck(L_1); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_1, L_4); // AccMesh.transform.localRotation = default; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = __this->get_AccMesh_2(); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_5, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_7 = V_1; NullCheck(L_6); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_6, L_7, /*hidden argument*/NULL); // MagMesh.transform.localRotation = default; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = __this->get_MagMesh_4(); NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_8, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_10 = V_1; NullCheck(L_9); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_9, L_10, /*hidden argument*/NULL); // GryMesh.transform.localRotation = default; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11 = __this->get_GryMesh_3(); NullCheck(L_11); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_11, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_13 = V_1; NullCheck(L_12); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_12, L_13, /*hidden argument*/NULL); // SaveIdentity(); o09Axis_SaveIdentity_mF959DE296E01DC76EF1B523D46F870447623C0C4(__this, /*hidden argument*/NULL); // } return; } } // System.Void o09Axis::LoadIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_LoadIdentity_m6253A1BCDAA9571F8BF14715461119E0966A8088 (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisSingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_mB8C1576D9F3F82FC59DAC58739779214D17F5051_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8B41AB46CEDE051D39C72DE7D3B6FE8F671D085); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB55754D8EC60D2520648645D28E354C883A16CBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* V_2 = NULL; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // string magIdentityStr = PlayerPrefs.GetString("MagIdentity", ""); String_t* L_0; L_0 = PlayerPrefs_GetString_m5709C9DC233D10A7E9AF4BCC9639E3F18FE36831(_stringLiteralA8B41AB46CEDE051D39C72DE7D3B6FE8F671D085, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); V_0 = L_0; // if (magIdentityStr.Length > 0) { String_t* L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0034; } } IL_0019: { // float[] arr = JsonConvert.DeserializeObject(magIdentityStr); String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_4; L_4 = JsonConvert_DeserializeObject_TisSingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_mB8C1576D9F3F82FC59DAC58739779214D17F5051(L_3, /*hidden argument*/JsonConvert_DeserializeObject_TisSingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_mB8C1576D9F3F82FC59DAC58739779214D17F5051_RuntimeMethod_var); V_2 = L_4; // setMagIdentity(new Vector3(arr[0], arr[1], arr[2])); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_5 = V_2; NullCheck(L_5); int32_t L_6 = 0; float L_7 = (L_5)->GetAt(static_cast(L_6)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_8 = V_2; NullCheck(L_8); int32_t L_9 = 1; float L_10 = (L_8)->GetAt(static_cast(L_9)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_11 = V_2; NullCheck(L_11); int32_t L_12 = 2; float L_13 = (L_11)->GetAt(static_cast(L_12)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; memset((&L_14), 0, sizeof(L_14)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_14), L_7, L_10, L_13, /*hidden argument*/NULL); o09Axis_setMagIdentity_m365C782175A42122D246ADAD33FCA7CDA6A200A9(__this, L_14, /*hidden argument*/NULL); } IL_0034: { // string accIdentityStr = PlayerPrefs.GetString("AccIdentity", ""); String_t* L_15; L_15 = PlayerPrefs_GetString_m5709C9DC233D10A7E9AF4BCC9639E3F18FE36831(_stringLiteralB55754D8EC60D2520648645D28E354C883A16CBC, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); V_1 = L_15; // if (accIdentityStr.Length > 0) { String_t* L_16 = V_1; NullCheck(L_16); int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_0068; } } IL_004d: { // float[] arr = JsonConvert.DeserializeObject(accIdentityStr); String_t* L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_19; L_19 = JsonConvert_DeserializeObject_TisSingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_mB8C1576D9F3F82FC59DAC58739779214D17F5051(L_18, /*hidden argument*/JsonConvert_DeserializeObject_TisSingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_mB8C1576D9F3F82FC59DAC58739779214D17F5051_RuntimeMethod_var); V_3 = L_19; // setAccIdentity(new Vector3(arr[0], arr[1], arr[2])); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_20 = V_3; NullCheck(L_20); int32_t L_21 = 0; float L_22 = (L_20)->GetAt(static_cast(L_21)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_23 = V_3; NullCheck(L_23); int32_t L_24 = 1; float L_25 = (L_23)->GetAt(static_cast(L_24)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_26 = V_3; NullCheck(L_26); int32_t L_27 = 2; float L_28 = (L_26)->GetAt(static_cast(L_27)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; memset((&L_29), 0, sizeof(L_29)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_29), L_22, L_25, L_28, /*hidden argument*/NULL); o09Axis_setAccIdentity_mC67B8F7DCEEF011D760495C48E776546BFF5959F(__this, L_29, /*hidden argument*/NULL); } IL_0068: { // } goto IL_0076; } }// 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_006a; } throw e; } CATCH_006a: {// begin catch(System.Exception) // catch (System.Exception e) { Debug.LogError(e.Message); } NullCheck(((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); String_t* L_30; L_30 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_30, /*hidden argument*/NULL); // catch (System.Exception e) { Debug.LogError(e.Message); } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0076; }// end catch (depth: 1) IL_0076: { // } return; } } // System.Void o09Axis::SaveIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SaveIdentity_mF959DE296E01DC76EF1B523D46F870447623C0C4 (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8B41AB46CEDE051D39C72DE7D3B6FE8F671D085); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB55754D8EC60D2520648645D28E354C883A16CBC); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); { // Vector3 m = getMagIdentity(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = o09Axis_getMagIdentity_m485E32C3D50A3A0AB489A08F4F30CFC1324D85C3(__this, /*hidden argument*/NULL); V_0 = L_0; // Vector3 a = getAccIdentity(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = o09Axis_getAccIdentity_m3FB186A8BF21F7164E02E6CE86757DF22D32078D(__this, /*hidden argument*/NULL); V_1 = L_1; // PlayerPrefs.SetString("MagIdentity",JsonConvert.SerializeObject(new float[]{ // m.x, m.y, m.z // })); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)3); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = L_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = V_0; float L_5 = L_4.get_x_2(); NullCheck(L_3); (L_3)->SetAt(static_cast(0), (float)L_5); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = L_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = V_0; float L_8 = L_7.get_y_3(); NullCheck(L_6); (L_6)->SetAt(static_cast(1), (float)L_8); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_9 = L_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; float L_11 = L_10.get_z_4(); NullCheck(L_9); (L_9)->SetAt(static_cast(2), (float)L_11); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_12; L_12 = JsonConvert_SerializeObject_mA1CE7826146AD4F03BAEC589ED87E3DB5C2182F0((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/NULL); PlayerPrefs_SetString_m94CD8FF45692553A5726DFADF74935F7E1D1C633(_stringLiteralA8B41AB46CEDE051D39C72DE7D3B6FE8F671D085, L_12, /*hidden argument*/NULL); // PlayerPrefs.SetString("AccIdentity", JsonConvert.SerializeObject(new float[]{ // a.x, a.y, a.z // })); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_13 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)3); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_14 = L_13; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = V_1; float L_16 = L_15.get_x_2(); NullCheck(L_14); (L_14)->SetAt(static_cast(0), (float)L_16); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_17 = L_14; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = V_1; float L_19 = L_18.get_y_3(); NullCheck(L_17); (L_17)->SetAt(static_cast(1), (float)L_19); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_20 = L_17; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = V_1; float L_22 = L_21.get_z_4(); NullCheck(L_20); (L_20)->SetAt(static_cast(2), (float)L_22); String_t* L_23; L_23 = JsonConvert_SerializeObject_mA1CE7826146AD4F03BAEC589ED87E3DB5C2182F0((RuntimeObject *)(RuntimeObject *)L_20, /*hidden argument*/NULL); PlayerPrefs_SetString_m94CD8FF45692553A5726DFADF74935F7E1D1C633(_stringLiteralB55754D8EC60D2520648645D28E354C883A16CBC, L_23, /*hidden argument*/NULL); // } return; } } // System.Void o09Axis::SetPlatformID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SetPlatformID_mA089668EC8B3423F91C12B7B330FB3A6702A79EC (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method) { { // if (Application.platform == RuntimePlatform.WindowsEditor) platformID = 1; int32_t L_0; L_0 = Application_get_platform_mB22F7F39CDD46667C3EF64507E55BB7DA18F66C4(/*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)7)))) { goto IL_0010; } } { // if (Application.platform == RuntimePlatform.WindowsEditor) platformID = 1; __this->set_platformID_5(1); return; } IL_0010: { // else platformID = 2; __this->set_platformID_5(2); // } return; } } // System.Boolean o09Axis::IsWindows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool o09Axis_IsWindows_mE05914FAA25CB042A49B8D4D7EFB98F6F291D5C4 (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method) { { // if (platformID == -1) SetPlatformID(); int32_t L_0 = __this->get_platformID_5(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000f; } } { // if (platformID == -1) SetPlatformID(); o09Axis_SetPlatformID_mA089668EC8B3423F91C12B7B330FB3A6702A79EC(__this, /*hidden argument*/NULL); } IL_000f: { // return platformID == 1; int32_t L_1 = __this->get_platformID_5(); return (bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0); } } // UnityEngine.Quaternion o09Axis::update(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o09Axis_update_m03DF411A93CB651F9D9FCE7CCDEB79DA36671481 (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccOld0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___GyrOld1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagOld2, int64_t ___TimeGapOld3, const RuntimeMethod* method) { { // if (axisCSBridge != null) { o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_0 = __this->get_axisCSBridge_6(); if (!L_0) { goto IL_0019; } } { // return axisCSBridge.Update_f(AccOld, GyrOld, MagOld, TimeGapOld); o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_1 = __this->get_axisCSBridge_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___AccOld0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___GyrOld1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___MagOld2; int64_t L_5 = ___TimeGapOld3; NullCheck(L_1); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6; L_6 = o09AxisCSBridge_Update_f_m32EAE4ACD924B3C958DF4E46783EE92AEA0D7D46(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0019: { // if (IsWindows()) return Update_f(AccOld, GyrOld, MagOld, TimeGapOld); bool L_7; L_7 = o09Axis_IsWindows_mE05914FAA25CB042A49B8D4D7EFB98F6F291D5C4(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_002c; } } { // if (IsWindows()) return Update_f(AccOld, GyrOld, MagOld, TimeGapOld); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___AccOld0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___GyrOld1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___MagOld2; int64_t L_11 = ___TimeGapOld3; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_12; L_12 = o09Axis_Update_f_mFB1C0F8AC8CE29A2B9A8722BB36BED7DB8623C45(L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_002c: { // else return SO_Update_f(AccOld, GyrOld, MagOld, TimeGapOld); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = ___AccOld0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = ___GyrOld1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = ___MagOld2; int64_t L_16 = ___TimeGapOld3; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_17; L_17 = o09Axis_SO_Update_f_m8C1E3C714EBD261D12CE2935437970A1003E9F2A(L_13, L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.Void o09Axis::setIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_setIdentity_m31E674B9CA4CEC8EED48A6F869BED4DDFC50E597 (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method) { { // if (axisCSBridge != null) { o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_0 = __this->get_axisCSBridge_6(); if (!L_0) { goto IL_0014; } } { // axisCSBridge.SetIdentity(); o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_1 = __this->get_axisCSBridge_6(); NullCheck(L_1); o09AxisCSBridge_SetIdentity_m009ACEEA029EC7C94E6B84CCF0D7008ABE250390(L_1, /*hidden argument*/NULL); // return; return; } IL_0014: { // if (IsWindows()) SetIdentity(); bool L_2; L_2 = o09Axis_IsWindows_mE05914FAA25CB042A49B8D4D7EFB98F6F291D5C4(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { // if (IsWindows()) SetIdentity(); o09Axis_SetIdentity_m5EE40DA8A2AC25C880CB5BDEF9952BADCACE4C6E(/*hidden argument*/NULL); return; } IL_0022: { // else SO_SetIdentity(); o09Axis_SO_SetIdentity_m0F92277DDDBC2EF416E2CA0114A52B147FACBE93(/*hidden argument*/NULL); // } return; } } // UnityEngine.Vector3 o09Axis::getGyrOld() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_getGyrOld_mA5B34FFBAA3EFC46B8EBA671A454AE8BDDFAA4CA (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method) { { // if (axisCSBridge != null) { o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_0 = __this->get_axisCSBridge_6(); if (!L_0) { goto IL_0014; } } { // return axisCSBridge.GetGyrOld_f(); o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_1 = __this->get_axisCSBridge_6(); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = o09AxisCSBridge_GetGyrOld_f_mD421D913F02C785D5D06E97C50D72CC28843E510(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { // if (IsWindows()) return GetGyrOld_f(); bool L_3; L_3 = o09Axis_IsWindows_mE05914FAA25CB042A49B8D4D7EFB98F6F291D5C4(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { // if (IsWindows()) return GetGyrOld_f(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = o09Axis_GetGyrOld_f_mED504C6426031A7DA499E325411944C3C1151135(/*hidden argument*/NULL); return L_4; } IL_0022: { // else return SO_GetGyrOld_f(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = o09Axis_SO_GetGyrOld_f_m6A07FF407D938643E0BB045682E56E258CB36EC6(/*hidden argument*/NULL); return L_5; } } // o09Axis/State o09Axis::getLastState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E o09Axis_getLastState_m8EBEA18F7363D700955F411F2570C48B3E418EA3 (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method) { { // if (axisCSBridge != null) { o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_0 = __this->get_axisCSBridge_6(); if (!L_0) { goto IL_0014; } } { // return axisCSBridge.GetLastState_f(); o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_1 = __this->get_axisCSBridge_6(); NullCheck(L_1); State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E L_2; L_2 = o09AxisCSBridge_GetLastState_f_m77AEE850D5B868D18839B8BBE0F4B6662DA3CC60(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { // if (IsWindows()) return GetLastState_f(); bool L_3; L_3 = o09Axis_IsWindows_mE05914FAA25CB042A49B8D4D7EFB98F6F291D5C4(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { // if (IsWindows()) return GetLastState_f(); State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E L_4; L_4 = o09Axis_GetLastState_f_m375C358F48B3A083B8B8BBFCBFC9711235C12B20(/*hidden argument*/NULL); return L_4; } IL_0022: { // else return SO_GetLastState_f(); State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E L_5; L_5 = o09Axis_SO_GetLastState_f_m48E7774091207200A0D60B7411162033582BCAE3(/*hidden argument*/NULL); return L_5; } } // UnityEngine.Vector3 o09Axis::getAccIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_getAccIdentity_m3FB186A8BF21F7164E02E6CE86757DF22D32078D (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method) { { // if (axisCSBridge != null) { o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_0 = __this->get_axisCSBridge_6(); if (!L_0) { goto IL_0014; } } { // return axisCSBridge.GetAccIdentity_f(); o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_1 = __this->get_axisCSBridge_6(); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = o09AxisCSBridge_GetAccIdentity_f_m7CA1ED3F332AC6E723137DF683BA9982C34459B1_inline(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { // if (IsWindows()) return GetAccIdentity_f(); bool L_3; L_3 = o09Axis_IsWindows_mE05914FAA25CB042A49B8D4D7EFB98F6F291D5C4(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { // if (IsWindows()) return GetAccIdentity_f(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = o09Axis_GetAccIdentity_f_m941B13F194A3A8BA2B2B0E76F91A6C91EEC983BF(/*hidden argument*/NULL); return L_4; } IL_0022: { // else return SO_GetAccIdentity_f(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = o09Axis_SO_GetAccIdentity_f_m351EF38DA06A5D62EFDD91EE0CB7CC172E0F5152(/*hidden argument*/NULL); return L_5; } } // UnityEngine.Vector3 o09Axis::getMagIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_getMagIdentity_m485E32C3D50A3A0AB489A08F4F30CFC1324D85C3 (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method) { { // if (axisCSBridge != null) { o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_0 = __this->get_axisCSBridge_6(); if (!L_0) { goto IL_0014; } } { // return axisCSBridge.GetMagIdentity_f(); o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_1 = __this->get_axisCSBridge_6(); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = o09AxisCSBridge_GetMagIdentity_f_m3EE059C24991A9D357AD5B57336736D67D4339A6_inline(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { // if (IsWindows()) return GetMagIdentity_f(); bool L_3; L_3 = o09Axis_IsWindows_mE05914FAA25CB042A49B8D4D7EFB98F6F291D5C4(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { // if (IsWindows()) return GetMagIdentity_f(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = o09Axis_GetMagIdentity_f_m87B4B3E485AD1112E37861F83FA1DBCBF42E4DC8(/*hidden argument*/NULL); return L_4; } IL_0022: { // else return SO_GetMagIdentity_f(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = o09Axis_SO_GetMagIdentity_f_mA90A7F46C1A120F6886216C02002F1296AAD4573(/*hidden argument*/NULL); return L_5; } } // System.Void o09Axis::setAccIdentity(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_setAccIdentity_mC67B8F7DCEEF011D760495C48E776546BFF5959F (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { { // if (axisCSBridge != null) { o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_0 = __this->get_axisCSBridge_6(); if (!L_0) { goto IL_001a; } } { // axisCSBridge.SetAccIdentity(new Vector3D(value)); o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_1 = __this->get_axisCSBridge_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___value0; Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 L_3; memset((&L_3), 0, sizeof(L_3)); Vector3D__ctor_m33CE7221BB4947246125BFE55E7ADD17319B2FFE((&L_3), L_2, /*hidden argument*/NULL); NullCheck(L_1); o09AxisCSBridge_SetAccIdentity_m9155355F932257C0EBF8E07B60D402A4E9BB2E2F(L_1, L_3, /*hidden argument*/NULL); // return; return; } IL_001a: { // if (IsWindows()) SetAccIdentity(new Vector3D(value)); bool L_4; L_4 = o09Axis_IsWindows_mE05914FAA25CB042A49B8D4D7EFB98F6F291D5C4(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_002e; } } { // if (IsWindows()) SetAccIdentity(new Vector3D(value)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = ___value0; Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 L_6; memset((&L_6), 0, sizeof(L_6)); Vector3D__ctor_m33CE7221BB4947246125BFE55E7ADD17319B2FFE((&L_6), L_5, /*hidden argument*/NULL); o09Axis_SetAccIdentity_mE3ACF214B155ADEE454C2E253DDBC518A48D1BEB(L_6, /*hidden argument*/NULL); return; } IL_002e: { // else SO_SetAccIdentity(new Vector3D(value)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___value0; Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 L_8; memset((&L_8), 0, sizeof(L_8)); Vector3D__ctor_m33CE7221BB4947246125BFE55E7ADD17319B2FFE((&L_8), L_7, /*hidden argument*/NULL); o09Axis_SO_SetAccIdentity_m578D7986E91B3C28DFD4F7DB015C1530B4306812(L_8, /*hidden argument*/NULL); // } return; } } // System.Void o09Axis::setMagIdentity(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_setMagIdentity_m365C782175A42122D246ADAD33FCA7CDA6A200A9 (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { { // if (axisCSBridge != null) { o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_0 = __this->get_axisCSBridge_6(); if (!L_0) { goto IL_001a; } } { // axisCSBridge.SetMagIdentity(new Vector3D(value)); o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_1 = __this->get_axisCSBridge_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___value0; Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 L_3; memset((&L_3), 0, sizeof(L_3)); Vector3D__ctor_m33CE7221BB4947246125BFE55E7ADD17319B2FFE((&L_3), L_2, /*hidden argument*/NULL); NullCheck(L_1); o09AxisCSBridge_SetMagIdentity_m0C7CB1D84A908121DCB2E66A29B70955A7A52B64(L_1, L_3, /*hidden argument*/NULL); // return; return; } IL_001a: { // if (IsWindows()) SetMagIdentity(new Vector3D(value)); bool L_4; L_4 = o09Axis_IsWindows_mE05914FAA25CB042A49B8D4D7EFB98F6F291D5C4(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_002e; } } { // if (IsWindows()) SetMagIdentity(new Vector3D(value)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = ___value0; Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 L_6; memset((&L_6), 0, sizeof(L_6)); Vector3D__ctor_m33CE7221BB4947246125BFE55E7ADD17319B2FFE((&L_6), L_5, /*hidden argument*/NULL); o09Axis_SetMagIdentity_m1AAC28F223246ABFF04BA64AB14259F8A03E0169(L_6, /*hidden argument*/NULL); return; } IL_002e: { // else SO_SetMagIdentity(new Vector3D(value)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___value0; Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 L_8; memset((&L_8), 0, sizeof(L_8)); Vector3D__ctor_m33CE7221BB4947246125BFE55E7ADD17319B2FFE((&L_8), L_7, /*hidden argument*/NULL); o09Axis_SO_SetMagIdentity_m72CC14ABA7016C1A84A8ED24374E971DBE79D0CE(L_8, /*hidden argument*/NULL); // } return; } } // UnityEngine.Quaternion o09Axis::Update_f(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o09Axis_Update_f_mFB1C0F8AC8CE29A2B9A8722BB36BED7DB8623C45 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccOld0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___GyrOld1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagOld2, int64_t ___TimeGapOld3, const RuntimeMethod* method) { typedef Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 (DEFAULT_CALL *PInvokeFunc) (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int64_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_o09Axis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ) + sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ) + sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ) + sizeof(int64_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("o09Axis"), "Update_f", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 returnValue = reinterpret_cast(Update_f)(___AccOld0, ___GyrOld1, ___MagOld2, ___TimeGapOld3); #else Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 returnValue = il2cppPInvokeFunc(___AccOld0, ___GyrOld1, ___MagOld2, ___TimeGapOld3); #endif return returnValue; } // System.Void o09Axis::SetIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SetIdentity_m5EE40DA8A2AC25C880CB5BDEF9952BADCACE4C6E (const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_o09Axis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("o09Axis"), "SetIdentity", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL reinterpret_cast(SetIdentity)(); #else il2cppPInvokeFunc(); #endif } // UnityEngine.Vector3 o09Axis::GetGyrOld_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_GetGyrOld_f_mED504C6426031A7DA499E325411944C3C1151135 (const RuntimeMethod* method) { typedef Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_o09Axis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("o09Axis"), "GetGyrOld_f", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E returnValue = reinterpret_cast(GetGyrOld_f)(); #else Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // o09Axis/State o09Axis::GetLastState_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E o09Axis_GetLastState_f_m375C358F48B3A083B8B8BBFCBFC9711235C12B20 (const RuntimeMethod* method) { typedef State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_o09Axis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("o09Axis"), "GetLastState_f", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E returnValue = reinterpret_cast(GetLastState_f)(); #else State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // UnityEngine.Vector3 o09Axis::GetAccIdentity_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_GetAccIdentity_f_m941B13F194A3A8BA2B2B0E76F91A6C91EEC983BF (const RuntimeMethod* method) { typedef Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_o09Axis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("o09Axis"), "GetAccIdentity_f", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E returnValue = reinterpret_cast(GetAccIdentity_f)(); #else Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // UnityEngine.Vector3 o09Axis::GetMagIdentity_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_GetMagIdentity_f_m87B4B3E485AD1112E37861F83FA1DBCBF42E4DC8 (const RuntimeMethod* method) { typedef Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_o09Axis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("o09Axis"), "GetMagIdentity_f", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E returnValue = reinterpret_cast(GetMagIdentity_f)(); #else Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.Void o09Axis::SetAccIdentity(o09Axis/Vector3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SetAccIdentity_mE3ACF214B155ADEE454C2E253DDBC518A48D1BEB (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ___value0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_o09Axis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("o09Axis"), "SetAccIdentity", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL reinterpret_cast(SetAccIdentity)(___value0); #else il2cppPInvokeFunc(___value0); #endif } // System.Void o09Axis::SetMagIdentity(o09Axis/Vector3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SetMagIdentity_m1AAC28F223246ABFF04BA64AB14259F8A03E0169 (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ___value0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_o09Axis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("o09Axis"), "SetMagIdentity", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_o09Axis_INTERNAL reinterpret_cast(SetMagIdentity)(___value0); #else il2cppPInvokeFunc(___value0); #endif } // UnityEngine.Quaternion o09Axis::SO_Update_f(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o09Axis_SO_Update_f_m8C1E3C714EBD261D12CE2935437970A1003E9F2A (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccOld0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___GyrOld1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagOld2, int64_t ___TimeGapOld3, const RuntimeMethod* method) { typedef Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 (DEFAULT_CALL *PInvokeFunc) (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int64_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libSharedObjectAxis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ) + sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ) + sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ) + sizeof(int64_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libSharedObjectAxis"), "SO_Update_f", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 returnValue = reinterpret_cast(SO_Update_f)(___AccOld0, ___GyrOld1, ___MagOld2, ___TimeGapOld3); #else Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 returnValue = il2cppPInvokeFunc(___AccOld0, ___GyrOld1, ___MagOld2, ___TimeGapOld3); #endif return returnValue; } // System.Void o09Axis::SO_SetIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SO_SetIdentity_m0F92277DDDBC2EF416E2CA0114A52B147FACBE93 (const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libSharedObjectAxis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libSharedObjectAxis"), "SO_SetIdentity", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL reinterpret_cast(SO_SetIdentity)(); #else il2cppPInvokeFunc(); #endif } // UnityEngine.Vector3 o09Axis::SO_GetGyrOld_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_SO_GetGyrOld_f_m6A07FF407D938643E0BB045682E56E258CB36EC6 (const RuntimeMethod* method) { typedef Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libSharedObjectAxis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libSharedObjectAxis"), "SO_GetGyrOld_f", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E returnValue = reinterpret_cast(SO_GetGyrOld_f)(); #else Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // o09Axis/State o09Axis::SO_GetLastState_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E o09Axis_SO_GetLastState_f_m48E7774091207200A0D60B7411162033582BCAE3 (const RuntimeMethod* method) { typedef State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libSharedObjectAxis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libSharedObjectAxis"), "SO_GetLastState_f", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E returnValue = reinterpret_cast(SO_GetLastState_f)(); #else State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // UnityEngine.Vector3 o09Axis::SO_GetAccIdentity_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_SO_GetAccIdentity_f_m351EF38DA06A5D62EFDD91EE0CB7CC172E0F5152 (const RuntimeMethod* method) { typedef Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libSharedObjectAxis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libSharedObjectAxis"), "SO_GetAccIdentity_f", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E returnValue = reinterpret_cast(SO_GetAccIdentity_f)(); #else Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // UnityEngine.Vector3 o09Axis::SO_GetMagIdentity_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09Axis_SO_GetMagIdentity_f_mA90A7F46C1A120F6886216C02002F1296AAD4573 (const RuntimeMethod* method) { typedef Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libSharedObjectAxis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libSharedObjectAxis"), "SO_GetMagIdentity_f", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E returnValue = reinterpret_cast(SO_GetMagIdentity_f)(); #else Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.Void o09Axis::SO_SetAccIdentity(o09Axis/Vector3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SO_SetAccIdentity_m578D7986E91B3C28DFD4F7DB015C1530B4306812 (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ___value0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libSharedObjectAxis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libSharedObjectAxis"), "SO_SetAccIdentity", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL reinterpret_cast(SO_SetAccIdentity)(___value0); #else il2cppPInvokeFunc(___value0); #endif } // System.Void o09Axis::SO_SetMagIdentity(o09Axis/Vector3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis_SO_SetMagIdentity_m72CC14ABA7016C1A84A8ED24374E971DBE79D0CE (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ___value0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libSharedObjectAxis_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libSharedObjectAxis"), "SO_SetMagIdentity", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSharedObjectAxis_INTERNAL reinterpret_cast(SO_SetMagIdentity)(___value0); #else il2cppPInvokeFunc(___value0); #endif } // System.Void o09Axis::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09Axis__ctor_mDBCA4AE3F3AC79B698DD00717EFE6C308A9DE476 (o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0AD518E18ADF88B497E34B116776DF60ED170C52_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mDB868AD3ED5CDEE40CDBE7A421319A31D319B91E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t15050E83C4C051CA706B3489C75EBD1038966135_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public List Tester = new List(); List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9 * L_0 = (List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9 *)il2cpp_codegen_object_new(List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9_il2cpp_TypeInfo_var); List_1__ctor_mDB868AD3ED5CDEE40CDBE7A421319A31D319B91E(L_0, /*hidden argument*/List_1__ctor_mDB868AD3ED5CDEE40CDBE7A421319A31D319B91E_RuntimeMethod_var); __this->set_Tester_0(L_0); // public List TextTester = new List(); List_1_t15050E83C4C051CA706B3489C75EBD1038966135 * L_1 = (List_1_t15050E83C4C051CA706B3489C75EBD1038966135 *)il2cpp_codegen_object_new(List_1_t15050E83C4C051CA706B3489C75EBD1038966135_il2cpp_TypeInfo_var); List_1__ctor_m0AD518E18ADF88B497E34B116776DF60ED170C52(L_1, /*hidden argument*/List_1__ctor_m0AD518E18ADF88B497E34B116776DF60ED170C52_RuntimeMethod_var); __this->set_TextTester_1(L_1); // int platformID = -1; __this->set_platformID_5((-1)); // public o09AxisCSBridge axisCSBridge = new o09AxisCSBridge(); o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * L_2 = (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 *)il2cpp_codegen_object_new(o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14_il2cpp_TypeInfo_var); o09AxisCSBridge__ctor_m53759679C48A6CE541BE279D07A6F186DB51C4B4(L_2, /*hidden argument*/NULL); __this->set_axisCSBridge_6(L_2); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/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 o0.Bow.o09AxisAfterXiaMenFromDll::.ctor(o0.Geometry.Vector`1,o0.Geometry.Vector`1,o0.Geometry.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisAfterXiaMenFromDll__ctor_mD9077517E203B77A61FB47C0A27700389D2FD0AF (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___GyrByteIndex0, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___AccByteIndex1, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___MagByteIndex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m80D1A26CBD642170D5A80D0FB0D36E5F69775F83_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public List States = new List(); List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_0 = (List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 *)il2cpp_codegen_object_new(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188_il2cpp_TypeInfo_var); List_1__ctor_m80D1A26CBD642170D5A80D0FB0D36E5F69775F83(L_0, /*hidden argument*/List_1__ctor_m80D1A26CBD642170D5A80D0FB0D36E5F69775F83_RuntimeMethod_var); __this->set_States_6(L_0); // public int StatesMaxCount = 1000; __this->set_StatesMaxCount_7(((int32_t)1000)); // public double diff = 0.0001; __this->set_diff_10((0.0001)); // public o09AxisAfterXiaMenFromDll(Vector GyrByteIndex = default, Vector AccByteIndex = default, Vector MagByteIndex = default) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Attitude = new IMU._9AxisPreProcessor(GyrByteIndex, AccByteIndex, MagByteIndex); Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_1 = ___GyrByteIndex0; Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_2 = ___AccByteIndex1; Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_3 = ___MagByteIndex2; _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * L_4 = (_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 *)il2cpp_codegen_object_new(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78_il2cpp_TypeInfo_var); _9AxisPreProcessor__ctor_mF7A0A661ED7EFAC7923A300812B26F071EE4CE50(L_4, L_1, L_2, L_3, (bool)0, /*hidden argument*/NULL); __this->set_Attitude_0(L_4); // GyrHardwareVariance = new IMU.HardwareVariance(); HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * L_5 = (HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 *)il2cpp_codegen_object_new(HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471_il2cpp_TypeInfo_var); HardwareVariance__ctor_m86A20F928AA4D82E0362A69AC1C037C7AA82CDF4(L_5, ((int32_t)1000), /*hidden argument*/NULL); __this->set_GyrHardwareVariance_1(L_5); // AccHardwareVariance = new IMU.HardwareVariance(); HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * L_6 = (HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 *)il2cpp_codegen_object_new(HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471_il2cpp_TypeInfo_var); HardwareVariance__ctor_m86A20F928AA4D82E0362A69AC1C037C7AA82CDF4(L_6, ((int32_t)1000), /*hidden argument*/NULL); __this->set_AccHardwareVariance_2(L_6); // MagHardwareVariance = new IMU.HardwareVariance(); HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * L_7 = (HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 *)il2cpp_codegen_object_new(HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471_il2cpp_TypeInfo_var); HardwareVariance__ctor_m86A20F928AA4D82E0362A69AC1C037C7AA82CDF4(L_7, ((int32_t)1000), /*hidden argument*/NULL); __this->set_MagHardwareVariance_3(L_7); // } return; } } // o0.Geometry.Quaternion o0.Bow.o09AxisAfterXiaMenFromDll::Update(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Byte,System.Byte,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 o09AxisAfterXiaMenFromDll_Update_m3FB767224FADEDDC18B72144528BAF30EFB7DC2E (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, RuntimeObject* ___gyrByte0, RuntimeObject* ___accByte1, RuntimeObject* ___magByte2, uint8_t ___min3, uint8_t ___sec4, uint8_t ___ms15, uint8_t ___ms26, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_LastOrDefault_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_mB46587DC43B85F38353E6EDC65846E016172F6B8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m9A332F4B8AE3EE3954F37C6C2A6AB2BEF4B61FDC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m1268349939D7FD5EC75B86231C56E501CC6FBCA3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral785B5A108038A271083915219314B3CF739968D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A68C4ED22DF6FC671495A041966A75EAA62314F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB634626D1A82346901E07CC63AF538717CDDCD90); s_Il2CppMethodInitialized = true; } Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_0; memset((&V_0), 0, sizeof(V_0)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_1; memset((&V_1), 0, sizeof(V_1)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_2; memset((&V_2), 0, sizeof(V_2)); double V_3 = 0.0; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_4; memset((&V_4), 0, sizeof(V_4)); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * V_5 = NULL; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * V_6 = NULL; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_7; memset((&V_7), 0, sizeof(V_7)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_8; memset((&V_8), 0, sizeof(V_8)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_9; memset((&V_9), 0, sizeof(V_9)); double V_10 = 0.0; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_11; memset((&V_11), 0, sizeof(V_11)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_12; memset((&V_12), 0, sizeof(V_12)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_13; memset((&V_13), 0, sizeof(V_13)); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * G_B13_0 = NULL; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * G_B12_0 = NULL; { // var (Gyr, Acc, Mag, TimeGap) = Attitude.Update(gyrByte, accByte, magByte, min, sec, ms1, ms2); _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * L_0 = __this->get_Attitude_0(); RuntimeObject* L_1 = ___gyrByte0; RuntimeObject* L_2 = ___accByte1; RuntimeObject* L_3 = ___magByte2; uint8_t L_4 = ___min3; uint8_t L_5 = ___sec4; uint8_t L_6 = ___ms15; uint8_t L_7 = ___ms26; NullCheck(L_0); ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 L_8; L_8 = _9AxisPreProcessor_Update_m1A1AC70840DF7DF8A9E484556F74819453ECC3EA(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 L_9 = L_8; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_10 = L_9.get_Item1_0(); V_0 = L_10; ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 L_11 = L_9; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_12 = L_11.get_Item2_1(); V_1 = L_12; ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 L_13 = L_11; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_14 = L_13.get_Item3_2(); V_2 = L_14; double L_15 = L_13.get_Item4_3(); V_3 = L_15; // if((Gyr, Acc, Mag, TimeGap) == default) Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_16 = V_0; V_7 = L_16; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_17 = V_1; V_8 = L_17; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_18 = V_2; V_9 = L_18; double L_19 = V_3; V_10 = L_19; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_20 = (&V_11); il2cpp_codegen_initobj(L_20, sizeof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); bool L_21; L_21 = Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_7), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_20, /*hidden argument*/Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45_RuntimeMethod_var); if (!L_21) { goto IL_0086; } } { Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_22 = (&V_12); il2cpp_codegen_initobj(L_22, sizeof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); bool L_23; L_23 = Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_8), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_22, /*hidden argument*/Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45_RuntimeMethod_var); if (!L_23) { goto IL_0086; } } { Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_24 = (&V_13); il2cpp_codegen_initobj(L_24, sizeof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); bool L_25; L_25 = Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_9), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_24, /*hidden argument*/Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45_RuntimeMethod_var); if (!L_25) { goto IL_0086; } } { double L_26 = V_10; if ((!(((double)L_26) == ((double)(0.0))))) { goto IL_0086; } } { // return Geometry.Quaternion.Identity; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_27; L_27 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); return L_27; } IL_0086: { // Vector Buffer = default; il2cpp_codegen_initobj((&V_4), sizeof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )); // Buffer = GyrHardwareVariance.Update(Attitude.LastGyr); HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * L_28 = __this->get_GyrHardwareVariance_1(); _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * L_29 = __this->get_Attitude_0(); NullCheck(L_29); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_30 = L_29->get_LastGyr_14(); NullCheck(L_28); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_31; L_31 = HardwareVariance_Update_mDF7CAA7814BCD0FC1F740097C55A200832D5FD9E(L_28, L_30, /*hidden argument*/NULL); V_4 = L_31; // if (Buffer != default) Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_32 = (&V_11); il2cpp_codegen_initobj(L_32, sizeof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); bool L_33; L_33 = Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_4), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_32, /*hidden argument*/Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255_RuntimeMethod_var); if (!L_33) { goto IL_00d7; } } { // Debug.Log("GyrHardwareVariance: " + Buffer.Length); double L_34; L_34 = Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_4), /*hidden argument*/Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); V_10 = L_34; String_t* L_35; L_35 = Double_ToString_m87E4A4DC004A167CF0AE1F2D271BC20A708CE57D((double*)(&V_10), /*hidden argument*/NULL); String_t* L_36; L_36 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralB634626D1A82346901E07CC63AF538717CDDCD90, L_35, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_36, /*hidden argument*/NULL); } IL_00d7: { // Buffer = AccHardwareVariance.Update(Acc); HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * L_37 = __this->get_AccHardwareVariance_2(); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_38 = V_1; NullCheck(L_37); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_39; L_39 = HardwareVariance_Update_mDF7CAA7814BCD0FC1F740097C55A200832D5FD9E(L_37, L_38, /*hidden argument*/NULL); V_4 = L_39; // if (Buffer != default) Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_40 = (&V_11); il2cpp_codegen_initobj(L_40, sizeof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); bool L_41; L_41 = Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_4), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_40, /*hidden argument*/Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255_RuntimeMethod_var); if (!L_41) { goto IL_0116; } } { // Debug.Log("AccHardwareVariance: " + Buffer.Length); double L_42; L_42 = Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_4), /*hidden argument*/Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); V_10 = L_42; String_t* L_43; L_43 = Double_ToString_m87E4A4DC004A167CF0AE1F2D271BC20A708CE57D((double*)(&V_10), /*hidden argument*/NULL); String_t* L_44; L_44 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral9A68C4ED22DF6FC671495A041966A75EAA62314F, L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_44, /*hidden argument*/NULL); } IL_0116: { // Buffer = MagHardwareVariance.Update(Mag); HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * L_45 = __this->get_MagHardwareVariance_3(); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_46 = V_2; NullCheck(L_45); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_47; L_47 = HardwareVariance_Update_mDF7CAA7814BCD0FC1F740097C55A200832D5FD9E(L_45, L_46, /*hidden argument*/NULL); V_4 = L_47; // if (Buffer != default) Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_48 = (&V_11); il2cpp_codegen_initobj(L_48, sizeof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); bool L_49; L_49 = Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_4), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_48, /*hidden argument*/Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255_RuntimeMethod_var); if (!L_49) { goto IL_0155; } } { // Debug.Log("MagHardwareVariance: " + Buffer.Length); double L_50; L_50 = Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_4), /*hidden argument*/Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); V_10 = L_50; String_t* L_51; L_51 = Double_ToString_m87E4A4DC004A167CF0AE1F2D271BC20A708CE57D((double*)(&V_10), /*hidden argument*/NULL); String_t* L_52; L_52 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral785B5A108038A271083915219314B3CF739968D9, L_51, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_52, /*hidden argument*/NULL); } IL_0155: { // var Last = States.LastOrDefault() ?? new State(); List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_53 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_54; L_54 = Enumerable_LastOrDefault_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_mB46587DC43B85F38353E6EDC65846E016172F6B8(L_53, /*hidden argument*/Enumerable_LastOrDefault_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_mB46587DC43B85F38353E6EDC65846E016172F6B8_RuntimeMethod_var); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_55 = L_54; G_B12_0 = L_55; if (L_55) { G_B13_0 = L_55; goto IL_0169; } } { State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_56 = (State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E *)il2cpp_codegen_object_new(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_il2cpp_TypeInfo_var); State__ctor_mB508846C8062BBB002B736DDF0C42638A2F4D043(L_56, /*hidden argument*/NULL); G_B13_0 = L_56; } IL_0169: { V_5 = G_B13_0; // States.Add(new State()); List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_57 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_58 = (State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E *)il2cpp_codegen_object_new(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_il2cpp_TypeInfo_var); State__ctor_mB508846C8062BBB002B736DDF0C42638A2F4D043(L_58, /*hidden argument*/NULL); NullCheck(L_57); List_1_Add_m9A332F4B8AE3EE3954F37C6C2A6AB2BEF4B61FDC(L_57, L_58, /*hidden argument*/List_1_Add_m9A332F4B8AE3EE3954F37C6C2A6AB2BEF4B61FDC_RuntimeMethod_var); // if (States.Count > StatesMaxCount) List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_59 = __this->get_States_6(); NullCheck(L_59); int32_t L_60; L_60 = List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_inline(L_59, /*hidden argument*/List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_RuntimeMethod_var); int32_t L_61 = __this->get_StatesMaxCount_7(); if ((((int32_t)L_60) <= ((int32_t)L_61))) { goto IL_019a; } } { // States.RemoveAt(0); List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_62 = __this->get_States_6(); NullCheck(L_62); List_1_RemoveAt_m1268349939D7FD5EC75B86231C56E501CC6FBCA3(L_62, 0, /*hidden argument*/List_1_RemoveAt_m1268349939D7FD5EC75B86231C56E501CC6FBCA3_RuntimeMethod_var); } IL_019a: { // var state = States.Last(); List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_63 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_64; L_64 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_63, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); V_6 = L_64; // state.Acc = Acc; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_65 = V_6; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_66 = V_1; NullCheck(L_65); L_65->set_Acc_1(L_66); // state.Gyr = Gyr; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_67 = V_6; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_68 = V_0; NullCheck(L_67); L_67->set_Gyr_3(L_68); // state.Mag = Mag;/** State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_69 = V_6; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_70 = V_2; NullCheck(L_69); L_69->set_Mag_4(L_70); // state.TimeGap = TimeGap; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_71 = V_6; double L_72 = V_3; NullCheck(L_71); L_71->set_TimeGap_0(L_72); // if (States.Count <= 1) List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_73 = __this->get_States_6(); NullCheck(L_73); int32_t L_74; L_74 = List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_inline(L_73, /*hidden argument*/List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_RuntimeMethod_var); if ((((int32_t)L_74) > ((int32_t)1))) { goto IL_01db; } } { // return Geometry.Quaternion.Identity; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_75; L_75 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); return L_75; } IL_01db: { // return Process9Axis(Last, state); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_76 = V_5; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_77 = V_6; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_78; L_78 = o09AxisAfterXiaMenFromDll_Process9Axis_m5EAE207576CEA8D178D0129C1263D369540B37B8(__this, L_76, L_77, /*hidden argument*/NULL); return L_78; } } // System.Void o0.Bow.o09AxisAfterXiaMenFromDll::OnShot(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisAfterXiaMenFromDll_OnShot_m31929C9343F5743596C8653C495F23EE3162A975 (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, int32_t ___TrackBack0, int32_t ___ShakeFrame1, int32_t ___AccVarianceInput2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extension_t435E9E63ACD3FD0EB0DC78D43C3F7EA40DA19437_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t60929E1AA80B46746F987B99A4EBD004FD72D370_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t72AB4B40AF5290B386215B0BFADC8919D394DCAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m781A4D98132AD5B08BD3532067702349E102F258_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A51D0032DE00C540525A91DC08888895A6249F4); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // this.AccVarianceInput = AccVarianceInput; int32_t L_0 = ___AccVarianceInput2; __this->set_AccVarianceInput_9(L_0); // TrackBack = Math.Min(TrackBack, States.Count); int32_t L_1 = ___TrackBack0; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_2 = __this->get_States_6(); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_inline(L_2, /*hidden argument*/List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_1, L_3, /*hidden argument*/NULL); ___TrackBack0 = L_4; // var startI = States.Count - TrackBack; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_5 = __this->get_States_6(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_inline(L_5, /*hidden argument*/List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_RuntimeMethod_var); int32_t L_7 = ___TrackBack0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); // State Last = default; V_1 = (State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E *)NULL; // foreach (var i in TrackBack.Range()) int32_t L_8 = ___TrackBack0; IL2CPP_RUNTIME_CLASS_INIT(Extension_t435E9E63ACD3FD0EB0DC78D43C3F7EA40DA19437_il2cpp_TypeInfo_var); RuntimeObject* L_9; L_9 = Extension_Range_m529497E6F9EBE9CCDB2C1C5E63EF44901C3CF5CB(L_8, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t60929E1AA80B46746F987B99A4EBD004FD72D370_il2cpp_TypeInfo_var, L_9); V_2 = L_10; } IL_0036: try {// begin try (depth: 1) { goto IL_005f; } IL_0038: { // foreach (var i in TrackBack.Range()) RuntimeObject* L_11 = V_2; NullCheck(L_11); int32_t L_12; L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t72AB4B40AF5290B386215B0BFADC8919D394DCAB_il2cpp_TypeInfo_var, L_11); V_3 = L_12; // var state = States[startI + i]; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_13 = __this->get_States_6(); int32_t L_14 = V_0; int32_t L_15 = V_3; NullCheck(L_13); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_16; L_16 = List_1_get_Item_m781A4D98132AD5B08BD3532067702349E102F258_inline(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/List_1_get_Item_m781A4D98132AD5B08BD3532067702349E102F258_RuntimeMethod_var); V_4 = L_16; // if (Last != default) State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_17 = V_1; if (!L_17) { goto IL_005c; } } IL_0052: { // Process9Axis(Last, state); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_18 = V_1; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_19 = V_4; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_20; L_20 = o09AxisAfterXiaMenFromDll_Process9Axis_m5EAE207576CEA8D178D0129C1263D369540B37B8(__this, L_18, L_19, /*hidden argument*/NULL); } IL_005c: { // Last = state; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_21 = V_4; V_1 = L_21; } IL_005f: { // foreach (var i in TrackBack.Range()) RuntimeObject* L_22 = V_2; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_0038; } } IL_0067: { IL2CPP_LEAVE(0x73, FINALLY_0069); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0069; } FINALLY_0069: {// begin finally (depth: 1) { RuntimeObject* L_24 = V_2; if (!L_24) { goto IL_0072; } } IL_006c: { RuntimeObject* L_25 = V_2; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_25); } IL_0072: { IL2CPP_END_FINALLY(105) } }// end finally (depth: 1) IL2CPP_CLEANUP(105) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x73, IL_0073) } IL_0073: { // this.ShakeFrame = ShakeFrame; int32_t L_26 = ___ShakeFrame1; __this->set_ShakeFrame_8(L_26); // Debug.Log("OnShot");/** IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral5A51D0032DE00C540525A91DC08888895A6249F4, /*hidden argument*/NULL); // } return; } } // System.Void o0.Bow.o09AxisAfterXiaMenFromDll::MagSmooth(o0.Bow.o09AxisAfterXiaMenFromDll/State,o0.Bow.o09AxisAfterXiaMenFromDll/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisAfterXiaMenFromDll_MagSmooth_m2809BE4EFA0445DF35C6B3559F79215C1903B415 (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___Last0, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_0; memset((&V_0), 0, sizeof(V_0)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_1; memset((&V_1), 0, sizeof(V_1)); double V_2 = 0.0; double V_3 = 0.0; double V_4 = 0.0; double V_5 = 0.0; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_6; memset((&V_6), 0, sizeof(V_6)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_7; memset((&V_7), 0, sizeof(V_7)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_8; memset((&V_8), 0, sizeof(V_8)); double G_B3_0 = 0.0; { // var Acc = state.Acc; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_0 = ___state1; NullCheck(L_0); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_1 = L_0->get_Acc_1(); V_0 = L_1; // var Gyr = state.Gyr; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_2 = ___state1; NullCheck(L_2); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_3 = L_2->get_Gyr_3(); V_1 = L_3; // var Mag = state.Mag; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_4 = ___state1; NullCheck(L_4); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_5 = L_4->get_Mag_4(); // double TimeGap = state.TimeGap; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_6 = ___state1; NullCheck(L_6); double L_7 = L_6->get_TimeGap_0(); V_2 = L_7; // double GyrVariance = Last.MagVariance + Math.Pow((Gyr * TimeGap).Length, 2); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_8 = ___Last0; NullCheck(L_8); double L_9 = L_8->get_MagVariance_12(); double L_10 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_11; L_11 = Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_1), L_10, /*hidden argument*/Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); V_6 = L_11; double L_12; L_12 = Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_6), /*hidden argument*/Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_13; L_13 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F(L_12, (2.0), /*hidden argument*/NULL); V_3 = ((double)il2cpp_codegen_add((double)L_9, (double)L_13)); // double AccVariance = AccVarianceInput != default ? AccVarianceInput : Math.Pow((Gyr * TimeGap).Length * 1, 2) + Math.Pow(Math.Abs(Acc.Length - 1) / 1 * 30, 2); int32_t L_14 = __this->get_AccVarianceInput_9(); if (L_14) { goto IL_00af; } } { double L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_16; L_16 = Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_1), L_15, /*hidden argument*/Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); V_6 = L_16; double L_17; L_17 = Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_6), /*hidden argument*/Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_18; L_18 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F(((double)il2cpp_codegen_multiply((double)L_17, (double)(1.0))), (2.0), /*hidden argument*/NULL); double L_19; L_19 = Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_0), /*hidden argument*/Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); double L_20; L_20 = fabs(((double)il2cpp_codegen_subtract((double)L_19, (double)(1.0)))); double L_21; L_21 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F(((double)il2cpp_codegen_multiply((double)((double)((double)L_20/(double)(1.0))), (double)(30.0))), (2.0), /*hidden argument*/NULL); G_B3_0 = ((double)il2cpp_codegen_add((double)L_18, (double)L_21)); goto IL_00b6; } IL_00af: { int32_t L_22 = __this->get_AccVarianceInput_9(); G_B3_0 = ((double)((double)L_22)); } IL_00b6: { V_4 = G_B3_0; // double MagVariance = 25; V_5 = (25.0); // state.AccSmooth = Last.AccSmooth + (state.Acc - Last.AccSmooth) * GyrVariance / (AccVariance + GyrVariance); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_23 = ___state1; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_24 = ___Last0; NullCheck(L_24); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_25 = L_24->get_address_of_AccSmooth_2(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_26 = ___state1; NullCheck(L_26); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_27 = L_26->get_address_of_Acc_1(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_28 = ___Last0; NullCheck(L_28); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_29 = L_28->get_address_of_AccSmooth_2(); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_30; L_30 = Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_27, (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_29, /*hidden argument*/Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C_RuntimeMethod_var); V_6 = L_30; double L_31 = V_3; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_32; L_32 = Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_6), L_31, /*hidden argument*/Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); V_7 = L_32; double L_33 = V_4; double L_34 = V_3; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_35; L_35 = Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_7), ((double)il2cpp_codegen_add((double)L_33, (double)L_34)), /*hidden argument*/Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_RuntimeMethod_var); V_8 = L_35; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_36; L_36 = Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_25, (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_8), /*hidden argument*/Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_RuntimeMethod_var); NullCheck(L_23); L_23->set_AccSmooth_2(L_36); // state.AccVariance = (GyrVariance + AccVariance) / GyrVariance / AccVariance; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_37 = ___state1; double L_38 = V_3; double L_39 = V_4; double L_40 = V_3; double L_41 = V_4; NullCheck(L_37); L_37->set_AccVariance_11(((double)((double)((double)((double)((double)il2cpp_codegen_add((double)L_38, (double)L_39))/(double)L_40))/(double)L_41))); // state.MagSmooth = Last.MagSmooth + (state.Mag - Last.MagSmooth) * GyrVariance / (MagVariance + GyrVariance); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_42 = ___state1; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_43 = ___Last0; NullCheck(L_43); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_44 = L_43->get_address_of_MagSmooth_5(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_45 = ___state1; NullCheck(L_45); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_46 = L_45->get_address_of_Mag_4(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_47 = ___Last0; NullCheck(L_47); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_48 = L_47->get_address_of_MagSmooth_5(); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_49; L_49 = Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_46, (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_48, /*hidden argument*/Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C_RuntimeMethod_var); V_6 = L_49; double L_50 = V_3; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_51; L_51 = Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_6), L_50, /*hidden argument*/Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); V_7 = L_51; double L_52 = V_5; double L_53 = V_3; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_54; L_54 = Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_7), ((double)il2cpp_codegen_add((double)L_52, (double)L_53)), /*hidden argument*/Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_RuntimeMethod_var); V_8 = L_54; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_55; L_55 = Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_44, (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_8), /*hidden argument*/Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_RuntimeMethod_var); NullCheck(L_42); L_42->set_MagSmooth_5(L_55); // state.MagVariance = (GyrVariance + MagVariance) / GyrVariance / MagVariance; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_56 = ___state1; double L_57 = V_3; double L_58 = V_5; double L_59 = V_3; double L_60 = V_5; NullCheck(L_56); L_56->set_MagVariance_12(((double)((double)((double)((double)((double)il2cpp_codegen_add((double)L_57, (double)L_58))/(double)L_59))/(double)L_60))); // } return; } } // System.Double o0.Bow.o09AxisAfterXiaMenFromDll::CalGyrVariance(o0.Bow.o09AxisAfterXiaMenFromDll/State,o0.Bow.o09AxisAfterXiaMenFromDll/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double o09AxisAfterXiaMenFromDll_CalGyrVariance_m3DFC1FDC6D2EDE576077DAF12C4A3B412AFA59AC (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___Last0, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_0; memset((&V_0), 0, sizeof(V_0)); { // return Last.Variance + (state.Gyr * state.TimeGap).Length * 0.3 + vari * state.TimeGap;//0.00000002331017 State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_0 = ___Last0; NullCheck(L_0); double L_1 = L_0->get_Variance_9(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_2 = ___state1; NullCheck(L_2); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_3 = L_2->get_address_of_Gyr_3(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_4 = ___state1; NullCheck(L_4); double L_5 = L_4->get_TimeGap_0(); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_6; L_6 = Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_3, L_5, /*hidden argument*/Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); V_0 = L_6; double L_7; L_7 = Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_0), /*hidden argument*/Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var); double L_8 = ((o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var))->get_vari_11(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_9 = ___state1; NullCheck(L_9); double L_10 = L_9->get_TimeGap_0(); return ((double)il2cpp_codegen_add((double)((double)il2cpp_codegen_add((double)L_1, (double)((double)il2cpp_codegen_multiply((double)L_7, (double)(0.29999999999999999))))), (double)((double)il2cpp_codegen_multiply((double)L_8, (double)L_10)))); } } // System.Double o0.Bow.o09AxisAfterXiaMenFromDll::CalAccVariance(o0.Bow.o09AxisAfterXiaMenFromDll/State,o0.Bow.o09AxisAfterXiaMenFromDll/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double o09AxisAfterXiaMenFromDll_CalAccVariance_m3A922CEC9E4CC9227B41AA7DE0829B9DEBA6CA2D (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___Last0, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_1; memset((&V_1), 0, sizeof(V_1)); { // double AccLengthToAngle = 10000;//1???????????? V_0 = (10000.0); // return AccVarianceInput != default ? AccVarianceInput : // Math.Max( // (state.Gyr * state.TimeGap).Length * 1000 , // Math.Abs(state.Acc.Length - 1) * AccLengthToAngle // ); int32_t L_0 = __this->get_AccVarianceInput_9(); if (L_0) { goto IL_0057; } } { State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_1 = ___state1; NullCheck(L_1); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_2 = L_1->get_address_of_Gyr_3(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_3 = ___state1; NullCheck(L_3); double L_4 = L_3->get_TimeGap_0(); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_5; L_5 = Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_2, L_4, /*hidden argument*/Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); V_1 = L_5; double L_6; L_6 = Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_1), /*hidden argument*/Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_7 = ___state1; NullCheck(L_7); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_8 = L_7->get_address_of_Acc_1(); double L_9; L_9 = Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_8, /*hidden argument*/Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_10; L_10 = fabs(((double)il2cpp_codegen_subtract((double)L_9, (double)(1.0)))); double L_11 = V_0; double L_12; L_12 = Math_Max_mA7AFB223891668427745BC854ACBC24849AEDCB6(((double)il2cpp_codegen_multiply((double)L_6, (double)(1000.0))), ((double)il2cpp_codegen_multiply((double)L_10, (double)L_11)), /*hidden argument*/NULL); return L_12; } IL_0057: { int32_t L_13 = __this->get_AccVarianceInput_9(); return ((double)((double)L_13)); } } // System.Double o0.Bow.o09AxisAfterXiaMenFromDll::CalMagVariance(o0.Bow.o09AxisAfterXiaMenFromDll/State,o0.Bow.o09AxisAfterXiaMenFromDll/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double o09AxisAfterXiaMenFromDll_CalMagVariance_m4EE55C6E9DAD90F4CBB8E15751A3D2CC33AB96CD (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___Last0, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___state1, const RuntimeMethod* method) { { // return 100; return (100.0); } } // System.ValueTuple`3 o0.Bow.o09AxisAfterXiaMenFromDll::CalVariance(o0.Bow.o09AxisAfterXiaMenFromDll/State,o0.Bow.o09AxisAfterXiaMenFromDll/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_3_t1830EAF121F5706F925BDEB4C4CD5C237C85B70C o09AxisAfterXiaMenFromDll_CalVariance_m6C4B58D0B95D3838C884A63DD03D35F39C8ECF2F (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___Last0, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_3__ctor_m232E5A2743129CE2E4F0768226B51C3368B5A845_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; double V_2 = 0.0; double V_3 = 0.0; { // var GyrVariance = CalGyrVariance(Last, state); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_0 = ___Last0; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_1 = ___state1; double L_2; L_2 = o09AxisAfterXiaMenFromDll_CalGyrVariance_m3DFC1FDC6D2EDE576077DAF12C4A3B412AFA59AC(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // var AccVariance = CalAccVariance(Last, state); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_3 = ___Last0; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_4 = ___state1; double L_5; L_5 = o09AxisAfterXiaMenFromDll_CalAccVariance_m3A922CEC9E4CC9227B41AA7DE0829B9DEBA6CA2D(__this, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; // var MagVariance = CalMagVariance(Last, state); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_6 = ___Last0; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_7 = ___state1; double L_8; L_8 = o09AxisAfterXiaMenFromDll_CalMagVariance_m4EE55C6E9DAD90F4CBB8E15751A3D2CC33AB96CD(__this, L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; // if (double.IsInfinity(GyrVariance) || double.IsNaN(GyrVariance)) double L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_10; L_10 = Double_IsInfinity_mEA460DCA490F45C8AB5179BFFE48D3E06965381B(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_002b; } } { double L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_12; L_12 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0032; } } IL_002b: { // GyrVariance = InitVariance; double L_13; L_13 = o09AxisAfterXiaMenFromDll_get_InitVariance_mDCABB3329D260B9185F05D8321D88FF1DA268CF3(__this, /*hidden argument*/NULL); V_0 = L_13; } IL_0032: { // if (double.IsInfinity(AccVariance) || double.IsNaN(AccVariance)) double L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_15; L_15 = Double_IsInfinity_mEA460DCA490F45C8AB5179BFFE48D3E06965381B(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0042; } } { double L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_17; L_17 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0049; } } IL_0042: { // AccVariance = InitVariance; double L_18; L_18 = o09AxisAfterXiaMenFromDll_get_InitVariance_mDCABB3329D260B9185F05D8321D88FF1DA268CF3(__this, /*hidden argument*/NULL); V_1 = L_18; } IL_0049: { // if (double.IsInfinity(MagVariance) || double.IsNaN(MagVariance)) double L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_20; L_20 = Double_IsInfinity_mEA460DCA490F45C8AB5179BFFE48D3E06965381B(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0059; } } { double L_21 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_22; L_22 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0060; } } IL_0059: { // MagVariance = InitVariance; double L_23; L_23 = o09AxisAfterXiaMenFromDll_get_InitVariance_mDCABB3329D260B9185F05D8321D88FF1DA268CF3(__this, /*hidden argument*/NULL); V_2 = L_23; } IL_0060: { // var max = Math.Max(AccVariance, MagVariance); double L_24 = V_1; double L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_26; L_26 = Math_Max_mA7AFB223891668427745BC854ACBC24849AEDCB6(L_24, L_25, /*hidden argument*/NULL); V_3 = L_26; // state.Variance = GyrVariance * max / (GyrVariance + max); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_27 = ___state1; double L_28 = V_0; double L_29 = V_3; double L_30 = V_0; double L_31 = V_3; NullCheck(L_27); L_27->set_Variance_9(((double)((double)((double)il2cpp_codegen_multiply((double)L_28, (double)L_29))/(double)((double)il2cpp_codegen_add((double)L_30, (double)L_31))))); // if (double.IsInfinity(state.Variance) || double.IsNaN(state.Variance)) State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_32 = ___state1; NullCheck(L_32); double L_33 = L_32->get_Variance_9(); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_34; L_34 = Double_IsInfinity_mEA460DCA490F45C8AB5179BFFE48D3E06965381B(L_33, /*hidden argument*/NULL); if (L_34) { goto IL_008f; } } { State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_35 = ___state1; NullCheck(L_35); double L_36 = L_35->get_Variance_9(); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_37; L_37 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_009b; } } IL_008f: { // state.Variance = InitVariance; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_38 = ___state1; double L_39; L_39 = o09AxisAfterXiaMenFromDll_get_InitVariance_mDCABB3329D260B9185F05D8321D88FF1DA268CF3(__this, /*hidden argument*/NULL); NullCheck(L_38); L_38->set_Variance_9(L_39); } IL_009b: { // return (GyrVariance, AccVariance, MagVariance); double L_40 = V_0; double L_41 = V_1; double L_42 = V_2; ValueTuple_3_t1830EAF121F5706F925BDEB4C4CD5C237C85B70C L_43; memset((&L_43), 0, sizeof(L_43)); ValueTuple_3__ctor_m232E5A2743129CE2E4F0768226B51C3368B5A845((&L_43), L_40, L_41, L_42, /*hidden argument*/ValueTuple_3__ctor_m232E5A2743129CE2E4F0768226B51C3368B5A845_RuntimeMethod_var); return L_43; } } // System.Void o0.Bow.o09AxisAfterXiaMenFromDll::QuaCheck(o0.Geometry.Quaternion&,o0.Geometry.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisAfterXiaMenFromDll_QuaCheck_m9C7365E768178FC200FD18CB8BA9A1E433CF0634 (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * ___quaternion0, Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___backUp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (double.IsInfinity(quaternion.x) || double.IsInfinity(quaternion.y) || double.IsInfinity(quaternion.z) || double.IsInfinity(quaternion.w) // || double.IsNaN(quaternion.x) || double.IsNaN(quaternion.y) || double.IsNaN(quaternion.z) || double.IsNaN(quaternion.w)) Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * L_0 = ___quaternion0; double L_1; L_1 = Quaternion_get_x_m5804576B9ECE22F12FB5124D1F6BDD43EE6F9BAC_inline((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_2; L_2 = Double_IsInfinity_mEA460DCA490F45C8AB5179BFFE48D3E06965381B(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0068; } } { Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * L_3 = ___quaternion0; double L_4; L_4 = Quaternion_get_y_m23E8626BD7B51A7524CABCDD8EB6FF1A93DA6485_inline((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_5; L_5 = Double_IsInfinity_mEA460DCA490F45C8AB5179BFFE48D3E06965381B(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0068; } } { Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * L_6 = ___quaternion0; double L_7; L_7 = Quaternion_get_z_m7ED0921757A35EBAEB777FE1F945DCB3F15B877B_inline((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_8; L_8 = Double_IsInfinity_mEA460DCA490F45C8AB5179BFFE48D3E06965381B(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0068; } } { Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * L_9 = ___quaternion0; double L_10; L_10 = Quaternion_get_w_m45F5943EEAAB4831F5A79F0131CC7FB2AAF15DC3_inline((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_11; L_11 = Double_IsInfinity_mEA460DCA490F45C8AB5179BFFE48D3E06965381B(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0068; } } { Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * L_12 = ___quaternion0; double L_13; L_13 = Quaternion_get_x_m5804576B9ECE22F12FB5124D1F6BDD43EE6F9BAC_inline((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_14; L_14 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0068; } } { Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * L_15 = ___quaternion0; double L_16; L_16 = Quaternion_get_y_m23E8626BD7B51A7524CABCDD8EB6FF1A93DA6485_inline((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_17; L_17 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0068; } } { Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * L_18 = ___quaternion0; double L_19; L_19 = Quaternion_get_z_m7ED0921757A35EBAEB777FE1F945DCB3F15B877B_inline((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_20; L_20 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0068; } } { Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * L_21 = ___quaternion0; double L_22; L_22 = Quaternion_get_w_m45F5943EEAAB4831F5A79F0131CC7FB2AAF15DC3_inline((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_23; L_23 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_006f; } } IL_0068: { // quaternion = backUp; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * L_24 = ___quaternion0; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_25 = ___backUp1; *(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)L_24 = L_25; } IL_006f: { // } return; } } // o0.Geometry.Quaternion o0.Bow.o09AxisAfterXiaMenFromDll::Process9Axis(o0.Bow.o09AxisAfterXiaMenFromDll/State,o0.Bow.o09AxisAfterXiaMenFromDll/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 o09AxisAfterXiaMenFromDll_Process9Axis_m5EAE207576CEA8D178D0129C1263D369540B37B8 (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___Last0, State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_0; memset((&V_0), 0, sizeof(V_0)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_1; memset((&V_1), 0, sizeof(V_1)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_2; memset((&V_2), 0, sizeof(V_2)); double V_3 = 0.0; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 V_4; memset((&V_4), 0, sizeof(V_4)); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 V_5; memset((&V_5), 0, sizeof(V_5)); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 V_6; memset((&V_6), 0, sizeof(V_6)); double V_7 = 0.0; double V_8 = 0.0; double V_9 = 0.0; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 V_10; memset((&V_10), 0, sizeof(V_10)); double V_11 = 0.0; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 V_12; memset((&V_12), 0, sizeof(V_12)); double V_13 = 0.0; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_14; memset((&V_14), 0, sizeof(V_14)); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * G_B2_0 = NULL; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * G_B1_0 = NULL; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * G_B3_1 = NULL; { // MagSmooth(Last, state); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_0 = ___Last0; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_1 = ___state1; o09AxisAfterXiaMenFromDll_MagSmooth_m2809BE4EFA0445DF35C6B3559F79215C1903B415(__this, L_0, L_1, /*hidden argument*/NULL); // var Acc = state.Acc; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_2 = ___state1; NullCheck(L_2); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_3 = L_2->get_Acc_1(); V_0 = L_3; // var Gyr = state.Gyr;//??0.0001-0.0006?? State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_4 = ___state1; NullCheck(L_4); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_5 = L_4->get_Gyr_3(); V_1 = L_5; // var Mag = state.Mag; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_6 = ___state1; NullCheck(L_6); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_7 = L_6->get_Mag_4(); V_2 = L_7; // double TimeGap = state.TimeGap; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_8 = ___state1; NullCheck(L_8); double L_9 = L_8->get_TimeGap_0(); V_3 = L_9; // o0UIRawImageTester.UpdateAllOffset(); IL2CPP_RUNTIME_CLASS_INIT(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); o0UIRawImageTester_UpdateAllOffset_m222A351534C223EF9C582DAE983044398770BF71(/*hidden argument*/NULL); // var LastQuaternion = Last.QuaSmooth; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_10 = ___Last0; NullCheck(L_10); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_11 = L_10->get_QuaSmooth_8(); V_4 = L_11; // var GyrOperator = Geometry.Quaternion.Euler(Gyr * TimeGap); double L_12 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_13; L_13 = Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_1), L_12, /*hidden argument*/Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); V_14 = L_13; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_14; L_14 = Quaternion_Euler_m1C31D04A0F85F120AB2843A94B09879E5BCCBBD3((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_14), /*hidden argument*/NULL); V_5 = L_14; // var quaGyr = LastQuaternion * GyrOperator; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_15; L_15 = Quaternion_op_Multiply_m011CC1F7FF0A6B68219EC79A558BE2F5F6C7878A((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&V_4), (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&V_5), /*hidden argument*/NULL); V_6 = L_15; // var (GyrVariance, AccVariance, MagVariance) = CalVariance(Last, state); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_16 = ___Last0; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_17 = ___state1; ValueTuple_3_t1830EAF121F5706F925BDEB4C4CD5C237C85B70C L_18; L_18 = o09AxisAfterXiaMenFromDll_CalVariance_m6C4B58D0B95D3838C884A63DD03D35F39C8ECF2F(__this, L_16, L_17, /*hidden argument*/NULL); ValueTuple_3_t1830EAF121F5706F925BDEB4C4CD5C237C85B70C L_19 = L_18; double L_20 = L_19.get_Item1_0(); V_7 = L_20; ValueTuple_3_t1830EAF121F5706F925BDEB4C4CD5C237C85B70C L_21 = L_19; double L_22 = L_21.get_Item2_1(); V_8 = L_22; double L_23 = L_21.get_Item3_2(); V_9 = L_23; // var quaAccMag = Geometry.Quaternion.FormQuaternion(AccIdentity, MagIdentity, Acc, Mag, (float)(AccVariance / (AccVariance + MagVariance))); IL2CPP_RUNTIME_CLASS_INIT(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_24 = ((o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var))->get_AccIdentity_4(); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_25 = ((o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var))->get_MagIdentity_5(); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_26 = V_0; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_27 = V_2; double L_28 = V_8; double L_29 = V_8; double L_30 = V_9; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_31; L_31 = Quaternion_FormQuaternion_mB96C1F24E6E4A15B0A27E09EFE1FEC692A93BF7B(L_24, L_25, L_26, L_27, ((double)((double)((float)((float)((double)((double)L_28/(double)((double)il2cpp_codegen_add((double)L_29, (double)L_30)))))))), /*hidden argument*/NULL); V_10 = L_31; // var quaMinRate = GyrVariance / (GyrVariance + Math.Max(AccVariance, MagVariance));//????0.01???? double L_32 = V_7; double L_33 = V_7; double L_34 = V_8; double L_35 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_36; L_36 = Math_Max_mA7AFB223891668427745BC854ACBC24849AEDCB6(L_34, L_35, /*hidden argument*/NULL); V_11 = ((double)((double)L_32/(double)((double)il2cpp_codegen_add((double)L_33, (double)L_36)))); // var quaMaxRate = GyrVariance / (GyrVariance + Math.Min(AccVariance, MagVariance)); double L_37 = V_7; double L_38 = V_7; double L_39 = V_8; double L_40 = V_9; double L_41; L_41 = Math_Min_m029DC981252B020B92B6DEC21AF0D42C56FA12B9(L_39, L_40, /*hidden argument*/NULL); // Geometry.Quaternion quaFirst = Geometry.Quaternion.SLerp(quaGyr, quaAccMag, (float)quaMinRate);//??????????????????????????//?????? double L_42 = V_11; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_43; L_43 = Quaternion_SLerp_m02486C3B7E98B2137ACDD8892FDFBD267C004D12((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&V_6), (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&V_10), ((double)((double)((float)((float)L_42)))), /*hidden argument*/NULL); V_12 = L_43; // QuaCheck(ref quaFirst, LastQuaternion);//?????? Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_44 = V_4; o09AxisAfterXiaMenFromDll_QuaCheck_m9C7365E768178FC200FD18CB8BA9A1E433CF0634(__this, (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&V_12), L_44, /*hidden argument*/NULL); // var quaSecondRate = (quaMaxRate - quaMinRate) / (1 - quaMinRate); double L_45 = V_11; double L_46 = V_11; V_13 = ((double)((double)((double)il2cpp_codegen_subtract((double)((double)((double)L_37/(double)((double)il2cpp_codegen_add((double)L_38, (double)L_41)))), (double)L_45))/(double)((double)il2cpp_codegen_subtract((double)(1.0), (double)L_46)))); // state.Qua = AccVariance < MagVariance ? Geometry.Quaternion.FormQuaternion(quaFirst, AccIdentity, Acc, (float)quaSecondRate) : Geometry.Quaternion.FormQuaternion(quaFirst, MagIdentity, Mag, (float)quaSecondRate);/** State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_47 = ___state1; double L_48 = V_8; double L_49 = V_9; G_B1_0 = L_47; if ((((double)L_48) < ((double)L_49))) { G_B2_0 = L_47; goto IL_00f0; } } { Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_50 = V_12; IL2CPP_RUNTIME_CLASS_INIT(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_51 = ((o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var))->get_MagIdentity_5(); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_52 = V_2; double L_53 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_54; L_54 = Quaternion_FormQuaternion_mE9E9B976FC837B7E3727F3BBFC291710C34A1A9B(L_50, L_51, L_52, ((double)((double)((float)((float)L_53)))), /*hidden argument*/NULL); G_B3_0 = L_54; G_B3_1 = G_B1_0; goto IL_0101; } IL_00f0: { Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_55 = V_12; IL2CPP_RUNTIME_CLASS_INIT(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_56 = ((o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var))->get_AccIdentity_4(); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_57 = V_0; double L_58 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_59; L_59 = Quaternion_FormQuaternion_mE9E9B976FC837B7E3727F3BBFC291710C34A1A9B(L_55, L_56, L_57, ((double)((double)((float)((float)L_58)))), /*hidden argument*/NULL); G_B3_0 = L_59; G_B3_1 = G_B2_0; } IL_0101: { NullCheck(G_B3_1); G_B3_1->set_Qua_7(G_B3_0); // QuaCheck(ref state.Qua, LastQuaternion);//?????? State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_60 = ___state1; NullCheck(L_60); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * L_61 = L_60->get_address_of_Qua_7(); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_62 = V_4; o09AxisAfterXiaMenFromDll_QuaCheck_m9C7365E768178FC200FD18CB8BA9A1E433CF0634(__this, (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)L_61, L_62, /*hidden argument*/NULL); // state.QuaSmooth = state.Qua; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_63 = ___state1; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_64 = ___state1; NullCheck(L_64); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_65 = L_64->get_Qua_7(); NullCheck(L_63); L_63->set_QuaSmooth_8(L_65); // if (ShakeFrame > 0) int32_t L_66 = __this->get_ShakeFrame_8(); if ((((int32_t)L_66) <= ((int32_t)0))) { goto IL_0146; } } { // --ShakeFrame; int32_t L_67 = __this->get_ShakeFrame_8(); __this->set_ShakeFrame_8(((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1))); // if (ShakeFrame == 0) int32_t L_68 = __this->get_ShakeFrame_8(); if (L_68) { goto IL_0146; } } { // AccVarianceInput = default; __this->set_AccVarianceInput_9(0); } IL_0146: { // return state.QuaSmooth; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_69 = ___state1; NullCheck(L_69); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_70 = L_69->get_QuaSmooth_8(); return L_70; } } // System.Double o0.Bow.o09AxisAfterXiaMenFromDll::get_InitVariance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double o09AxisAfterXiaMenFromDll_get_InitVariance_mDCABB3329D260B9185F05D8321D88FF1DA268CF3 (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mE8589D1EFB2F9224FEDC33271AD0341D1C80BFF5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF8D37A8A63D26718169B09A08E21B8D0E9631227_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m90E2AAE1AB1C1063A20B549A90E683C4363DD21C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m07E212231A3C6E41EC282BDC8FFA4FD30FBE8F8B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852 V_1; memset((&V_1), 0, sizeof(V_1)); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var minVariance = double.MaxValue; V_0 = (1.7976931348623157E+308); // foreach(var i in States) List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_0 = __this->get_States_6(); NullCheck(L_0); Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852 L_1; L_1 = List_1_GetEnumerator_m07E212231A3C6E41EC282BDC8FFA4FD30FBE8F8B(L_0, /*hidden argument*/List_1_GetEnumerator_m07E212231A3C6E41EC282BDC8FFA4FD30FBE8F8B_RuntimeMethod_var); V_1 = L_1; } IL_0016: try {// begin try (depth: 1) { goto IL_004a; } IL_0018: { // foreach(var i in States) State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_2; L_2 = Enumerator_get_Current_m90E2AAE1AB1C1063A20B549A90E683C4363DD21C_inline((Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m90E2AAE1AB1C1063A20B549A90E683C4363DD21C_RuntimeMethod_var); V_2 = L_2; // if (!double.IsInfinity(i.Variance) // && !double.IsNaN(i.Variance) // && minVariance > i.Variance) State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_3 = V_2; NullCheck(L_3); double L_4 = L_3->get_Variance_9(); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_5; L_5 = Double_IsInfinity_mEA460DCA490F45C8AB5179BFFE48D3E06965381B(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_004a; } } IL_002d: { State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_6 = V_2; NullCheck(L_6); double L_7 = L_6->get_Variance_9(); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_8; L_8 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_004a; } } IL_003a: { double L_9 = V_0; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_10 = V_2; NullCheck(L_10); double L_11 = L_10->get_Variance_9(); if ((!(((double)L_9) > ((double)L_11)))) { goto IL_004a; } } IL_0043: { // minVariance = i.Variance; State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_12 = V_2; NullCheck(L_12); double L_13 = L_12->get_Variance_9(); V_0 = L_13; } IL_004a: { // foreach(var i in States) bool L_14; L_14 = Enumerator_MoveNext_mF8D37A8A63D26718169B09A08E21B8D0E9631227((Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mF8D37A8A63D26718169B09A08E21B8D0E9631227_RuntimeMethod_var); if (L_14) { goto IL_0018; } } IL_0053: { IL2CPP_LEAVE(0x63, FINALLY_0055); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0055; } FINALLY_0055: {// begin finally (depth: 1) Enumerator_Dispose_mE8589D1EFB2F9224FEDC33271AD0341D1C80BFF5((Enumerator_tC1A96EDF459BFB83C85B8B555C91208B7D7ED852 *)(&V_1), /*hidden argument*/Enumerator_Dispose_mE8589D1EFB2F9224FEDC33271AD0341D1C80BFF5_RuntimeMethod_var); IL2CPP_END_FINALLY(85) }// end finally (depth: 1) IL2CPP_CLEANUP(85) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x63, IL_0063) } IL_0063: { // return minVariance; double L_15 = V_0; return L_15; } } // System.Void o0.Bow.o09AxisAfterXiaMenFromDll::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisAfterXiaMenFromDll_Init_mFCDFCE20CD859F0D96E23EAAD6476997FBFFBF77 (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // States.Last().AccVariance = 1000; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_0 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_1; L_1 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_0, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); NullCheck(L_1); L_1->set_AccVariance_11((1000.0)); // States.Last().GyrVariance = 1000; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_2 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_3; L_3 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_2, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); NullCheck(L_3); L_3->set_GyrVariance_10((1000.0)); // States.Last().MagVariance = 1000; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_4 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_5; L_5 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_4, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); NullCheck(L_5); L_5->set_MagVariance_12((1000.0)); // States.Last().AccMagVariance = 1000; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_6 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_7; L_7 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_6, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); NullCheck(L_7); L_7->set_AccMagVariance_15((1000.0)); // States.Last().TotalVariance = 1000; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_8 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_9; L_9 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_8, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); NullCheck(L_9); L_9->set_TotalVariance_16((1000.0)); // } return; } } // o0.Geometry.Quaternion o0.Bow.o09AxisAfterXiaMenFromDll::SetIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 o09AxisAfterXiaMenFromDll_SetIdentity_m929955B26E9768110CAD9003950047FC71525FFB (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m781A4D98132AD5B08BD3532067702349E102F258_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_1; memset((&V_1), 0, sizeof(V_1)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; { // int averageCount = Math.Min(States.Count, 50); List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_0 = __this->get_States_6(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_inline(L_0, /*hidden argument*/List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_1, ((int32_t)50), /*hidden argument*/NULL); V_0 = L_2; // Vector aveAcc = Vector.Zero; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_3; L_3 = Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_inline(/*hidden argument*/Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_RuntimeMethod_var); V_1 = L_3; // Vector aveMag = Vector.Zero; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_4; L_4 = Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_inline(/*hidden argument*/Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_RuntimeMethod_var); V_2 = L_4; // for (var i = States.Count - averageCount; i < States.Count; ++i) List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_5 = __this->get_States_6(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_inline(L_5, /*hidden argument*/List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_RuntimeMethod_var); int32_t L_7 = V_0; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); goto IL_0065; } IL_002f: { // aveAcc += States[i].AccSmooth; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_8 = __this->get_States_6(); int32_t L_9 = V_3; NullCheck(L_8); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_10; L_10 = List_1_get_Item_m781A4D98132AD5B08BD3532067702349E102F258_inline(L_8, L_9, /*hidden argument*/List_1_get_Item_m781A4D98132AD5B08BD3532067702349E102F258_RuntimeMethod_var); NullCheck(L_10); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_11 = L_10->get_address_of_AccSmooth_2(); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_12; L_12 = Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_1), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_11, /*hidden argument*/Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_RuntimeMethod_var); V_1 = L_12; // aveMag += States[i].MagSmooth; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_13 = __this->get_States_6(); int32_t L_14 = V_3; NullCheck(L_13); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_15; L_15 = List_1_get_Item_m781A4D98132AD5B08BD3532067702349E102F258_inline(L_13, L_14, /*hidden argument*/List_1_get_Item_m781A4D98132AD5B08BD3532067702349E102F258_RuntimeMethod_var); NullCheck(L_15); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * L_16 = L_15->get_address_of_MagSmooth_5(); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_17; L_17 = Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_2), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)L_16, /*hidden argument*/Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_RuntimeMethod_var); V_2 = L_17; // for (var i = States.Count - averageCount; i < States.Count; ++i) int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0065: { // for (var i = States.Count - averageCount; i < States.Count; ++i) int32_t L_19 = V_3; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_20 = __this->get_States_6(); NullCheck(L_20); int32_t L_21; L_21 = List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_inline(L_20, /*hidden argument*/List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_RuntimeMethod_var); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_002f; } } { // aveAcc /= averageCount; int32_t L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_23; L_23 = Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_1), ((double)((double)L_22)), /*hidden argument*/Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_RuntimeMethod_var); V_1 = L_23; // aveMag /= averageCount; int32_t L_24 = V_0; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_25; L_25 = Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_2), ((double)((double)L_24)), /*hidden argument*/Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_RuntimeMethod_var); V_2 = L_25; // AccIdentity = aveAcc; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var); ((o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var))->set_AccIdentity_4(L_26); // MagIdentity = aveMag; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_27 = V_2; ((o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var))->set_MagIdentity_5(L_27); // States.Last().Qua = Geometry.Quaternion.Identity; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_28 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_29; L_29 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_28, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_30; L_30 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); NullCheck(L_29); L_29->set_Qua_7(L_30); // States.Last().QuaSmooth = Geometry.Quaternion.Identity; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_31 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_32; L_32 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_31, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_33; L_33 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); NullCheck(L_32); L_32->set_QuaSmooth_8(L_33); // States.Last().Variance = InitVariance; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_34 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_35; L_35 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_34, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); double L_36; L_36 = o09AxisAfterXiaMenFromDll_get_InitVariance_mDCABB3329D260B9185F05D8321D88FF1DA268CF3(__this, /*hidden argument*/NULL); NullCheck(L_35); L_35->set_Variance_9(L_36); // States.Last().AccVariance = InitVariance; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_37 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_38; L_38 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_37, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); double L_39; L_39 = o09AxisAfterXiaMenFromDll_get_InitVariance_mDCABB3329D260B9185F05D8321D88FF1DA268CF3(__this, /*hidden argument*/NULL); NullCheck(L_38); L_38->set_AccVariance_11(L_39); // States.Last().GyrVariance = InitVariance; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_40 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_41; L_41 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_40, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); double L_42; L_42 = o09AxisAfterXiaMenFromDll_get_InitVariance_mDCABB3329D260B9185F05D8321D88FF1DA268CF3(__this, /*hidden argument*/NULL); NullCheck(L_41); L_41->set_GyrVariance_10(L_42); // States.Last().MagVariance = InitVariance; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_43 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_44; L_44 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_43, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); double L_45; L_45 = o09AxisAfterXiaMenFromDll_get_InitVariance_mDCABB3329D260B9185F05D8321D88FF1DA268CF3(__this, /*hidden argument*/NULL); NullCheck(L_44); L_44->set_MagVariance_12(L_45); // States.Last().QuaAccMag = Geometry.Quaternion.Identity; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_46 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_47; L_47 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_46, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_48; L_48 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); NullCheck(L_47); L_47->set_QuaAccMag_13(L_48); // States.Last().QuaAccMagCount = 0; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_49 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_50; L_50 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_49, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); NullCheck(L_50); L_50->set_QuaAccMagCount_14(0); // States.Last().AccMagVariance = InitVariance; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_51 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_52; L_52 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_51, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); double L_53; L_53 = o09AxisAfterXiaMenFromDll_get_InitVariance_mDCABB3329D260B9185F05D8321D88FF1DA268CF3(__this, /*hidden argument*/NULL); NullCheck(L_52); L_52->set_AccMagVariance_15(L_53); // States.Last().TotalVariance = InitVariance; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_54 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_55; L_55 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_54, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); double L_56; L_56 = o09AxisAfterXiaMenFromDll_get_InitVariance_mDCABB3329D260B9185F05D8321D88FF1DA268CF3(__this, /*hidden argument*/NULL); NullCheck(L_55); L_55->set_TotalVariance_16(L_56); // return States.Last().Qua; List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_57 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_58; L_58 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_57, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); NullCheck(L_58); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_59 = L_58->get_Qua_7(); return L_59; } } // o0.Bow.o09AxisAfterXiaMenFromDll/State o0.Bow.o09AxisAfterXiaMenFromDll::getLastState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * o09AxisAfterXiaMenFromDll_getLastState_m0ADFB43ED64C6E36686BDA6A18397EE136BC9ACB (o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return this.States.Last(); List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * L_0 = __this->get_States_6(); State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * L_1; L_1 = Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761(L_0, /*hidden argument*/Enumerable_Last_TisState_t20D7395D2B8CF38C8F141ED95FB965983F62E61E_m160FE496B6A5B231547913ECDE74A760D7508761_RuntimeMethod_var); return L_1; } } // System.Void o0.Bow.o09AxisAfterXiaMenFromDll::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisAfterXiaMenFromDll__cctor_m76BC98B5015F08379D8F753EC5A2D3E4DFE11923 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Normalized_mC4FA03B6FFDE7F3B8DC6E83DAFFC732F78BB551B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_0; memset((&V_0), 0, sizeof(V_0)); { // static public Vector AccIdentity = new Vector(0, -1, 0); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_0; memset((&L_0), 0, sizeof(L_0)); Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6((&L_0), (0.0), (-1.0), (0.0), /*hidden argument*/Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_RuntimeMethod_var); ((o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var))->set_AccIdentity_4(L_0); // static public Vector MagIdentity = new Vector(-1, 2, 0).Normalized; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_1; memset((&L_1), 0, sizeof(L_1)); Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6((&L_1), (-1.0), (2.0), (0.0), /*hidden argument*/Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_RuntimeMethod_var); V_0 = L_1; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_2; L_2 = Vector_1_get_Normalized_mC4FA03B6FFDE7F3B8DC6E83DAFFC732F78BB551B((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_0), /*hidden argument*/Vector_1_get_Normalized_mC4FA03B6FFDE7F3B8DC6E83DAFFC732F78BB551B_RuntimeMethod_var); ((o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var))->set_MagIdentity_5(L_2); // public static double vari = 0.001; ((o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var))->set_vari_11((0.001)); 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 o0.Bow.o09AxisCS::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisCS__ctor_m4588EA04DB0D7C50077CC970750229E3AE8524F2 (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE4EE3C3602691D2F241A0B0FF61E6DFFAB4B55F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1AC582742E1372039AFBC44A784C7489E2BFAFE7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // o0Project.Variance HardwareVarianceGyr = new o0Project.Variance(1000); Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * L_0 = (Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 *)il2cpp_codegen_object_new(Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522_il2cpp_TypeInfo_var); Variance__ctor_mA260D9FFFA02E6F0A7F09A83042F9759149EEDC2(L_0, ((int32_t)1000), /*hidden argument*/NULL); __this->set_HardwareVarianceGyr_3(L_0); // o0Project.Variance HardwareVarianceAcc = new o0Project.Variance(1000); Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * L_1 = (Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 *)il2cpp_codegen_object_new(Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522_il2cpp_TypeInfo_var); Variance__ctor_mA260D9FFFA02E6F0A7F09A83042F9759149EEDC2(L_1, ((int32_t)1000), /*hidden argument*/NULL); __this->set_HardwareVarianceAcc_4(L_1); // o0Project.Variance HardwareVarianceMag = new o0Project.Variance(1000); Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * L_2 = (Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 *)il2cpp_codegen_object_new(Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522_il2cpp_TypeInfo_var); Variance__ctor_mA260D9FFFA02E6F0A7F09A83042F9759149EEDC2(L_2, ((int32_t)1000), /*hidden argument*/NULL); __this->set_HardwareVarianceMag_5(L_2); // public List States = new List(); List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_3 = (List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 *)il2cpp_codegen_object_new(List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26_il2cpp_TypeInfo_var); List_1__ctor_m1AC582742E1372039AFBC44A784C7489E2BFAFE7(L_3, /*hidden argument*/List_1__ctor_m1AC582742E1372039AFBC44A784C7489E2BFAFE7_RuntimeMethod_var); __this->set_States_6(L_3); // o0Aien.o0WeightedAverageFilterVector3 AccFilter = new o0Aien.o0WeightedAverageFilterVector3(1); o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * L_4 = (o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 *)il2cpp_codegen_object_new(o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42_il2cpp_TypeInfo_var); o0WeightedAverageFilterVector3__ctor_m3DD1CBCC1288E88300FCD5AA508B47ADB4297CDC(L_4, 1, /*hidden argument*/NULL); __this->set_AccFilter_11(L_4); // o0Aien.o0WeightedAverageFilterVector3 MagFilter = new o0Aien.o0WeightedAverageFilterVector3(1); o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * L_5 = (o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 *)il2cpp_codegen_object_new(o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42_il2cpp_TypeInfo_var); o0WeightedAverageFilterVector3__ctor_m3DD1CBCC1288E88300FCD5AA508B47ADB4297CDC(L_5, 1, /*hidden argument*/NULL); __this->set_MagFilter_12(L_5); // public double diff = 0.001; __this->set_diff_15((0.001)); // public o09AxisCS() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // QuaTest.Add(UnityEngine.Quaternion.identity); IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * L_6 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_QuaTest_0(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_7; L_7 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); NullCheck(L_6); List_1_Add_mE4EE3C3602691D2F241A0B0FF61E6DFFAB4B55F5(L_6, L_7, /*hidden argument*/List_1_Add_mE4EE3C3602691D2F241A0B0FF61E6DFFAB4B55F5_RuntimeMethod_var); // QuaTest.Add(UnityEngine.Quaternion.identity); List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * L_8 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_QuaTest_0(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_9; L_9 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); NullCheck(L_8); List_1_Add_mE4EE3C3602691D2F241A0B0FF61E6DFFAB4B55F5(L_8, L_9, /*hidden argument*/List_1_Add_mE4EE3C3602691D2F241A0B0FF61E6DFFAB4B55F5_RuntimeMethod_var); // } return; } } // o0.Geometry.Quaternion o0.Bow.o09AxisCS::Update(o0.Geometry.Vector`1,o0.Geometry.Vector`1,o0.Geometry.Vector`1,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 o09AxisCS_Update_mDF80914616550BC7AA7A516F5721D27DCF81F7F1 (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Gyr0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Acc1, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Mag2, double ___GapMS3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_0; memset((&V_0), 0, sizeof(V_0)); { // var GyrOperator = Geometry.Quaternion.Euler(Gyr * GapMS); double L_0 = ___GapMS3; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_1; L_1 = Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&___Gyr0), L_0, /*hidden argument*/Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_2; L_2 = Quaternion_Euler_m1C31D04A0F85F120AB2843A94B09879E5BCCBBD3((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&V_0), /*hidden argument*/NULL); // Geometry.Quaternion quaternion = Update(Acc, Gyr, Mag, (long)GapMS); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_3 = ___Acc1; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_4 = ___Gyr0; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_5 = ___Mag2; double L_6 = ___GapMS3; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_7; L_7 = o09AxisCS_Update_mDF80914616550BC7AA7A516F5721D27DCF81F7F1(__this, L_3, L_4, L_5, ((double)((double)((int64_t)((int64_t)L_6)))), /*hidden argument*/NULL); // return quaternion; return L_7; } } // UnityEngine.Quaternion o0.Bow.o09AxisCS::Update(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o09AxisCS_Update_mDE2B3F662D9CA0E5BE1B57793925446D3A1B6329 (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Acc0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Gyr1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Mag2, int64_t ___TimeGap3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_LastOrDefault_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m28B8F7D516D489210C282B05F669EBA13F7187E7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m052D928D97677C51332FCEC97BB1F1B3B1412A29_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m1457531A5400B96FCEC3A4A7F7B4AEB40ECE86CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&State_tA998B3974CD46E2941FB7670C333E0A82C1966D1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * V_0 = NULL; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * V_1 = NULL; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * G_B2_0 = NULL; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * G_B1_0 = NULL; { // var Last = States.LastOrDefault() ?? new State(); List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_0 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_1; L_1 = Enumerable_LastOrDefault_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m28B8F7D516D489210C282B05F669EBA13F7187E7(L_0, /*hidden argument*/Enumerable_LastOrDefault_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m28B8F7D516D489210C282B05F669EBA13F7187E7_RuntimeMethod_var); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_0014; } } { State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_3 = (State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 *)il2cpp_codegen_object_new(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1_il2cpp_TypeInfo_var); State__ctor_m599D28F7C70218520DB30FB302D7A83B1B8FC062(L_3, /*hidden argument*/NULL); G_B2_0 = L_3; } IL_0014: { V_0 = G_B2_0; // States.Add(new State()); List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_4 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_5 = (State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 *)il2cpp_codegen_object_new(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1_il2cpp_TypeInfo_var); State__ctor_m599D28F7C70218520DB30FB302D7A83B1B8FC062(L_5, /*hidden argument*/NULL); NullCheck(L_4); List_1_Add_m052D928D97677C51332FCEC97BB1F1B3B1412A29(L_4, L_5, /*hidden argument*/List_1_Add_m052D928D97677C51332FCEC97BB1F1B3B1412A29_RuntimeMethod_var); // if (States.Count > 200) List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_6 = __this->get_States_6(); NullCheck(L_6); int32_t L_7; L_7 = List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_inline(L_6, /*hidden argument*/List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_RuntimeMethod_var); if ((((int32_t)L_7) <= ((int32_t)((int32_t)200)))) { goto IL_0043; } } { // States.RemoveAt(0); List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_8 = __this->get_States_6(); NullCheck(L_8); List_1_RemoveAt_m1457531A5400B96FCEC3A4A7F7B4AEB40ECE86CE(L_8, 0, /*hidden argument*/List_1_RemoveAt_m1457531A5400B96FCEC3A4A7F7B4AEB40ECE86CE_RuntimeMethod_var); } IL_0043: { // var state = States.Last(); List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_9 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_10; L_10 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_9, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); V_1 = L_10; // state.Acc = Acc; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_11 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = ___Acc0; NullCheck(L_11); L_11->set_Acc_1(L_12); // state.AccSmooth = AccFilter.Update(Acc); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_13 = V_1; o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * L_14 = __this->get_AccFilter_11(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = ___Acc0; NullCheck(L_14); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = o0WeightedAverageFilterVector3_Update_m44397E1DBFBF3C4CED8F0928153ECD51CA969DE8(L_14, L_15, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_AccSmooth_2(L_16); // state.Gyr = Gyr; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_17 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = ___Gyr1; NullCheck(L_17); L_17->set_Gyr_3(L_18); // state.Mag = Mag;/** State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_19 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = ___Mag2; NullCheck(L_19); L_19->set_Mag_4(L_20); // state.MagSmooth = MagFilter.Update(Mag); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_21 = V_1; o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * L_22 = __this->get_MagFilter_12(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = ___Mag2; NullCheck(L_22); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = o0WeightedAverageFilterVector3_Update_m44397E1DBFBF3C4CED8F0928153ECD51CA969DE8(L_22, L_23, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_MagSmooth_5(L_24); // state.TimeGap = TimeGap; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_25 = V_1; int64_t L_26 = ___TimeGap3; NullCheck(L_25); L_25->set_TimeGap_0(L_26); // if (States.Count <= 1) List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_27 = __this->get_States_6(); NullCheck(L_27); int32_t L_28; L_28 = List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_inline(L_27, /*hidden argument*/List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_RuntimeMethod_var); if ((((int32_t)L_28) > ((int32_t)1))) { goto IL_00a4; } } { // return UnityEngine.Quaternion.identity; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_29; L_29 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); return L_29; } IL_00a4: { // return Process9Axis(Last, state); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_30 = V_0; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_31 = V_1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_32; L_32 = o09AxisCS_Process9Axis_mC42FB19767125BAD6356C5EB142967DFFEB13B8A(__this, L_30, L_31, /*hidden argument*/NULL); return L_32; } } // System.Void o0.Bow.o09AxisCS::OnShot(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisCS_OnShot_m8552004F7113F1362A0E703A2A3D275DB94C1D4E (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, int32_t ___TrackBack0, int32_t ___ShakeFrame1, int32_t ___AccVarianceInput2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extension_t435E9E63ACD3FD0EB0DC78D43C3F7EA40DA19437_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t60929E1AA80B46746F987B99A4EBD004FD72D370_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t72AB4B40AF5290B386215B0BFADC8919D394DCAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mEAF9361C3CAE7D920A43A60806BB8D41FA54D3DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A51D0032DE00C540525A91DC08888895A6249F4); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // this.AccVarianceInput = AccVarianceInput; int32_t L_0 = ___AccVarianceInput2; __this->set_AccVarianceInput_14(L_0); // TrackBack = Math.Min(TrackBack, States.Count); int32_t L_1 = ___TrackBack0; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_2 = __this->get_States_6(); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_inline(L_2, /*hidden argument*/List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_1, L_3, /*hidden argument*/NULL); ___TrackBack0 = L_4; // var startI = States.Count - TrackBack; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_5 = __this->get_States_6(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_inline(L_5, /*hidden argument*/List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_RuntimeMethod_var); int32_t L_7 = ___TrackBack0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); // State Last = default; V_1 = (State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 *)NULL; // foreach (var i in TrackBack.Range()) int32_t L_8 = ___TrackBack0; IL2CPP_RUNTIME_CLASS_INIT(Extension_t435E9E63ACD3FD0EB0DC78D43C3F7EA40DA19437_il2cpp_TypeInfo_var); RuntimeObject* L_9; L_9 = Extension_Range_m529497E6F9EBE9CCDB2C1C5E63EF44901C3CF5CB(L_8, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t60929E1AA80B46746F987B99A4EBD004FD72D370_il2cpp_TypeInfo_var, L_9); V_2 = L_10; } IL_0036: try {// begin try (depth: 1) { goto IL_005f; } IL_0038: { // foreach (var i in TrackBack.Range()) RuntimeObject* L_11 = V_2; NullCheck(L_11); int32_t L_12; L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t72AB4B40AF5290B386215B0BFADC8919D394DCAB_il2cpp_TypeInfo_var, L_11); V_3 = L_12; // var state = States[startI + i]; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_13 = __this->get_States_6(); int32_t L_14 = V_0; int32_t L_15 = V_3; NullCheck(L_13); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_16; L_16 = List_1_get_Item_mEAF9361C3CAE7D920A43A60806BB8D41FA54D3DD_inline(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/List_1_get_Item_mEAF9361C3CAE7D920A43A60806BB8D41FA54D3DD_RuntimeMethod_var); V_4 = L_16; // if (Last != default) State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_17 = V_1; if (!L_17) { goto IL_005c; } } IL_0052: { // Process9Axis(Last, state); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_18 = V_1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_19 = V_4; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_20; L_20 = o09AxisCS_Process9Axis_mC42FB19767125BAD6356C5EB142967DFFEB13B8A(__this, L_18, L_19, /*hidden argument*/NULL); } IL_005c: { // Last = state; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_21 = V_4; V_1 = L_21; } IL_005f: { // foreach (var i in TrackBack.Range()) RuntimeObject* L_22 = V_2; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_0038; } } IL_0067: { IL2CPP_LEAVE(0x73, FINALLY_0069); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0069; } FINALLY_0069: {// begin finally (depth: 1) { RuntimeObject* L_24 = V_2; if (!L_24) { goto IL_0072; } } IL_006c: { RuntimeObject* L_25 = V_2; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_25); } IL_0072: { IL2CPP_END_FINALLY(105) } }// end finally (depth: 1) IL2CPP_CLEANUP(105) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x73, IL_0073) } IL_0073: { // this.ShakeFrame = ShakeFrame; int32_t L_26 = ___ShakeFrame1; __this->set_ShakeFrame_13(L_26); // Debug.Log("OnShot");/** IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral5A51D0032DE00C540525A91DC08888895A6249F4, /*hidden argument*/NULL); // } return; } } // UnityEngine.Quaternion o0.Bow.o09AxisCS::Process9Axis(o0.Bow.o09AxisCS/State,o0.Bow.o09AxisCS/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o09AxisCS_Process9Axis_mC42FB19767125BAD6356C5EB142967DFFEB13B8A (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * ___Last0, State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); int64_t V_1 = 0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_2; memset((&V_2), 0, sizeof(V_2)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_3; memset((&V_3), 0, sizeof(V_3)); double V_4 = 0.0; double V_5 = 0.0; double V_6 = 0.0; double V_7 = 0.0; double V_8 = 0.0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_9; memset((&V_9), 0, sizeof(V_9)); double V_10 = 0.0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_11; memset((&V_11), 0, sizeof(V_11)); double V_12 = 0.0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_13; memset((&V_13), 0, sizeof(V_13)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_14; memset((&V_14), 0, sizeof(V_14)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_15; memset((&V_15), 0, sizeof(V_15)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_16; memset((&V_16), 0, sizeof(V_16)); double G_B10_0 = 0.0; double G_B9_0 = 0.0; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * G_B12_0 = NULL; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * G_B11_0 = NULL; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 G_B13_0; memset((&G_B13_0), 0, sizeof(G_B13_0)); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * G_B13_1 = NULL; float G_B17_0 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B17_1 = NULL; float G_B16_0 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B16_1 = NULL; int32_t G_B18_0 = 0; float G_B18_1 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B18_2 = NULL; float G_B20_0 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B20_1 = NULL; float G_B19_0 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B19_1 = NULL; int32_t G_B21_0 = 0; float G_B21_1 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B21_2 = NULL; float G_B23_0 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B23_1 = NULL; float G_B22_0 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B22_1 = NULL; int32_t G_B24_0 = 0; float G_B24_1 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B24_2 = NULL; { // Vector3 Acc = state.Acc; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_0 = ___state1; NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = L_0->get_Acc_1(); // Vector3 Gyr = state.Gyr; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_2 = ___state1; NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = L_2->get_Gyr_3(); V_0 = L_3; // Vector3 Mag = state.Mag; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_4 = ___state1; NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = L_4->get_Mag_4(); // long TimeGap = state.TimeGap; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_6 = ___state1; NullCheck(L_6); int64_t L_7 = L_6->get_TimeGap_0(); V_1 = L_7; // HardwareVarianceGyr.Update((Gyr).magnitude);//?????2.331017E-09 ??? 0.00000002331017 Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * L_8 = __this->get_HardwareVarianceGyr_3(); float L_9; L_9 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); NullCheck(L_8); Variance_Update_mF02E644186AD9314C9CC7FBD223A32B317C0840A(L_8, L_9, /*hidden argument*/NULL); // HardwareVarianceAcc.Update(Vector3.Angle(state.Acc, Last.Acc));//??0.0012??? Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * L_10 = __this->get_HardwareVarianceAcc_4(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_11 = ___state1; NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = L_11->get_Acc_1(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_13 = ___Last0; NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = L_13->get_Acc_1(); float L_15; L_15 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_12, L_14, /*hidden argument*/NULL); NullCheck(L_10); Variance_Update_mF02E644186AD9314C9CC7FBD223A32B317C0840A(L_10, L_15, /*hidden argument*/NULL); // HardwareVarianceMag.Update(Vector3.Angle(state.Mag, Last.Mag));//??3.5??? Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * L_16 = __this->get_HardwareVarianceMag_5(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_17 = ___state1; NullCheck(L_17); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = L_17->get_Mag_4(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_19 = ___Last0; NullCheck(L_19); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = L_19->get_Mag_4(); float L_21; L_21 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_18, L_20, /*hidden argument*/NULL); NullCheck(L_16); Variance_Update_mF02E644186AD9314C9CC7FBD223A32B317C0840A(L_16, L_21, /*hidden argument*/NULL); // var LastQuaternion = Last.Qua; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_22 = ___Last0; NullCheck(L_22); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_23 = L_22->get_Qua_7(); // var newQua = new UnityEngine.Quaternion(); il2cpp_codegen_initobj((&V_2), sizeof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )); // newQua.eulerAngles = Gyr * TimeGap; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = V_0; int64_t L_25 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_24, ((float)((float)L_25)), /*hidden argument*/NULL); Quaternion_set_eulerAngles_m8EC47544D5D909682498552C6A13BD0B13EA9277((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_2), L_26, /*hidden argument*/NULL); // var quaGyr = LastQuaternion * newQua; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_27 = V_2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_28; L_28 = Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0(L_23, L_27, /*hidden argument*/NULL); V_3 = L_28; // double AccLengthToAngle = 5;//1???????????? V_4 = (5.0); // double MagLengthToAngle = 5;//1???????????? V_5 = (5.0); // double GyrVariance = Last.Variance + Math.Pow((Gyr * TimeGap).magnitude * 0.3, 3)+ diff;// ??4 = ??2 * ???????2 ???????? State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_29 = ___Last0; NullCheck(L_29); double L_30 = L_29->get_Variance_9(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = V_0; int64_t L_32 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33; L_33 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_31, ((float)((float)L_32)), /*hidden argument*/NULL); V_15 = L_33; float L_34; L_34 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_15), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_35; L_35 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F(((double)il2cpp_codegen_multiply((double)((double)((double)L_34)), (double)(0.29999999999999999))), (3.0), /*hidden argument*/NULL); double L_36 = __this->get_diff_15(); V_6 = ((double)il2cpp_codegen_add((double)((double)il2cpp_codegen_add((double)L_30, (double)L_35)), (double)L_36)); // double AccVariance = Math.Max((Gyr * TimeGap).magnitude, Vector3.Angle(state.AccSmooth, Last.AccSmooth)) * 1 + Math.Pow(Math.Abs(state.AccSmooth.magnitude - 1) / 1 * AccLengthToAngle,4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37 = V_0; int64_t L_38 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_39; L_39 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_37, ((float)((float)L_38)), /*hidden argument*/NULL); V_15 = L_39; float L_40; L_40 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_15), /*hidden argument*/NULL); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_41 = ___state1; NullCheck(L_41); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42 = L_41->get_AccSmooth_2(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_43 = ___Last0; NullCheck(L_43); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44 = L_43->get_AccSmooth_2(); float L_45; L_45 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_42, L_44, /*hidden argument*/NULL); float L_46; L_46 = Math_Max_mEB87839DA28310AE4CB81A94D551874CFC2B1247(L_40, L_45, /*hidden argument*/NULL); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_47 = ___state1; NullCheck(L_47); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_48 = L_47->get_address_of_AccSmooth_2(); float L_49; L_49 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_48, /*hidden argument*/NULL); float L_50; L_50 = fabsf(((float)il2cpp_codegen_subtract((float)L_49, (float)(1.0f)))); double L_51 = V_4; double L_52; L_52 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F(((double)il2cpp_codegen_multiply((double)((double)((double)((float)((float)L_50/(float)(1.0f))))), (double)L_51)), (4.0), /*hidden argument*/NULL); V_7 = ((double)il2cpp_codegen_add((double)((double)((double)((float)il2cpp_codegen_multiply((float)L_46, (float)(1.0f))))), (double)L_52)); // double MagVariance = 10 + Math.Pow(Math.Abs(state.MagSmooth.magnitude - 1) / 1 * MagLengthToAngle, 4);/** State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_53 = ___state1; NullCheck(L_53); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_54 = L_53->get_address_of_MagSmooth_5(); float L_55; L_55 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_54, /*hidden argument*/NULL); float L_56; L_56 = fabsf(((float)il2cpp_codegen_subtract((float)L_55, (float)(1.0f)))); double L_57 = V_5; double L_58; L_58 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F(((double)il2cpp_codegen_multiply((double)((double)((double)((float)((float)L_56/(float)(1.0f))))), (double)L_57)), (4.0), /*hidden argument*/NULL); V_8 = ((double)il2cpp_codegen_add((double)(10.0), (double)L_58)); // state.Variance = GyrVariance; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_59 = ___state1; double L_60 = V_6; NullCheck(L_59); L_59->set_Variance_9(L_60); // state.Variance = state.Variance * (AccVariance+ MagVariance) / (state.Variance + (AccVariance + MagVariance)); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_61 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_62 = ___state1; NullCheck(L_62); double L_63 = L_62->get_Variance_9(); double L_64 = V_7; double L_65 = V_8; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_66 = ___state1; NullCheck(L_66); double L_67 = L_66->get_Variance_9(); double L_68 = V_7; double L_69 = V_8; NullCheck(L_61); L_61->set_Variance_9(((double)((double)((double)il2cpp_codegen_multiply((double)L_63, (double)((double)il2cpp_codegen_add((double)L_64, (double)L_65))))/(double)((double)il2cpp_codegen_add((double)L_67, (double)((double)il2cpp_codegen_add((double)L_68, (double)L_69))))))); // if (double.IsNaN(GyrVariance)) double L_70 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_71; L_71 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_70, /*hidden argument*/NULL); if (!L_71) { goto IL_01ae; } } { // GyrVariance = double.MinValue; V_6 = (-1.7976931348623157E+308); } IL_01ae: { // if (double.IsNaN(AccVariance)) double L_72 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_73; L_73 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_01c2; } } { // AccVariance = double.MinValue; V_7 = (-1.7976931348623157E+308); } IL_01c2: { // if (double.IsNaN(MagVariance)) double L_74 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_75; L_75 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_01d6; } } { // MagVariance = double.MinValue; V_8 = (-1.7976931348623157E+308); } IL_01d6: { // if (double.IsNaN(state.Variance)) State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_76 = ___state1; NullCheck(L_76); double L_77 = L_76->get_Variance_9(); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_78; L_78 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_77, /*hidden argument*/NULL); if (!L_78) { goto IL_01f2; } } { // state.Variance = double.MinValue; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_79 = ___state1; NullCheck(L_79); L_79->set_Variance_9((-1.7976931348623157E+308)); } IL_01f2: { // var quaAccMag = o0Project.o0.FormQuaternion(AccIdentity, MagIdentity, state.AccSmooth, state.MagSmooth, (float)(AccVariance / (AccVariance + MagVariance))); IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_80 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_AccIdentity_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_81 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_MagIdentity_2(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_82 = ___state1; NullCheck(L_82); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_83 = L_82->get_AccSmooth_2(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_84 = ___state1; NullCheck(L_84); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_85 = L_84->get_MagSmooth_5(); double L_86 = V_7; double L_87 = V_7; double L_88 = V_8; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_89; L_89 = o0_FormQuaternion_mF8F6FC27B3D03BCD8143E1130EF427CC1D0B867C(L_80, L_81, L_83, L_85, ((float)((float)((double)((double)L_86/(double)((double)il2cpp_codegen_add((double)L_87, (double)L_88)))))), /*hidden argument*/NULL); V_9 = L_89; // var quaMinRate = GyrVariance / (GyrVariance + Math.Max(AccVariance, MagVariance)); double L_90 = V_6; double L_91 = V_6; double L_92 = V_7; double L_93 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_94; L_94 = Math_Max_mA7AFB223891668427745BC854ACBC24849AEDCB6(L_92, L_93, /*hidden argument*/NULL); V_10 = ((double)((double)L_90/(double)((double)il2cpp_codegen_add((double)L_91, (double)L_94)))); // var quaMaxRate = GyrVariance / (GyrVariance + Math.Min(AccVariance, MagVariance)); double L_95 = V_6; double L_96 = V_6; double L_97 = V_7; double L_98 = V_8; double L_99; L_99 = Math_Min_m029DC981252B020B92B6DEC21AF0D42C56FA12B9(L_97, L_98, /*hidden argument*/NULL); // UnityEngine.Quaternion quaFirst = UnityEngine.Quaternion.Slerp(quaGyr, quaAccMag, (float)quaMinRate).normalized; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_100 = V_3; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_101 = V_9; double L_102 = V_10; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_103; L_103 = Quaternion_Slerp_m6D2BD18286254E28D2288B51962EC71F85C7B5C8(L_100, L_101, ((float)((float)L_102)), /*hidden argument*/NULL); V_16 = L_103; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_104; L_104 = Quaternion_get_normalized_m32E57BB637B9A38379421B1C269C299AF3002C94((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_16), /*hidden argument*/NULL); V_11 = L_104; // if (float.IsNaN(quaFirst.w)) Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_105 = V_11; float L_106 = L_105.get_w_3(); bool L_107; L_107 = Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599(L_106, /*hidden argument*/NULL); G_B9_0 = ((double)((double)L_95/(double)((double)il2cpp_codegen_add((double)L_96, (double)L_99)))); if (!L_107) { G_B10_0 = ((double)((double)L_95/(double)((double)il2cpp_codegen_add((double)L_96, (double)L_99)))); goto IL_0264; } } { // quaFirst = Last.Qua; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_108 = ___Last0; NullCheck(L_108); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_109 = L_108->get_Qua_7(); V_11 = L_109; G_B10_0 = G_B9_0; } IL_0264: { // var quaSecondRate = (quaMaxRate - quaMinRate) / (1 - quaMinRate); double L_110 = V_10; double L_111 = V_10; V_12 = ((double)((double)((double)il2cpp_codegen_subtract((double)G_B10_0, (double)L_110))/(double)((double)il2cpp_codegen_subtract((double)(1.0), (double)L_111)))); // state.Qua = AccVariance < MagVariance ? o0Project.o0.FormQuaternion(quaFirst, AccIdentity, state.AccSmooth, (float)quaSecondRate) : o0Project.o0.FormQuaternion(quaFirst, MagIdentity, state.MagSmooth, (float)quaSecondRate); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_112 = ___state1; double L_113 = V_7; double L_114 = V_8; G_B11_0 = L_112; if ((((double)L_113) < ((double)L_114))) { G_B12_0 = L_112; goto IL_0294; } } { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_115 = V_11; IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_116 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_MagIdentity_2(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_117 = ___state1; NullCheck(L_117); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_118 = L_117->get_MagSmooth_5(); double L_119 = V_12; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_120; L_120 = o0_FormQuaternion_mDC3C7843CF2D0738A85B6939CFDE47BACE51DD50(L_115, L_116, L_118, ((float)((float)L_119)), /*hidden argument*/NULL); G_B13_0 = L_120; G_B13_1 = G_B11_0; goto IL_02a9; } IL_0294: { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_121 = V_11; IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_122 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_AccIdentity_1(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_123 = ___state1; NullCheck(L_123); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_124 = L_123->get_AccSmooth_2(); double L_125 = V_12; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_126; L_126 = o0_FormQuaternion_mDC3C7843CF2D0738A85B6939CFDE47BACE51DD50(L_121, L_122, L_124, ((float)((float)L_125)), /*hidden argument*/NULL); G_B13_0 = L_126; G_B13_1 = G_B12_0; } IL_02a9: { NullCheck(G_B13_1); G_B13_1->set_Qua_7(G_B13_0); // if (float.IsNaN(state.Qua.w)) State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_127 = ___state1; NullCheck(L_127); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_128 = L_127->get_address_of_Qua_7(); float L_129 = L_128->get_w_3(); bool L_130; L_130 = Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599(L_129, /*hidden argument*/NULL); if (!L_130) { goto IL_02cc; } } { // state.Qua = Last.Qua;/** State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_131 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_132 = ___Last0; NullCheck(L_132); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_133 = L_132->get_Qua_7(); NullCheck(L_131); L_131->set_Qua_7(L_133); } IL_02cc: { // state.QuaSmooth = UnityEngine.Quaternion.Slerp(Last.QuaSmooth, state.Qua, 0.3f); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_134 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_135 = ___Last0; NullCheck(L_135); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_136 = L_135->get_QuaSmooth_8(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_137 = ___state1; NullCheck(L_137); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_138 = L_137->get_Qua_7(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_139; L_139 = Quaternion_Slerp_m6D2BD18286254E28D2288B51962EC71F85C7B5C8(L_136, L_138, (0.300000012f), /*hidden argument*/NULL); NullCheck(L_134); L_134->set_QuaSmooth_8(L_139); // var frontV = Last.Qua * Vector3.forward; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_140 = ___Last0; NullCheck(L_140); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_141 = L_140->get_Qua_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_142; L_142 = Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_143; L_143 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_141, L_142, /*hidden argument*/NULL); V_13 = L_143; // var upV = Last.Qua * Vector3.up; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_144 = ___Last0; NullCheck(L_144); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_145 = L_144->get_Qua_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_146; L_146 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_147; L_147 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_145, L_146, /*hidden argument*/NULL); V_14 = L_147; // x = (Mathf.Atan(upV.y / upV.z) / Mathf.PI * 180 + (upV.z < 0 ? 90:270)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_148 = V_14; float L_149 = L_148.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_150 = V_14; float L_151 = L_150.get_z_4(); float L_152; L_152 = atanf(((float)((float)L_149/(float)L_151))); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_153 = V_14; float L_154 = L_153.get_z_4(); G_B16_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_152/(float)(3.14159274f))), (float)(180.0f))); G_B16_1 = __this; if ((((float)L_154) < ((float)(0.0f)))) { G_B17_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_152/(float)(3.14159274f))), (float)(180.0f))); G_B17_1 = __this; goto IL_0342; } } { G_B18_0 = ((int32_t)270); G_B18_1 = G_B16_0; G_B18_2 = G_B16_1; goto IL_0344; } IL_0342: { G_B18_0 = ((int32_t)90); G_B18_1 = G_B17_0; G_B18_2 = G_B17_1; } IL_0344: { NullCheck(G_B18_2); G_B18_2->set_x_7(((float)il2cpp_codegen_add((float)G_B18_1, (float)((float)((float)G_B18_0))))); // y = (Mathf.Atan(frontV.z / frontV.x) / Mathf.PI * 180+(frontV.x < 0 ? 90:270)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_155 = V_13; float L_156 = L_155.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_157 = V_13; float L_158 = L_157.get_x_2(); float L_159; L_159 = atanf(((float)((float)L_156/(float)L_158))); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_160 = V_13; float L_161 = L_160.get_x_2(); G_B19_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_159/(float)(3.14159274f))), (float)(180.0f))); G_B19_1 = __this; if ((((float)L_161) < ((float)(0.0f)))) { G_B20_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_159/(float)(3.14159274f))), (float)(180.0f))); G_B20_1 = __this; goto IL_0381; } } { G_B21_0 = ((int32_t)270); G_B21_1 = G_B19_0; G_B21_2 = G_B19_1; goto IL_0383; } IL_0381: { G_B21_0 = ((int32_t)90); G_B21_1 = G_B20_0; G_B21_2 = G_B20_1; } IL_0383: { NullCheck(G_B21_2); G_B21_2->set_y_8(((float)il2cpp_codegen_add((float)G_B21_1, (float)((float)((float)G_B21_0))))); // z = (Mathf.Atan(upV.y / upV.x) / Mathf.PI * 180 + (upV.x < 0 ? 90:270)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_162 = V_14; float L_163 = L_162.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_164 = V_14; float L_165 = L_164.get_x_2(); float L_166; L_166 = atanf(((float)((float)L_163/(float)L_165))); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_167 = V_14; float L_168 = L_167.get_x_2(); G_B22_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_166/(float)(3.14159274f))), (float)(180.0f))); G_B22_1 = __this; if ((((float)L_168) < ((float)(0.0f)))) { G_B23_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_166/(float)(3.14159274f))), (float)(180.0f))); G_B23_1 = __this; goto IL_03c0; } } { G_B24_0 = ((int32_t)270); G_B24_1 = G_B22_0; G_B24_2 = G_B22_1; goto IL_03c2; } IL_03c0: { G_B24_0 = ((int32_t)90); G_B24_1 = G_B23_0; G_B24_2 = G_B23_1; } IL_03c2: { NullCheck(G_B24_2); G_B24_2->set_z_9(((float)il2cpp_codegen_add((float)G_B24_1, (float)((float)((float)G_B24_0))))); // return state.Qua; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_169 = ___state1; NullCheck(L_169); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_170 = L_169->get_Qua_7(); return L_170; } } // UnityEngine.Quaternion o0.Bow.o09AxisCS::Process9Axis2(o0.Bow.o09AxisCS/State,o0.Bow.o09AxisCS/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o09AxisCS_Process9Axis2_m02661F9F11D13431DD5853A24EE5E57FE182370B (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * ___Last0, State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m643F9EFDDEF03A67D768FF89C3476733A8F18973_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); int64_t V_3 = 0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_4; memset((&V_4), 0, sizeof(V_4)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_5; memset((&V_5), 0, sizeof(V_5)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_6; memset((&V_6), 0, sizeof(V_6)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_7; memset((&V_7), 0, sizeof(V_7)); double V_8 = 0.0; double V_9 = 0.0; double V_10 = 0.0; double V_11 = 0.0; double V_12 = 0.0; double V_13 = 0.0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_14; memset((&V_14), 0, sizeof(V_14)); double V_15 = 0.0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_16; memset((&V_16), 0, sizeof(V_16)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_17; memset((&V_17), 0, sizeof(V_17)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_18; memset((&V_18), 0, sizeof(V_18)); double G_B3_0 = 0.0; double G_B2_0 = 0.0; double G_B4_0 = 0.0; double G_B4_1 = 0.0; double G_B6_0 = 0.0; double G_B8_0 = 0.0; double G_B7_0 = 0.0; double G_B9_0 = 0.0; double G_B9_1 = 0.0; float G_B28_0 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B28_1 = NULL; float G_B27_0 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B27_1 = NULL; int32_t G_B29_0 = 0; float G_B29_1 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B29_2 = NULL; float G_B31_0 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B31_1 = NULL; float G_B30_0 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B30_1 = NULL; int32_t G_B32_0 = 0; float G_B32_1 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B32_2 = NULL; float G_B34_0 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B34_1 = NULL; float G_B33_0 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B33_1 = NULL; int32_t G_B35_0 = 0; float G_B35_1 = 0.0f; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * G_B35_2 = NULL; { // Vector3 Acc = state.Acc; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_0 = ___state1; NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = L_0->get_Acc_1(); V_0 = L_1; // Vector3 Gyr = state.Gyr; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_2 = ___state1; NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = L_2->get_Gyr_3(); V_1 = L_3; // Vector3 Mag = state.Mag; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_4 = ___state1; NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = L_4->get_Mag_4(); V_2 = L_5; // long TimeGap = state.TimeGap; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_6 = ___state1; NullCheck(L_6); int64_t L_7 = L_6->get_TimeGap_0(); V_3 = L_7; // HardwareVarianceGyr.Update((Gyr).magnitude);//?????2.331017E-09 ??? 0.00000002331017 Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * L_8 = __this->get_HardwareVarianceGyr_3(); float L_9; L_9 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); NullCheck(L_8); Variance_Update_mF02E644186AD9314C9CC7FBD223A32B317C0840A(L_8, L_9, /*hidden argument*/NULL); // HardwareVarianceAcc.Update(Vector3.Angle(state.Acc, Last.Acc));//??0.0012??? Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * L_10 = __this->get_HardwareVarianceAcc_4(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_11 = ___state1; NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = L_11->get_Acc_1(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_13 = ___Last0; NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = L_13->get_Acc_1(); float L_15; L_15 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_12, L_14, /*hidden argument*/NULL); NullCheck(L_10); Variance_Update_mF02E644186AD9314C9CC7FBD223A32B317C0840A(L_10, L_15, /*hidden argument*/NULL); // HardwareVarianceMag.Update(Vector3.Angle(state.Mag, Last.Mag));//??3.5??? Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * L_16 = __this->get_HardwareVarianceMag_5(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_17 = ___state1; NullCheck(L_17); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = L_17->get_Mag_4(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_19 = ___Last0; NullCheck(L_19); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = L_19->get_Mag_4(); float L_21; L_21 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_18, L_20, /*hidden argument*/NULL); NullCheck(L_16); Variance_Update_mF02E644186AD9314C9CC7FBD223A32B317C0840A(L_16, L_21, /*hidden argument*/NULL); // var LastQuaternion = Last.Qua; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_22 = ___Last0; NullCheck(L_22); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_23 = L_22->get_Qua_7(); // var GyrOperator = new UnityEngine.Quaternion(); il2cpp_codegen_initobj((&V_4), sizeof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )); // GyrOperator.eulerAngles = Gyr * TimeGap; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = V_1; int64_t L_25 = V_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_24, ((float)((float)L_25)), /*hidden argument*/NULL); Quaternion_set_eulerAngles_m8EC47544D5D909682498552C6A13BD0B13EA9277((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_4), L_26, /*hidden argument*/NULL); // var quaGyr = LastQuaternion * GyrOperator; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_27 = V_4; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_28; L_28 = Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0(L_23, L_27, /*hidden argument*/NULL); V_5 = L_28; // var accTest = new UnityEngine.Quaternion(); il2cpp_codegen_initobj((&V_6), sizeof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )); // accTest.SetFromToRotation(Last.Acc, Acc); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_29 = ___Last0; NullCheck(L_29); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30 = L_29->get_Acc_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = V_0; Quaternion_SetFromToRotation_m1D1A5DADFF464011D8B60AA8E28C4944A34B8119((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_6), L_30, L_31, /*hidden argument*/NULL); // accTest.w *= -1; float* L_32 = (&V_6)->get_address_of_w_3(); float* L_33 = L_32; float L_34 = *((float*)L_33); *((float*)L_33) = (float)((float)il2cpp_codegen_multiply((float)L_34, (float)(-1.0f))); // var magTest = new UnityEngine.Quaternion(); il2cpp_codegen_initobj((&V_7), sizeof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )); // magTest.SetFromToRotation(Last.Mag, Mag); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_35 = ___Last0; NullCheck(L_35); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36 = L_35->get_Mag_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37 = V_2; Quaternion_SetFromToRotation_m1D1A5DADFF464011D8B60AA8E28C4944A34B8119((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_7), L_36, L_37, /*hidden argument*/NULL); // magTest.w *= -1; float* L_38 = (&V_7)->get_address_of_w_3(); float* L_39 = L_38; float L_40 = *((float*)L_39); *((float*)L_39) = (float)((float)il2cpp_codegen_multiply((float)L_40, (float)(-1.0f))); // double AccLengthToAngle = 360;//1???????????? V_8 = (360.0); // double MagLengthToAngle = 360;//1???????????? V_9 = (360.0); // double GyrVariance = Math.Pow((Gyr * TimeGap).magnitude + 0.225, 0.5);//??????? Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41 = V_1; int64_t L_42 = V_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43; L_43 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_41, ((float)((float)L_42)), /*hidden argument*/NULL); V_18 = L_43; float L_44; L_44 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_18), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_45; L_45 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F(((double)il2cpp_codegen_add((double)((double)((double)L_44)), (double)(0.22500000000000001))), (0.5), /*hidden argument*/NULL); V_10 = L_45; // var modelVariance = Math.Pow(0.001 + (Gyr * TimeGap).magnitude * 0.3, 2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46 = V_1; int64_t L_47 = V_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_48; L_48 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_46, ((float)((float)L_47)), /*hidden argument*/NULL); V_18 = L_48; float L_49; L_49 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_18), /*hidden argument*/NULL); double L_50; L_50 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F(((double)il2cpp_codegen_add((double)(0.001), (double)((double)il2cpp_codegen_multiply((double)((double)((double)L_49)), (double)(0.29999999999999999))))), (2.0), /*hidden argument*/NULL); V_11 = L_50; // double AccVariance = AccVarianceInput != default ? AccVarianceInput : Math.Max(Math.Pow((Gyr * TimeGap).magnitude, 1), 1) // + (Math.Abs(state.AccSmooth.magnitude - 1) > 0.1 ? Math.Pow(Math.Abs(state.AccSmooth.magnitude - 1) / 1 * AccLengthToAngle, 4) : 0); int32_t L_51 = __this->get_AccVarianceInput_14(); if (L_51) { goto IL_01e7; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52 = V_1; int64_t L_53 = V_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_54; L_54 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_52, ((float)((float)L_53)), /*hidden argument*/NULL); V_18 = L_54; float L_55; L_55 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_18), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_56; L_56 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F(((double)((double)L_55)), (1.0), /*hidden argument*/NULL); double L_57; L_57 = Math_Max_mA7AFB223891668427745BC854ACBC24849AEDCB6(L_56, (1.0), /*hidden argument*/NULL); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_58 = ___state1; NullCheck(L_58); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_59 = L_58->get_address_of_AccSmooth_2(); float L_60; L_60 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_59, /*hidden argument*/NULL); float L_61; L_61 = fabsf(((float)il2cpp_codegen_subtract((float)L_60, (float)(1.0f)))); G_B2_0 = L_57; if ((((double)((double)((double)L_61))) > ((double)(0.10000000000000001)))) { G_B3_0 = L_57; goto IL_01b6; } } { G_B4_0 = (0.0); G_B4_1 = G_B2_0; goto IL_01e4; } IL_01b6: { State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_62 = ___state1; NullCheck(L_62); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_63 = L_62->get_address_of_AccSmooth_2(); float L_64; L_64 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_63, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); float L_65; L_65 = fabsf(((float)il2cpp_codegen_subtract((float)L_64, (float)(1.0f)))); double L_66 = V_8; double L_67; L_67 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F(((double)il2cpp_codegen_multiply((double)((double)((double)((float)((float)L_65/(float)(1.0f))))), (double)L_66)), (4.0), /*hidden argument*/NULL); G_B4_0 = L_67; G_B4_1 = G_B3_0; } IL_01e4: { G_B6_0 = ((double)il2cpp_codegen_add((double)G_B4_1, (double)G_B4_0)); goto IL_01ee; } IL_01e7: { int32_t L_68 = __this->get_AccVarianceInput_14(); G_B6_0 = ((double)((double)L_68)); } IL_01ee: { V_12 = G_B6_0; // double MagVariance = 9 // + (Math.Abs(state.MagSmooth.magnitude - 1) > 0.1 ? Math.Pow(Math.Abs(state.MagSmooth.magnitude - 1) * MagLengthToAngle, 4) : 0);//??4??2???2???/** State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_69 = ___state1; NullCheck(L_69); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_70 = L_69->get_address_of_MagSmooth_5(); float L_71; L_71 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_70, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); float L_72; L_72 = fabsf(((float)il2cpp_codegen_subtract((float)L_71, (float)(1.0f)))); G_B7_0 = (9.0); if ((((double)((double)((double)L_72))) > ((double)(0.10000000000000001)))) { G_B8_0 = (9.0); goto IL_0226; } } { G_B9_0 = (0.0); G_B9_1 = G_B7_0; goto IL_024e; } IL_0226: { State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_73 = ___state1; NullCheck(L_73); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_74 = L_73->get_address_of_MagSmooth_5(); float L_75; L_75 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_74, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); float L_76; L_76 = fabsf(((float)il2cpp_codegen_subtract((float)L_75, (float)(1.0f)))); double L_77 = V_9; double L_78; L_78 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F(((double)il2cpp_codegen_multiply((double)((double)((double)L_76)), (double)L_77)), (4.0), /*hidden argument*/NULL); G_B9_0 = L_78; G_B9_1 = G_B8_0; } IL_024e: { V_13 = ((double)il2cpp_codegen_add((double)G_B9_1, (double)G_B9_0)); // if (double.IsNaN(GyrVariance)) double L_79 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_80; L_80 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_79, /*hidden argument*/NULL); if (!L_80) { goto IL_0265; } } { // GyrVariance = double.MinValue; V_10 = (-1.7976931348623157E+308); } IL_0265: { // if (double.IsNaN(AccVariance)) double L_81 = V_12; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_82; L_82 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_0279; } } { // AccVariance = double.MinValue; V_12 = (-1.7976931348623157E+308); } IL_0279: { // if (double.IsNaN(MagVariance)) double L_83 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_84; L_84 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_83, /*hidden argument*/NULL); if (!L_84) { goto IL_028d; } } { // MagVariance = double.MinValue; V_13 = (-1.7976931348623157E+308); } IL_028d: { // if (double.IsNaN(state.GyrVariance)) State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_85 = ___state1; NullCheck(L_85); double L_86 = L_85->get_GyrVariance_10(); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_87; L_87 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_86, /*hidden argument*/NULL); if (!L_87) { goto IL_02a9; } } { // state.GyrVariance = double.MinValue; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_88 = ___state1; NullCheck(L_88); L_88->set_GyrVariance_10((-1.7976931348623157E+308)); } IL_02a9: { // if (double.IsNaN(state.AccVariance)) State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_89 = ___state1; NullCheck(L_89); double L_90 = L_89->get_AccVariance_11(); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_91; L_91 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_90, /*hidden argument*/NULL); if (!L_91) { goto IL_02c5; } } { // state.AccVariance = double.MinValue; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_92 = ___state1; NullCheck(L_92); L_92->set_AccVariance_11((-1.7976931348623157E+308)); } IL_02c5: { // if (double.IsNaN(state.MagVariance)) State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_93 = ___state1; NullCheck(L_93); double L_94 = L_93->get_MagVariance_12(); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_95; L_95 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_94, /*hidden argument*/NULL); if (!L_95) { goto IL_02e1; } } { // state.MagVariance = double.MinValue; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_96 = ___state1; NullCheck(L_96); L_96->set_MagVariance_12((-1.7976931348623157E+308)); } IL_02e1: { // var quaAccMag = o0Project.o0.FormQuaternion(AccIdentity, MagIdentity, state.AccSmooth, state.MagSmooth, 1); IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_97 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_AccIdentity_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_98 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_MagIdentity_2(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_99 = ___state1; NullCheck(L_99); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_100 = L_99->get_AccSmooth_2(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_101 = ___state1; NullCheck(L_101); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_102 = L_101->get_MagSmooth_5(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_103; L_103 = o0_FormQuaternion_mF8F6FC27B3D03BCD8143E1130EF427CC1D0B867C(L_97, L_98, L_100, L_102, (1.0f), /*hidden argument*/NULL); V_14 = L_103; // var AccMagVariance = AccVariance + MagVariance; double L_104 = V_12; double L_105 = V_13; V_15 = ((double)il2cpp_codegen_add((double)L_104, (double)L_105)); // if (GyrVariance > 2f) double L_106 = V_10; if ((!(((double)L_106) > ((double)(2.0))))) { goto IL_0330; } } { // state.AccMagVariance = 25; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_107 = ___state1; NullCheck(L_107); L_107->set_AccMagVariance_15((25.0)); // state.QuaAccMag = quaGyr; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_108 = ___state1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_109 = V_5; NullCheck(L_108); L_108->set_QuaAccMag_13(L_109); // } goto IL_03a2; } IL_0330: { // state.AccMagVariance = Math.Min(Last.AccMagVariance + Math.Max(GyrVariance - 1.0, 0), 10000); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_110 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_111 = ___Last0; NullCheck(L_111); double L_112 = L_111->get_AccMagVariance_15(); double L_113 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_114; L_114 = Math_Max_mA7AFB223891668427745BC854ACBC24849AEDCB6(((double)il2cpp_codegen_subtract((double)L_113, (double)(1.0))), (0.0), /*hidden argument*/NULL); double L_115; L_115 = Math_Min_m029DC981252B020B92B6DEC21AF0D42C56FA12B9(((double)il2cpp_codegen_add((double)L_112, (double)L_114)), (10000.0), /*hidden argument*/NULL); NullCheck(L_110); L_110->set_AccMagVariance_15(L_115); // state.QuaAccMag = UnityEngine.Quaternion.Slerp(Last.QuaAccMag, quaAccMag, (float)(state.AccMagVariance / (state.AccMagVariance + AccMagVariance))); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_116 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_117 = ___Last0; NullCheck(L_117); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_118 = L_117->get_QuaAccMag_13(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_119 = V_14; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_120 = ___state1; NullCheck(L_120); double L_121 = L_120->get_AccMagVariance_15(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_122 = ___state1; NullCheck(L_122); double L_123 = L_122->get_AccMagVariance_15(); double L_124 = V_15; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_125; L_125 = Quaternion_Slerp_m6D2BD18286254E28D2288B51962EC71F85C7B5C8(L_118, L_119, ((float)((float)((double)((double)L_121/(double)((double)il2cpp_codegen_add((double)L_123, (double)L_124)))))), /*hidden argument*/NULL); NullCheck(L_116); L_116->set_QuaAccMag_13(L_125); // state.AccMagVariance = state.AccMagVariance * AccMagVariance / (state.AccMagVariance + AccMagVariance); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_126 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_127 = ___state1; NullCheck(L_127); double L_128 = L_127->get_AccMagVariance_15(); double L_129 = V_15; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_130 = ___state1; NullCheck(L_130); double L_131 = L_130->get_AccMagVariance_15(); double L_132 = V_15; NullCheck(L_126); L_126->set_AccMagVariance_15(((double)((double)((double)il2cpp_codegen_multiply((double)L_128, (double)L_129))/(double)((double)il2cpp_codegen_add((double)L_131, (double)L_132))))); } IL_03a2: { // state.GyrVariance = Math.Min(Last.GyrVariance + GyrVariance, 10000); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_133 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_134 = ___Last0; NullCheck(L_134); double L_135 = L_134->get_GyrVariance_10(); double L_136 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_137; L_137 = Math_Min_m029DC981252B020B92B6DEC21AF0D42C56FA12B9(((double)il2cpp_codegen_add((double)L_135, (double)L_136)), (10000.0), /*hidden argument*/NULL); NullCheck(L_133); L_133->set_GyrVariance_10(L_137); // state.GyrVariance = state.GyrVariance * GyrVariance / (state.GyrVariance + GyrVariance); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_138 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_139 = ___state1; NullCheck(L_139); double L_140 = L_139->get_GyrVariance_10(); double L_141 = V_10; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_142 = ___state1; NullCheck(L_142); double L_143 = L_142->get_GyrVariance_10(); double L_144 = V_10; NullCheck(L_138); L_138->set_GyrVariance_10(((double)((double)((double)il2cpp_codegen_multiply((double)L_140, (double)L_141))/(double)((double)il2cpp_codegen_add((double)L_143, (double)L_144))))); // state.MagVariance = Math.Min(Last.MagVariance + modelVariance, 10000); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_145 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_146 = ___Last0; NullCheck(L_146); double L_147 = L_146->get_MagVariance_12(); double L_148 = V_11; double L_149; L_149 = Math_Min_m029DC981252B020B92B6DEC21AF0D42C56FA12B9(((double)il2cpp_codegen_add((double)L_147, (double)L_148)), (10000.0), /*hidden argument*/NULL); NullCheck(L_145); L_145->set_MagVariance_12(L_149); // state.Qua = o0Project.o0.FormQuaternion(quaGyr, MagIdentity, state.MagSmooth, (float)(state.MagVariance / (state.MagVariance + MagVariance))); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_150 = ___state1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_151 = V_5; IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_152 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_MagIdentity_2(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_153 = ___state1; NullCheck(L_153); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_154 = L_153->get_MagSmooth_5(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_155 = ___state1; NullCheck(L_155); double L_156 = L_155->get_MagVariance_12(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_157 = ___state1; NullCheck(L_157); double L_158 = L_157->get_MagVariance_12(); double L_159 = V_13; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_160; L_160 = o0_FormQuaternion_mDC3C7843CF2D0738A85B6939CFDE47BACE51DD50(L_151, L_152, L_154, ((float)((float)((double)((double)L_156/(double)((double)il2cpp_codegen_add((double)L_158, (double)L_159)))))), /*hidden argument*/NULL); NullCheck(L_150); L_150->set_Qua_7(L_160); // state.MagVariance = state.MagVariance * MagVariance / (state.MagVariance + MagVariance); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_161 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_162 = ___state1; NullCheck(L_162); double L_163 = L_162->get_MagVariance_12(); double L_164 = V_13; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_165 = ___state1; NullCheck(L_165); double L_166 = L_165->get_MagVariance_12(); double L_167 = V_13; NullCheck(L_161); L_161->set_MagVariance_12(((double)((double)((double)il2cpp_codegen_multiply((double)L_163, (double)L_164))/(double)((double)il2cpp_codegen_add((double)L_166, (double)L_167))))); // state.AccVariance = Math.Min(Last.AccVariance + modelVariance, 10000); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_168 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_169 = ___Last0; NullCheck(L_169); double L_170 = L_169->get_AccVariance_11(); double L_171 = V_11; double L_172; L_172 = Math_Min_m029DC981252B020B92B6DEC21AF0D42C56FA12B9(((double)il2cpp_codegen_add((double)L_170, (double)L_171)), (10000.0), /*hidden argument*/NULL); NullCheck(L_168); L_168->set_AccVariance_11(L_172); // state.Qua = o0Project.o0.FormQuaternion(state.Qua, AccIdentity, state.AccSmooth, (float)(state.AccVariance / (state.AccVariance + AccVariance))); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_173 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_174 = ___state1; NullCheck(L_174); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_175 = L_174->get_Qua_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_176 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_AccIdentity_1(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_177 = ___state1; NullCheck(L_177); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_178 = L_177->get_AccSmooth_2(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_179 = ___state1; NullCheck(L_179); double L_180 = L_179->get_AccVariance_11(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_181 = ___state1; NullCheck(L_181); double L_182 = L_181->get_AccVariance_11(); double L_183 = V_12; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_184; L_184 = o0_FormQuaternion_mDC3C7843CF2D0738A85B6939CFDE47BACE51DD50(L_175, L_176, L_178, ((float)((float)((double)((double)L_180/(double)((double)il2cpp_codegen_add((double)L_182, (double)L_183)))))), /*hidden argument*/NULL); NullCheck(L_173); L_173->set_Qua_7(L_184); // state.AccVariance = state.AccVariance * AccVariance / (state.AccVariance + AccVariance); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_185 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_186 = ___state1; NullCheck(L_186); double L_187 = L_186->get_AccVariance_11(); double L_188 = V_12; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_189 = ___state1; NullCheck(L_189); double L_190 = L_189->get_AccVariance_11(); double L_191 = V_12; NullCheck(L_185); L_185->set_AccVariance_11(((double)((double)((double)il2cpp_codegen_multiply((double)L_187, (double)L_188))/(double)((double)il2cpp_codegen_add((double)L_190, (double)L_191))))); // if (float.IsNaN(state.Qua.w)) State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_192 = ___state1; NullCheck(L_192); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_193 = L_192->get_address_of_Qua_7(); float L_194 = L_193->get_w_3(); bool L_195; L_195 = Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599(L_194, /*hidden argument*/NULL); if (!L_195) { goto IL_04b8; } } { // state.Qua = Last.Qua;/** State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_196 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_197 = ___Last0; NullCheck(L_197); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_198 = L_197->get_Qua_7(); NullCheck(L_196); L_196->set_Qua_7(L_198); } IL_04b8: { // state.QuaSmooth = UnityEngine.Quaternion.Slerp(Last.QuaSmooth, state.Qua, 0.3f);//Last.QuaSmooth - state.Qua 0 - 1 State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_199 = ___state1; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_200 = ___Last0; NullCheck(L_200); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_201 = L_200->get_QuaSmooth_8(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_202 = ___state1; NullCheck(L_202); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_203 = L_202->get_Qua_7(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_204; L_204 = Quaternion_Slerp_m6D2BD18286254E28D2288B51962EC71F85C7B5C8(L_201, L_203, (0.300000012f), /*hidden argument*/NULL); NullCheck(L_199); L_199->set_QuaSmooth_8(L_204); // var frontV = Last.Qua * Vector3.forward; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_205 = ___Last0; NullCheck(L_205); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_206 = L_205->get_Qua_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_207; L_207 = Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_208; L_208 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_206, L_207, /*hidden argument*/NULL); V_16 = L_208; // var upV = Last.Qua * Vector3.up; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_209 = ___Last0; NullCheck(L_209); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_210 = L_209->get_Qua_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_211; L_211 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_212; L_212 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_210, L_211, /*hidden argument*/NULL); V_17 = L_212; // x = (Mathf.Atan(upV.y / upV.z) / Mathf.PI * 180 + (upV.z < 0 ? 90 : 270)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_213 = V_17; float L_214 = L_213.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_215 = V_17; float L_216 = L_215.get_z_4(); float L_217; L_217 = atanf(((float)((float)L_214/(float)L_216))); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_218 = V_17; float L_219 = L_218.get_z_4(); G_B27_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_217/(float)(3.14159274f))), (float)(180.0f))); G_B27_1 = __this; if ((((float)L_219) < ((float)(0.0f)))) { G_B28_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_217/(float)(3.14159274f))), (float)(180.0f))); G_B28_1 = __this; goto IL_052e; } } { G_B29_0 = ((int32_t)270); G_B29_1 = G_B27_0; G_B29_2 = G_B27_1; goto IL_0530; } IL_052e: { G_B29_0 = ((int32_t)90); G_B29_1 = G_B28_0; G_B29_2 = G_B28_1; } IL_0530: { NullCheck(G_B29_2); G_B29_2->set_x_7(((float)il2cpp_codegen_add((float)G_B29_1, (float)((float)((float)G_B29_0))))); // y = (Mathf.Atan(frontV.z / frontV.x) / Mathf.PI * 180 + (frontV.x < 0 ? 90 : 270)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_220 = V_16; float L_221 = L_220.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_222 = V_16; float L_223 = L_222.get_x_2(); float L_224; L_224 = atanf(((float)((float)L_221/(float)L_223))); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_225 = V_16; float L_226 = L_225.get_x_2(); G_B30_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_224/(float)(3.14159274f))), (float)(180.0f))); G_B30_1 = __this; if ((((float)L_226) < ((float)(0.0f)))) { G_B31_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_224/(float)(3.14159274f))), (float)(180.0f))); G_B31_1 = __this; goto IL_056d; } } { G_B32_0 = ((int32_t)270); G_B32_1 = G_B30_0; G_B32_2 = G_B30_1; goto IL_056f; } IL_056d: { G_B32_0 = ((int32_t)90); G_B32_1 = G_B31_0; G_B32_2 = G_B31_1; } IL_056f: { NullCheck(G_B32_2); G_B32_2->set_y_8(((float)il2cpp_codegen_add((float)G_B32_1, (float)((float)((float)G_B32_0))))); // z = (Mathf.Atan(upV.y / upV.x) / Mathf.PI * 180 + (upV.x < 0 ? 90 : 270)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_227 = V_17; float L_228 = L_227.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_229 = V_17; float L_230 = L_229.get_x_2(); float L_231; L_231 = atanf(((float)((float)L_228/(float)L_230))); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_232 = V_17; float L_233 = L_232.get_x_2(); G_B33_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_231/(float)(3.14159274f))), (float)(180.0f))); G_B33_1 = __this; if ((((float)L_233) < ((float)(0.0f)))) { G_B34_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_231/(float)(3.14159274f))), (float)(180.0f))); G_B34_1 = __this; goto IL_05ac; } } { G_B35_0 = ((int32_t)270); G_B35_1 = G_B33_0; G_B35_2 = G_B33_1; goto IL_05ae; } IL_05ac: { G_B35_0 = ((int32_t)90); G_B35_1 = G_B34_0; G_B35_2 = G_B34_1; } IL_05ae: { NullCheck(G_B35_2); G_B35_2->set_z_9(((float)il2cpp_codegen_add((float)G_B35_1, (float)((float)((float)G_B35_0))))); // QuaTest[0] = o0Project.o0.FormQuaternion(AccIdentity, MagIdentity, state.AccSmooth, state.MagSmooth, (float)(AccVariance / (AccVariance + MagVariance))); IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * L_234 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_QuaTest_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_235 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_AccIdentity_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_236 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_MagIdentity_2(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_237 = ___state1; NullCheck(L_237); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_238 = L_237->get_AccSmooth_2(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_239 = ___state1; NullCheck(L_239); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_240 = L_239->get_MagSmooth_5(); double L_241 = V_12; double L_242 = V_12; double L_243 = V_13; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_244; L_244 = o0_FormQuaternion_mF8F6FC27B3D03BCD8143E1130EF427CC1D0B867C(L_235, L_236, L_238, L_240, ((float)((float)((double)((double)L_241/(double)((double)il2cpp_codegen_add((double)L_242, (double)L_243)))))), /*hidden argument*/NULL); NullCheck(L_234); List_1_set_Item_m643F9EFDDEF03A67D768FF89C3476733A8F18973(L_234, 0, L_244, /*hidden argument*/List_1_set_Item_m643F9EFDDEF03A67D768FF89C3476733A8F18973_RuntimeMethod_var); // QuaTest[1] = state.QuaAccMag; List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * L_245 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_QuaTest_0(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_246 = ___state1; NullCheck(L_246); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_247 = L_246->get_QuaAccMag_13(); NullCheck(L_245); List_1_set_Item_m643F9EFDDEF03A67D768FF89C3476733A8F18973(L_245, 1, L_247, /*hidden argument*/List_1_set_Item_m643F9EFDDEF03A67D768FF89C3476733A8F18973_RuntimeMethod_var); // if (ShakeFrame > 0) int32_t L_248 = __this->get_ShakeFrame_13(); if ((((int32_t)L_248) <= ((int32_t)0))) { goto IL_061b; } } { // --ShakeFrame; int32_t L_249 = __this->get_ShakeFrame_13(); __this->set_ShakeFrame_13(((int32_t)il2cpp_codegen_subtract((int32_t)L_249, (int32_t)1))); // if (ShakeFrame == 0) int32_t L_250 = __this->get_ShakeFrame_13(); if (L_250) { goto IL_061b; } } { // AccVarianceInput = default; __this->set_AccVarianceInput_14(0); } IL_061b: { // return state.QuaSmooth; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_251 = ___state1; NullCheck(L_251); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_252 = L_251->get_QuaSmooth_8(); return L_252; } } // System.Void o0.Bow.o09AxisCS::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisCS_Init_mD416D5FB8295F94119D337933DE8506C2C476CF1 (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // States.Last().Variance = 1000; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_0 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_1; L_1 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_0, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); NullCheck(L_1); L_1->set_Variance_9((1000.0)); // States.Last().AccVariance = 1000; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_2 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_3; L_3 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_2, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); NullCheck(L_3); L_3->set_AccVariance_11((1000.0)); // States.Last().GyrVariance = 1000; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_4 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_5; L_5 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_4, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); NullCheck(L_5); L_5->set_GyrVariance_10((1000.0)); // States.Last().MagVariance = 1000; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_6 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_7; L_7 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_6, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); NullCheck(L_7); L_7->set_MagVariance_12((1000.0)); // States.Last().AccMagVariance = 1000; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_8 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_9; L_9 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_8, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); NullCheck(L_9); L_9->set_AccMagVariance_15((1000.0)); // States.Last().TotalVariance = 1000; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_10 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_11; L_11 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_10, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); NullCheck(L_11); L_11->set_TotalVariance_16((1000.0)); // } return; } } // UnityEngine.Quaternion o0.Bow.o09AxisCS::SetIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o09AxisCS_SetIdentity_mCB7396F5E1176CF603C2BC2F0D13B6590CC077D8 (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mEAF9361C3CAE7D920A43A60806BB8D41FA54D3DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; { // int averageCount = Math.Min(States.Count, 50); List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_0 = __this->get_States_6(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_inline(L_0, /*hidden argument*/List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_1, ((int32_t)50), /*hidden argument*/NULL); V_0 = L_2; // Vector3 aveAcc = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_1 = L_3; // Vector3 aveMag = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_2 = L_4; // for (var i = States.Count - averageCount; i < States.Count; ++i) List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_5 = __this->get_States_6(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_inline(L_5, /*hidden argument*/List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_RuntimeMethod_var); int32_t L_7 = V_0; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); goto IL_0063; } IL_002f: { // aveAcc += States[i].Acc; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = V_1; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_9 = __this->get_States_6(); int32_t L_10 = V_3; NullCheck(L_9); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_11; L_11 = List_1_get_Item_mEAF9361C3CAE7D920A43A60806BB8D41FA54D3DD_inline(L_9, L_10, /*hidden argument*/List_1_get_Item_mEAF9361C3CAE7D920A43A60806BB8D41FA54D3DD_RuntimeMethod_var); NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = L_11->get_Acc_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_8, L_12, /*hidden argument*/NULL); V_1 = L_13; // aveMag += States[i].Mag; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = V_2; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_15 = __this->get_States_6(); int32_t L_16 = V_3; NullCheck(L_15); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_17; L_17 = List_1_get_Item_mEAF9361C3CAE7D920A43A60806BB8D41FA54D3DD_inline(L_15, L_16, /*hidden argument*/List_1_get_Item_mEAF9361C3CAE7D920A43A60806BB8D41FA54D3DD_RuntimeMethod_var); NullCheck(L_17); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = L_17->get_Mag_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19; L_19 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_14, L_18, /*hidden argument*/NULL); V_2 = L_19; // for (var i = States.Count - averageCount; i < States.Count; ++i) int32_t L_20 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0063: { // for (var i = States.Count - averageCount; i < States.Count; ++i) int32_t L_21 = V_3; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_22 = __this->get_States_6(); NullCheck(L_22); int32_t L_23; L_23 = List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_inline(L_22, /*hidden argument*/List_1_get_Count_m5A2D083EFCC84AD05BF128CAB31B17A59ABC1C23_RuntimeMethod_var); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_002f; } } { // aveAcc /= averageCount; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = V_1; int32_t L_25 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_24, ((float)((float)L_25)), /*hidden argument*/NULL); V_1 = L_26; // aveMag /= averageCount; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27 = V_2; int32_t L_28 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_27, ((float)((float)L_28)), /*hidden argument*/NULL); V_2 = L_29; // AccIdentity = aveAcc; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30 = V_1; IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->set_AccIdentity_1(L_30); // MagIdentity = aveMag; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = V_2; ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->set_MagIdentity_2(L_31); // States.Last().Qua = UnityEngine.Quaternion.identity; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_32 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_33; L_33 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_32, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_34; L_34 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); NullCheck(L_33); L_33->set_Qua_7(L_34); // States.Last().QuaSmooth = UnityEngine.Quaternion.identity; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_35 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_36; L_36 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_35, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_37; L_37 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); NullCheck(L_36); L_36->set_QuaSmooth_8(L_37); // States.Last().Variance = 0.0000001; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_38 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_39; L_39 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_38, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); NullCheck(L_39); L_39->set_Variance_9((9.9999999999999995E-08)); // States.Last().AccVariance = 0.0000001; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_40 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_41; L_41 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_40, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); NullCheck(L_41); L_41->set_AccVariance_11((9.9999999999999995E-08)); // States.Last().GyrVariance = 0.0000001; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_42 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_43; L_43 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_42, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); NullCheck(L_43); L_43->set_GyrVariance_10((9.9999999999999995E-08)); // States.Last().MagVariance = 0.0000001; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_44 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_45; L_45 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_44, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); NullCheck(L_45); L_45->set_MagVariance_12((9.9999999999999995E-08)); // States.Last().QuaAccMag = UnityEngine.Quaternion.identity; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_46 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_47; L_47 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_46, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_48; L_48 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); NullCheck(L_47); L_47->set_QuaAccMag_13(L_48); // States.Last().QuaAccMagCount = 0; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_49 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_50; L_50 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_49, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); NullCheck(L_50); L_50->set_QuaAccMagCount_14(0); // States.Last().AccMagVariance = 0.0000001; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_51 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_52; L_52 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_51, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); NullCheck(L_52); L_52->set_AccMagVariance_15((9.9999999999999995E-08)); // States.Last().TotalVariance = 0.0000001; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_53 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_54; L_54 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_53, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); NullCheck(L_54); L_54->set_TotalVariance_16((9.9999999999999995E-08)); // return States.Last().Qua; List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_55 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_56; L_56 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_55, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); NullCheck(L_56); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_57 = L_56->get_Qua_7(); return L_57; } } // o0.Bow.o09AxisCS/State o0.Bow.o09AxisCS::getLastState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * o09AxisCS_getLastState_mF9C81744879FD6D091727FF11B3CB7CBE50B656E (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return this.States.Last(); List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_0 = __this->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_1; L_1 = Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F(L_0, /*hidden argument*/Enumerable_Last_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m205EEAF86C03933510589AEE356556AA340E993F_RuntimeMethod_var); return L_1; } } // System.Void o0.Bow.o09AxisCS::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisCS__cctor_m450B6D4DED8851CB9F2C0DC798622789B141A545 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m56C00E186C52C3A18C014B019D76A4D67D5EDC2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // public static List QuaTest = new List(); List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * L_0 = (List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB *)il2cpp_codegen_object_new(List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB_il2cpp_TypeInfo_var); List_1__ctor_m56C00E186C52C3A18C014B019D76A4D67D5EDC2D(L_0, /*hidden argument*/List_1__ctor_m56C00E186C52C3A18C014B019D76A4D67D5EDC2D_RuntimeMethod_var); ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->set_QuaTest_0(L_0); // static public Vector3 AccIdentity = new Vector3(0, -1, 0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; memset((&L_1), 0, sizeof(L_1)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_1), (0.0f), (-1.0f), (0.0f), /*hidden argument*/NULL); ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->set_AccIdentity_1(L_1); // static public Vector3 MagIdentity = new Vector3(-1, 2, 0).normalized; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; memset((&L_2), 0, sizeof(L_2)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_2), (-1.0f), (2.0f), (0.0f), /*hidden argument*/NULL); V_0 = L_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->set_MagIdentity_2(L_3); 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 // UnityEngine.Quaternion o09AxisCSBridge::Update_f(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 o09AxisCSBridge_Update_f_m32EAE4ACD924B3C958DF4E46783EE92AEA0D7D46 (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccOld0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___GyrOld1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagOld2, int64_t ___TimeGapOld3, const RuntimeMethod* method) { { // return o09AxisCS.Update(AccOld, GyrOld, MagOld, TimeGapOld); o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * L_0 = __this->get_o09AxisCS_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___AccOld0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___GyrOld1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___MagOld2; int64_t L_4 = ___TimeGapOld3; NullCheck(L_0); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_5; L_5 = o09AxisCS_Update_mDE2B3F662D9CA0E5BE1B57793925446D3A1B6329(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void o09AxisCSBridge::SetIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisCSBridge_SetIdentity_m009ACEEA029EC7C94E6B84CCF0D7008ABE250390 (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, const RuntimeMethod* method) { { // o09AxisCS.SetIdentity(); o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * L_0 = __this->get_o09AxisCS_0(); NullCheck(L_0); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_1; L_1 = o09AxisCS_SetIdentity_mCB7396F5E1176CF603C2BC2F0D13B6590CC077D8(L_0, /*hidden argument*/NULL); // } return; } } // UnityEngine.Vector3 o09AxisCSBridge::GetGyrOld_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09AxisCSBridge_GetGyrOld_f_mD421D913F02C785D5D06E97C50D72CC28843E510 (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_LastOrDefault_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m28B8F7D516D489210C282B05F669EBA13F7187E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return o09AxisCS.States.LastOrDefault().Gyr; o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * L_0 = __this->get_o09AxisCS_0(); NullCheck(L_0); List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * L_1 = L_0->get_States_6(); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_2; L_2 = Enumerable_LastOrDefault_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m28B8F7D516D489210C282B05F669EBA13F7187E7(L_1, /*hidden argument*/Enumerable_LastOrDefault_TisState_tA998B3974CD46E2941FB7670C333E0A82C1966D1_m28B8F7D516D489210C282B05F669EBA13F7187E7_RuntimeMethod_var); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = L_2->get_Gyr_3(); return L_3; } } // o09Axis/State o09AxisCSBridge::GetLastState_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E o09AxisCSBridge_GetLastState_f_m77AEE850D5B868D18839B8BBE0F4B6662DA3CC60 (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * V_0 = NULL; State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E V_1; memset((&V_1), 0, sizeof(V_1)); { // o09AxisCS.State s = o09AxisCS.getLastState(); o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * L_0 = __this->get_o09AxisCS_0(); NullCheck(L_0); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_1; L_1 = o09AxisCS_getLastState_mF9C81744879FD6D091727FF11B3CB7CBE50B656E(L_0, /*hidden argument*/NULL); V_0 = L_1; // o09Axis.State state = new o09Axis.State(); il2cpp_codegen_initobj((&V_1), sizeof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E )); // state.TimeGap = System.Convert.ToInt32(s.TimeGap); State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_2 = V_0; NullCheck(L_2); int64_t L_3 = L_2->get_TimeGap_0(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Convert_ToInt32_m982F21DF492399F7089168CAA31C8E4A125AD404(L_3, /*hidden argument*/NULL); (&V_1)->set_TimeGap_0(L_4); // state.Acc = s.Acc; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_5 = V_0; NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = L_5->get_Acc_1(); (&V_1)->set_Acc_1(L_6); // state.AccSmooth = s.AccSmooth; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_7 = V_0; NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = L_7->get_AccSmooth_2(); (&V_1)->set_AccSmooth_2(L_8); // state.AccVariance = (float) s.AccVariance; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_9 = V_0; NullCheck(L_9); double L_10 = L_9->get_AccVariance_11(); (&V_1)->set_AccVariance_3(((float)((float)L_10))); // state.Gyr = s.Gyr; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_11 = V_0; NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = L_11->get_Gyr_3(); (&V_1)->set_Gyr_4(L_12); // state.Mag = s.Mag; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_13 = V_0; NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = L_13->get_Mag_4(); (&V_1)->set_Mag_5(L_14); // state.MagSmooth = s.MagSmooth; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_15 = V_0; NullCheck(L_15); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = L_15->get_MagSmooth_5(); (&V_1)->set_MagSmooth_6(L_16); // state.Qua = s.Qua; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_17 = V_0; NullCheck(L_17); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18 = L_17->get_Qua_7(); (&V_1)->set_Qua_7(L_18); // state.QuaSmooth = s.QuaSmooth; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_19 = V_0; NullCheck(L_19); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_20 = L_19->get_QuaSmooth_8(); (&V_1)->set_QuaSmooth_8(L_20); // state.Variance = (float) s.AccVariance; State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * L_21 = V_0; NullCheck(L_21); double L_22 = L_21->get_AccVariance_11(); (&V_1)->set_Variance_9(((float)((float)L_22))); // return state; State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E L_23 = V_1; return L_23; } } // UnityEngine.Vector3 o09AxisCSBridge::GetAccIdentity_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09AxisCSBridge_GetAccIdentity_f_m7CA1ED3F332AC6E723137DF683BA9982C34459B1 (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return o09AxisCS.AccIdentity; IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_AccIdentity_1(); return L_0; } } // UnityEngine.Vector3 o09AxisCSBridge::GetMagIdentity_f() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09AxisCSBridge_GetMagIdentity_f_m3EE059C24991A9D357AD5B57336736D67D4339A6 (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return o09AxisCS.MagIdentity; IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_MagIdentity_2(); return L_0; } } // System.Void o09AxisCSBridge::SetAccIdentity(o09Axis/Vector3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisCSBridge_SetAccIdentity_m9155355F932257C0EBF8E07B60D402A4E9BB2E2F (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // o09AxisCS.AccIdentity.x = (float) value.x; IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 L_0 = ___value0; double L_1 = L_0.get_x_0(); (((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_address_of_AccIdentity_1())->set_x_2(((float)((float)L_1))); // o09AxisCS.AccIdentity.y = (float) value.y; Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 L_2 = ___value0; double L_3 = L_2.get_y_1(); (((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_address_of_AccIdentity_1())->set_y_3(((float)((float)L_3))); // o09AxisCS.AccIdentity.z = (float) value.z; Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 L_4 = ___value0; double L_5 = L_4.get_z_2(); (((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_address_of_AccIdentity_1())->set_z_4(((float)((float)L_5))); // } return; } } // System.Void o09AxisCSBridge::SetMagIdentity(o09Axis/Vector3D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisCSBridge_SetMagIdentity_m0C7CB1D84A908121DCB2E66A29B70955A7A52B64 (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // o09AxisCS.MagIdentity.x = (float) value.x; IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 L_0 = ___value0; double L_1 = L_0.get_x_0(); (((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_address_of_MagIdentity_2())->set_x_2(((float)((float)L_1))); // o09AxisCS.MagIdentity.y = (float) value.y; Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 L_2 = ___value0; double L_3 = L_2.get_y_1(); (((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_address_of_MagIdentity_2())->set_y_3(((float)((float)L_3))); // o09AxisCS.MagIdentity.z = (float) value.z; Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 L_4 = ___value0; double L_5 = L_4.get_z_2(); (((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_address_of_MagIdentity_2())->set_z_4(((float)((float)L_5))); // } return; } } // System.Void o09AxisCSBridge::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o09AxisCSBridge__ctor_m53759679C48A6CE541BE279D07A6F186DB51C4B4 (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public o09AxisCS o09AxisCS = new o09AxisCS(); o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * L_0 = (o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A *)il2cpp_codegen_object_new(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); o09AxisCS__ctor_m4588EA04DB0D7C50077CC970750229E3AE8524F2(L_0, /*hidden argument*/NULL); __this->set_o09AxisCS_0(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/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 o0Aien.o0AccelerationExFilter::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0AccelerationExFilter__ctor_m87CD81A0D9AD3C5167AF70B1DC94A5605BB6CB2F (o0AccelerationExFilter_t04270FCBBAAE94AF39512BD9E47F2888A336181E * __this, float ___accelerationChangeLimit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public o0AccelerationExFilter(float accelerationChangeLimit)//?? Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19(__this, /*hidden argument*/Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var); // this.accelerationChangeLimit = Mathf.Abs(accelerationChangeLimit); float L_0 = ___accelerationChangeLimit0; float L_1; L_1 = fabsf(L_0); __this->set_accelerationChangeLimit_2(L_1); // } return; } } // System.Void o0Aien.o0AccelerationExFilter::Update(System.Single&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0AccelerationExFilter_Update_m2845781FCF9CBF7477ACC17854FC342765004B12 (o0AccelerationExFilter_t04270FCBBAAE94AF39512BD9E47F2888A336181E * __this, float* ___value0, float ___measuredValue1, const RuntimeMethod* method) { { // if (value == float.MinValue) float* L_0 = ___value0; float L_1 = *((float*)L_0); if ((!(((float)L_1) == ((float)(-(std::numeric_limits::max)()))))) { goto IL_000d; } } { // value = measuredValue; float* L_2 = ___value0; float L_3 = ___measuredValue1; *((float*)L_2) = (float)L_3; // return; return; } IL_000d: { // if (Mathf.Abs(value + speed - measuredValue) <= acceleration + accelerationChangeLimit) float* L_4 = ___value0; float L_5 = *((float*)L_4); float L_6 = __this->get_speed_0(); float L_7 = ___measuredValue1; float L_8; L_8 = fabsf(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_5, (float)L_6)), (float)L_7))); float L_9 = __this->get_acceleration_1(); float L_10 = __this->get_accelerationChangeLimit_2(); if ((!(((float)L_8) <= ((float)((float)il2cpp_codegen_add((float)L_9, (float)L_10)))))) { goto IL_0084; } } { // if(Mathf.Abs(value + speed - measuredValue) >= acceleration - accelerationChangeLimit) float* L_11 = ___value0; float L_12 = *((float*)L_11); float L_13 = __this->get_speed_0(); float L_14 = ___measuredValue1; float L_15; L_15 = fabsf(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_12, (float)L_13)), (float)L_14))); float L_16 = __this->get_acceleration_1(); float L_17 = __this->get_accelerationChangeLimit_2(); if ((!(((float)L_15) >= ((float)((float)il2cpp_codegen_subtract((float)L_16, (float)L_17)))))) { goto IL_0063; } } { // acceleration = Mathf.Abs(value + speed - measuredValue); float* L_18 = ___value0; float L_19 = *((float*)L_18); float L_20 = __this->get_speed_0(); float L_21 = ___measuredValue1; float L_22; L_22 = fabsf(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_19, (float)L_20)), (float)L_21))); __this->set_acceleration_1(L_22); goto IL_0076; } IL_0063: { // acceleration -= accelerationChangeLimit; float L_23 = __this->get_acceleration_1(); float L_24 = __this->get_accelerationChangeLimit_2(); __this->set_acceleration_1(((float)il2cpp_codegen_subtract((float)L_23, (float)L_24))); } IL_0076: { // speed = measuredValue - value; float L_25 = ___measuredValue1; float* L_26 = ___value0; float L_27 = *((float*)L_26); __this->set_speed_0(((float)il2cpp_codegen_subtract((float)L_25, (float)L_27))); // value = measuredValue; float* L_28 = ___value0; float L_29 = ___measuredValue1; *((float*)L_28) = (float)L_29; // } return; } IL_0084: { // else if (value + speed + acceleration + accelerationChangeLimit < measuredValue) float* L_30 = ___value0; float L_31 = *((float*)L_30); float L_32 = __this->get_speed_0(); float L_33 = __this->get_acceleration_1(); float L_34 = __this->get_accelerationChangeLimit_2(); float L_35 = ___measuredValue1; if ((!(((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_31, (float)L_32)), (float)L_33)), (float)L_34))) < ((float)L_35)))) { goto IL_00d0; } } { // acceleration += accelerationChangeLimit; float L_36 = __this->get_acceleration_1(); float L_37 = __this->get_accelerationChangeLimit_2(); __this->set_acceleration_1(((float)il2cpp_codegen_add((float)L_36, (float)L_37))); // speed += acceleration; float L_38 = __this->get_speed_0(); float L_39 = __this->get_acceleration_1(); __this->set_speed_0(((float)il2cpp_codegen_add((float)L_38, (float)L_39))); // value += speed; float* L_40 = ___value0; float* L_41 = ___value0; float L_42 = *((float*)L_41); float L_43 = __this->get_speed_0(); *((float*)L_40) = (float)((float)il2cpp_codegen_add((float)L_42, (float)L_43)); // } return; } IL_00d0: { // acceleration += accelerationChangeLimit; float L_44 = __this->get_acceleration_1(); float L_45 = __this->get_accelerationChangeLimit_2(); __this->set_acceleration_1(((float)il2cpp_codegen_add((float)L_44, (float)L_45))); // speed -= acceleration; float L_46 = __this->get_speed_0(); float L_47 = __this->get_acceleration_1(); __this->set_speed_0(((float)il2cpp_codegen_subtract((float)L_46, (float)L_47))); // value += speed; float* L_48 = ___value0; float* L_49 = ___value0; float L_50 = *((float*)L_49); float L_51 = __this->get_speed_0(); *((float*)L_48) = (float)((float)il2cpp_codegen_add((float)L_50, (float)L_51)); // } 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 o0Aien.o0AccelerationFilter::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0AccelerationFilter__ctor_mC1ABF3A972836FF5AF31301B79AAAF300295706A (o0AccelerationFilter_t1A0BED7EFABA1B73852AEBAD914333389D3BC004 * __this, float ___accelerationLimit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public o0AccelerationFilter(float accelerationLimit)//?? Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19(__this, /*hidden argument*/Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var); // this.accelerationLimit = Mathf.Abs(accelerationLimit); float L_0 = ___accelerationLimit0; float L_1; L_1 = fabsf(L_0); __this->set_accelerationLimit_1(L_1); // } return; } } // System.Void o0Aien.o0AccelerationFilter::Update(System.Single&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0AccelerationFilter_Update_mFE9B2DA88B0F71D34F3EB160FE0254042CC445C6 (o0AccelerationFilter_t1A0BED7EFABA1B73852AEBAD914333389D3BC004 * __this, float* ___value0, float ___measuredValue1, const RuntimeMethod* method) { { // if (value == float.MinValue) float* L_0 = ___value0; float L_1 = *((float*)L_0); if ((!(((float)L_1) == ((float)(-(std::numeric_limits::max)()))))) { goto IL_000d; } } { // value = measuredValue; float* L_2 = ___value0; float L_3 = ___measuredValue1; *((float*)L_2) = (float)L_3; // return; return; } IL_000d: { // if (Mathf.Abs(value + speed - measuredValue) <= accelerationLimit) float* L_4 = ___value0; float L_5 = *((float*)L_4); float L_6 = __this->get_speed_0(); float L_7 = ___measuredValue1; float L_8; L_8 = fabsf(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_5, (float)L_6)), (float)L_7))); float L_9 = __this->get_accelerationLimit_1(); if ((!(((float)L_8) <= ((float)L_9)))) { goto IL_0033; } } { // speed = measuredValue - value; float L_10 = ___measuredValue1; float* L_11 = ___value0; float L_12 = *((float*)L_11); __this->set_speed_0(((float)il2cpp_codegen_subtract((float)L_10, (float)L_12))); // value = measuredValue; float* L_13 = ___value0; float L_14 = ___measuredValue1; *((float*)L_13) = (float)L_14; // } return; } IL_0033: { // else if (value + speed + accelerationLimit < measuredValue) float* L_15 = ___value0; float L_16 = *((float*)L_15); float L_17 = __this->get_speed_0(); float L_18 = __this->get_accelerationLimit_1(); float L_19 = ___measuredValue1; if ((!(((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_16, (float)L_17)), (float)L_18))) < ((float)L_19)))) { goto IL_0065; } } { // speed += accelerationLimit; float L_20 = __this->get_speed_0(); float L_21 = __this->get_accelerationLimit_1(); __this->set_speed_0(((float)il2cpp_codegen_add((float)L_20, (float)L_21))); // value += speed; float* L_22 = ___value0; float* L_23 = ___value0; float L_24 = *((float*)L_23); float L_25 = __this->get_speed_0(); *((float*)L_22) = (float)((float)il2cpp_codegen_add((float)L_24, (float)L_25)); // } return; } IL_0065: { // speed -= accelerationLimit; float L_26 = __this->get_speed_0(); float L_27 = __this->get_accelerationLimit_1(); __this->set_speed_0(((float)il2cpp_codegen_subtract((float)L_26, (float)L_27))); // value += speed; float* L_28 = ___value0; float* L_29 = ___value0; float L_30 = *((float*)L_29); float L_31 = __this->get_speed_0(); *((float*)L_28) = (float)((float)il2cpp_codegen_add((float)L_30, (float)L_31)); // } 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 o0Aien.o0Filter::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0Filter__ctor_m8DB93C181CC02234F8FB6873D063B45B206C084A (o0Filter_tD8813B7821ED700DF34E1E776E33838DBF2ED47C * __this, float ___accelerationLimit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // float noise = 6; __this->set_noise_0((6.0f)); // public o0Filter(float accelerationLimit) Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19(__this, /*hidden argument*/Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var); // } return; } } // System.Void o0Aien.o0Filter::Update(System.Single&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0Filter_Update_m001C84721BDB6C9888E25FEB5AC9284C09D5375C (o0Filter_tD8813B7821ED700DF34E1E776E33838DBF2ED47C * __this, float* ___value0, float ___measuredValue1, const RuntimeMethod* method) { float V_0 = 0.0f; { // if (value == float.MinValue) float* L_0 = ___value0; float L_1 = *((float*)L_0); if ((!(((float)L_1) == ((float)(-(std::numeric_limits::max)()))))) { goto IL_000d; } } { // value = measuredValue; float* L_2 = ___value0; float L_3 = ___measuredValue1; *((float*)L_2) = (float)L_3; // return; return; } IL_000d: { // if (Mathf.Abs(measuredValue - value) > noise) float L_4 = ___measuredValue1; float* L_5 = ___value0; float L_6 = *((float*)L_5); float L_7; L_7 = fabsf(((float)il2cpp_codegen_subtract((float)L_4, (float)L_6))); float L_8 = __this->get_noise_0(); if ((!(((float)L_7) > ((float)L_8)))) { goto IL_005d; } } { // float targetValue = value; float* L_9 = ___value0; float L_10 = *((float*)L_9); V_0 = L_10; // if (value < measuredValue - noise) float* L_11 = ___value0; float L_12 = *((float*)L_11); float L_13 = ___measuredValue1; float L_14 = __this->get_noise_0(); if ((!(((float)L_12) < ((float)((float)il2cpp_codegen_subtract((float)L_13, (float)L_14)))))) { goto IL_0038; } } { // targetValue = measuredValue - noise; float L_15 = ___measuredValue1; float L_16 = __this->get_noise_0(); V_0 = ((float)il2cpp_codegen_subtract((float)L_15, (float)L_16)); // } goto IL_004d; } IL_0038: { // else if (value > measuredValue + noise) float* L_17 = ___value0; float L_18 = *((float*)L_17); float L_19 = ___measuredValue1; float L_20 = __this->get_noise_0(); if ((!(((float)L_18) > ((float)((float)il2cpp_codegen_add((float)L_19, (float)L_20)))))) { goto IL_004d; } } { // targetValue = measuredValue + noise; float L_21 = ___measuredValue1; float L_22 = __this->get_noise_0(); V_0 = ((float)il2cpp_codegen_add((float)L_21, (float)L_22)); } IL_004d: { // value = value + (targetValue - value) * 0.9f; float* L_23 = ___value0; float* L_24 = ___value0; float L_25 = *((float*)L_24); float L_26 = V_0; float* L_27 = ___value0; float L_28 = *((float*)L_27); *((float*)L_23) = (float)((float)il2cpp_codegen_add((float)L_25, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_26, (float)L_28)), (float)(0.899999976f))))); // } return; } IL_005d: { // value = value + (measuredValue - value) * 0.1f; float* L_29 = ___value0; float* L_30 = ___value0; float L_31 = *((float*)L_30); float L_32 = ___measuredValue1; float* L_33 = ___value0; float L_34 = *((float*)L_33); *((float*)L_29) = (float)((float)il2cpp_codegen_add((float)L_31, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_32, (float)L_34)), (float)(0.100000001f))))); // } 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 o0Aien.o0Filter3::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0Filter3__ctor_m595FCABA2947443B2C97A8D9C79E5C0AA6954E73 (o0Filter3_t7F3B58FAF68A3F3B6E11D5875438678523F6A2A6 * __this, float ___noise0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // float noise = 10; __this->set_noise_0((10.0f)); // public o0Filter3(float noise) Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19(__this, /*hidden argument*/Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var); // this.noise = Mathf.Abs(noise); float L_0 = ___noise0; float L_1; L_1 = fabsf(L_0); __this->set_noise_0(L_1); // } return; } } // System.Void o0Aien.o0Filter3::Update(System.Single&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0Filter3_Update_mD2E9BEF308290CDE2F18FF0B5483F9968F7F4320 (o0Filter3_t7F3B58FAF68A3F3B6E11D5875438678523F6A2A6 * __this, float* ___value0, float ___measuredValue1, const RuntimeMethod* method) { { // if (Mathf.Abs(value - measuredValue) <= noise) float* L_0 = ___value0; float L_1 = *((float*)L_0); float L_2 = ___measuredValue1; float L_3; L_3 = fabsf(((float)il2cpp_codegen_subtract((float)L_1, (float)L_2))); float L_4 = __this->get_noise_0(); if ((!(((float)L_3) <= ((float)L_4)))) { goto IL_0021; } } { // value += (measuredValue - value) * 0.1f; float* L_5 = ___value0; float* L_6 = ___value0; float L_7 = *((float*)L_6); float L_8 = ___measuredValue1; float* L_9 = ___value0; float L_10 = *((float*)L_9); *((float*)L_5) = (float)((float)il2cpp_codegen_add((float)L_7, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_8, (float)L_10)), (float)(0.100000001f))))); // return; return; } IL_0021: { // if (measuredValue > value) float L_11 = ___measuredValue1; float* L_12 = ___value0; float L_13 = *((float*)L_12); if ((!(((float)L_11) > ((float)L_13)))) { goto IL_004a; } } { // value += (measuredValue - noise - value) * 0.7f + noise * 0.1f; float* L_14 = ___value0; float* L_15 = ___value0; float L_16 = *((float*)L_15); float L_17 = ___measuredValue1; float L_18 = __this->get_noise_0(); float* L_19 = ___value0; float L_20 = *((float*)L_19); float L_21 = __this->get_noise_0(); *((float*)L_14) = (float)((float)il2cpp_codegen_add((float)L_16, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_17, (float)L_18)), (float)L_20)), (float)(0.699999988f))), (float)((float)il2cpp_codegen_multiply((float)L_21, (float)(0.100000001f))))))); return; } IL_004a: { // value += (measuredValue + noise - value) * 0.7f - noise * 0.1f; float* L_22 = ___value0; float* L_23 = ___value0; float L_24 = *((float*)L_23); float L_25 = ___measuredValue1; float L_26 = __this->get_noise_0(); float* L_27 = ___value0; float L_28 = *((float*)L_27); float L_29 = __this->get_noise_0(); *((float*)L_22) = (float)((float)il2cpp_codegen_add((float)L_24, (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_25, (float)L_26)), (float)L_28)), (float)(0.699999988f))), (float)((float)il2cpp_codegen_multiply((float)L_29, (float)(0.100000001f))))))); // } 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.Boolean o0GyrCalibrater::get_Calibration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool o0GyrCalibrater_get_Calibration_m2166BA966DDCCEBB4910CF5A3FB9FB0B24BBC284 (o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * __this, const RuntimeMethod* method) { { // return Count != -1; int64_t L_0 = __this->get_Count_1(); return (bool)((((int32_t)((((int64_t)L_0) == ((int64_t)((int64_t)((int64_t)(-1)))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void o0GyrCalibrater::set_Calibration(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0GyrCalibrater_set_Calibration_m9A4F7AC0AB3720E6E3BBDE164BD0BA676FF07B5F (o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_000c; } } { // Count = 0; __this->set_Count_1(((int64_t)((int64_t)0))); return; } IL_000c: { // Count = -1; __this->set_Count_1(((int64_t)((int64_t)(-1)))); // } return; } } // System.Single[] o0GyrCalibrater::get_Average() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* o0GyrCalibrater_get_Average_m33B013856B1A08ADB0B91D0B24D1C4DF5A8D4957 (o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new float[]{_Average.x, _Average.y, _Average.z}; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)3); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = L_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2 = __this->get_address_of__Average_0(); float L_3 = L_2->get_x_2(); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (float)L_3); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_4 = L_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_5 = __this->get_address_of__Average_0(); float L_6 = L_5->get_y_3(); NullCheck(L_4); (L_4)->SetAt(static_cast(1), (float)L_6); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_7 = L_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_8 = __this->get_address_of__Average_0(); float L_9 = L_8->get_z_4(); NullCheck(L_7); (L_7)->SetAt(static_cast(2), (float)L_9); return L_7; } } // System.Void o0GyrCalibrater::set_Average(System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0GyrCalibrater_set_Average_mC6672EAE355F06EC41737EA229EDA6FDA263036C (o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___value0, const RuntimeMethod* method) { { // _Average = new Vector3(value[0], value[1], value[2]); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = ___value0; NullCheck(L_0); int32_t L_1 = 0; float L_2 = (L_0)->GetAt(static_cast(L_1)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = ___value0; NullCheck(L_3); int32_t L_4 = 1; float L_5 = (L_3)->GetAt(static_cast(L_4)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = ___value0; NullCheck(L_6); int32_t L_7 = 2; float L_8 = (L_6)->GetAt(static_cast(L_7)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), L_2, L_5, L_8, /*hidden argument*/NULL); __this->set__Average_0(L_9); // } return; } } // System.Void o0GyrCalibrater::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0GyrCalibrater__ctor_mB76AD932CFDD1CFA67DE4EABE47AF0FC7DC483FF (o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * __this, const RuntimeMethod* method) { { // public Vector3 _Average = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); __this->set__Average_0(L_0); // public long Count = -1; __this->set_Count_1(((int64_t)((int64_t)(-1)))); // public o0GyrCalibrater() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void o0GyrCalibrater::.ctor(System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0GyrCalibrater__ctor_m4505B444AE590CB0634A3EA51ED952694767F78D (o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___Average0, const RuntimeMethod* method) { { // public Vector3 _Average = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); __this->set__Average_0(L_0); // public long Count = -1; __this->set_Count_1(((int64_t)((int64_t)(-1)))); // public o0GyrCalibrater(float[] Average) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.Average = Average; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = ___Average0; o0GyrCalibrater_set_Average_mC6672EAE355F06EC41737EA229EDA6FDA263036C(__this, L_1, /*hidden argument*/NULL); // } return; } } // UnityEngine.Vector3 o0GyrCalibrater::Update(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o0GyrCalibrater_Update_m76424C82D5B4D89F4CFB0943AA97149CF6358057 (o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { int64_t V_0 = 0; { // if (Calibration) bool L_0; L_0 = o0GyrCalibrater_get_Calibration_m2166BA966DDCCEBB4910CF5A3FB9FB0B24BBC284(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_003d; } } { // _Average += (v - _Average) / ++Count; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = __this->get__Average_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___v0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = __this->get__Average_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_2, L_3, /*hidden argument*/NULL); int64_t L_5 = __this->get_Count_1(); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)((int64_t)((int64_t)1)))); int64_t L_6 = V_0; __this->set_Count_1(L_6); int64_t L_7 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_4, ((float)((float)L_7)), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_1, L_8, /*hidden argument*/NULL); __this->set__Average_0(L_9); } IL_003d: { // v -= _Average; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___v0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = __this->get__Average_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_10, L_11, /*hidden argument*/NULL); ___v0 = L_12; // if (v.magnitude < 0.0003) float L_13; L_13 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___v0), /*hidden argument*/NULL); if ((!(((double)((double)((double)L_13))) < ((double)(0.00029999999999999997))))) { goto IL_0064; } } { // return Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); return L_14; } IL_0064: { // return v; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = ___v0; return L_15; } } #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 o0Aien.o0KalmanFilter::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0KalmanFilter__ctor_mD053D28EFE4895BBD3F5CDCE9D2B6BAE4C50E464 (o0KalmanFilter_tDCBE70325AAA44E93371C8446A3019A1462A6F66 * __this, float ___measuredValueDeviation0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public o0KalmanFilter(float measuredValueDeviation) Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19(__this, /*hidden argument*/Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var); // this.measuredValueDeviation = measuredValueDeviation; float L_0 = ___measuredValueDeviation0; __this->set_measuredValueDeviation_0(L_0); // this.estimatedValueDeviation = measuredValueDeviation; float L_1 = ___measuredValueDeviation0; __this->set_estimatedValueDeviation_1(L_1); // } return; } } // System.Void o0Aien.o0KalmanFilter::Update(System.Single&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0KalmanFilter_Update_m073CC0678ADE27307441EEC0E8625E1580C51611 (o0KalmanFilter_tDCBE70325AAA44E93371C8446A3019A1462A6F66 * __this, float* ___value0, float ___measuredValue1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 V_5; memset((&V_5), 0, sizeof(V_5)); { // if (value == float.MinValue) float* L_0 = ___value0; float L_1 = *((float*)L_0); if ((!(((float)L_1) == ((float)(-(std::numeric_limits::max)()))))) { goto IL_000d; } } { // value = measuredValue; float* L_2 = ___value0; float L_3 = ___measuredValue1; *((float*)L_2) = (float)L_3; // return; return; } IL_000d: { // float measuredValueDeviationSquare = measuredValueDeviation * measuredValueDeviation; float L_4 = __this->get_measuredValueDeviation_0(); float L_5 = __this->get_measuredValueDeviation_0(); V_0 = ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)); // float estimatedValueDeviationSquare = estimatedValueDeviation * estimatedValueDeviation; float L_6 = __this->get_estimatedValueDeviation_1(); float L_7 = __this->get_estimatedValueDeviation_1(); V_1 = ((float)il2cpp_codegen_multiply((float)L_6, (float)L_7)); // float H = Mathf.Sqrt(estimatedValueDeviationSquare / (estimatedValueDeviationSquare + measuredValueDeviationSquare)); float L_8 = V_1; float L_9 = V_1; float L_10 = V_0; float L_11; L_11 = sqrtf(((float)((float)L_8/(float)((float)il2cpp_codegen_add((float)L_9, (float)L_10))))); V_2 = L_11; // float OptimalValue = value + H * (measuredValue - value); float* L_12 = ___value0; float L_13 = *((float*)L_12); float L_14 = V_2; float L_15 = ___measuredValue1; float* L_16 = ___value0; float L_17 = *((float*)L_16); V_3 = ((float)il2cpp_codegen_add((float)L_13, (float)((float)il2cpp_codegen_multiply((float)L_14, (float)((float)il2cpp_codegen_subtract((float)L_15, (float)L_17)))))); // float OptimalValueDeviation = Mathf.Sqrt((1 - H) * estimatedValueDeviationSquare); float L_18 = V_2; float L_19 = V_1; float L_20; L_20 = sqrtf(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_18)), (float)L_19))); V_4 = L_20; // (value, estimatedValueDeviation) = this.nextEstimatedValue(OptimalValue, OptimalValueDeviation); float L_21 = V_3; float L_22 = V_4; ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 L_23; L_23 = VirtualFuncInvoker2< ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 , float, float >::Invoke(6 /* System.ValueTuple`2 o0Aien.o0KalmanFilter::nextEstimatedValue(System.Single,System.Single) */, __this, L_21, L_22); V_5 = L_23; float* L_24 = ___value0; ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 L_25 = V_5; float L_26 = L_25.get_Item1_0(); *((float*)L_24) = (float)L_26; ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 L_27 = V_5; float L_28 = L_27.get_Item2_1(); __this->set_estimatedValueDeviation_1(L_28); // } return; } } // System.ValueTuple`2 o0Aien.o0KalmanFilter::nextEstimatedValue(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 o0KalmanFilter_nextEstimatedValue_m12855C06FCFE96FC7346D557422826227B8A6691 (o0KalmanFilter_tDCBE70325AAA44E93371C8446A3019A1462A6F66 * __this, float ___OptimalValue0, float ___OptimalValueDeviation1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return (OptimalValue, OptimalValueDeviation); float L_0 = ___OptimalValue0; float L_1 = ___OptimalValueDeviation1; ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 L_2; memset((&L_2), 0, sizeof(L_2)); ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6((&L_2), L_0, L_1, /*hidden argument*/ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_RuntimeMethod_var); 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 // o0Project.Vector3f o0MagneticCalibrater::get_Center() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * o0MagneticCalibrater_get_Center_mC3B3A44C30F501FF47F10A2AF564CF77A5B11D81 (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new o0Project.Vector3f(_Center.x, _Center.y, _Center.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_0 = __this->get_address_of__Center_0(); float L_1 = L_0->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2 = __this->get_address_of__Center_0(); float L_3 = L_2->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_4 = __this->get_address_of__Center_0(); float L_5 = L_4->get_z_4(); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_6 = (Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC *)il2cpp_codegen_object_new(Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC_il2cpp_TypeInfo_var); Vector3f__ctor_m6E4A810EF0B71CF759B5D68C3B17855377D8F6D5(L_6, L_1, L_3, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void o0MagneticCalibrater::set_Center(o0Project.Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibrater_set_Center_m9E1FC00CE7BF8426173C5BA78C192FD2F4B0CB6F (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * ___value0, const RuntimeMethod* method) { { // _Center = new Vector3(value.x, value.y, value.z); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_0 = ___value0; NullCheck(L_0); float L_1 = L_0->get_x_0(); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_2 = ___value0; NullCheck(L_2); float L_3 = L_2->get_y_1(); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_4 = ___value0; NullCheck(L_4); float L_5 = L_4->get_z_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_6), L_1, L_3, L_5, /*hidden argument*/NULL); __this->set__Center_0(L_6); // } return; } } // o0Project.Vector3f o0MagneticCalibrater::get_Radius() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * o0MagneticCalibrater_get_Radius_mF120340F586A92B853D655F67A5FEDB5E0B528FB (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new o0Project.Vector3f(_Radius.x, _Radius.y, _Radius.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_0 = __this->get_address_of__Radius_1(); float L_1 = L_0->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2 = __this->get_address_of__Radius_1(); float L_3 = L_2->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_4 = __this->get_address_of__Radius_1(); float L_5 = L_4->get_z_4(); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_6 = (Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC *)il2cpp_codegen_object_new(Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC_il2cpp_TypeInfo_var); Vector3f__ctor_m6E4A810EF0B71CF759B5D68C3B17855377D8F6D5(L_6, L_1, L_3, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void o0MagneticCalibrater::set_Radius(o0Project.Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibrater_set_Radius_m19F8ACA25214C256B875FC666FA246A92D7C089F (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * ___value0, const RuntimeMethod* method) { { // _Radius = new Vector3(value.x, value.y, value.z); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_0 = ___value0; NullCheck(L_0); float L_1 = L_0->get_x_0(); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_2 = ___value0; NullCheck(L_2); float L_3 = L_2->get_y_1(); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_4 = ___value0; NullCheck(L_4); float L_5 = L_4->get_z_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_6), L_1, L_3, L_5, /*hidden argument*/NULL); __this->set__Radius_1(L_6); // } return; } } // System.Void o0MagneticCalibrater::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibrater__ctor_m09C7E70AE5A5BA2CBD3F0E88A48495F0956595F9 (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Vector3 _Center = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); __this->set__Center_0(L_0); // public Vector3 _Radius = new Vector3(2, 2, 2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; memset((&L_1), 0, sizeof(L_1)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_1), (2.0f), (2.0f), (2.0f), /*hidden argument*/NULL); __this->set__Radius_1(L_1); // int PointMaxCount = 50; __this->set_PointMaxCount_3(((int32_t)50)); // public System.Random r = new System.Random(); Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * L_2 = (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 *)il2cpp_codegen_object_new(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118_il2cpp_TypeInfo_var); Random__ctor_mF40AD1812BABC06235B661CCE513E4F74EEE9F05(L_2, /*hidden argument*/NULL); __this->set_r_5(L_2); // public o0MagneticCalibrater() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void o0MagneticCalibrater::.ctor(o0Project.Vector3f,o0Project.Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibrater__ctor_m3E6846B82158A0C42B2ECEDFD947B5342EBF9CF0 (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * ___Center0, Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * ___Radius1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Vector3 _Center = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); __this->set__Center_0(L_0); // public Vector3 _Radius = new Vector3(2, 2, 2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; memset((&L_1), 0, sizeof(L_1)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_1), (2.0f), (2.0f), (2.0f), /*hidden argument*/NULL); __this->set__Radius_1(L_1); // int PointMaxCount = 50; __this->set_PointMaxCount_3(((int32_t)50)); // public System.Random r = new System.Random(); Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * L_2 = (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 *)il2cpp_codegen_object_new(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118_il2cpp_TypeInfo_var); Random__ctor_mF40AD1812BABC06235B661CCE513E4F74EEE9F05(L_2, /*hidden argument*/NULL); __this->set_r_5(L_2); // public o0MagneticCalibrater(o0Project.Vector3f Center, o0Project.Vector3f Radius) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.Center = Center; Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_3 = ___Center0; o0MagneticCalibrater_set_Center_m9E1FC00CE7BF8426173C5BA78C192FD2F4B0CB6F(__this, L_3, /*hidden argument*/NULL); // this.Radius = Radius; Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_4 = ___Radius1; o0MagneticCalibrater_set_Radius_m19F8ACA25214C256B875FC666FA246A92D7C089F(__this, L_4, /*hidden argument*/NULL); // } return; } } // System.Void o0MagneticCalibrater::AddPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibrater_AddPoint_m44D4324B53D617E3EC20DA8748CD87A88B24AF53 (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m5E5215C8D4BF027CF8915CB034FE23F7FAEA4359_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mCF031DBD35639F112D54B3F0B36CA38F199A69B7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m8BD4745F0EB13580AC91696741E883E8373B4F02_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (Point.Contains(v)) HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * L_0 = __this->get_Point_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___v0; NullCheck(L_0); bool L_2; L_2 = HashSet_1_Contains_m8BD4745F0EB13580AC91696741E883E8373B4F02(L_0, L_1, /*hidden argument*/HashSet_1_Contains_m8BD4745F0EB13580AC91696741E883E8373B4F02_RuntimeMethod_var); if (!L_2) { goto IL_000f; } } { // return; return; } IL_000f: { // foreach (var i in Point) HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * L_3 = __this->get_Point_2(); NullCheck(L_3); Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F L_4; L_4 = HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2(L_3, /*hidden argument*/HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_RuntimeMethod_var); V_0 = L_4; } IL_001b: try {// begin try (depth: 1) { goto IL_003e; } IL_001d: { // foreach (var i in Point) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_inline((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_0), /*hidden argument*/Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_RuntimeMethod_var); V_1 = L_5; // Distance.Add((i, v), Vector3.Distance(v, i)); Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * L_6 = __this->get_Distance_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___v0; ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 L_9; memset((&L_9), 0, sizeof(L_9)); ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361((&L_9), L_7, L_8, /*hidden argument*/ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361_RuntimeMethod_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___v0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = V_1; float L_12; L_12 = Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677(L_10, L_11, /*hidden argument*/NULL); NullCheck(L_6); Dictionary_2_Add_m5E5215C8D4BF027CF8915CB034FE23F7FAEA4359(L_6, L_9, L_12, /*hidden argument*/Dictionary_2_Add_m5E5215C8D4BF027CF8915CB034FE23F7FAEA4359_RuntimeMethod_var); } IL_003e: { // foreach (var i in Point) bool L_13; L_13 = Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_RuntimeMethod_var); if (L_13) { goto IL_001d; } } IL_0047: { IL2CPP_LEAVE(0x57, FINALLY_0049); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: {// begin finally (depth: 1) Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_0), /*hidden argument*/Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_RuntimeMethod_var); IL2CPP_END_FINALLY(73) }// end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x57, IL_0057) } IL_0057: { // Point.Add(v); HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * L_14 = __this->get_Point_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = ___v0; NullCheck(L_14); bool L_16; L_16 = HashSet_1_Add_mCF031DBD35639F112D54B3F0B36CA38F199A69B7(L_14, L_15, /*hidden argument*/HashSet_1_Add_mCF031DBD35639F112D54B3F0B36CA38F199A69B7_RuntimeMethod_var); // } return; } } // System.Void o0MagneticCalibrater::RemovePoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibrater_RemovePoint_mB4037C82B02B701B72667DF7239C2B60075CD8C7 (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m89287DA43D10A9BCF0D1EDFFF8DF453B2FBB76F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_m5C37210DDEF4DBF21A1F1C287D0AFDFE405AE80C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // Point.Remove(v); HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * L_0 = __this->get_Point_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___v0; NullCheck(L_0); bool L_2; L_2 = HashSet_1_Remove_m5C37210DDEF4DBF21A1F1C287D0AFDFE405AE80C(L_0, L_1, /*hidden argument*/HashSet_1_Remove_m5C37210DDEF4DBF21A1F1C287D0AFDFE405AE80C_RuntimeMethod_var); // foreach (var i in Point) HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * L_3 = __this->get_Point_2(); NullCheck(L_3); Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F L_4; L_4 = HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2(L_3, /*hidden argument*/HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_RuntimeMethod_var); V_0 = L_4; } IL_0019: try {// begin try (depth: 1) { goto IL_0049; } IL_001b: { // foreach (var i in Point) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_inline((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_0), /*hidden argument*/Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_RuntimeMethod_var); V_1 = L_5; // Distance.Remove((v, i)); Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * L_6 = __this->get_Distance_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___v0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = V_1; ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 L_9; memset((&L_9), 0, sizeof(L_9)); ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361((&L_9), L_7, L_8, /*hidden argument*/ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361_RuntimeMethod_var); NullCheck(L_6); bool L_10; L_10 = Dictionary_2_Remove_m89287DA43D10A9BCF0D1EDFFF8DF453B2FBB76F2(L_6, L_9, /*hidden argument*/Dictionary_2_Remove_m89287DA43D10A9BCF0D1EDFFF8DF453B2FBB76F2_RuntimeMethod_var); // Distance.Remove((i, v)); Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * L_11 = __this->get_Distance_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = ___v0; ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 L_14; memset((&L_14), 0, sizeof(L_14)); ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361((&L_14), L_12, L_13, /*hidden argument*/ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361_RuntimeMethod_var); NullCheck(L_11); bool L_15; L_15 = Dictionary_2_Remove_m89287DA43D10A9BCF0D1EDFFF8DF453B2FBB76F2(L_11, L_14, /*hidden argument*/Dictionary_2_Remove_m89287DA43D10A9BCF0D1EDFFF8DF453B2FBB76F2_RuntimeMethod_var); } IL_0049: { // foreach (var i in Point) bool L_16; L_16 = Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_RuntimeMethod_var); if (L_16) { goto IL_001b; } } IL_0052: { IL2CPP_LEAVE(0x62, FINALLY_0054); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0054; } FINALLY_0054: {// begin finally (depth: 1) Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_0), /*hidden argument*/Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_RuntimeMethod_var); IL2CPP_END_FINALLY(84) }// end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x62, IL_0062) } IL_0062: { // } return; } } // System.Single o0MagneticCalibrater::TotalDistance(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float o0MagneticCalibrater_TotalDistance_m34EBCA25160D151977CCBA3CC6607969E2604A08 (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mA3C72A370F1FD0A087DC7A1317655E0881782588_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m98F3361ED55516D04E0C8CC48B77F3D4DCD85013_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // float t = 0; V_0 = (0.0f); // foreach (var i in Point) HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * L_0 = __this->get_Point_2(); NullCheck(L_0); Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F L_1; L_1 = HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2(L_0, /*hidden argument*/HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_RuntimeMethod_var); V_1 = L_1; } IL_0012: try {// begin try (depth: 1) { goto IL_0070; } IL_0014: { // foreach (var i in Point) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_inline((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_1), /*hidden argument*/Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_RuntimeMethod_var); V_2 = L_2; // if (Distance.ContainsKey((i, v))) Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * L_3 = __this->get_Distance_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = ___v0; ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 L_6; memset((&L_6), 0, sizeof(L_6)); ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361((&L_6), L_4, L_5, /*hidden argument*/ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361_RuntimeMethod_var); NullCheck(L_3); bool L_7; L_7 = Dictionary_2_ContainsKey_mA3C72A370F1FD0A087DC7A1317655E0881782588(L_3, L_6, /*hidden argument*/Dictionary_2_ContainsKey_mA3C72A370F1FD0A087DC7A1317655E0881782588_RuntimeMethod_var); if (!L_7) { goto IL_0047; } } IL_0030: { // t += Distance[(i, v)]; float L_8 = V_0; Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * L_9 = __this->get_Distance_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = ___v0; ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 L_12; memset((&L_12), 0, sizeof(L_12)); ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361((&L_12), L_10, L_11, /*hidden argument*/ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361_RuntimeMethod_var); NullCheck(L_9); float L_13; L_13 = Dictionary_2_get_Item_m98F3361ED55516D04E0C8CC48B77F3D4DCD85013(L_9, L_12, /*hidden argument*/Dictionary_2_get_Item_m98F3361ED55516D04E0C8CC48B77F3D4DCD85013_RuntimeMethod_var); V_0 = ((float)il2cpp_codegen_add((float)L_8, (float)L_13)); // continue; goto IL_0070; } IL_0047: { // else if (Distance.ContainsKey((v, i))) Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * L_14 = __this->get_Distance_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = ___v0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = V_2; ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 L_17; memset((&L_17), 0, sizeof(L_17)); ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361((&L_17), L_15, L_16, /*hidden argument*/ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361_RuntimeMethod_var); NullCheck(L_14); bool L_18; L_18 = Dictionary_2_ContainsKey_mA3C72A370F1FD0A087DC7A1317655E0881782588(L_14, L_17, /*hidden argument*/Dictionary_2_ContainsKey_mA3C72A370F1FD0A087DC7A1317655E0881782588_RuntimeMethod_var); if (!L_18) { goto IL_0070; } } IL_005b: { // t += Distance[(v, i)]; float L_19 = V_0; Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * L_20 = __this->get_Distance_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = ___v0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = V_2; ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 L_23; memset((&L_23), 0, sizeof(L_23)); ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361((&L_23), L_21, L_22, /*hidden argument*/ValueTuple_2__ctor_mADAAF9BCC2E8E26B616F60E867A7BE77A16AD361_RuntimeMethod_var); NullCheck(L_20); float L_24; L_24 = Dictionary_2_get_Item_m98F3361ED55516D04E0C8CC48B77F3D4DCD85013(L_20, L_23, /*hidden argument*/Dictionary_2_get_Item_m98F3361ED55516D04E0C8CC48B77F3D4DCD85013_RuntimeMethod_var); V_0 = ((float)il2cpp_codegen_add((float)L_19, (float)L_24)); } IL_0070: { // foreach (var i in Point) bool L_25; L_25 = Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_RuntimeMethod_var); if (L_25) { goto IL_0014; } } IL_0079: { IL2CPP_LEAVE(0x89, FINALLY_007b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007b; } FINALLY_007b: {// begin finally (depth: 1) Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_1), /*hidden argument*/Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_RuntimeMethod_var); IL2CPP_END_FINALLY(123) }// end finally (depth: 1) IL2CPP_CLEANUP(123) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x89, IL_0089) } IL_0089: { // return t; float L_26 = V_0; return L_26; } } // UnityEngine.Vector3 o0MagneticCalibrater::MinDistancePoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o0MagneticCalibrater_MinDistancePoint_mD68EA4CC9300052BBC7B5E761726DF70DF16B1DF (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); float V_4 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_5; memset((&V_5), 0, sizeof(V_5)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // Vector3 minV = default; il2cpp_codegen_initobj((&V_0), sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); // float minD = float.MaxValue; V_1 = ((std::numeric_limits::max)()); // foreach (var i in Point) HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * L_0 = __this->get_Point_2(); NullCheck(L_0); Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F L_1; L_1 = HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2(L_0, /*hidden argument*/HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_RuntimeMethod_var); V_2 = L_1; } IL_001a: try {// begin try (depth: 1) { goto IL_0049; } IL_001c: { // foreach (var i in Point) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_inline((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_2), /*hidden argument*/Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_RuntimeMethod_var); V_3 = L_2; // float d = TotalDistance(i); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = V_3; float L_4; L_4 = o0MagneticCalibrater_TotalDistance_m34EBCA25160D151977CCBA3CC6607969E2604A08(__this, L_3, /*hidden argument*/NULL); V_4 = L_4; // if (minV == default || minD > d) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = V_0; il2cpp_codegen_initobj((&V_5), sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = V_5; bool L_7; L_7 = Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296(L_5, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0044; } } IL_003f: { float L_8 = V_1; float L_9 = V_4; if ((!(((float)L_8) > ((float)L_9)))) { goto IL_0049; } } IL_0044: { // minD = d; float L_10 = V_4; V_1 = L_10; // minV = i; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = V_3; V_0 = L_11; } IL_0049: { // foreach (var i in Point) bool L_12; L_12 = Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_RuntimeMethod_var); if (L_12) { goto IL_001c; } } IL_0052: { IL2CPP_LEAVE(0x62, FINALLY_0054); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0054; } FINALLY_0054: {// begin finally (depth: 1) Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_2), /*hidden argument*/Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_RuntimeMethod_var); IL2CPP_END_FINALLY(84) }// end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x62, IL_0062) } IL_0062: { // return minV; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } // UnityEngine.Vector3 o0MagneticCalibrater::RadiusScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o0MagneticCalibrater_RadiusScale_m2BF8B59C490853A667A26BFDBC28C892C9EF0860 (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // Vector3 min = new Vector3(float.MaxValue, float.MaxValue, float.MaxValue); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), ((std::numeric_limits::max)()), ((std::numeric_limits::max)()), ((std::numeric_limits::max)()), /*hidden argument*/NULL); // Vector3 max = new Vector3(float.MinValue, float.MinValue, float.MinValue); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), (-(std::numeric_limits::max)()), (-(std::numeric_limits::max)()), (-(std::numeric_limits::max)()), /*hidden argument*/NULL); // foreach (var i in Point) HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * L_0 = __this->get_Point_2(); NullCheck(L_0); Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F L_1; L_1 = HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2(L_0, /*hidden argument*/HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_RuntimeMethod_var); V_2 = L_1; } IL_0038: try {// begin try (depth: 1) { goto IL_00e7; } IL_003d: { // foreach (var i in Point) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_inline((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_2), /*hidden argument*/Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_RuntimeMethod_var); V_3 = L_2; // if (min.x > i.x) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = V_0; float L_4 = L_3.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = V_3; float L_6 = L_5.get_x_2(); if ((!(((float)L_4) > ((float)L_6)))) { goto IL_0060; } } IL_0053: { // min.x = i.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = V_3; float L_8 = L_7.get_x_2(); (&V_0)->set_x_2(L_8); } IL_0060: { // if (min.y > i.y) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = V_0; float L_10 = L_9.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = V_3; float L_12 = L_11.get_y_3(); if ((!(((float)L_10) > ((float)L_12)))) { goto IL_007b; } } IL_006e: { // min.y = i.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_3; float L_14 = L_13.get_y_3(); (&V_0)->set_y_3(L_14); } IL_007b: { // if (min.z > i.z) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = V_0; float L_16 = L_15.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = V_3; float L_18 = L_17.get_z_4(); if ((!(((float)L_16) > ((float)L_18)))) { goto IL_0096; } } IL_0089: { // min.z = i.z; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = V_3; float L_20 = L_19.get_z_4(); (&V_0)->set_z_4(L_20); } IL_0096: { // if (max.x < i.x) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = V_1; float L_22 = L_21.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = V_3; float L_24 = L_23.get_x_2(); if ((!(((float)L_22) < ((float)L_24)))) { goto IL_00b1; } } IL_00a4: { // max.x = i.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = V_3; float L_26 = L_25.get_x_2(); (&V_1)->set_x_2(L_26); } IL_00b1: { // if (max.y < i.y) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27 = V_1; float L_28 = L_27.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29 = V_3; float L_30 = L_29.get_y_3(); if ((!(((float)L_28) < ((float)L_30)))) { goto IL_00cc; } } IL_00bf: { // max.y = i.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = V_3; float L_32 = L_31.get_y_3(); (&V_1)->set_y_3(L_32); } IL_00cc: { // if (max.z < i.z) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33 = V_1; float L_34 = L_33.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35 = V_3; float L_36 = L_35.get_z_4(); if ((!(((float)L_34) < ((float)L_36)))) { goto IL_00e7; } } IL_00da: { // max.z = i.z; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37 = V_3; float L_38 = L_37.get_z_4(); (&V_1)->set_z_4(L_38); } IL_00e7: { // foreach (var i in Point) bool L_39; L_39 = Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_RuntimeMethod_var); if (L_39) { goto IL_003d; } } IL_00f3: { IL2CPP_LEAVE(0x103, FINALLY_00f5); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f5; } FINALLY_00f5: {// begin finally (depth: 1) Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_2), /*hidden argument*/Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_RuntimeMethod_var); IL2CPP_END_FINALLY(245) }// end finally (depth: 1) IL2CPP_CLEANUP(245) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x103, IL_0103) } IL_0103: { // return (max - min) / 2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_40 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42; L_42 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_40, L_41, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43; L_43 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_42, (2.0f), /*hidden argument*/NULL); return L_43; } } // System.Boolean o0MagneticCalibrater::get_Calibration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool o0MagneticCalibrater_get_Calibration_mA7514345FBC4F37CA2EEA10D5FDC721CE387075B (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, const RuntimeMethod* method) { { // return Distance != null; Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * L_0 = __this->get_Distance_4(); return (bool)((!(((RuntimeObject*)(Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void o0MagneticCalibrater::set_Calibration(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibrater_set_Calibration_m3662FC07D3C1FDE45A2CD95E0E3FD6FD0E84A5F8 (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m94776DF17F855BC477E51F7BD31CAE18C021573F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m8BC65F2CA8A08EA61773E17980A79379818BA9DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (value == true) bool L_0 = ___value0; if (!L_0) { goto IL_001a; } } { // Point = new HashSet(); HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * L_1 = (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C *)il2cpp_codegen_object_new(HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C_il2cpp_TypeInfo_var); HashSet_1__ctor_m8BC65F2CA8A08EA61773E17980A79379818BA9DE(L_1, /*hidden argument*/HashSet_1__ctor_m8BC65F2CA8A08EA61773E17980A79379818BA9DE_RuntimeMethod_var); __this->set_Point_2(L_1); // Distance = new Dictionary<(Vector3, Vector3), float>(); Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 * L_2 = (Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 *)il2cpp_codegen_object_new(Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40_il2cpp_TypeInfo_var); Dictionary_2__ctor_m94776DF17F855BC477E51F7BD31CAE18C021573F(L_2, /*hidden argument*/Dictionary_2__ctor_m94776DF17F855BC477E51F7BD31CAE18C021573F_RuntimeMethod_var); __this->set_Distance_4(L_2); // } return; } IL_001a: { // Distance = null; __this->set_Distance_4((Dictionary_2_t0560A8F11E682CD8BDA8C03A99BB378BCA5F2D40 *)NULL); // } return; } } // UnityEngine.Vector3 o0MagneticCalibrater::Update(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o0MagneticCalibrater_Update_mB8DAD83F6BB92149651F490001154DA42D68031F (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_get_Count_mB891E71DD5A8219A6AF5353B205558834560DD84_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); float V_3 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); { // if (v.magnitude > 30) float L_0; L_0 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___v0), /*hidden argument*/NULL); if ((!(((float)L_0) > ((float)(30.0f))))) { goto IL_0019; } } { // Debug.Log(v); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___v0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = L_1; RuntimeObject * L_3 = Box(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_3, /*hidden argument*/NULL); } IL_0019: { // if (Calibration) bool L_4; L_4 = o0MagneticCalibrater_get_Calibration_mA7514345FBC4F37CA2EEA10D5FDC721CE387075B(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0177; } } { // AddPoint(v); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = ___v0; o0MagneticCalibrater_AddPoint_m44D4324B53D617E3EC20DA8748CD87A88B24AF53(__this, L_5, /*hidden argument*/NULL); // if (Point.Count > PointMaxCount) HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * L_6 = __this->get_Point_2(); NullCheck(L_6); int32_t L_7; L_7 = HashSet_1_get_Count_mB891E71DD5A8219A6AF5353B205558834560DD84_inline(L_6, /*hidden argument*/HashSet_1_get_Count_mB891E71DD5A8219A6AF5353B205558834560DD84_RuntimeMethod_var); int32_t L_8 = __this->get_PointMaxCount_3(); if ((((int32_t)L_7) <= ((int32_t)L_8))) { goto IL_0056; } } { // RemovePoint(MinDistancePoint()); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = o0MagneticCalibrater_MinDistancePoint_mD68EA4CC9300052BBC7B5E761726DF70DF16B1DF(__this, /*hidden argument*/NULL); o0MagneticCalibrater_RemovePoint_mB4037C82B02B701B72667DF7239C2B60075CD8C7(__this, L_9, /*hidden argument*/NULL); // _Radius = RadiusScale(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = o0MagneticCalibrater_RadiusScale_m2BF8B59C490853A667A26BFDBC28C892C9EF0860(__this, /*hidden argument*/NULL); __this->set__Radius_1(L_10); } IL_0056: { // Vector3 randomV = Point.ElementAt(r.Next(Point.Count)); HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * L_11 = __this->get_Point_2(); Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * L_12 = __this->get_r_5(); HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * L_13 = __this->get_Point_2(); NullCheck(L_13); int32_t L_14; L_14 = HashSet_1_get_Count_mB891E71DD5A8219A6AF5353B205558834560DD84_inline(L_13, /*hidden argument*/HashSet_1_get_Count_mB891E71DD5A8219A6AF5353B205558834560DD84_RuntimeMethod_var); NullCheck(L_12); int32_t L_15; L_15 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(7 /* System.Int32 System.Random::Next(System.Int32) */, L_12, L_14); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E(L_11, L_15, /*hidden argument*/Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_RuntimeMethod_var); V_0 = L_16; // var scaledCenter = new Vector3(_Center.x / _Radius.x, _Center.y / _Radius.y, _Center.z / _Radius.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_17 = __this->get_address_of__Center_0(); float L_18 = L_17->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_19 = __this->get_address_of__Radius_1(); float L_20 = L_19->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_21 = __this->get_address_of__Center_0(); float L_22 = L_21->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_23 = __this->get_address_of__Radius_1(); float L_24 = L_23->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_25 = __this->get_address_of__Center_0(); float L_26 = L_25->get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_27 = __this->get_address_of__Radius_1(); float L_28 = L_27->get_z_4(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), ((float)((float)L_18/(float)L_20)), ((float)((float)L_22/(float)L_24)), ((float)((float)L_26/(float)L_28)), /*hidden argument*/NULL); // var scaledV = new Vector3(randomV.x / _Radius.x, randomV.y / _Radius.y, randomV.z / _Radius.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29 = V_0; float L_30 = L_29.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_31 = __this->get_address_of__Radius_1(); float L_32 = L_31->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33 = V_0; float L_34 = L_33.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_35 = __this->get_address_of__Radius_1(); float L_36 = L_35->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37 = V_0; float L_38 = L_37.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_39 = __this->get_address_of__Radius_1(); float L_40 = L_39->get_z_4(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_2), ((float)((float)L_30/(float)L_32)), ((float)((float)L_34/(float)L_36)), ((float)((float)L_38/(float)L_40)), /*hidden argument*/NULL); // float diff = Vector3.Distance(scaledCenter, scaledV) - 1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42 = V_2; float L_43; L_43 = Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677(L_41, L_42, /*hidden argument*/NULL); V_3 = ((float)il2cpp_codegen_subtract((float)L_43, (float)(1.0f))); // scaledCenter += (scaledV - scaledCenter).normalized * diff * 0.1f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_45 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_47; L_47 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_45, L_46, /*hidden argument*/NULL); V_4 = L_47; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_48; L_48 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_4), /*hidden argument*/NULL); float L_49 = V_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_50; L_50 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_48, L_49, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51; L_51 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_50, (0.100000001f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52; L_52 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_44, L_51, /*hidden argument*/NULL); V_1 = L_52; // _Center = new Vector3(scaledCenter.x * _Radius.x, scaledCenter.y * _Radius.y, scaledCenter.z * _Radius.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_53 = V_1; float L_54 = L_53.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_55 = __this->get_address_of__Radius_1(); float L_56 = L_55->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_57 = V_1; float L_58 = L_57.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_59 = __this->get_address_of__Radius_1(); float L_60 = L_59->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_61 = V_1; float L_62 = L_61.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_63 = __this->get_address_of__Radius_1(); float L_64 = L_63->get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_65; memset((&L_65), 0, sizeof(L_65)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_65), ((float)il2cpp_codegen_multiply((float)L_54, (float)L_56)), ((float)il2cpp_codegen_multiply((float)L_58, (float)L_60)), ((float)il2cpp_codegen_multiply((float)L_62, (float)L_64)), /*hidden argument*/NULL); __this->set__Center_0(L_65); } IL_0177: { // v -= _Center; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_66 = ___v0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_67 = __this->get__Center_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_68; L_68 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_66, L_67, /*hidden argument*/NULL); ___v0 = L_68; // v = new Vector3(v.x / _Radius.x, v.y / _Radius.y, v.z / _Radius.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_69 = ___v0; float L_70 = L_69.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_71 = __this->get_address_of__Radius_1(); float L_72 = L_71->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_73 = ___v0; float L_74 = L_73.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_75 = __this->get_address_of__Radius_1(); float L_76 = L_75->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_77 = ___v0; float L_78 = L_77.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_79 = __this->get_address_of__Radius_1(); float L_80 = L_79->get_z_4(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___v0), ((float)((float)L_70/(float)L_72)), ((float)((float)L_74/(float)L_76)), ((float)((float)L_78/(float)L_80)), /*hidden argument*/NULL); // return v; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_81 = ___v0; return L_81; } } // System.Single o0MagneticCalibrater::CalibratCompletionPercentage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float o0MagneticCalibrater_CalibratCompletionPercentage_m7EAFE9DD0B40F8D9FECB5ECBFA09F3F79338CE2D (o0MagneticCalibrater_t95339901B1A3317F306E74C39315077105DECCA6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mECC73301D14B1A42D299973E1AC8C85F80A45F86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF6D031AEDDDEEAF750E0BFE7866FBBA9C9752C7E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m589A37C563F4C21925FC2B08080898B0A95F4087_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m226DC7C5142E31004C697DF7D8E1B6C44794A83F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m4A291A54889B4EAD311C3201BBA208058FDA873C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m893CC03BA01C82718A6ED996182C83EA91A0E74C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * V_0 = NULL; float V_1 = 0.0f; float V_2 = 0.0f; Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F V_3; memset((&V_3), 0, sizeof(V_3)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_5; memset((&V_5), 0, sizeof(V_5)); Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 V_6; memset((&V_6), 0, sizeof(V_6)); float V_7 = 0.0f; float V_8 = 0.0f; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (Point == null) HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * L_0 = __this->get_Point_2(); if (L_0) { goto IL_000e; } } { // return 0; return (0.0f); } IL_000e: { // List ScaleDistance = new List(); List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_1 = (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *)il2cpp_codegen_object_new(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA_il2cpp_TypeInfo_var); List_1__ctor_m893CC03BA01C82718A6ED996182C83EA91A0E74C(L_1, /*hidden argument*/List_1__ctor_m893CC03BA01C82718A6ED996182C83EA91A0E74C_RuntimeMethod_var); V_0 = L_1; // foreach (var i in Point) HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * L_2 = __this->get_Point_2(); NullCheck(L_2); Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F L_3; L_3 = HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2(L_2, /*hidden argument*/HashSet_1_GetEnumerator_m51F73E2D07F1C48C710650F676E04927756092D2_RuntimeMethod_var); V_3 = L_3; } IL_0020: try {// begin try (depth: 1) { goto IL_0083; } IL_0022: { // foreach (var i in Point) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_inline((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_3), /*hidden argument*/Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_RuntimeMethod_var); // var v = i - _Center; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = __this->get__Center_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_4, L_5, /*hidden argument*/NULL); V_4 = L_6; // ScaleDistance.Add(new Vector3(v.x / _Radius.x, v.y / _Radius.y, v.z / _Radius.z).magnitude); List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_7 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = V_4; float L_9 = L_8.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_10 = __this->get_address_of__Radius_1(); float L_11 = L_10->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = V_4; float L_13 = L_12.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_14 = __this->get_address_of__Radius_1(); float L_15 = L_14->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = V_4; float L_17 = L_16.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_18 = __this->get_address_of__Radius_1(); float L_19 = L_18->get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; memset((&L_20), 0, sizeof(L_20)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_20), ((float)((float)L_9/(float)L_11)), ((float)((float)L_13/(float)L_15)), ((float)((float)L_17/(float)L_19)), /*hidden argument*/NULL); V_5 = L_20; float L_21; L_21 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_5), /*hidden argument*/NULL); NullCheck(L_7); List_1_Add_m226DC7C5142E31004C697DF7D8E1B6C44794A83F(L_7, L_21, /*hidden argument*/List_1_Add_m226DC7C5142E31004C697DF7D8E1B6C44794A83F_RuntimeMethod_var); } IL_0083: { // foreach (var i in Point) bool L_22; L_22 = Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_3), /*hidden argument*/Enumerator_MoveNext_m470E28092342F802BCD3871B2E903645DD600F5C_RuntimeMethod_var); if (L_22) { goto IL_0022; } } IL_008c: { IL2CPP_LEAVE(0xA7, FINALLY_008e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008e; } FINALLY_008e: {// begin finally (depth: 1) Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C((Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F *)(&V_3), /*hidden argument*/Enumerator_Dispose_mA9A1C183811291FA528BB9E667CE7C731EA2DF2C_RuntimeMethod_var); IL2CPP_END_FINALLY(142) }// end finally (depth: 1) IL2CPP_CLEANUP(142) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA7, IL_00a7) } IL_009c: { // ScaleDistance.Add(0); List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_23 = V_0; NullCheck(L_23); List_1_Add_m226DC7C5142E31004C697DF7D8E1B6C44794A83F(L_23, (0.0f), /*hidden argument*/List_1_Add_m226DC7C5142E31004C697DF7D8E1B6C44794A83F_RuntimeMethod_var); } IL_00a7: { // while (ScaleDistance.Count < PointMaxCount) List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_24 = V_0; NullCheck(L_24); int32_t L_25; L_25 = List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_inline(L_24, /*hidden argument*/List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_RuntimeMethod_var); int32_t L_26 = __this->get_PointMaxCount_3(); if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_009c; } } { // float average = 0; V_1 = (0.0f); // foreach (var i in ScaleDistance) List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_27 = V_0; NullCheck(L_27); Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 L_28; L_28 = List_1_GetEnumerator_m4A291A54889B4EAD311C3201BBA208058FDA873C(L_27, /*hidden argument*/List_1_GetEnumerator_m4A291A54889B4EAD311C3201BBA208058FDA873C_RuntimeMethod_var); V_6 = L_28; } IL_00c3: try {// begin try (depth: 1) { goto IL_00d3; } IL_00c5: { // foreach (var i in ScaleDistance) float L_29; L_29 = Enumerator_get_Current_m589A37C563F4C21925FC2B08080898B0A95F4087_inline((Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 *)(&V_6), /*hidden argument*/Enumerator_get_Current_m589A37C563F4C21925FC2B08080898B0A95F4087_RuntimeMethod_var); V_7 = L_29; // average += i; float L_30 = V_1; float L_31 = V_7; V_1 = ((float)il2cpp_codegen_add((float)L_30, (float)L_31)); } IL_00d3: { // foreach (var i in ScaleDistance) bool L_32; L_32 = Enumerator_MoveNext_mF6D031AEDDDEEAF750E0BFE7866FBBA9C9752C7E((Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 *)(&V_6), /*hidden argument*/Enumerator_MoveNext_mF6D031AEDDDEEAF750E0BFE7866FBBA9C9752C7E_RuntimeMethod_var); if (L_32) { goto IL_00c5; } } IL_00dc: { IL2CPP_LEAVE(0xEC, FINALLY_00de); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00de; } FINALLY_00de: {// begin finally (depth: 1) Enumerator_Dispose_mECC73301D14B1A42D299973E1AC8C85F80A45F86((Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 *)(&V_6), /*hidden argument*/Enumerator_Dispose_mECC73301D14B1A42D299973E1AC8C85F80A45F86_RuntimeMethod_var); IL2CPP_END_FINALLY(222) }// end finally (depth: 1) IL2CPP_CLEANUP(222) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xEC, IL_00ec) } IL_00ec: { // average /= ScaleDistance.Count; float L_33 = V_1; List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_34 = V_0; NullCheck(L_34); int32_t L_35; L_35 = List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_inline(L_34, /*hidden argument*/List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_RuntimeMethod_var); V_1 = ((float)((float)L_33/(float)((float)((float)L_35)))); // float variance = 0; V_2 = (0.0f); // foreach (var i in ScaleDistance) List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_36 = V_0; NullCheck(L_36); Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 L_37; L_37 = List_1_GetEnumerator_m4A291A54889B4EAD311C3201BBA208058FDA873C(L_36, /*hidden argument*/List_1_GetEnumerator_m4A291A54889B4EAD311C3201BBA208058FDA873C_RuntimeMethod_var); V_6 = L_37; } IL_0104: try {// begin try (depth: 1) { goto IL_0120; } IL_0106: { // foreach (var i in ScaleDistance) float L_38; L_38 = Enumerator_get_Current_m589A37C563F4C21925FC2B08080898B0A95F4087_inline((Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 *)(&V_6), /*hidden argument*/Enumerator_get_Current_m589A37C563F4C21925FC2B08080898B0A95F4087_RuntimeMethod_var); V_8 = L_38; // variance += Mathf.Pow(average - i, 2); float L_39 = V_2; float L_40 = V_1; float L_41 = V_8; float L_42; L_42 = powf(((float)il2cpp_codegen_subtract((float)L_40, (float)L_41)), (2.0f)); V_2 = ((float)il2cpp_codegen_add((float)L_39, (float)L_42)); } IL_0120: { // foreach (var i in ScaleDistance) bool L_43; L_43 = Enumerator_MoveNext_mF6D031AEDDDEEAF750E0BFE7866FBBA9C9752C7E((Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 *)(&V_6), /*hidden argument*/Enumerator_MoveNext_mF6D031AEDDDEEAF750E0BFE7866FBBA9C9752C7E_RuntimeMethod_var); if (L_43) { goto IL_0106; } } IL_0129: { IL2CPP_LEAVE(0x139, FINALLY_012b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_012b; } FINALLY_012b: {// begin finally (depth: 1) Enumerator_Dispose_mECC73301D14B1A42D299973E1AC8C85F80A45F86((Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 *)(&V_6), /*hidden argument*/Enumerator_Dispose_mECC73301D14B1A42D299973E1AC8C85F80A45F86_RuntimeMethod_var); IL2CPP_END_FINALLY(299) }// end finally (depth: 1) IL2CPP_CLEANUP(299) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x139, IL_0139) } IL_0139: { // variance /= ScaleDistance.Count; float L_44 = V_2; List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_45 = V_0; NullCheck(L_45); int32_t L_46; L_46 = List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_inline(L_45, /*hidden argument*/List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_RuntimeMethod_var); V_2 = ((float)((float)L_44/(float)((float)((float)L_46)))); // return Mathf.Pow((1 - variance / average), 10) * 100; float L_47 = V_2; float L_48 = V_1; float L_49; L_49 = powf(((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)L_47/(float)L_48)))), (10.0f)); return ((float)il2cpp_codegen_multiply((float)L_49, (float)(100.0f))); } } #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[] o0MagneticCalibraterEllipsoidFitting::get_Center() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* o0MagneticCalibraterEllipsoidFitting_get_Center_m54D237FCC3CAF8AC02088677D8D27B1E2B5E0274 (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new float[]{_Center.x, _Center.y, _Center.z}; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)3); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = L_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2 = __this->get_address_of__Center_0(); float L_3 = L_2->get_x_2(); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (float)L_3); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_4 = L_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_5 = __this->get_address_of__Center_0(); float L_6 = L_5->get_y_3(); NullCheck(L_4); (L_4)->SetAt(static_cast(1), (float)L_6); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_7 = L_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_8 = __this->get_address_of__Center_0(); float L_9 = L_8->get_z_4(); NullCheck(L_7); (L_7)->SetAt(static_cast(2), (float)L_9); return L_7; } } // System.Void o0MagneticCalibraterEllipsoidFitting::set_Center(System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterEllipsoidFitting_set_Center_m328A000782BE674650A179759804E773D8407862 (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___value0, const RuntimeMethod* method) { { // _Center = new Vector3(value[0], value[1], value[2]); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = ___value0; NullCheck(L_0); int32_t L_1 = 0; float L_2 = (L_0)->GetAt(static_cast(L_1)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = ___value0; NullCheck(L_3); int32_t L_4 = 1; float L_5 = (L_3)->GetAt(static_cast(L_4)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = ___value0; NullCheck(L_6); int32_t L_7 = 2; float L_8 = (L_6)->GetAt(static_cast(L_7)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), L_2, L_5, L_8, /*hidden argument*/NULL); __this->set__Center_0(L_9); // } return; } } // System.Double[] o0MagneticCalibraterEllipsoidFitting::get_CorrectMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* o0MagneticCalibraterEllipsoidFitting_get_CorrectMatrix_mF36487B32ACB355FDF57AF6D41875656554C9A52 (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { // if (_CorrectMatrix == null) Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_0 = __this->get__CorrectMatrix_1(); if (L_0) { goto IL_000a; } } { // return default; return (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)NULL; } IL_000a: { // var m = new double[9]; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_1 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)SZArrayNew(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); V_0 = L_1; // for (var i = 0; i < 3; ++i) V_1 = 0; goto IL_003a; } IL_0016: { // for (var j = 0; j < 3; ++j) V_2 = 0; goto IL_0032; } IL_001a: { // m[j + i * 3] = _CorrectMatrix[i,j]; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_2 = V_0; int32_t L_3 = V_2; int32_t L_4 = V_1; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_5 = __this->get__CorrectMatrix_1(); int32_t L_6 = V_1; int32_t L_7 = V_2; NullCheck(L_5); double L_8; L_8 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_5, L_6, L_7, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_2); (L_2)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)3))))), (double)L_8); // for (var j = 0; j < 3; ++j) int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0032: { // for (var j = 0; j < 3; ++j) int32_t L_10 = V_2; if ((((int32_t)L_10) < ((int32_t)3))) { goto IL_001a; } } { // for (var i = 0; i < 3; ++i) int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003a: { // for (var i = 0; i < 3; ++i) int32_t L_12 = V_1; if ((((int32_t)L_12) < ((int32_t)3))) { goto IL_0016; } } { // return m; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_13 = V_0; return L_13; } } // System.Void o0MagneticCalibraterEllipsoidFitting::set_CorrectMatrix(System.Double[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterEllipsoidFitting_set_CorrectMatrix_m0F7CCE4C886F4841350119D90E0550D733403522 (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m66D39C7EB5F3C1C3FD2391132B88B9AAB2C95807_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // if (value == default) DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_0 = ___value0; if (L_0) { goto IL_000b; } } { // _CorrectMatrix = null; __this->set__CorrectMatrix_1((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)NULL); // return; return; } IL_000b: { // _CorrectMatrix = CreateMatrix.Dense(3,3); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_1; L_1 = CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m66D39C7EB5F3C1C3FD2391132B88B9AAB2C95807(3, 3, /*hidden argument*/CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m66D39C7EB5F3C1C3FD2391132B88B9AAB2C95807_RuntimeMethod_var); __this->set__CorrectMatrix_1(L_1); // for (var i = 0; i < 3; ++i) V_0 = 0; goto IL_0040; } IL_001c: { // for (var j = 0; j < 3; ++j) V_1 = 0; goto IL_0038; } IL_0020: { // _CorrectMatrix[i, j] = value[j + i * 3]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_2 = __this->get__CorrectMatrix_1(); int32_t L_3 = V_0; int32_t L_4 = V_1; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_5 = ___value0; int32_t L_6 = V_1; int32_t L_7 = V_0; NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)3)))); double L_9 = (L_5)->GetAt(static_cast(L_8)); NullCheck(L_2); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_2, L_3, L_4, L_9, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // for (var j = 0; j < 3; ++j) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0038: { // for (var j = 0; j < 3; ++j) int32_t L_11 = V_1; if ((((int32_t)L_11) < ((int32_t)3))) { goto IL_0020; } } { // for (var i = 0; i < 3; ++i) int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0040: { // for (var i = 0; i < 3; ++i) int32_t L_13 = V_0; if ((((int32_t)L_13) < ((int32_t)3))) { goto IL_001c; } } { // } return; } } // System.Void o0MagneticCalibraterEllipsoidFitting::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterEllipsoidFitting__ctor_m4202791AA7097F564FAE96227E0FF54E8FD0691C (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, const RuntimeMethod* method) { { // public Vector3 _Center = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); __this->set__Center_0(L_0); // public o0MagneticCalibraterEllipsoidFitting() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void o0MagneticCalibraterEllipsoidFitting::.ctor(System.Single[],System.Double[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterEllipsoidFitting__ctor_m58F1CC5C100586DD8752520E3C6C470F6064A18B (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___Center0, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___CorrectMatrix1, const RuntimeMethod* method) { { // public Vector3 _Center = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); __this->set__Center_0(L_0); // public o0MagneticCalibraterEllipsoidFitting(float[] Center, double[] CorrectMatrix) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.Center = Center; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = ___Center0; o0MagneticCalibraterEllipsoidFitting_set_Center_m328A000782BE674650A179759804E773D8407862(__this, L_1, /*hidden argument*/NULL); // this.CorrectMatrix = CorrectMatrix; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_2 = ___CorrectMatrix1; o0MagneticCalibraterEllipsoidFitting_set_CorrectMatrix_m0F7CCE4C886F4841350119D90E0550D733403522(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Single[] o0MagneticCalibraterEllipsoidFitting::get_Radius() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* o0MagneticCalibraterEllipsoidFitting_get_Radius_mDFBE235E1478ED0B37012F0148340B1062E4C3EB (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new float[]{_Radius.x, _Radius.y, _Radius.z}; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)3); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = L_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2 = __this->get_address_of__Radius_3(); float L_3 = L_2->get_x_2(); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (float)L_3); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_4 = L_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_5 = __this->get_address_of__Radius_3(); float L_6 = L_5->get_y_3(); NullCheck(L_4); (L_4)->SetAt(static_cast(1), (float)L_6); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_7 = L_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_8 = __this->get_address_of__Radius_3(); float L_9 = L_8->get_z_4(); NullCheck(L_7); (L_7)->SetAt(static_cast(2), (float)L_9); return L_7; } } // System.Void o0MagneticCalibraterEllipsoidFitting::set_Radius(System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterEllipsoidFitting_set_Radius_mD878FE782B6620D8971806C3A448A87E383BC4F3 (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___value0, const RuntimeMethod* method) { { // _Radius = new Vector3(value[0], value[1], value[2]); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = ___value0; NullCheck(L_0); int32_t L_1 = 0; float L_2 = (L_0)->GetAt(static_cast(L_1)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = ___value0; NullCheck(L_3); int32_t L_4 = 1; float L_5 = (L_3)->GetAt(static_cast(L_4)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = ___value0; NullCheck(L_6); int32_t L_7 = 2; float L_8 = (L_6)->GetAt(static_cast(L_7)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), L_2, L_5, L_8, /*hidden argument*/NULL); __this->set__Radius_3(L_9); // } return; } } // System.Collections.Generic.List`1 o0MagneticCalibraterEllipsoidFitting::getRecords() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * o0MagneticCalibraterEllipsoidFitting_getRecords_mFB6E1801CCCAA208D987B942102EF43632E89F93 (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, const RuntimeMethod* method) { { // return records; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_0 = __this->get_records_2(); return L_0; } } // System.Boolean o0MagneticCalibraterEllipsoidFitting::get_Calibration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool o0MagneticCalibraterEllipsoidFitting_get_Calibration_m3AD07DCE1396D44EF123304CC5EE7578437D6D84 (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, const RuntimeMethod* method) { { // return records != null; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_0 = __this->get_records_2(); return (bool)((!(((RuntimeObject*)(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void o0MagneticCalibraterEllipsoidFitting::set_Calibration(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterEllipsoidFitting_set_Calibration_m85629B510A03139949595C04F32924966D3357D7 (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateMatrix_DenseIdentity_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m997C1BC1D1219DC626BEF275F4A6F7704F5DAD4B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m66D39C7EB5F3C1C3FD2391132B88B9AAB2C95807_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mA4FFA3E02AEC3E64A0659345BA5AC2CB324B0647_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6AB105C820F1EB5DCEB02BB908EA1DF4A8A0BF13_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m9FB106B6D83E0AEA63A4ADE22BC85158FCB05735_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mACBBAA92E8A140104420A96EFD8939C09FFF910E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Evd_1_get_EigenValues_mFB742593EF1990111222D57C740B72FB3C53B258_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Evd_1_get_EigenVectors_m500B1F74112FA5F2DC666AFE19C617936B9B1E89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mC01E0DF0122FF0E6A80A93D73813B3E468A39E55_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m7441417502CF0A288D577B92D461B05B2AD70AA5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix_1_SetSubMatrix_m18B9203B8FFA97B5237063561DE541BD3FA35592_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix_1_ToString_m586E04CE99D68409DBBE186536629C0D3BF08B6F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix_1_Transpose_mEEFE11223C558CA8918173D7351BFB5EAE12F018_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix_1_op_Division_m3CD50844943FB4136DAFBFDD4A5A62B079B981C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix_1_op_Multiply_m66C3FDB963617069162D387B3A5E179CE2A91813_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix_1_op_UnaryNegation_mADFB0EB1643AC687A7CE2F36F8B90948F4EE4EF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3Cset_CalibrationU3Eb__19_0_m67898651FB8B2BFBA385AC5BDE5CB17EF4D8B155_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_Map_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m6C79B6B145C8847048FE42C95C594B1F778F4A76_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_ToString_m81A7FF23647337530ADF83B3A35F1025EE5D71E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Item_m6F0BD4D7D4F0914E48D5DF67B180B1BE157AF051_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14C613C02188E13542DCFBCDF8AC6F9995B1A006); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F9469CBF1652AF4848844E57A103E728F606A39); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACB99638ECCAD69DD637D944FBCF620F8694C70D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE86EDD3E2B05232EE39159241AC2AC43339F8877); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED64C9B038AA199EF53EB8015C2B19D835F6AA1C); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; double V_1 = 0.0; double V_2 = 0.0; double V_3 = 0.0; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * V_4 = NULL; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * V_5 = NULL; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * V_6 = NULL; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * V_7 = NULL; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * V_8 = NULL; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * V_9 = NULL; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * V_10 = NULL; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * V_11 = NULL; Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 * V_12 = NULL; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * V_13 = NULL; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * V_14 = NULL; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * V_15 = NULL; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * V_16 = NULL; int32_t V_17 = 0; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C V_18; memset((&V_18), 0, sizeof(V_18)); float V_19 = 0.0f; Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 V_20; memset((&V_20), 0, sizeof(V_20)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_21; memset((&V_21), 0, sizeof(V_21)); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * V_22 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_23; memset((&V_23), 0, sizeof(V_23)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_24; memset((&V_24), 0, sizeof(V_24)); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * V_25 = NULL; int32_t V_26 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * G_B8_0 = NULL; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * G_B8_1 = NULL; Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * G_B7_0 = NULL; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * G_B7_1 = NULL; { // if (value == true) bool L_0 = ___value0; if (!L_0) { goto IL_000f; } } { // records = new List(); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_1 = (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)il2cpp_codegen_object_new(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); List_1__ctor_mF8F23D572031748AD428623AE16803455997E297(L_1, /*hidden argument*/List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var); __this->set_records_2(L_1); // } return; } IL_000f: { } IL_0010: try {// begin try (depth: 1) { // int mag_data_counter = records.Count; //mag???? List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_2 = __this->get_records_2(); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_2, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); V_0 = L_3; // var mat_D = CreateMatrix.Dense(mag_data_counter, 9); int32_t L_4 = V_0; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_5; L_5 = CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m66D39C7EB5F3C1C3FD2391132B88B9AAB2C95807(L_4, ((int32_t)9), /*hidden argument*/CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m66D39C7EB5F3C1C3FD2391132B88B9AAB2C95807_RuntimeMethod_var); V_4 = L_5; // for (int i = 0; i < mag_data_counter; i++) V_17 = 0; goto IL_011b; } IL_002e: { // mag_x = records[i].x; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_6 = __this->get_records_2(); int32_t L_7 = V_17; NullCheck(L_6); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); float L_9 = L_8.get_x_2(); V_1 = ((double)((double)L_9)); // mag_y = records[i].y; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_10 = __this->get_records_2(); int32_t L_11 = V_17; NullCheck(L_10); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline(L_10, L_11, /*hidden argument*/List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); float L_13 = L_12.get_y_3(); V_2 = ((double)((double)L_13)); // mag_z = records[i].z; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_14 = __this->get_records_2(); int32_t L_15 = V_17; NullCheck(L_14); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline(L_14, L_15, /*hidden argument*/List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); float L_17 = L_16.get_z_4(); V_3 = ((double)((double)L_17)); // mat_D[i, 0] = mag_x * mag_x; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_18 = V_4; int32_t L_19 = V_17; double L_20 = V_1; double L_21 = V_1; NullCheck(L_18); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_18, L_19, 0, ((double)il2cpp_codegen_multiply((double)L_20, (double)L_21)), /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_D[i, 1] = mag_y * mag_y; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_22 = V_4; int32_t L_23 = V_17; double L_24 = V_2; double L_25 = V_2; NullCheck(L_22); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_22, L_23, 1, ((double)il2cpp_codegen_multiply((double)L_24, (double)L_25)), /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_D[i, 2] = mag_z * mag_z; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_26 = V_4; int32_t L_27 = V_17; double L_28 = V_3; double L_29 = V_3; NullCheck(L_26); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_26, L_27, 2, ((double)il2cpp_codegen_multiply((double)L_28, (double)L_29)), /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_D[i, 3] = 2 * mag_x * mag_y; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_30 = V_4; int32_t L_31 = V_17; double L_32 = V_1; double L_33 = V_2; NullCheck(L_30); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_30, L_31, 3, ((double)il2cpp_codegen_multiply((double)((double)il2cpp_codegen_multiply((double)(2.0), (double)L_32)), (double)L_33)), /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_D[i, 4] = 2 * mag_x * mag_z; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_34 = V_4; int32_t L_35 = V_17; double L_36 = V_1; double L_37 = V_3; NullCheck(L_34); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_34, L_35, 4, ((double)il2cpp_codegen_multiply((double)((double)il2cpp_codegen_multiply((double)(2.0), (double)L_36)), (double)L_37)), /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_D[i, 5] = 2 * mag_y * mag_z; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_38 = V_4; int32_t L_39 = V_17; double L_40 = V_2; double L_41 = V_3; NullCheck(L_38); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_38, L_39, 5, ((double)il2cpp_codegen_multiply((double)((double)il2cpp_codegen_multiply((double)(2.0), (double)L_40)), (double)L_41)), /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_D[i, 6] = 2 * mag_x; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_42 = V_4; int32_t L_43 = V_17; double L_44 = V_1; NullCheck(L_42); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_42, L_43, 6, ((double)il2cpp_codegen_multiply((double)(2.0), (double)L_44)), /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_D[i, 7] = 2 * mag_y; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_45 = V_4; int32_t L_46 = V_17; double L_47 = V_2; NullCheck(L_45); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_45, L_46, 7, ((double)il2cpp_codegen_multiply((double)(2.0), (double)L_47)), /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_D[i, 8] = 2 * mag_z; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_48 = V_4; int32_t L_49 = V_17; double L_50 = V_3; NullCheck(L_48); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_48, L_49, 8, ((double)il2cpp_codegen_multiply((double)(2.0), (double)L_50)), /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // for (int i = 0; i < mag_data_counter; i++) int32_t L_51 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_011b: { // for (int i = 0; i < mag_data_counter; i++) int32_t L_52 = V_17; int32_t L_53 = V_0; if ((((int32_t)L_52) < ((int32_t)L_53))) { goto IL_002e; } } IL_0123: { // var mat_DT = mat_D.Transpose(); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_54 = V_4; NullCheck(L_54); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_55; L_55 = Matrix_1_Transpose_mEEFE11223C558CA8918173D7351BFB5EAE12F018(L_54, /*hidden argument*/Matrix_1_Transpose_mEEFE11223C558CA8918173D7351BFB5EAE12F018_RuntimeMethod_var); V_5 = L_55; // var mat_Ones = CreateMatrix.Dense(mag_data_counter, 1, 1.0); int32_t L_56 = V_0; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_57; L_57 = CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mA4FFA3E02AEC3E64A0659345BA5AC2CB324B0647(L_56, 1, (1.0), /*hidden argument*/CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mA4FFA3E02AEC3E64A0659345BA5AC2CB324B0647_RuntimeMethod_var); V_6 = L_57; // var mat_Result = (mat_DT * mat_D).Inverse() * (mat_DT * mat_Ones); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_58 = V_5; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_59 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_il2cpp_TypeInfo_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_60; L_60 = Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA(L_58, L_59, /*hidden argument*/Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA_RuntimeMethod_var); NullCheck(L_60); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_61; L_61 = VirtualFuncInvoker0< Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * >::Invoke(12 /* MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Inverse() */, L_60); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_62 = V_5; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_63 = V_6; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_64; L_64 = Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA(L_62, L_63, /*hidden argument*/Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA_RuntimeMethod_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_65; L_65 = Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA(L_61, L_64, /*hidden argument*/Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA_RuntimeMethod_var); V_7 = L_65; // var mat_A_4x4 = CreateMatrix.Dense(4, 4); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_66; L_66 = CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m66D39C7EB5F3C1C3FD2391132B88B9AAB2C95807(4, 4, /*hidden argument*/CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m66D39C7EB5F3C1C3FD2391132B88B9AAB2C95807_RuntimeMethod_var); V_8 = L_66; // mat_A_4x4[0, 0] = mat_Result[0, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_67 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_68 = V_7; NullCheck(L_68); double L_69; L_69 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_68, 0, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_67); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_67, 0, 0, L_69, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[0, 1] = mat_Result[3, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_70 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_71 = V_7; NullCheck(L_71); double L_72; L_72 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_71, 3, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_70); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_70, 0, 1, L_72, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[0, 2] = mat_Result[4, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_73 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_74 = V_7; NullCheck(L_74); double L_75; L_75 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_74, 4, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_73); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_73, 0, 2, L_75, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[0, 3] = mat_Result[6, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_76 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_77 = V_7; NullCheck(L_77); double L_78; L_78 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_77, 6, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_76); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_76, 0, 3, L_78, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[1, 0] = mat_Result[3, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_79 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_80 = V_7; NullCheck(L_80); double L_81; L_81 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_80, 3, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_79); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_79, 1, 0, L_81, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[1, 1] = mat_Result[1, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_82 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_83 = V_7; NullCheck(L_83); double L_84; L_84 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_83, 1, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_82); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_82, 1, 1, L_84, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[1, 2] = mat_Result[5, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_85 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_86 = V_7; NullCheck(L_86); double L_87; L_87 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_86, 5, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_85); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_85, 1, 2, L_87, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[1, 3] = mat_Result[7, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_88 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_89 = V_7; NullCheck(L_89); double L_90; L_90 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_89, 7, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_88); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_88, 1, 3, L_90, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[2, 0] = mat_Result[4, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_91 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_92 = V_7; NullCheck(L_92); double L_93; L_93 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_92, 4, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_91); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_91, 2, 0, L_93, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[2, 1] = mat_Result[5, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_94 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_95 = V_7; NullCheck(L_95); double L_96; L_96 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_95, 5, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_94); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_94, 2, 1, L_96, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[2, 2] = mat_Result[2, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_97 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_98 = V_7; NullCheck(L_98); double L_99; L_99 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_98, 2, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_97); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_97, 2, 2, L_99, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[2, 3] = mat_Result[8, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_100 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_101 = V_7; NullCheck(L_101); double L_102; L_102 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_101, 8, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_100); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_100, 2, 3, L_102, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[3, 0] = mat_Result[6, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_103 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_104 = V_7; NullCheck(L_104); double L_105; L_105 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_104, 6, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_103); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_103, 3, 0, L_105, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[3, 1] = mat_Result[7, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_106 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_107 = V_7; NullCheck(L_107); double L_108; L_108 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_107, 7, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_106); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_106, 3, 1, L_108, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[3, 2] = mat_Result[8, 0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_109 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_110 = V_7; NullCheck(L_110); double L_111; L_111 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_110, 8, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); NullCheck(L_109); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_109, 3, 2, L_111, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_A_4x4[3, 3] = -1.0; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_112 = V_8; NullCheck(L_112); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_112, 3, 3, (-1.0), /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // var mat_Center = -((mat_A_4x4.SubMatrix(0, 3, 0, 3)).Inverse() * mat_Result.SubMatrix(6, 3, 0, 1)); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_113 = V_8; NullCheck(L_113); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_114; L_114 = VirtualFuncInvoker4< Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, int32_t, int32_t, int32_t, int32_t >::Invoke(16 /* MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::SubMatrix(System.Int32,System.Int32,System.Int32,System.Int32) */, L_113, 0, 3, 0, 3); NullCheck(L_114); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_115; L_115 = VirtualFuncInvoker0< Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * >::Invoke(12 /* MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Inverse() */, L_114); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_116 = V_7; NullCheck(L_116); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_117; L_117 = VirtualFuncInvoker4< Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, int32_t, int32_t, int32_t, int32_t >::Invoke(16 /* MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::SubMatrix(System.Int32,System.Int32,System.Int32,System.Int32) */, L_116, 6, 3, 0, 1); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_118; L_118 = Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA(L_115, L_117, /*hidden argument*/Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA_RuntimeMethod_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_119; L_119 = Matrix_1_op_UnaryNegation_mADFB0EB1643AC687A7CE2F36F8B90948F4EE4EF4(L_118, /*hidden argument*/Matrix_1_op_UnaryNegation_mADFB0EB1643AC687A7CE2F36F8B90948F4EE4EF4_RuntimeMethod_var); V_9 = L_119; // var mat_T_4x4 = CreateMatrix.DenseIdentity(4, 4); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_120; L_120 = CreateMatrix_DenseIdentity_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m997C1BC1D1219DC626BEF275F4A6F7704F5DAD4B(4, 4, /*hidden argument*/CreateMatrix_DenseIdentity_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m997C1BC1D1219DC626BEF275F4A6F7704F5DAD4B_RuntimeMethod_var); V_10 = L_120; // mat_T_4x4.SetSubMatrix(3, 1, 0, 3, mat_Center.Transpose()); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_121 = V_10; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_122 = V_9; NullCheck(L_122); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_123; L_123 = Matrix_1_Transpose_mEEFE11223C558CA8918173D7351BFB5EAE12F018(L_122, /*hidden argument*/Matrix_1_Transpose_mEEFE11223C558CA8918173D7351BFB5EAE12F018_RuntimeMethod_var); NullCheck(L_121); Matrix_1_SetSubMatrix_m18B9203B8FFA97B5237063561DE541BD3FA35592(L_121, 3, 1, 0, 3, L_123, /*hidden argument*/Matrix_1_SetSubMatrix_m18B9203B8FFA97B5237063561DE541BD3FA35592_RuntimeMethod_var); // var mat_R = mat_T_4x4 * mat_A_4x4 * mat_T_4x4.Transpose(); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_124 = V_10; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_125 = V_8; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_126; L_126 = Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA(L_124, L_125, /*hidden argument*/Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA_RuntimeMethod_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_127 = V_10; NullCheck(L_127); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_128; L_128 = Matrix_1_Transpose_mEEFE11223C558CA8918173D7351BFB5EAE12F018(L_127, /*hidden argument*/Matrix_1_Transpose_mEEFE11223C558CA8918173D7351BFB5EAE12F018_RuntimeMethod_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_129; L_129 = Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA(L_126, L_128, /*hidden argument*/Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA_RuntimeMethod_var); V_11 = L_129; // var evd = mat_R.SubMatrix(0, 3, 0, 3) / -mat_R[3, 3]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_130 = V_11; NullCheck(L_130); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_131; L_131 = VirtualFuncInvoker4< Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, int32_t, int32_t, int32_t, int32_t >::Invoke(16 /* MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::SubMatrix(System.Int32,System.Int32,System.Int32,System.Int32) */, L_130, 0, 3, 0, 3); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_132 = V_11; NullCheck(L_132); double L_133; L_133 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_132, 3, 3, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_134; L_134 = Matrix_1_op_Division_m3CD50844943FB4136DAFBFDD4A5A62B079B981C0(L_131, ((-L_133)), /*hidden argument*/Matrix_1_op_Division_m3CD50844943FB4136DAFBFDD4A5A62B079B981C0_RuntimeMethod_var); // var eig = evd.Evd(); NullCheck(L_134); Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 * L_135; L_135 = VirtualFuncInvoker1< Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 *, int32_t >::Invoke(21 /* MathNet.Numerics.LinearAlgebra.Factorization.Evd`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Evd(MathNet.Numerics.LinearAlgebra.Symmetricity) */, L_134, 0); V_12 = L_135; // var mat_Eigval = CreateVector.Dense(3); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_136; L_136 = CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E(3, /*hidden argument*/CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E_RuntimeMethod_var); // var mat_Evecs = eig.EigenVectors; Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 * L_137 = V_12; NullCheck(L_137); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_138; L_138 = Evd_1_get_EigenVectors_m500B1F74112FA5F2DC666AFE19C617936B9B1E89_inline(L_137, /*hidden argument*/Evd_1_get_EigenVectors_m500B1F74112FA5F2DC666AFE19C617936B9B1E89_RuntimeMethod_var); V_13 = L_138; // mat_Eigval[0] = eig.EigenValues[0].Real; //?????? Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_139 = L_136; Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 * L_140 = V_12; NullCheck(L_140); Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_141; L_141 = Evd_1_get_EigenValues_mFB742593EF1990111222D57C740B72FB3C53B258_inline(L_140, /*hidden argument*/Evd_1_get_EigenValues_mFB742593EF1990111222D57C740B72FB3C53B258_RuntimeMethod_var); NullCheck(L_141); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_142; L_142 = Vector_1_get_Item_m6F0BD4D7D4F0914E48D5DF67B180B1BE157AF051_inline(L_141, 0, /*hidden argument*/Vector_1_get_Item_m6F0BD4D7D4F0914E48D5DF67B180B1BE157AF051_RuntimeMethod_var); V_18 = L_142; double L_143; L_143 = Complex_get_Real_mD362D9A86615981C54CDC593DC7441395AC2A8C8_inline((Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)(&V_18), /*hidden argument*/NULL); NullCheck(L_139); Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_inline(L_139, 0, L_143, /*hidden argument*/Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var); // mat_Eigval[1] = eig.EigenValues[1].Real; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_144 = L_139; Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 * L_145 = V_12; NullCheck(L_145); Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_146; L_146 = Evd_1_get_EigenValues_mFB742593EF1990111222D57C740B72FB3C53B258_inline(L_145, /*hidden argument*/Evd_1_get_EigenValues_mFB742593EF1990111222D57C740B72FB3C53B258_RuntimeMethod_var); NullCheck(L_146); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_147; L_147 = Vector_1_get_Item_m6F0BD4D7D4F0914E48D5DF67B180B1BE157AF051_inline(L_146, 1, /*hidden argument*/Vector_1_get_Item_m6F0BD4D7D4F0914E48D5DF67B180B1BE157AF051_RuntimeMethod_var); V_18 = L_147; double L_148; L_148 = Complex_get_Real_mD362D9A86615981C54CDC593DC7441395AC2A8C8_inline((Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)(&V_18), /*hidden argument*/NULL); NullCheck(L_144); Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_inline(L_144, 1, L_148, /*hidden argument*/Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var); // mat_Eigval[2] = eig.EigenValues[2].Real; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_149 = L_144; Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 * L_150 = V_12; NullCheck(L_150); Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_151; L_151 = Evd_1_get_EigenValues_mFB742593EF1990111222D57C740B72FB3C53B258_inline(L_150, /*hidden argument*/Evd_1_get_EigenValues_mFB742593EF1990111222D57C740B72FB3C53B258_RuntimeMethod_var); NullCheck(L_151); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_152; L_152 = Vector_1_get_Item_m6F0BD4D7D4F0914E48D5DF67B180B1BE157AF051_inline(L_151, 2, /*hidden argument*/Vector_1_get_Item_m6F0BD4D7D4F0914E48D5DF67B180B1BE157AF051_RuntimeMethod_var); V_18 = L_152; double L_153; L_153 = Complex_get_Real_mD362D9A86615981C54CDC593DC7441395AC2A8C8_inline((Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)(&V_18), /*hidden argument*/NULL); NullCheck(L_149); Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_inline(L_149, 2, L_153, /*hidden argument*/Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var); // var mat_Radii = mat_Eigval.Map(delegate (double x) // { // return 1.0 / Math.Sqrt(Math.Abs(x)); // }); //????????????? IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_il2cpp_TypeInfo_var); Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * L_154 = ((U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_il2cpp_TypeInfo_var))->get_U3CU3E9__19_0_1(); Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * L_155 = L_154; G_B7_0 = L_155; G_B7_1 = L_149; if (L_155) { G_B8_0 = L_155; G_B8_1 = L_149; goto IL_0385; } } IL_036e: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_il2cpp_TypeInfo_var); U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 * L_156 = ((U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * L_157 = (Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 *)il2cpp_codegen_object_new(Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857_il2cpp_TypeInfo_var); Func_2__ctor_mC01E0DF0122FF0E6A80A93D73813B3E468A39E55(L_157, L_156, (intptr_t)((intptr_t)U3CU3Ec_U3Cset_CalibrationU3Eb__19_0_m67898651FB8B2BFBA385AC5BDE5CB17EF4D8B155_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mC01E0DF0122FF0E6A80A93D73813B3E468A39E55_RuntimeMethod_var); Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * L_158 = L_157; ((U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_il2cpp_TypeInfo_var))->set_U3CU3E9__19_0_1(L_158); G_B8_0 = L_158; G_B8_1 = G_B7_1; } IL_0385: { NullCheck(G_B8_1); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_159; L_159 = Vector_1_Map_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m6C79B6B145C8847048FE42C95C594B1F778F4A76(G_B8_1, G_B8_0, 0, /*hidden argument*/Vector_1_Map_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m6C79B6B145C8847048FE42C95C594B1F778F4A76_RuntimeMethod_var); V_14 = L_159; // var mat_Scale = CreateMatrix.DenseIdentity(3, 3); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_160; L_160 = CreateMatrix_DenseIdentity_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m997C1BC1D1219DC626BEF275F4A6F7704F5DAD4B(3, 3, /*hidden argument*/CreateMatrix_DenseIdentity_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m997C1BC1D1219DC626BEF275F4A6F7704F5DAD4B_RuntimeMethod_var); V_15 = L_160; // mat_Scale[0, 0] = mat_Radii[0]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_161 = V_15; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_162 = V_14; NullCheck(L_162); double L_163; L_163 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_162, 0, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); NullCheck(L_161); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_161, 0, 0, L_163, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_Scale[1, 1] = mat_Radii[1]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_164 = V_15; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_165 = V_14; NullCheck(L_165); double L_166; L_166 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_165, 1, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); NullCheck(L_164); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_164, 1, 1, L_166, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_Scale[2, 2] = mat_Radii[2]; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_167 = V_15; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_168 = V_14; NullCheck(L_168); double L_169; L_169 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_168, 2, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); NullCheck(L_167); Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_inline(L_167, 2, 2, L_169, /*hidden argument*/Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_RuntimeMethod_var); // mat_Scale = mat_Scale.Inverse();// * min_Radii; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_170 = V_15; NullCheck(L_170); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_171; L_171 = VirtualFuncInvoker0< Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * >::Invoke(12 /* MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Inverse() */, L_170); V_15 = L_171; // var mat_Correct = mat_Evecs * mat_Scale * mat_Evecs.Transpose(); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_172 = V_13; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_173 = V_15; IL2CPP_RUNTIME_CLASS_INIT(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_il2cpp_TypeInfo_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_174; L_174 = Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA(L_172, L_173, /*hidden argument*/Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA_RuntimeMethod_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_175 = V_13; NullCheck(L_175); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_176; L_176 = Matrix_1_Transpose_mEEFE11223C558CA8918173D7351BFB5EAE12F018(L_175, /*hidden argument*/Matrix_1_Transpose_mEEFE11223C558CA8918173D7351BFB5EAE12F018_RuntimeMethod_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_177; L_177 = Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA(L_174, L_176, /*hidden argument*/Matrix_1_op_Multiply_mB741A2DCE58C18B8B3D08D7206A36CEB84EBDADA_RuntimeMethod_var); V_16 = L_177; // Debug.Log("The Ellipsoid center is:" + mat_Center.ToString()); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_178 = V_9; NullCheck(L_178); String_t* L_179; L_179 = Matrix_1_ToString_m586E04CE99D68409DBBE186536629C0D3BF08B6F(L_178, (String_t*)NULL, (RuntimeObject*)NULL, /*hidden argument*/Matrix_1_ToString_m586E04CE99D68409DBBE186536629C0D3BF08B6F_RuntimeMethod_var); String_t* L_180; L_180 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral14C613C02188E13542DCFBCDF8AC6F9995B1A006, L_179, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_180, /*hidden argument*/NULL); // Debug.Log("The Ellipsoid radii is:" + mat_Radii.ToString()); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_181 = V_14; NullCheck(L_181); String_t* L_182; L_182 = Vector_1_ToString_m81A7FF23647337530ADF83B3A35F1025EE5D71E8(L_181, (String_t*)NULL, (RuntimeObject*)NULL, /*hidden argument*/Vector_1_ToString_m81A7FF23647337530ADF83B3A35F1025EE5D71E8_RuntimeMethod_var); String_t* L_183; L_183 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralED64C9B038AA199EF53EB8015C2B19D835F6AA1C, L_182, /*hidden argument*/NULL); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_183, /*hidden argument*/NULL); // Debug.Log("The scale matrix is:" + mat_Scale.ToString()); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_184 = V_15; NullCheck(L_184); String_t* L_185; L_185 = Matrix_1_ToString_m586E04CE99D68409DBBE186536629C0D3BF08B6F(L_184, (String_t*)NULL, (RuntimeObject*)NULL, /*hidden argument*/Matrix_1_ToString_m586E04CE99D68409DBBE186536629C0D3BF08B6F_RuntimeMethod_var); String_t* L_186; L_186 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral2F9469CBF1652AF4848844E57A103E728F606A39, L_185, /*hidden argument*/NULL); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_186, /*hidden argument*/NULL); // Debug.Log("The correct matrix is:" + mat_Correct.ToString()); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_187 = V_16; NullCheck(L_187); String_t* L_188; L_188 = Matrix_1_ToString_m586E04CE99D68409DBBE186536629C0D3BF08B6F(L_187, (String_t*)NULL, (RuntimeObject*)NULL, /*hidden argument*/Matrix_1_ToString_m586E04CE99D68409DBBE186536629C0D3BF08B6F_RuntimeMethod_var); String_t* L_189; L_189 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralE86EDD3E2B05232EE39159241AC2AC43339F8877, L_188, /*hidden argument*/NULL); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_189, /*hidden argument*/NULL); // _Center = new Vector3((float)mat_Center[0, 0], (float)mat_Center[1, 0], (float)mat_Center[2, 0]); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_190 = V_9; NullCheck(L_190); double L_191; L_191 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_190, 0, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_192 = V_9; NullCheck(L_192); double L_193; L_193 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_192, 1, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_194 = V_9; NullCheck(L_194); double L_195; L_195 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_194, 2, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_196; memset((&L_196), 0, sizeof(L_196)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_196), ((float)((float)L_191)), ((float)((float)L_193)), ((float)((float)L_195)), /*hidden argument*/NULL); __this->set__Center_0(L_196); // _Radius = new Vector3((float)mat_Radii[0], (float)mat_Radii[1], (float)mat_Radii[2]); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_197 = V_14; NullCheck(L_197); double L_198; L_198 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_197, 0, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_199 = V_14; NullCheck(L_199); double L_200; L_200 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_199, 1, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_201 = V_14; NullCheck(L_201); double L_202; L_202 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_201, 2, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_203; memset((&L_203), 0, sizeof(L_203)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_203), ((float)((float)L_198)), ((float)((float)L_200)), ((float)((float)L_202)), /*hidden argument*/NULL); __this->set__Radius_3(L_203); // this._CorrectMatrix = mat_Correct; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_204 = V_16; __this->set__CorrectMatrix_1(L_204); // BadRecords = new List(); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_205 = (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)il2cpp_codegen_object_new(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); List_1__ctor_mF8F23D572031748AD428623AE16803455997E297(L_205, /*hidden argument*/List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var); __this->set_BadRecords_4(L_205); // var AverageDistance = 0f; V_19 = (0.0f); // foreach (var i in records) List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_206 = __this->get_records_2(); NullCheck(L_206); Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 L_207; L_207 = List_1_GetEnumerator_m7441417502CF0A288D577B92D461B05B2AD70AA5(L_206, /*hidden argument*/List_1_GetEnumerator_m7441417502CF0A288D577B92D461B05B2AD70AA5_RuntimeMethod_var); V_20 = L_207; } IL_04bf: try {// begin try (depth: 2) { goto IL_0566; } IL_04c4: { // foreach (var i in records) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_208; L_208 = Enumerator_get_Current_mACBBAA92E8A140104420A96EFD8939C09FFF910E_inline((Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 *)(&V_20), /*hidden argument*/Enumerator_get_Current_mACBBAA92E8A140104420A96EFD8939C09FFF910E_RuntimeMethod_var); // var v = i - new Vector3((float)mat_Center[0, 0], (float)mat_Center[1, 0], (float)mat_Center[2, 0]); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_209 = V_9; NullCheck(L_209); double L_210; L_210 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_209, 0, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_211 = V_9; NullCheck(L_211); double L_212; L_212 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_211, 1, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_213 = V_9; NullCheck(L_213); double L_214; L_214 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_213, 2, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_215; memset((&L_215), 0, sizeof(L_215)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_215), ((float)((float)L_210)), ((float)((float)L_212)), ((float)((float)L_214)), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_216; L_216 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_208, L_215, /*hidden argument*/NULL); V_21 = L_216; // var MathNetV = CreateVector.Dense(3); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_217; L_217 = CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E(3, /*hidden argument*/CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E_RuntimeMethod_var); V_22 = L_217; // MathNetV[0] = v.x; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_218 = V_22; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_219 = V_21; float L_220 = L_219.get_x_2(); NullCheck(L_218); Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_inline(L_218, 0, ((double)((double)L_220)), /*hidden argument*/Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var); // MathNetV[1] = v.y; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_221 = V_22; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_222 = V_21; float L_223 = L_222.get_y_3(); NullCheck(L_221); Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_inline(L_221, 1, ((double)((double)L_223)), /*hidden argument*/Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var); // MathNetV[2] = v.z; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_224 = V_22; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_225 = V_21; float L_226 = L_225.get_z_4(); NullCheck(L_224); Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_inline(L_224, 2, ((double)((double)L_226)), /*hidden argument*/Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var); // MathNetV = (MathNetV) * mat_Correct; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_227 = V_22; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_228 = V_16; IL2CPP_RUNTIME_CLASS_INIT(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_il2cpp_TypeInfo_var); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_229; L_229 = Matrix_1_op_Multiply_m66C3FDB963617069162D387B3A5E179CE2A91813(L_227, L_228, /*hidden argument*/Matrix_1_op_Multiply_m66C3FDB963617069162D387B3A5E179CE2A91813_RuntimeMethod_var); V_22 = L_229; // v = new Vector3((float)MathNetV[0], (float)MathNetV[1], (float)MathNetV[2]); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_230 = V_22; NullCheck(L_230); double L_231; L_231 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_230, 0, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_232 = V_22; NullCheck(L_232); double L_233; L_233 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_232, 1, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_234 = V_22; NullCheck(L_234); double L_235; L_235 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_234, 2, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_21), ((float)((float)L_231)), ((float)((float)L_233)), ((float)((float)L_235)), /*hidden argument*/NULL); // AverageDistance += v.magnitude; float L_236 = V_19; float L_237; L_237 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_21), /*hidden argument*/NULL); V_19 = ((float)il2cpp_codegen_add((float)L_236, (float)L_237)); } IL_0566: { // foreach (var i in records) bool L_238; L_238 = Enumerator_MoveNext_m9FB106B6D83E0AEA63A4ADE22BC85158FCB05735((Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 *)(&V_20), /*hidden argument*/Enumerator_MoveNext_m9FB106B6D83E0AEA63A4ADE22BC85158FCB05735_RuntimeMethod_var); if (L_238) { goto IL_04c4; } } IL_0572: { IL2CPP_LEAVE(0x582, FINALLY_0574); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0574; } FINALLY_0574: {// begin finally (depth: 2) Enumerator_Dispose_m6AB105C820F1EB5DCEB02BB908EA1DF4A8A0BF13((Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 *)(&V_20), /*hidden argument*/Enumerator_Dispose_m6AB105C820F1EB5DCEB02BB908EA1DF4A8A0BF13_RuntimeMethod_var); IL2CPP_END_FINALLY(1396) }// end finally (depth: 2) IL2CPP_CLEANUP(1396) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x582, IL_0582) } IL_0582: { // AverageDistance /= records.Count; float L_239 = V_19; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_240 = __this->get_records_2(); NullCheck(L_240); int32_t L_241; L_241 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_240, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); V_19 = ((float)((float)L_239/(float)((float)((float)L_241)))); // foreach (var i in records) List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_242 = __this->get_records_2(); NullCheck(L_242); Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 L_243; L_243 = List_1_GetEnumerator_m7441417502CF0A288D577B92D461B05B2AD70AA5(L_242, /*hidden argument*/List_1_GetEnumerator_m7441417502CF0A288D577B92D461B05B2AD70AA5_RuntimeMethod_var); V_20 = L_243; } IL_05a0: try {// begin try (depth: 2) { goto IL_066b; } IL_05a5: { // foreach (var i in records) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_244; L_244 = Enumerator_get_Current_mACBBAA92E8A140104420A96EFD8939C09FFF910E_inline((Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 *)(&V_20), /*hidden argument*/Enumerator_get_Current_mACBBAA92E8A140104420A96EFD8939C09FFF910E_RuntimeMethod_var); V_23 = L_244; // var v = i - new Vector3((float)mat_Center[0, 0], (float)mat_Center[1, 0], (float)mat_Center[2, 0]); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_245 = V_23; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_246 = V_9; NullCheck(L_246); double L_247; L_247 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_246, 0, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_248 = V_9; NullCheck(L_248); double L_249; L_249 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_248, 1, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_250 = V_9; NullCheck(L_250); double L_251; L_251 = Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_inline(L_250, 2, 0, /*hidden argument*/Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_RuntimeMethod_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_252; memset((&L_252), 0, sizeof(L_252)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_252), ((float)((float)L_247)), ((float)((float)L_249)), ((float)((float)L_251)), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_253; L_253 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_245, L_252, /*hidden argument*/NULL); V_24 = L_253; // var MathNetV = CreateVector.Dense(3); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_254; L_254 = CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E(3, /*hidden argument*/CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E_RuntimeMethod_var); V_25 = L_254; // MathNetV[0] = v.x; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_255 = V_25; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_256 = V_24; float L_257 = L_256.get_x_2(); NullCheck(L_255); Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_inline(L_255, 0, ((double)((double)L_257)), /*hidden argument*/Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var); // MathNetV[1] = v.y; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_258 = V_25; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_259 = V_24; float L_260 = L_259.get_y_3(); NullCheck(L_258); Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_inline(L_258, 1, ((double)((double)L_260)), /*hidden argument*/Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var); // MathNetV[2] = v.z; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_261 = V_25; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_262 = V_24; float L_263 = L_262.get_z_4(); NullCheck(L_261); Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_inline(L_261, 2, ((double)((double)L_263)), /*hidden argument*/Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var); // MathNetV = (MathNetV) * mat_Correct; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_264 = V_25; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_265 = V_16; IL2CPP_RUNTIME_CLASS_INIT(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_il2cpp_TypeInfo_var); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_266; L_266 = Matrix_1_op_Multiply_m66C3FDB963617069162D387B3A5E179CE2A91813(L_264, L_265, /*hidden argument*/Matrix_1_op_Multiply_m66C3FDB963617069162D387B3A5E179CE2A91813_RuntimeMethod_var); V_25 = L_266; // v = new Vector3((float)MathNetV[0], (float)MathNetV[1], (float)MathNetV[2]); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_267 = V_25; NullCheck(L_267); double L_268; L_268 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_267, 0, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_269 = V_25; NullCheck(L_269); double L_270; L_270 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_269, 1, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_271 = V_25; NullCheck(L_271); double L_272; L_272 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_271, 2, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_24), ((float)((float)L_268)), ((float)((float)L_270)), ((float)((float)L_272)), /*hidden argument*/NULL); // if (Math.Abs(v.magnitude - AverageDistance) > 0.1 * AverageDistance) float L_273; L_273 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_24), /*hidden argument*/NULL); float L_274 = V_19; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); float L_275; L_275 = fabsf(((float)il2cpp_codegen_subtract((float)L_273, (float)L_274))); float L_276 = V_19; if ((!(((double)((double)((double)L_275))) > ((double)((double)il2cpp_codegen_multiply((double)(0.10000000000000001), (double)((double)((double)L_276)))))))) { goto IL_066b; } } IL_065e: { // BadRecords.Add(i); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_277 = __this->get_BadRecords_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_278 = V_23; NullCheck(L_277); List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E(L_277, L_278, /*hidden argument*/List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var); } IL_066b: { // foreach (var i in records) bool L_279; L_279 = Enumerator_MoveNext_m9FB106B6D83E0AEA63A4ADE22BC85158FCB05735((Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 *)(&V_20), /*hidden argument*/Enumerator_MoveNext_m9FB106B6D83E0AEA63A4ADE22BC85158FCB05735_RuntimeMethod_var); if (L_279) { goto IL_05a5; } } IL_0677: { IL2CPP_LEAVE(0x687, FINALLY_0679); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0679; } FINALLY_0679: {// begin finally (depth: 2) Enumerator_Dispose_m6AB105C820F1EB5DCEB02BB908EA1DF4A8A0BF13((Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 *)(&V_20), /*hidden argument*/Enumerator_Dispose_m6AB105C820F1EB5DCEB02BB908EA1DF4A8A0BF13_RuntimeMethod_var); IL2CPP_END_FINALLY(1657) }// end finally (depth: 2) IL2CPP_CLEANUP(1657) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x687, IL_0687) } IL_0687: { // Debug.Log("BadRecords: "+ BadRecords.Count); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_280 = __this->get_BadRecords_4(); NullCheck(L_280); int32_t L_281; L_281 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_280, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); V_26 = L_281; String_t* L_282; L_282 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_26), /*hidden argument*/NULL); String_t* L_283; L_283 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralACB99638ECCAD69DD637D944FBCF620F8694C70D, L_282, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_283, /*hidden argument*/NULL); // } goto IL_06b9; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NonConvergenceException_t50AF57E869B91728CE433AA3E1827B660F1598BC_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_06ac; } throw e; } CATCH_06ac: {// begin catch(MathNet.Numerics.NonConvergenceException) // catch(NonConvergenceException) // Debug.Log("????????"); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3854AD361E4E7CDA90FA5FDA792E6C8EB09884E0)), /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_06b9; }// end catch (depth: 1) IL_06b9: { // records = null; __this->set_records_2((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)NULL); // } return; } } // UnityEngine.Vector3 o0MagneticCalibraterEllipsoidFitting::Update(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o0MagneticCalibraterEllipsoidFitting_Update_m9240255D0F601E6C8329F788A442889A833913C8 (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix_1_op_Multiply_m66C3FDB963617069162D387B3A5E179CE2A91813_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Vector_1_t04BD986700481778192B0CF621635E64D169D13C * V_0 = NULL; { // if (Calibration) bool L_0; L_0 = o0MagneticCalibraterEllipsoidFitting_get_Calibration_m3AD07DCE1396D44EF123304CC5EE7578437D6D84(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { // records.Add(v); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_1 = __this->get_records_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___v0; NullCheck(L_1); List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E(L_1, L_2, /*hidden argument*/List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var); // return v; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___v0; return L_3; } IL_0016: { // if(_CorrectMatrix != null) Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_4 = __this->get__CorrectMatrix_1(); if (!L_4) { goto IL_008b; } } { // v -= _Center; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = ___v0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = __this->get__Center_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_5, L_6, /*hidden argument*/NULL); ___v0 = L_7; // var MathNetV = CreateVector.Dense(3); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_8; L_8 = CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E(3, /*hidden argument*/CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E_RuntimeMethod_var); V_0 = L_8; // MathNetV[0] = v.x; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_9 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___v0; float L_11 = L_10.get_x_2(); NullCheck(L_9); Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_inline(L_9, 0, ((double)((double)L_11)), /*hidden argument*/Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var); // MathNetV[1] = v.y; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_12 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = ___v0; float L_14 = L_13.get_y_3(); NullCheck(L_12); Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_inline(L_12, 1, ((double)((double)L_14)), /*hidden argument*/Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var); // MathNetV[2] = v.z; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_15 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = ___v0; float L_17 = L_16.get_z_4(); NullCheck(L_15); Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_inline(L_15, 2, ((double)((double)L_17)), /*hidden argument*/Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_RuntimeMethod_var); // MathNetV = (MathNetV) * _CorrectMatrix; Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_18 = V_0; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_19 = __this->get__CorrectMatrix_1(); IL2CPP_RUNTIME_CLASS_INIT(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_il2cpp_TypeInfo_var); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_20; L_20 = Matrix_1_op_Multiply_m66C3FDB963617069162D387B3A5E179CE2A91813(L_18, L_19, /*hidden argument*/Matrix_1_op_Multiply_m66C3FDB963617069162D387B3A5E179CE2A91813_RuntimeMethod_var); V_0 = L_20; // v = new Vector3((float)MathNetV[0], (float)MathNetV[1], (float)MathNetV[2]); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_21 = V_0; NullCheck(L_21); double L_22; L_22 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_21, 0, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_23 = V_0; NullCheck(L_23); double L_24; L_24 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_23, 1, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_25 = V_0; NullCheck(L_25); double L_26; L_26 = Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_inline(L_25, 2, /*hidden argument*/Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_RuntimeMethod_var); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___v0), ((float)((float)L_22)), ((float)((float)L_24)), ((float)((float)L_26)), /*hidden argument*/NULL); // return v; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27 = ___v0; return L_27; } IL_008b: { // return v; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28 = ___v0; return L_28; } } // System.Single o0MagneticCalibraterEllipsoidFitting::CalibratCompletionPercentage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float o0MagneticCalibraterEllipsoidFitting_CalibratCompletionPercentage_mAD4F58CE7342A371483384183B84E725657D80AA (o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * __this, const RuntimeMethod* method) { { // return 0; return (0.0f); } } #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 // o0Project.Vector3f o0MagneticCalibraterSimple::get_Center() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * o0MagneticCalibraterSimple_get_Center_m04A9D50FF1DBE62D70FC4AED52417847B72CD1F5 (o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new o0Project.Vector3f(_Center.x, _Center.y, _Center.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_0 = __this->get_address_of__Center_0(); float L_1 = L_0->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2 = __this->get_address_of__Center_0(); float L_3 = L_2->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_4 = __this->get_address_of__Center_0(); float L_5 = L_4->get_z_4(); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_6 = (Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC *)il2cpp_codegen_object_new(Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC_il2cpp_TypeInfo_var); Vector3f__ctor_m6E4A810EF0B71CF759B5D68C3B17855377D8F6D5(L_6, L_1, L_3, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void o0MagneticCalibraterSimple::set_Center(o0Project.Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterSimple_set_Center_m9120DD0DF5F634524DD840732BF0C46BB85E5512 (o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5 * __this, Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * ___value0, const RuntimeMethod* method) { { // _Center = new Vector3(value.x, value.y, value.z); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_0 = ___value0; NullCheck(L_0); float L_1 = L_0->get_x_0(); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_2 = ___value0; NullCheck(L_2); float L_3 = L_2->get_y_1(); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_4 = ___value0; NullCheck(L_4); float L_5 = L_4->get_z_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_6), L_1, L_3, L_5, /*hidden argument*/NULL); __this->set__Center_0(L_6); // } return; } } // o0Project.Vector3f o0MagneticCalibraterSimple::get_Radius() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * o0MagneticCalibraterSimple_get_Radius_mA90C682E2D73C32354032FF8C2B9758F8138CA5E (o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new o0Project.Vector3f(_Radius.x, _Radius.y, _Radius.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_0 = __this->get_address_of__Radius_1(); float L_1 = L_0->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2 = __this->get_address_of__Radius_1(); float L_3 = L_2->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_4 = __this->get_address_of__Radius_1(); float L_5 = L_4->get_z_4(); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_6 = (Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC *)il2cpp_codegen_object_new(Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC_il2cpp_TypeInfo_var); Vector3f__ctor_m6E4A810EF0B71CF759B5D68C3B17855377D8F6D5(L_6, L_1, L_3, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void o0MagneticCalibraterSimple::set_Radius(o0Project.Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterSimple_set_Radius_mD122C93AB4A6109C3FE1C8E61A601A536EA312E0 (o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5 * __this, Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * ___value0, const RuntimeMethod* method) { { // _Radius = new Vector3(value.x, value.y, value.z); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_0 = ___value0; NullCheck(L_0); float L_1 = L_0->get_x_0(); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_2 = ___value0; NullCheck(L_2); float L_3 = L_2->get_y_1(); Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_4 = ___value0; NullCheck(L_4); float L_5 = L_4->get_z_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_6), L_1, L_3, L_5, /*hidden argument*/NULL); __this->set__Radius_1(L_6); // } return; } } // System.Void o0MagneticCalibraterSimple::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterSimple__ctor_mE70F05E9E6BF020D93F980732B08A42808C86C42 (o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5 * __this, const RuntimeMethod* method) { { // public Vector3 _Center = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); __this->set__Center_0(L_0); // public Vector3 _Radius = new Vector3(2, 2, 2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; memset((&L_1), 0, sizeof(L_1)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_1), (2.0f), (2.0f), (2.0f), /*hidden argument*/NULL); __this->set__Radius_1(L_1); // Vector3 Min = new Vector3(float.MinValue, float.MinValue, float.MinValue); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; memset((&L_2), 0, sizeof(L_2)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_2), (-(std::numeric_limits::max)()), (-(std::numeric_limits::max)()), (-(std::numeric_limits::max)()), /*hidden argument*/NULL); __this->set_Min_2(L_2); // Vector3 Max = new Vector3(float.MaxValue, float.MaxValue, float.MaxValue); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; memset((&L_3), 0, sizeof(L_3)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_3), ((std::numeric_limits::max)()), ((std::numeric_limits::max)()), ((std::numeric_limits::max)()), /*hidden argument*/NULL); __this->set_Max_3(L_3); // public o0MagneticCalibraterSimple() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void o0MagneticCalibraterSimple::.ctor(o0Project.Vector3f,o0Project.Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterSimple__ctor_m6DE9C9167C57A55C10D1147B61216625A478DCF6 (o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5 * __this, Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * ___Center0, Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * ___Radius1, const RuntimeMethod* method) { { // public Vector3 _Center = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); __this->set__Center_0(L_0); // public Vector3 _Radius = new Vector3(2, 2, 2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; memset((&L_1), 0, sizeof(L_1)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_1), (2.0f), (2.0f), (2.0f), /*hidden argument*/NULL); __this->set__Radius_1(L_1); // Vector3 Min = new Vector3(float.MinValue, float.MinValue, float.MinValue); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; memset((&L_2), 0, sizeof(L_2)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_2), (-(std::numeric_limits::max)()), (-(std::numeric_limits::max)()), (-(std::numeric_limits::max)()), /*hidden argument*/NULL); __this->set_Min_2(L_2); // Vector3 Max = new Vector3(float.MaxValue, float.MaxValue, float.MaxValue); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; memset((&L_3), 0, sizeof(L_3)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_3), ((std::numeric_limits::max)()), ((std::numeric_limits::max)()), ((std::numeric_limits::max)()), /*hidden argument*/NULL); __this->set_Max_3(L_3); // public o0MagneticCalibraterSimple(o0Project.Vector3f Center, o0Project.Vector3f Radius) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.Center = Center; Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_4 = ___Center0; o0MagneticCalibraterSimple_set_Center_m9120DD0DF5F634524DD840732BF0C46BB85E5512(__this, L_4, /*hidden argument*/NULL); // this.Radius = Radius; Vector3f_t3549607BD23E36B2A42458E469CD2BD16BD7F0DC * L_5 = ___Radius1; o0MagneticCalibraterSimple_set_Radius_mD122C93AB4A6109C3FE1C8E61A601A536EA312E0(__this, L_5, /*hidden argument*/NULL); // } return; } } // System.Boolean o0MagneticCalibraterSimple::get_Calibration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool o0MagneticCalibraterSimple_get_Calibration_m0FA6F694F5D713EEFA871B00C6B3F2CE75FD73D8 (o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5 * __this, const RuntimeMethod* method) { { // return !(Min == new Vector3(float.MinValue, float.MinValue, float.MinValue) && Max == new Vector3(float.MaxValue, float.MaxValue, float.MaxValue)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_Min_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; memset((&L_1), 0, sizeof(L_1)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_1), (-(std::numeric_limits::max)()), (-(std::numeric_limits::max)()), (-(std::numeric_limits::max)()), /*hidden argument*/NULL); bool L_2; L_2 = Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0044; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = __this->get_Max_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; memset((&L_4), 0, sizeof(L_4)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_4), ((std::numeric_limits::max)()), ((std::numeric_limits::max)()), ((std::numeric_limits::max)()), /*hidden argument*/NULL); bool L_5; L_5 = Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296(L_3, L_4, /*hidden argument*/NULL); return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); } IL_0044: { return (bool)1; } } // System.Void o0MagneticCalibraterSimple::set_Calibration(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0MagneticCalibraterSimple_set_Calibration_m0C108091E17F6805ADFDE1413DE7AECDF497A221 (o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value == true) bool L_0 = ___value0; if (!L_0) { goto IL_0038; } } { // Min = new Vector3(float.MaxValue, float.MaxValue, float.MaxValue); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; memset((&L_1), 0, sizeof(L_1)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_1), ((std::numeric_limits::max)()), ((std::numeric_limits::max)()), ((std::numeric_limits::max)()), /*hidden argument*/NULL); __this->set_Min_2(L_1); // Max = new Vector3(float.MinValue, float.MinValue, float.MinValue); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; memset((&L_2), 0, sizeof(L_2)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_2), (-(std::numeric_limits::max)()), (-(std::numeric_limits::max)()), (-(std::numeric_limits::max)()), /*hidden argument*/NULL); __this->set_Max_3(L_2); // } return; } IL_0038: { // Min = new Vector3(float.MinValue, float.MinValue, float.MinValue); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; memset((&L_3), 0, sizeof(L_3)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_3), (-(std::numeric_limits::max)()), (-(std::numeric_limits::max)()), (-(std::numeric_limits::max)()), /*hidden argument*/NULL); __this->set_Min_2(L_3); // Max = new Vector3(float.MaxValue, float.MaxValue, float.MaxValue); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; memset((&L_4), 0, sizeof(L_4)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_4), ((std::numeric_limits::max)()), ((std::numeric_limits::max)()), ((std::numeric_limits::max)()), /*hidden argument*/NULL); __this->set_Max_3(L_4); // } return; } } // UnityEngine.Vector3 o0MagneticCalibraterSimple::Update(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o0MagneticCalibraterSimple_Update_m908DFE2963422234DA986FC5BACBE4F3F683CCFF (o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (v.magnitude > 30) float L_0; L_0 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___v0), /*hidden argument*/NULL); if ((!(((float)L_0) > ((float)(30.0f))))) { goto IL_0019; } } { // Debug.Log(v); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___v0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = L_1; RuntimeObject * L_3 = Box(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_3, /*hidden argument*/NULL); } IL_0019: { // if (Calibration) bool L_4; L_4 = o0MagneticCalibraterSimple_get_Calibration_m0FA6F694F5D713EEFA871B00C6B3F2CE75FD73D8(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0140; } } { // if (Min.x > v.x) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_5 = __this->get_address_of_Min_2(); float L_6 = L_5->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___v0; float L_8 = L_7.get_x_2(); if ((!(((float)L_6) > ((float)L_8)))) { goto IL_0048; } } { // Min.x = v.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_9 = __this->get_address_of_Min_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___v0; float L_11 = L_10.get_x_2(); L_9->set_x_2(L_11); } IL_0048: { // if (Min.y > v.y) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_12 = __this->get_address_of_Min_2(); float L_13 = L_12->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = ___v0; float L_15 = L_14.get_y_3(); if ((!(((float)L_13) > ((float)L_15)))) { goto IL_006c; } } { // Min.y = v.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_16 = __this->get_address_of_Min_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = ___v0; float L_18 = L_17.get_y_3(); L_16->set_y_3(L_18); } IL_006c: { // if (Min.z > v.z) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_19 = __this->get_address_of_Min_2(); float L_20 = L_19->get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = ___v0; float L_22 = L_21.get_z_4(); if ((!(((float)L_20) > ((float)L_22)))) { goto IL_0090; } } { // Min.z = v.z; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_23 = __this->get_address_of_Min_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = ___v0; float L_25 = L_24.get_z_4(); L_23->set_z_4(L_25); } IL_0090: { // if (Max.x < v.x) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_26 = __this->get_address_of_Max_3(); float L_27 = L_26->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28 = ___v0; float L_29 = L_28.get_x_2(); if ((!(((float)L_27) < ((float)L_29)))) { goto IL_00b4; } } { // Max.x = v.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_30 = __this->get_address_of_Max_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = ___v0; float L_32 = L_31.get_x_2(); L_30->set_x_2(L_32); } IL_00b4: { // if (Max.y < v.y) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_33 = __this->get_address_of_Max_3(); float L_34 = L_33->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35 = ___v0; float L_36 = L_35.get_y_3(); if ((!(((float)L_34) < ((float)L_36)))) { goto IL_00d8; } } { // Max.y = v.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_37 = __this->get_address_of_Max_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38 = ___v0; float L_39 = L_38.get_y_3(); L_37->set_y_3(L_39); } IL_00d8: { // if (Max.z < v.z) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_40 = __this->get_address_of_Max_3(); float L_41 = L_40->get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42 = ___v0; float L_43 = L_42.get_z_4(); if ((!(((float)L_41) < ((float)L_43)))) { goto IL_00fc; } } { // Max.z = v.z; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_44 = __this->get_address_of_Max_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_45 = ___v0; float L_46 = L_45.get_z_4(); L_44->set_z_4(L_46); } IL_00fc: { // _Center = (Max + Min) / 2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_47 = __this->get_Max_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_48 = __this->get_Min_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_49; L_49 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_47, L_48, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_50; L_50 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_49, (2.0f), /*hidden argument*/NULL); __this->set__Center_0(L_50); // _Radius = (Max - Min) / 2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51 = __this->get_Max_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52 = __this->get_Min_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_53; L_53 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_51, L_52, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_54; L_54 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_53, (2.0f), /*hidden argument*/NULL); __this->set__Radius_1(L_54); // return v; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_55 = ___v0; return L_55; } IL_0140: { // v -= _Center; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_56 = ___v0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_57 = __this->get__Center_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_58; L_58 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_56, L_57, /*hidden argument*/NULL); ___v0 = L_58; // v = new Vector3(v.x / _Radius.x, v.y / _Radius.y, v.z / _Radius.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_59 = ___v0; float L_60 = L_59.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_61 = __this->get_address_of__Radius_1(); float L_62 = L_61->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_63 = ___v0; float L_64 = L_63.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_65 = __this->get_address_of__Radius_1(); float L_66 = L_65->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_67 = ___v0; float L_68 = L_67.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_69 = __this->get_address_of__Radius_1(); float L_70 = L_69->get_z_4(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___v0), ((float)((float)L_60/(float)L_62)), ((float)((float)L_64/(float)L_66)), ((float)((float)L_68/(float)L_70)), /*hidden argument*/NULL); // return v; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_71 = ___v0; return L_71; } } // System.Single o0MagneticCalibraterSimple::CalibratCompletionPercentage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float o0MagneticCalibraterSimple_CalibratCompletionPercentage_m3977B05E6C4C50BBFA71A6CDA332581CE82455F9 (o0MagneticCalibraterSimple_t7D65D9247D9DC5DB7EDDD91BC681A1C748DF9DC5 * __this, const RuntimeMethod* method) { { // return 0; return (0.0f); } } #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 o0Aien.o0SigmoidIntegrationFilter::SigmoidIntegration(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float o0SigmoidIntegrationFilter_SigmoidIntegration_m21EB20F4EF1B6D602FF55528232F04792CBE2A10 (float ___to0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (to > 700) float L_0 = ___to0; if ((!(((float)L_0) > ((float)(700.0f))))) { goto IL_0010; } } { // return to - 0.00671534848911797f; float L_1 = ___to0; return ((float)il2cpp_codegen_subtract((float)L_1, (float)(0.00671534846f))); } IL_0010: { // return (float)Math.Log(1 + Math.Pow(Math.E, to)) - 0.00671534848911797f; float L_2 = ___to0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_3; L_3 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F((2.7182818284590451), ((double)((double)L_2)), /*hidden argument*/NULL); double L_4; L_4 = log(((double)il2cpp_codegen_add((double)(1.0), (double)L_3))); return ((float)il2cpp_codegen_subtract((float)((float)((float)L_4)), (float)(0.00671534846f))); } } // System.Void o0Aien.o0SigmoidIntegrationFilter::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0SigmoidIntegrationFilter__ctor_mFBCF2541C5ECCC9005C1DD28116151C2C66F6464 (o0SigmoidIntegrationFilter_t43DCD87FD7A4848D1A4D54E678BDFE48B8825627 * __this, float ___noise0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // float noise = 10; __this->set_noise_0((10.0f)); // public o0SigmoidIntegrationFilter(float noise)//?? ? ????? Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19(__this, /*hidden argument*/Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var); // this.noise = Mathf.Abs(noise); float L_0 = ___noise0; float L_1; L_1 = fabsf(L_0); __this->set_noise_0(L_1); // } return; } } // System.Void o0Aien.o0SigmoidIntegrationFilter::Update(System.Single&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0SigmoidIntegrationFilter_Update_m7A6E567F8DB3869DDFE5C068750E55EB1F521155 (o0SigmoidIntegrationFilter_t43DCD87FD7A4848D1A4D54E678BDFE48B8825627 * __this, float* ___value0, float ___measuredValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { // if (value == default) float* L_0 = ___value0; float L_1 = *((float*)L_0); if ((!(((float)L_1) == ((float)(0.0f))))) { goto IL_000d; } } { // value = measuredValue; float* L_2 = ___value0; float L_3 = ___measuredValue1; *((float*)L_2) = (float)L_3; // return; return; } IL_000d: { // var noiseBuffer = noise / 10; float L_4 = __this->get_noise_0(); V_0 = ((float)((float)L_4/(float)(10.0f))); // float sigmoidResult = SigmoidIntegration(Math.Abs(measuredValue - value) / noiseBuffer - 5) * noiseBuffer;//??value?????? float L_5 = ___measuredValue1; float* L_6 = ___value0; float L_7 = *((float*)L_6); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); float L_8; L_8 = fabsf(((float)il2cpp_codegen_subtract((float)L_5, (float)L_7))); float L_9 = V_0; float L_10; L_10 = o0SigmoidIntegrationFilter_SigmoidIntegration_m21EB20F4EF1B6D602FF55528232F04792CBE2A10(((float)il2cpp_codegen_subtract((float)((float)((float)L_8/(float)L_9)), (float)(5.0f))), /*hidden argument*/NULL); float L_11 = V_0; V_1 = ((float)il2cpp_codegen_multiply((float)L_10, (float)L_11)); // if (measuredValue > value) float L_12 = ___measuredValue1; float* L_13 = ___value0; float L_14 = *((float*)L_13); if ((!(((float)L_12) > ((float)L_14)))) { goto IL_003f; } } { // value += sigmoidResult; float* L_15 = ___value0; float* L_16 = ___value0; float L_17 = *((float*)L_16); float L_18 = V_1; *((float*)L_15) = (float)((float)il2cpp_codegen_add((float)L_17, (float)L_18)); return; } IL_003f: { // value -= sigmoidResult; float* L_19 = ___value0; float* L_20 = ___value0; float L_21 = *((float*)L_20); float L_22 = V_1; *((float*)L_19) = (float)((float)il2cpp_codegen_subtract((float)L_21, (float)L_22)); // } 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 o0Aien.o0SigmoidIntegrationFilterQuaternion::.ctor(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0SigmoidIntegrationFilterQuaternion__ctor_m4CA16B9DB214E3874F0516F14DBFCD74F5B6870F (o0SigmoidIntegrationFilterQuaternion_tDC306314F20BD9DD84321B624A76A1C79E418384 * __this, float ___noise0, float ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_1__ctor_mB81AE1789BF499949C731BEF1E841E0234D6C827_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // float noise = 10; __this->set_noise_0((10.0f)); // float index = 1; __this->set_index_1((1.0f)); // public o0SigmoidIntegrationFilterQuaternion(float noise, float index = 1) Filter_1__ctor_mB81AE1789BF499949C731BEF1E841E0234D6C827(__this, /*hidden argument*/Filter_1__ctor_mB81AE1789BF499949C731BEF1E841E0234D6C827_RuntimeMethod_var); // this.noise = Mathf.Abs(noise); float L_0 = ___noise0; float L_1; L_1 = fabsf(L_0); __this->set_noise_0(L_1); // this.index = index; float L_2 = ___index1; __this->set_index_1(L_2); // } return; } } // System.Void o0Aien.o0SigmoidIntegrationFilterQuaternion::Update(UnityEngine.Quaternion&,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0SigmoidIntegrationFilterQuaternion_Update_m1EE629487CE550B365D0EC5DA3E1636C028245BD (o0SigmoidIntegrationFilterQuaternion_tDC306314F20BD9DD84321B624A76A1C79E418384 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * ___value0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___measuredValue1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_2; memset((&V_2), 0, sizeof(V_2)); { // if (value == default) Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_0 = ___value0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_1 = (*(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)L_0); il2cpp_codegen_initobj((&V_2), sizeof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2 = V_2; bool L_3; L_3 = Quaternion_op_Equality_m7EC909C253064DBECF7DB83BCF7C2E42163685BE(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { // value = measuredValue; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_4 = ___value0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_5 = ___measuredValue1; *(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)L_4 = L_5; // return; return; } IL_001e: { // var noiseBuffer = noise / 10; float L_6 = __this->get_noise_0(); V_0 = ((float)((float)L_6/(float)(10.0f))); // var difference = Quaternion.Angle(measuredValue, value); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_7 = ___measuredValue1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_8 = ___value0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_9 = (*(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)L_8); float L_10; L_10 = Quaternion_Angle_m3BE44E43965BB9EDFD06DBC1E0985324A83327CF_inline(L_7, L_9, /*hidden argument*/NULL); // float sigmoidResult = o0SigmoidIntegrationFilter.SigmoidIntegration(difference / noiseBuffer - 5) * noiseBuffer;//??value?????? float L_11 = V_0; float L_12; L_12 = o0SigmoidIntegrationFilter_SigmoidIntegration_m21EB20F4EF1B6D602FF55528232F04792CBE2A10(((float)il2cpp_codegen_subtract((float)((float)((float)L_10/(float)L_11)), (float)(5.0f))), /*hidden argument*/NULL); float L_13 = V_0; V_1 = ((float)il2cpp_codegen_multiply((float)L_12, (float)L_13)); // value = Quaternion.Slerp(value, measuredValue, Mathf.Pow(sigmoidResult, index)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_14 = ___value0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_15 = ___value0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_16 = (*(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)L_15); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_17 = ___measuredValue1; float L_18 = V_1; float L_19 = __this->get_index_1(); float L_20; L_20 = powf(L_18, L_19); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_21; L_21 = Quaternion_Slerp_m6D2BD18286254E28D2288B51962EC71F85C7B5C8(L_16, L_17, L_20, /*hidden argument*/NULL); *(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)L_14 = L_21; // } 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 o0Aien.o0SigmoidIntegrationFilterVector3::.ctor(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0SigmoidIntegrationFilterVector3__ctor_mF07E75F32262146C259E4A558FEE1CF2F05044C0 (o0SigmoidIntegrationFilterVector3_t6E624880BA15991A5B2DC780DD02BA5CB36990DB * __this, float ___noise0, float ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_1__ctor_m83BAAC9820B47B3BC8EACA1B68A770E6FD9FF20E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // float noise = 10; __this->set_noise_0((10.0f)); // float index = 1; __this->set_index_1((1.0f)); // public o0SigmoidIntegrationFilterVector3(float noise,float index = 1) Filter_1__ctor_m83BAAC9820B47B3BC8EACA1B68A770E6FD9FF20E(__this, /*hidden argument*/Filter_1__ctor_m83BAAC9820B47B3BC8EACA1B68A770E6FD9FF20E_RuntimeMethod_var); // this.noise = Mathf.Abs(noise); float L_0 = ___noise0; float L_1; L_1 = fabsf(L_0); __this->set_noise_0(L_1); // this.index = index; float L_2 = ___index1; __this->set_index_1(L_2); // } return; } } // System.Void o0Aien.o0SigmoidIntegrationFilterVector3::Update(UnityEngine.Vector3&,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0SigmoidIntegrationFilterVector3_Update_mAA7313A3618A0F207B347ABE9146F2301BBCB8C8 (o0SigmoidIntegrationFilterVector3_t6E624880BA15991A5B2DC780DD02BA5CB36990DB * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___value0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___measuredValue1, const RuntimeMethod* method) { float V_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); { // if (value == default) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_0 = ___value0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_0); il2cpp_codegen_initobj((&V_3), sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = V_3; bool L_3; L_3 = Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { // value = measuredValue; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_4 = ___value0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = ___measuredValue1; *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_4 = L_5; // return; return; } IL_001e: { // var noiseBuffer = noise / 10; float L_6 = __this->get_noise_0(); V_0 = ((float)((float)L_6/(float)(10.0f))); // var differenceVector = measuredValue - value; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___measuredValue1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_8 = ___value0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_7, L_9, /*hidden argument*/NULL); V_1 = L_10; // float sigmoidResult = o0SigmoidIntegrationFilter.SigmoidIntegration(differenceVector.magnitude / noiseBuffer - 5) * noiseBuffer;//??value?????? float L_11; L_11 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); float L_12 = V_0; float L_13; L_13 = o0SigmoidIntegrationFilter_SigmoidIntegration_m21EB20F4EF1B6D602FF55528232F04792CBE2A10(((float)il2cpp_codegen_subtract((float)((float)((float)L_11/(float)L_12)), (float)(5.0f))), /*hidden argument*/NULL); float L_14 = V_0; V_2 = ((float)il2cpp_codegen_multiply((float)L_13, (float)L_14)); // value += Mathf.Pow(sigmoidResult,index) * differenceVector.normalized; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_15 = ___value0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_16 = ___value0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_16); float L_18 = V_2; float L_19 = __this->get_index_1(); float L_20; L_20 = powf(L_18, L_19); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline(L_20, L_21, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_17, L_22, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_15 = L_23; // } 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 o0Aien.o0SpeedFilter::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0SpeedFilter__ctor_mEF7D7ABBDC56CDC76CAC75BAB519C6888F5426EB (o0SpeedFilter_t48D3769F3DF36E66ED518A42B3A446BEC223AD92 * __this, float ___speedLimit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public o0SpeedFilter(float speedLimit)//?? Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19(__this, /*hidden argument*/Filter_1__ctor_mF0C3FB941DFF7A3E771111F30B891317EB3E0E19_RuntimeMethod_var); // this.speedLimit = Mathf.Abs(speedLimit); float L_0 = ___speedLimit0; float L_1; L_1 = fabsf(L_0); __this->set_speedLimit_0(L_1); // } return; } } // System.Void o0Aien.o0SpeedFilter::Update(System.Single&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0SpeedFilter_Update_m6C45D15466C767FDE6D3A0492D054DE84414B793 (o0SpeedFilter_t48D3769F3DF36E66ED518A42B3A446BEC223AD92 * __this, float* ___value0, float ___measuredValue1, const RuntimeMethod* method) { { // if (value == float.MinValue) float* L_0 = ___value0; float L_1 = *((float*)L_0); if ((!(((float)L_1) == ((float)(-(std::numeric_limits::max)()))))) { goto IL_000d; } } { // value = measuredValue; float* L_2 = ___value0; float L_3 = ___measuredValue1; *((float*)L_2) = (float)L_3; // return; return; } IL_000d: { // if (Mathf.Abs(value - measuredValue) <= speedLimit) float* L_4 = ___value0; float L_5 = *((float*)L_4); float L_6 = ___measuredValue1; float L_7; L_7 = fabsf(((float)il2cpp_codegen_subtract((float)L_5, (float)L_6))); float L_8 = __this->get_speedLimit_0(); if ((!(((float)L_7) <= ((float)L_8)))) { goto IL_0022; } } { // value = measuredValue; float* L_9 = ___value0; float L_10 = ___measuredValue1; *((float*)L_9) = (float)L_10; // } return; } IL_0022: { // else if (value + speedLimit < measuredValue) float* L_11 = ___value0; float L_12 = *((float*)L_11); float L_13 = __this->get_speedLimit_0(); float L_14 = ___measuredValue1; if ((!(((float)((float)il2cpp_codegen_add((float)L_12, (float)L_13))) < ((float)L_14)))) { goto IL_003a; } } { // value += speedLimit; float* L_15 = ___value0; float* L_16 = ___value0; float L_17 = *((float*)L_16); float L_18 = __this->get_speedLimit_0(); *((float*)L_15) = (float)((float)il2cpp_codegen_add((float)L_17, (float)L_18)); // } return; } IL_003a: { // value -= speedLimit; float* L_19 = ___value0; float* L_20 = ___value0; float L_21 = *((float*)L_20); float L_22 = __this->get_speedLimit_0(); *((float*)L_19) = (float)((float)il2cpp_codegen_subtract((float)L_21, (float)L_22)); // } 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 o0UIRawImageTester::UpdateAllOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0UIRawImageTester_UpdateAllOffset_m222A351534C223EF9C582DAE983044398770BF71 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m61378074C9D99CF547055D4D0B17F5A3368FEE6C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m27044F0D1BADC76AB3E16AF9B2179D9BD3518EBA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m635E80A8E46522CC9012675D8FD20D32652E16F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m532E5FB3C78BFDC0529C3FD41676546C0A6A6EF3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (var i in Testers) IL2CPP_RUNTIME_CLASS_INIT(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC * L_0 = ((o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_StaticFields*)il2cpp_codegen_static_fields_for(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var))->get_Testers_4(); NullCheck(L_0); Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8 L_1; L_1 = HashSet_1_GetEnumerator_m532E5FB3C78BFDC0529C3FD41676546C0A6A6EF3(L_0, /*hidden argument*/HashSet_1_GetEnumerator_m532E5FB3C78BFDC0529C3FD41676546C0A6A6EF3_RuntimeMethod_var); V_0 = L_1; } IL_000b: try {// begin try (depth: 1) { goto IL_0019; } IL_000d: { // foreach (var i in Testers) o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * L_2; L_2 = Enumerator_get_Current_m635E80A8E46522CC9012675D8FD20D32652E16F0_inline((Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m635E80A8E46522CC9012675D8FD20D32652E16F0_RuntimeMethod_var); // i.UpdateOffset(); NullCheck(L_2); VirtualActionInvoker0::Invoke(4 /* System.Void o0UIRawImageTester::UpdateOffset() */, L_2); } IL_0019: { // foreach (var i in Testers) bool L_3; L_3 = Enumerator_MoveNext_m27044F0D1BADC76AB3E16AF9B2179D9BD3518EBA((Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m27044F0D1BADC76AB3E16AF9B2179D9BD3518EBA_RuntimeMethod_var); if (L_3) { goto IL_000d; } } IL_0022: { IL2CPP_LEAVE(0x32, FINALLY_0024); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: {// begin finally (depth: 1) Enumerator_Dispose_m61378074C9D99CF547055D4D0B17F5A3368FEE6C((Enumerator_t81DB0F4F52C2F4FB8CAA95D14382A4E40E0D16B8 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m61378074C9D99CF547055D4D0B17F5A3368FEE6C_RuntimeMethod_var); IL2CPP_END_FINALLY(36) }// end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x32, IL_0032) } IL_0032: { // } return; } } // System.Void o0UIRawImageTester::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0UIRawImageTester_Awake_mF7D74085452EC2B49E01F399C3B03FFE69717CAB (o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A_m1CC428E36D420703C69051D2707E7CB0FE9E309A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mA7BEF5E6D3FD5FE4B443E372DA2E02044537205A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m846197D407E10BA3D8F8A9E46533C542E432A445_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 V_0; memset((&V_0), 0, sizeof(V_0)); { // Testers.Add(this); IL2CPP_RUNTIME_CLASS_INIT(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC * L_0 = ((o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_StaticFields*)il2cpp_codegen_static_fields_for(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var))->get_Testers_4(); NullCheck(L_0); bool L_1; L_1 = HashSet_1_Add_m846197D407E10BA3D8F8A9E46533C542E432A445(L_0, __this, /*hidden argument*/HashSet_1_Add_m846197D407E10BA3D8F8A9E46533C542E432A445_RuntimeMethod_var); // Image = GetComponent(); RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A * L_2; L_2 = Component_GetComponent_TisRawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A_m1CC428E36D420703C69051D2707E7CB0FE9E309A(__this, /*hidden argument*/Component_GetComponent_TisRawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A_m1CC428E36D420703C69051D2707E7CB0FE9E309A_RuntimeMethod_var); __this->set_Image_5(L_2); // var rect = GetComponent().rect; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_3; L_3 = Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4(__this, /*hidden argument*/Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4_RuntimeMethod_var); NullCheck(L_3); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_4; L_4 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_3, /*hidden argument*/NULL); V_0 = L_4; // Texture = new Texture2D((int)rect.width, (int)rect.height); float L_5; L_5 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_0), /*hidden argument*/NULL); float L_6; L_6 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_0), /*hidden argument*/NULL); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_7 = (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)il2cpp_codegen_object_new(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); Texture2D__ctor_m7D64AB4C55A01F2EE57483FD9EF826607DF9E4B4(L_7, ((int32_t)((int32_t)L_5)), ((int32_t)((int32_t)L_6)), /*hidden argument*/NULL); __this->set_Texture_6(L_7); // Image.texture = Texture; RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A * L_8 = __this->get_Image_5(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_9 = __this->get_Texture_6(); NullCheck(L_8); RawImage_set_texture_m1D7BAE6CB629C36894B664D9F5D68CACA88B8D99(L_8, L_9, /*hidden argument*/NULL); // ColorBuffer[new Color(1, 0, 0)] = new Color[] { new Color(1, 0, 0) , new Color(1, 0, 0) }; Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * L_10 = ((o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_StaticFields*)il2cpp_codegen_static_fields_for(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var))->get_ColorBuffer_8(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_11; memset((&L_11), 0, sizeof(L_11)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_11), (1.0f), (0.0f), (0.0f), /*hidden argument*/NULL); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_12 = (ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)SZArrayNew(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var, (uint32_t)2); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_13 = L_12; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_14; memset((&L_14), 0, sizeof(L_14)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_14), (1.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_13); (L_13)->SetAt(static_cast(0), (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )L_14); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_15 = L_13; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_16; memset((&L_16), 0, sizeof(L_16)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_16), (1.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_15); (L_15)->SetAt(static_cast(1), (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )L_16); NullCheck(L_10); Dictionary_2_set_Item_mA7BEF5E6D3FD5FE4B443E372DA2E02044537205A(L_10, L_11, L_15, /*hidden argument*/Dictionary_2_set_Item_mA7BEF5E6D3FD5FE4B443E372DA2E02044537205A_RuntimeMethod_var); // } return; } } // System.Void o0UIRawImageTester::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0UIRawImageTester_Update_m3E04A3127A1556B6359CED7BD682BA24C1B2B9B9 (o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * __this, const RuntimeMethod* method) { { // } return; } } // UnityEngine.Color[] o0UIRawImageTester::GetColorArray(UnityEngine.Color,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* o0UIRawImageTester_GetColorArray_mB5E5D36BCECE047D98C4D65DD485DBFCD6CAC374 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mBC343018F301473F831338C8F1F340E1D546C61E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m884CDF31D53017E1E3C738D6ACBE67F07F59D053_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m7022B34D1A4FF0E81F3CE0F2499A842C13AA076C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m9DD642CB18BA33BB2DA2A9B37D96AC872881B652_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* V_0 = NULL; int32_t V_1 = 0; { // if (ColorBuffer.ContainsKey(color)) IL2CPP_RUNTIME_CLASS_INIT(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * L_0 = ((o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_StaticFields*)il2cpp_codegen_static_fields_for(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var))->get_ColorBuffer_8(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = ___color0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_ContainsKey_m884CDF31D53017E1E3C738D6ACBE67F07F59D053(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m884CDF31D53017E1E3C738D6ACBE67F07F59D053_RuntimeMethod_var); if (!L_2) { goto IL_0035; } } { // if (ColorBuffer[color].Length >= length) IL2CPP_RUNTIME_CLASS_INIT(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * L_3 = ((o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_StaticFields*)il2cpp_codegen_static_fields_for(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var))->get_ColorBuffer_8(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_4 = ___color0; NullCheck(L_3); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_5; L_5 = Dictionary_2_get_Item_m9DD642CB18BA33BB2DA2A9B37D96AC872881B652(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m9DD642CB18BA33BB2DA2A9B37D96AC872881B652_RuntimeMethod_var); NullCheck(L_5); int32_t L_6 = ___length1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) < ((int32_t)L_6))) { goto IL_0029; } } { // return ColorBuffer[color]; IL2CPP_RUNTIME_CLASS_INIT(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * L_7 = ((o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_StaticFields*)il2cpp_codegen_static_fields_for(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var))->get_ColorBuffer_8(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_8 = ___color0; NullCheck(L_7); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_9; L_9 = Dictionary_2_get_Item_m9DD642CB18BA33BB2DA2A9B37D96AC872881B652(L_7, L_8, /*hidden argument*/Dictionary_2_get_Item_m9DD642CB18BA33BB2DA2A9B37D96AC872881B652_RuntimeMethod_var); return L_9; } IL_0029: { // ColorBuffer.Remove(color); IL2CPP_RUNTIME_CLASS_INIT(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * L_10 = ((o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_StaticFields*)il2cpp_codegen_static_fields_for(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var))->get_ColorBuffer_8(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_11 = ___color0; NullCheck(L_10); bool L_12; L_12 = Dictionary_2_Remove_m7022B34D1A4FF0E81F3CE0F2499A842C13AA076C(L_10, L_11, /*hidden argument*/Dictionary_2_Remove_m7022B34D1A4FF0E81F3CE0F2499A842C13AA076C_RuntimeMethod_var); } IL_0035: { // var c = new Color[length]; int32_t L_13 = ___length1; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_14 = (ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)SZArrayNew(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var, (uint32_t)L_13); V_0 = L_14; // for (var i = 0; i < c.Length; ++i) V_1 = 0; goto IL_004c; } IL_0040: { // c[i] = color; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_15 = V_0; int32_t L_16 = V_1; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_17 = ___color0; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )L_17); // for (var i = 0; i < c.Length; ++i) int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_004c: { // for (var i = 0; i < c.Length; ++i) int32_t L_19 = V_1; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_20 = V_0; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0040; } } { // ColorBuffer.Add(color, c); IL2CPP_RUNTIME_CLASS_INIT(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * L_21 = ((o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_StaticFields*)il2cpp_codegen_static_fields_for(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var))->get_ColorBuffer_8(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_22 = ___color0; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_23 = V_0; NullCheck(L_21); Dictionary_2_Add_mBC343018F301473F831338C8F1F340E1D546C61E(L_21, L_22, L_23, /*hidden argument*/Dictionary_2_Add_mBC343018F301473F831338C8F1F340E1D546C61E_RuntimeMethod_var); // return c; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_24 = V_0; return L_24; } } // System.Void o0UIRawImageTester::DrawPoint(System.Int32,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0UIRawImageTester_DrawPoint_m135D63FA246A14ABDA7310C580EB9D812E34B1B5 (o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * __this, int32_t ___height0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color1, const RuntimeMethod* method) { { // if (height > Texture.height) int32_t L_0 = ___height0; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_1 = __this->get_Texture_6(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_1); if ((((int32_t)L_0) <= ((int32_t)L_2))) { goto IL_001d; } } { // height = Texture.height; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_3 = __this->get_Texture_6(); NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_3); ___height0 = L_4; goto IL_0024; } IL_001d: { // else if (height < 0) int32_t L_5 = ___height0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0024; } } { // height = 0; ___height0 = 0; } IL_0024: { // Texture.SetPixel(Offset, height, color); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_6 = __this->get_Texture_6(); int32_t L_7 = __this->get_Offset_7(); int32_t L_8 = ___height0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_9 = ___color1; NullCheck(L_6); Texture2D_SetPixel_m78878905E58C5DE9BCFED8D9262D025789E22F92(L_6, L_7, L_8, L_9, /*hidden argument*/NULL); // Texture.Apply(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_10 = __this->get_Texture_6(); NullCheck(L_10); Texture2D_Apply_m3BB3975288119BA62ED9BE4243F7767EC2F88CA0(L_10, /*hidden argument*/NULL); // } return; } } // System.Void o0UIRawImageTester::DrawLine(System.Int32,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0UIRawImageTester_DrawLine_m37D635F583C69D0B6C9003ECDEE4261310FF2FD2 (o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * __this, int32_t ___height0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (height > Texture.height) int32_t L_0 = ___height0; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_1 = __this->get_Texture_6(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_1); if ((((int32_t)L_0) <= ((int32_t)L_2))) { goto IL_001d; } } { // height = Texture.height; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_3 = __this->get_Texture_6(); NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_3); ___height0 = L_4; goto IL_0024; } IL_001d: { // else if (height < 0) int32_t L_5 = ___height0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0024; } } { // height = 0; ___height0 = 0; } IL_0024: { // Texture.SetPixels(Offset, 0, 1, height, GetColorArray(color, height)); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_6 = __this->get_Texture_6(); int32_t L_7 = __this->get_Offset_7(); int32_t L_8 = ___height0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_9 = ___color1; int32_t L_10 = ___height0; IL2CPP_RUNTIME_CLASS_INIT(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_11; L_11 = o0UIRawImageTester_GetColorArray_mB5E5D36BCECE047D98C4D65DD485DBFCD6CAC374(L_9, L_10, /*hidden argument*/NULL); NullCheck(L_6); Texture2D_SetPixels_m802BA835119C0F93478BBA752BA23192013EA4F7(L_6, L_7, 0, 1, L_8, L_11, /*hidden argument*/NULL); // Texture.Apply(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_12 = __this->get_Texture_6(); NullCheck(L_12); Texture2D_Apply_m3BB3975288119BA62ED9BE4243F7767EC2F88CA0(L_12, /*hidden argument*/NULL); // } return; } } // System.Void o0UIRawImageTester::DrawPoint(System.Single,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0UIRawImageTester_DrawPoint_m116FAA1CBAAEA0F6A90D85B7F4C9CD632F8766CD (o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * __this, float ___height0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color1, const RuntimeMethod* method) { { // DrawPoint((int)(height * Texture.height), color); float L_0 = ___height0; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_1 = __this->get_Texture_6(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_1); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3 = ___color1; o0UIRawImageTester_DrawPoint_m135D63FA246A14ABDA7310C580EB9D812E34B1B5(__this, ((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_0, (float)((float)((float)L_2)))))), L_3, /*hidden argument*/NULL); // } return; } } // System.Void o0UIRawImageTester::DrawLine(System.Single,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0UIRawImageTester_DrawLine_mF519B3D10FA2F53471C7F36EB5BC4E8B22846878 (o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * __this, float ___height0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color1, const RuntimeMethod* method) { { // DrawLine((int)(height * Texture.height), color); float L_0 = ___height0; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_1 = __this->get_Texture_6(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_1); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3 = ___color1; o0UIRawImageTester_DrawLine_m37D635F583C69D0B6C9003ECDEE4261310FF2FD2(__this, ((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_0, (float)((float)((float)L_2)))))), L_3, /*hidden argument*/NULL); // } return; } } // System.Void o0UIRawImageTester::UpdateOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0UIRawImageTester_UpdateOffset_m4170768F3C8685EFA436456D7A53594C5C12D2A4 (o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * __this, const RuntimeMethod* method) { Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 V_0; memset((&V_0), 0, sizeof(V_0)); { // ++Offset; int32_t L_0 = __this->get_Offset_7(); __this->set_Offset_7(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); // if (Offset >= Texture.width) int32_t L_1 = __this->get_Offset_7(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_2 = __this->get_Texture_6(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_2); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0028; } } { // Offset = 0; __this->set_Offset_7(0); } IL_0028: { // var rect = Image.uvRect; RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A * L_4 = __this->get_Image_5(); NullCheck(L_4); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_5; L_5 = RawImage_get_uvRect_m5C5CB285CD0DBF30B9DE8A62C90011B22FBF523B_inline(L_4, /*hidden argument*/NULL); V_0 = L_5; // rect.x = (float)(Offset+1) / Texture.width; int32_t L_6 = __this->get_Offset_7(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_7 = __this->get_Texture_6(); NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_7); Rect_set_x_m1147A05B5046E1D4427E8EC99B9DFA4A32EEDEE6((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_0), ((float)((float)((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))))/(float)((float)((float)L_8)))), /*hidden argument*/NULL); // Image.uvRect = rect; RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A * L_9 = __this->get_Image_5(); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_10 = V_0; NullCheck(L_9); RawImage_set_uvRect_m529CC2006BBD8AB373C567F80F4FCABEBFF1242E(L_9, L_10, /*hidden argument*/NULL); // DrawLine(1f,new Color(1,1,1,0.5f)); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_11; memset((&L_11), 0, sizeof(L_11)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_11), (1.0f), (1.0f), (1.0f), (0.5f), /*hidden argument*/NULL); o0UIRawImageTester_DrawLine_mF519B3D10FA2F53471C7F36EB5BC4E8B22846878(__this, (1.0f), L_11, /*hidden argument*/NULL); // } return; } } // System.Void o0UIRawImageTester::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0UIRawImageTester__ctor_m931DE47C975532F1040C076AE148639261EC4DBE (o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void o0UIRawImageTester::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0UIRawImageTester__cctor_m7275F82E0E8EFEF67C7C7EB93FD9AA0B06F81BFD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m5689B19951D0B68AC24BE02EFD411D2335790FAA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m342AC0E5479493953C4C225BF7B495F8B05418B9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static HashSet Testers = new HashSet(); HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC * L_0 = (HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC *)il2cpp_codegen_object_new(HashSet_1_t43B7D4AFDBC91CB5F1C8C0DAB99DA8108099B4BC_il2cpp_TypeInfo_var); HashSet_1__ctor_m342AC0E5479493953C4C225BF7B495F8B05418B9(L_0, /*hidden argument*/HashSet_1__ctor_m342AC0E5479493953C4C225BF7B495F8B05418B9_RuntimeMethod_var); ((o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_StaticFields*)il2cpp_codegen_static_fields_for(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var))->set_Testers_4(L_0); // static Dictionary ColorBuffer = new Dictionary(); Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B * L_1 = (Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B *)il2cpp_codegen_object_new(Dictionary_2_t83FC770EC2AE02B1DE22BF37DDD88A7FA8D8B60B_il2cpp_TypeInfo_var); Dictionary_2__ctor_m5689B19951D0B68AC24BE02EFD411D2335790FAA(L_1, /*hidden argument*/Dictionary_2__ctor_m5689B19951D0B68AC24BE02EFD411D2335790FAA_RuntimeMethod_var); ((o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_StaticFields*)il2cpp_codegen_static_fields_for(o0UIRawImageTester_t2121C773D89FE683F37E6939CAE2A38AB2E445AB_il2cpp_TypeInfo_var))->set_ColorBuffer_8(L_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 // UnityEngine.Vector3 o0Vector3Filter::Update(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o0Vector3Filter_Update_m1EB3A27CFC80EF5923029511CAF4D46713213B2C (o0Vector3Filter_t1280ACEDA62F833D740C39D5316D2DC11E764907 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { float V_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); { // if (state == default) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_state_0(); il2cpp_codegen_initobj((&V_1), sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = V_1; bool L_2; L_2 = Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0021; } } { // return state = v; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___v0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = L_3; V_1 = L_4; __this->set_state_0(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = V_1; return L_5; } IL_0021: { // Variance += 10; float L_6 = __this->get_Variance_1(); __this->set_Variance_1(((float)il2cpp_codegen_add((float)L_6, (float)(10.0f)))); // float mVariance = 1; V_0 = (1.0f); // state = Vector3.Lerp(state, v, mVariance/ (Variance + mVariance)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = __this->get_state_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___v0; float L_9 = V_0; float L_10 = __this->get_Variance_1(); float L_11 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Vector3_Lerp_m8E095584FFA10CF1D3EABCD04F4C83FB82EC5524_inline(L_7, L_8, ((float)((float)L_9/(float)((float)il2cpp_codegen_add((float)L_10, (float)L_11)))), /*hidden argument*/NULL); __this->set_state_0(L_12); // Variance = Variance * mVariance / (Variance + mVariance); float L_13 = __this->get_Variance_1(); float L_14 = V_0; float L_15 = __this->get_Variance_1(); float L_16 = V_0; __this->set_Variance_1(((float)((float)((float)il2cpp_codegen_multiply((float)L_13, (float)L_14))/(float)((float)il2cpp_codegen_add((float)L_15, (float)L_16))))); // return state; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = __this->get_state_0(); return L_17; } } // System.Void o0Vector3Filter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0Vector3Filter__ctor_mF8B6AD8A8A05893841CDBAAB0305CEBDE00AB2B7 (o0Vector3Filter_t1280ACEDA62F833D740C39D5316D2DC11E764907 * __this, const RuntimeMethod* method) { { // float Variance = 1; __this->set_Variance_1((1.0f)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/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.Single o0Aien.o0WeightedAverageFilterVector3::QuarterCircleIntegration(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float o0WeightedAverageFilterVector3_QuarterCircleIntegration_mF566E049E3BF77C1FA50B11AD39132AF9D75F04B (float ___to0, const RuntimeMethod* method) { { // return (Mathf.Asin(to) + Mathf.Sqrt(1-to * to)*to) * 2f / Mathf.PI; float L_0 = ___to0; float L_1; L_1 = asinf(L_0); float L_2 = ___to0; float L_3 = ___to0; float L_4; L_4 = sqrtf(((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3))))); float L_5 = ___to0; return ((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_1, (float)((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)))), (float)(2.0f)))/(float)(3.14159274f))); } } // System.Void o0Aien.o0WeightedAverageFilterVector3::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void o0WeightedAverageFilterVector3__ctor_m3DD1CBCC1288E88300FCD5AA508B47ADB4297CDC (o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * __this, int32_t ___RecordCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { // List Record = new List(); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_0 = (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)il2cpp_codegen_object_new(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); List_1__ctor_mF8F23D572031748AD428623AE16803455997E297(L_0, /*hidden argument*/List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var); __this->set_Record_2(L_0); // public o0WeightedAverageFilterVector3(int RecordCount) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.RecordCount = RecordCount; int32_t L_1 = ___RecordCount0; __this->set_RecordCount_0(L_1); // var DefiniteIntegrationBuffer = new float[RecordCount + 1]; int32_t L_2 = ___RecordCount0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); V_0 = L_3; // for (var i = 0; i < DefiniteIntegrationBuffer.Length; ++i) V_1 = 0; goto IL_0036; } IL_0025: { // DefiniteIntegrationBuffer[i] = QuarterCircleIntegration(i / (float)RecordCount); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_4 = V_0; int32_t L_5 = V_1; int32_t L_6 = V_1; int32_t L_7 = ___RecordCount0; float L_8; L_8 = o0WeightedAverageFilterVector3_QuarterCircleIntegration_mF566E049E3BF77C1FA50B11AD39132AF9D75F04B(((float)((float)((float)((float)L_6))/(float)((float)((float)L_7)))), /*hidden argument*/NULL); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (float)L_8); // for (var i = 0; i < DefiniteIntegrationBuffer.Length; ++i) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0036: { // for (var i = 0; i < DefiniteIntegrationBuffer.Length; ++i) int32_t L_10 = V_1; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_11 = V_0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0025; } } { // DefiniteIntegration = new float[RecordCount]; int32_t L_12 = ___RecordCount0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_13 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)L_12); __this->set_DefiniteIntegration_1(L_13); // for (var i = 0; i < RecordCount; ++i) V_2 = 0; goto IL_0065; } IL_004c: { // DefiniteIntegration[RecordCount - 1 - i] = DefiniteIntegrationBuffer[i + 1] - DefiniteIntegrationBuffer[i]; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_14 = __this->get_DefiniteIntegration_1(); int32_t L_15 = ___RecordCount0; int32_t L_16 = V_2; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_17 = V_0; int32_t L_18 = V_2; NullCheck(L_17); int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); float L_20 = (L_17)->GetAt(static_cast(L_19)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_21 = V_0; int32_t L_22 = V_2; NullCheck(L_21); int32_t L_23 = L_22; float L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_14); (L_14)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)), (int32_t)L_16))), (float)((float)il2cpp_codegen_subtract((float)L_20, (float)L_24))); // for (var i = 0; i < RecordCount; ++i) int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0065: { // for (var i = 0; i < RecordCount; ++i) int32_t L_26 = V_2; int32_t L_27 = ___RecordCount0; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_004c; } } { // } return; } } // UnityEngine.Vector3 o0Aien.o0WeightedAverageFilterVector3::Update(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o0WeightedAverageFilterVector3_Update_m44397E1DBFBF3C4CED8F0928153ECD51CA969DE8 (o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m0281A01E9C859E2B8073312D41BB9005662EF2DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; int32_t V_2 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); { // if (Record.Count >= RecordCount) List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_0 = __this->get_Record_2(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_0, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); int32_t L_2 = __this->get_RecordCount_0(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_001f; } } { // Record.RemoveAt(0); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_3 = __this->get_Record_2(); NullCheck(L_3); List_1_RemoveAt_m0281A01E9C859E2B8073312D41BB9005662EF2DA(L_3, 0, /*hidden argument*/List_1_RemoveAt_m0281A01E9C859E2B8073312D41BB9005662EF2DA_RuntimeMethod_var); } IL_001f: { // Record.Add(Value); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_4 = __this->get_Record_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = ___Value0; NullCheck(L_4); List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E(L_4, L_5, /*hidden argument*/List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var); // if (Record.Count != RecordCount) List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_6 = __this->get_Record_2(); NullCheck(L_6); int32_t L_7; L_7 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_6, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); int32_t L_8 = __this->get_RecordCount_0(); if ((((int32_t)L_7) == ((int32_t)L_8))) { goto IL_0040; } } { // return Value; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___Value0; return L_9; } IL_0040: { // var direction = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_0 = L_10; // float length = 0; V_1 = (0.0f); // for(var i = 0;i< RecordCount; ++i) V_2 = 0; goto IL_0094; } IL_0050: { // direction += Record[i] * DefiniteIntegration[i]; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = V_0; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_12 = __this->get_Record_2(); int32_t L_13 = V_2; NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline(L_12, L_13, /*hidden argument*/List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_15 = __this->get_DefiniteIntegration_1(); int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = L_16; float L_18 = (L_15)->GetAt(static_cast(L_17)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19; L_19 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_14, L_18, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_11, L_19, /*hidden argument*/NULL); V_0 = L_20; // length += Record[i].magnitude * DefiniteIntegration[i]; float L_21 = V_1; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_22 = __this->get_Record_2(); int32_t L_23 = V_2; NullCheck(L_22); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline(L_22, L_23, /*hidden argument*/List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); V_3 = L_24; float L_25; L_25 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_3), /*hidden argument*/NULL); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_26 = __this->get_DefiniteIntegration_1(); int32_t L_27 = V_2; NullCheck(L_26); int32_t L_28 = L_27; float L_29 = (L_26)->GetAt(static_cast(L_28)); V_1 = ((float)il2cpp_codegen_add((float)L_21, (float)((float)il2cpp_codegen_multiply((float)L_25, (float)L_29)))); // for(var i = 0;i< RecordCount; ++i) int32_t L_30 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0094: { // for(var i = 0;i< RecordCount; ++i) int32_t L_31 = V_2; int32_t L_32 = __this->get_RecordCount_0(); if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0050; } } { // return direction.normalized * length; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33; L_33 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); float L_34 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35; L_35 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_33, L_34, /*hidden argument*/NULL); return L_35; } } #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 #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 #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 #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 #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 #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 // System.Void AOTAdapter/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m4C6660CC4EC7194166A9E8C21C14FC7072777826 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * L_0 = (U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA *)il2cpp_codegen_object_new(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mE49F02450E9D38F89874DFB8501B49736B39EBD9(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void AOTAdapter/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE49F02450E9D38F89874DFB8501B49736B39EBD9 (U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // o0.Geometry.Vector`1 AOTAdapter/<>c::<.cctor>b__0_0(o0.Geometry.Vector`1,o0.Geometry.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 U3CU3Ec_U3C_cctorU3Eb__0_0_mC7790A7CFD4999B2EE305DF08BFBCF25D1244A7F (U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * __this, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Num>.Plus = (a, b) => a + b; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_0; L_0 = Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&___a0), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&___b1), /*hidden argument*/Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_RuntimeMethod_var); return L_0; } } // o0.Geometry.Vector`1 AOTAdapter/<>c::<.cctor>b__0_1(o0.Geometry.Vector`1,o0.Geometry.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 U3CU3Ec_U3C_cctorU3Eb__0_1_m75AB8A91B6107BE45C02FAD51F1DDC34DF145DDF (U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * __this, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Num>.Minus = (a, b) => a - b; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_0; L_0 = Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&___a0), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&___b1), /*hidden argument*/Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C_RuntimeMethod_var); return L_0; } } // o0.Geometry.Vector`1 AOTAdapter/<>c::<.cctor>b__0_2(o0.Geometry.Vector`1,o0.Geometry.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 U3CU3Ec_U3C_cctorU3Eb__0_2_mF355A2B81028A50648F919FF9314AC9B0E40298A (U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * __this, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Multiply_mC85C8B855000050AED2EA56946FEB31B43BB9C2B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Num>.Multiply = (a, b) => a * b; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_0; L_0 = Vector_1_op_Multiply_mC85C8B855000050AED2EA56946FEB31B43BB9C2B((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&___a0), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&___b1), /*hidden argument*/Vector_1_op_Multiply_mC85C8B855000050AED2EA56946FEB31B43BB9C2B_RuntimeMethod_var); return L_0; } } // o0.Geometry.Vector`1 AOTAdapter/<>c::<.cctor>b__0_3(o0.Geometry.Vector`1,o0.Geometry.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 U3CU3Ec_U3C_cctorU3Eb__0_3_m8125382A13845B639A0D84650C0668F16470BFF3 (U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * __this, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Division_m4EF3A49EBC2911805935CE86FB10C3C8A4D27382_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Num>.Divide = (a, b) => a / b; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_0; L_0 = Vector_1_op_Division_m4EF3A49EBC2911805935CE86FB10C3C8A4D27382((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&___a0), (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&___b1), /*hidden argument*/Vector_1_op_Division_m4EF3A49EBC2911805935CE86FB10C3C8A4D27382_RuntimeMethod_var); return L_0; } } // o0.Geometry.Vector`1 AOTAdapter/<>c::<.cctor>b__0_4(o0.Geometry.Vector`1,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 U3CU3Ec_U3C_cctorU3Eb__0_4_m7ED75D4BEFDCC32141EA98BBC3C41F20F39EA4C4 (U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * __this, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___a0, double ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Num>.Rate = (a, b) => a * b; double L_0 = ___b1; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_1; L_1 = Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)(&___a0), L_0, /*hidden argument*/Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var); return L_1; } } // System.Byte AOTAdapter/<>c::b__2_0(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t U3CU3Ec_U3CToBytesU3Eb__2_0_mE28F0077013B55F583A866FF7608569E7C0775C2 (U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * __this, String_t* ___s0, const RuntimeMethod* method) { { // return Array.ConvertAll(msg.Split(','), s => byte.Parse(s)); String_t* L_0 = ___s0; uint8_t L_1; L_1 = Byte_Parse_m3016BB1652EF164DE91CAC3E592E4CAE42C6B72F(L_0, /*hidden argument*/NULL); return L_1; } } #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 AOTAdapter/d__1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTestCalibrateGyrBy9AxisDataU3Ed__1__ctor_mDCB444DA0D1F42F47D99F31F65B87980DBE28B58 (U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void AOTAdapter/d__1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTestCalibrateGyrBy9AxisDataU3Ed__1_System_IDisposable_Dispose_m192C5A8FA25AE765F423D2ADA35AD7C7AD276CFB (U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F * __this, const RuntimeMethod* method) { { return; } } // System.Boolean AOTAdapter/d__1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CTestCalibrateGyrBy9AxisDataU3Ed__1_MoveNext_m35DFF6BE7D9E981F2CE49A03DAA40DA92D0FBF83 (U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisTextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234_m5313E11E04DEBB3C4FC6AA7A32FA37B13209055B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76A43F86C34A2559E1EBC4C260E2C81C93633871); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCFF77DC4A7A0258B11D042D5104990B818940EEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF788749E23B81FBE6765B733F02F6A68C089468); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA * V_1 = NULL; int32_t V_2 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0030; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); goto IL_0037; } IL_0020: { // while (!AimHandler.ins) yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0030: { __this->set_U3CU3E1__state_0((-1)); } IL_0037: { // while (!AimHandler.ins) yield return null; AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * L_4 = ((AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields*)il2cpp_codegen_static_fields_for(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var))->get_ins_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0020; } } { // Debug.Log("start-Test9AxisData"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralEF788749E23B81FBE6765B733F02F6A68C089468, /*hidden argument*/NULL); // AimHandler.ins.CalibrateGyr(true); AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * L_6 = ((AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields*)il2cpp_codegen_static_fields_for(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var))->get_ins_7(); NullCheck(L_6); AimHandler_CalibrateGyr_mA6BE9161E16FA32C6682138A5B282AF492D1B428(L_6, (bool)1, /*hidden argument*/NULL); // string dataText = Resources.Load("test-data").text; TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * L_7; L_7 = Resources_Load_TisTextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234_m5313E11E04DEBB3C4FC6AA7A32FA37B13209055B(_stringLiteralCFF77DC4A7A0258B11D042D5104990B818940EEB, /*hidden argument*/Resources_Load_TisTextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234_m5313E11E04DEBB3C4FC6AA7A32FA37B13209055B_RuntimeMethod_var); NullCheck(L_7); String_t* L_8; L_8 = TextAsset_get_text_m89A756483BA3218E173F5D62A582070714BC1218(L_7, /*hidden argument*/NULL); // int a = 0; V_2 = 0; // foreach (var dataLine in dataText.Split('\n')) CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(0), (Il2CppChar)((int32_t)10)); NullCheck(L_8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11; L_11 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_8, L_10, /*hidden argument*/NULL); V_3 = L_11; V_4 = 0; goto IL_00b1; } IL_007f: { // foreach (var dataLine in dataText.Split('\n')) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = V_3; int32_t L_13 = V_4; NullCheck(L_12); int32_t L_14 = L_13; String_t* L_15 = (L_12)->GetAt(static_cast(L_14)); V_5 = L_15; // AimHandler.ins.OnDataReceived(ToBytes(dataLine)); AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * L_16 = ((AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields*)il2cpp_codegen_static_fields_for(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var))->get_ins_7(); AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA * L_17 = V_1; String_t* L_18 = V_5; NullCheck(L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = AOTAdapter_ToBytes_mA74F220CA12F33C868D8992CEF20C113BC3C4C64(L_17, L_18, /*hidden argument*/NULL); NullCheck(L_16); AimHandler_OnDataReceived_mFF9A0F939B34A3FD39EC987848320D21005685A8(L_16, L_19, /*hidden argument*/NULL); // a++; int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); // if (a == 100) AimHandler.ins.CalibrateGyr(false); int32_t L_21 = V_2; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)100))))) { goto IL_00ab; } } { // if (a == 100) AimHandler.ins.CalibrateGyr(false); AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * L_22 = ((AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields*)il2cpp_codegen_static_fields_for(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var))->get_ins_7(); NullCheck(L_22); AimHandler_CalibrateGyr_mA6BE9161E16FA32C6682138A5B282AF492D1B428(L_22, (bool)0, /*hidden argument*/NULL); } IL_00ab: { int32_t L_23 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_00b1: { // foreach (var dataLine in dataText.Split('\n')) int32_t L_24 = V_4; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = V_3; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))) { goto IL_007f; } } { // Debug.Log("end-Test9AxisData"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral76A43F86C34A2559E1EBC4C260E2C81C93633871, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object AOTAdapter/d__1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CTestCalibrateGyrBy9AxisDataU3Ed__1_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mB7070C50736A8AEA9B15776D45BBB5CCB1F2E656 (U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void AOTAdapter/d__1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTestCalibrateGyrBy9AxisDataU3Ed__1_System_Collections_IEnumerator_Reset_m3F8D2F7F4A739D199C04386718FA6FD5DA280901 (U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CTestCalibrateGyrBy9AxisDataU3Ed__1_System_Collections_IEnumerator_Reset_m3F8D2F7F4A739D199C04386718FA6FD5DA280901_RuntimeMethod_var))); } } // System.Object AOTAdapter/d__1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CTestCalibrateGyrBy9AxisDataU3Ed__1_System_Collections_IEnumerator_get_Current_mB50A695304962E834ABFB2323D1986DCCD25179C (U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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 #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 UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdvancedSetttings__ctor_mFAB9E670E2A2A4F1C0A437146AA5295D52282D78 (AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD * __this, const RuntimeMethod* method) { { // public float engineMinDistance = 50f; // The min distance of the engine audio source. __this->set_engineMinDistance_0((50.0f)); // public float engineMaxDistance = 1000f; // The max distance of the engine audio source. __this->set_engineMaxDistance_1((1000.0f)); // public float engineDopplerLevel = 1f; // The doppler level of the engine audio source. __this->set_engineDopplerLevel_2((1.0f)); // [Range(0f, 1f)] public float engineMasterVolume = 0.5f; // An overall control of the engine sound volume. __this->set_engineMasterVolume_3((0.5f)); // public float windMinDistance = 10f; // The min distance of the wind audio source. __this->set_windMinDistance_4((10.0f)); // public float windMaxDistance = 100f; // The max distance of the wind audio source. __this->set_windMaxDistance_5((100.0f)); // public float windDopplerLevel = 1f; // The doppler level of the wind audio source. __this->set_windDopplerLevel_6((1.0f)); // [Range(0f, 1f)] public float windMasterVolume = 0.5f; // An overall control of the wind sound volume. __this->set_windMasterVolume_7((0.5f)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/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 UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlSurface__ctor_m8432698A6B9941EC562E2F3C7D5D8067CFA79076 (ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/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 AgreementView/d__10::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetPrivacyAgreementU3Ed__10__ctor_m72C058058A71AACDC08A3D67824B4A48F450AE76 (U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void AgreementView/d__10::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetPrivacyAgreementU3Ed__10_System_IDisposable_Dispose_mDE9A0C717C5AE294AD73FB147150F93D248397EB (U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try {// begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: {// begin finally (depth: 1) U3CGetPrivacyAgreementU3Ed__10_U3CU3Em__Finally1_m5B60DF620197C6B5496384888A30F061F72866AF(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(19) }// end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1A, IL_001a) } IL_001a: { return; } } // System.Boolean AgreementView/d__10::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CGetPrivacyAgreementU3Ed__10_MoveNext_m39FE03E1956171A4831E19BA9D491CDCF4C54AF7 (U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA88AB199639EAEF6C7C42361A0218A0B0E878D2A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDCDD3276BF93DDFCD1AA7E81493C3C0DC30083BC); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * V_2 = NULL; String_t* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * L_1 = __this->get_U3CU3E4__this_2(); V_2 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_001c; } } IL_0011: { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_006e; } } IL_0015: { V_0 = (bool)0; goto IL_00c6; } IL_001c: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/app" + GetLanguageDir() + "/privacy-policy"; IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); String_t* L_4; L_4 = CommonConfig_get_gateServerURL_m0B29F8B79BAB1685C3C0E886939C8CD72E0B2088(/*hidden argument*/NULL); AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * L_5 = V_2; NullCheck(L_5); String_t* L_6; L_6 = AgreementView_GetLanguageDir_m730ABAA2D128C33417B6AC7014B005ECC9745002(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(L_4, _stringLiteralDCDD3276BF93DDFCD1AA7E81493C3C0DC30083BC, L_6, _stringLiteralA88AB199639EAEF6C7C42361A0218A0B0E878D2A, /*hidden argument*/NULL); V_3 = L_7; // using (UnityWebRequest request = UnityWebRequest.Get(url)) { String_t* L_8 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_9; L_9 = UnityWebRequest_Get_m9C24DB3E8BED0B0886F28DCD982A4741A9903B1A(L_8, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_3(L_9); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_10 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_10); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_11; L_11 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_10, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_11); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00c6; } IL_006e: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // if (request.result == UnityWebRequest.Result.Success) { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_12 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_12); int32_t L_13; L_13 = UnityWebRequest_get_result_m4E9272AB25BD5CE7B927F4B1873763510476BDC6(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_00ae; } } IL_0084: { // GetContentText().text = "\n" + request.downloadHandler.text; AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * L_14 = V_2; NullCheck(L_14); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_15; L_15 = AgreementView_GetContentText_m9F8058CDEC190AF85F55964FCBD22CB57666941B(L_14, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_16 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_16); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_17; L_17 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_16, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18; L_18 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_17, /*hidden argument*/NULL); String_t* L_19; L_19 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_18, /*hidden argument*/NULL); NullCheck(L_15); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_15, L_19); } IL_00ae: { // } U3CGetPrivacyAgreementU3Ed__10_U3CU3Em__Finally1_m5B60DF620197C6B5496384888A30F061F72866AF(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_3((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00c6; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00bf; } FAULT_00bf: {// begin fault (depth: 1) U3CGetPrivacyAgreementU3Ed__10_System_IDisposable_Dispose_mDE9A0C717C5AE294AD73FB147150F93D248397EB(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(191) }// end fault IL2CPP_CLEANUP(191) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c6: { bool L_20 = V_0; return L_20; } } // System.Void AgreementView/d__10::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetPrivacyAgreementU3Ed__10_U3CU3Em__Finally1_m5B60DF620197C6B5496384888A30F061F72866AF (U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CrequestU3E5__2_3(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object AgreementView/d__10::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CGetPrivacyAgreementU3Ed__10_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mE5E76D8F033E756335A6428013DD2DC62B88C2C1 (U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void AgreementView/d__10::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetPrivacyAgreementU3Ed__10_System_Collections_IEnumerator_Reset_m1223DC5BC158D4994DBB1135496D5C54FFD24849 (U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetPrivacyAgreementU3Ed__10_System_Collections_IEnumerator_Reset_m1223DC5BC158D4994DBB1135496D5C54FFD24849_RuntimeMethod_var))); } } // System.Object AgreementView/d__10::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CGetPrivacyAgreementU3Ed__10_System_Collections_IEnumerator_get_Current_mC449EDABDC19ECBE6A60C7FFF03967EEC58B4F1A (U3CGetPrivacyAgreementU3Ed__10_tF6D1A960B81BFC6C125E6A180F1D3D4BEDFDB038 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.Void AgreementView/d__9::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetUserAgreementU3Ed__9__ctor_m0F6A82319307083D034225C00C72B76CF48AA552 (U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void AgreementView/d__9::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetUserAgreementU3Ed__9_System_IDisposable_Dispose_m715D09BF159E4BD082323E5E39A8C13F40BAE9B6 (U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try {// begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: {// begin finally (depth: 1) U3CGetUserAgreementU3Ed__9_U3CU3Em__Finally1_mE0C4A27AE17775308166306967472A0624BBF65C(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(19) }// end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1A, IL_001a) } IL_001a: { return; } } // System.Boolean AgreementView/d__9::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CGetUserAgreementU3Ed__9_MoveNext_m128806B9DDF46F21A479266F334563D3E08EF49C (U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92B3E920A768F76318355C2A4318D5895447A6E1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * V_2 = NULL; String_t* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * L_1 = __this->get_U3CU3E4__this_2(); V_2 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_001c; } } IL_0011: { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0069; } } IL_0015: { V_0 = (bool)0; goto IL_00c1; } IL_001c: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/app/getUserAgreement" + GetLanguageParam(); IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); String_t* L_4; L_4 = CommonConfig_get_gateServerURL_m0B29F8B79BAB1685C3C0E886939C8CD72E0B2088(/*hidden argument*/NULL); AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * L_5 = V_2; NullCheck(L_5); String_t* L_6; L_6 = AgreementView_GetLanguageParam_m7EEBDD0BF926C28BA0DA26AA33060BA117722289(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_4, _stringLiteral92B3E920A768F76318355C2A4318D5895447A6E1, L_6, /*hidden argument*/NULL); V_3 = L_7; // using (UnityWebRequest request = UnityWebRequest.Get(url)) { String_t* L_8 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_9; L_9 = UnityWebRequest_Get_m9C24DB3E8BED0B0886F28DCD982A4741A9903B1A(L_8, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_3(L_9); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_10 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_10); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_11; L_11 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_10, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_11); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00c1; } IL_0069: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // if (request.result == UnityWebRequest.Result.Success) { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_12 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_12); int32_t L_13; L_13 = UnityWebRequest_get_result_m4E9272AB25BD5CE7B927F4B1873763510476BDC6(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_00a9; } } IL_007f: { // GetContentText().text = "\n" + request.downloadHandler.text; AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * L_14 = V_2; NullCheck(L_14); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_15; L_15 = AgreementView_GetContentText_m9F8058CDEC190AF85F55964FCBD22CB57666941B(L_14, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_16 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_16); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_17; L_17 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_16, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18; L_18 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_17, /*hidden argument*/NULL); String_t* L_19; L_19 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_18, /*hidden argument*/NULL); NullCheck(L_15); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_15, L_19); } IL_00a9: { // } U3CGetUserAgreementU3Ed__9_U3CU3Em__Finally1_mE0C4A27AE17775308166306967472A0624BBF65C(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_3((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00c1; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00ba; } FAULT_00ba: {// begin fault (depth: 1) U3CGetUserAgreementU3Ed__9_System_IDisposable_Dispose_m715D09BF159E4BD082323E5E39A8C13F40BAE9B6(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(186) }// end fault IL2CPP_CLEANUP(186) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c1: { bool L_20 = V_0; return L_20; } } // System.Void AgreementView/d__9::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetUserAgreementU3Ed__9_U3CU3Em__Finally1_mE0C4A27AE17775308166306967472A0624BBF65C (U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CrequestU3E5__2_3(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object AgreementView/d__9::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CGetUserAgreementU3Ed__9_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m3194F4EC7ECC3B5DBB5186CB25BCA0519D4EF444 (U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void AgreementView/d__9::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetUserAgreementU3Ed__9_System_Collections_IEnumerator_Reset_m397F95FC26FE5159F934A35A6394F1D347F558B2 (U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetUserAgreementU3Ed__9_System_Collections_IEnumerator_Reset_m397F95FC26FE5159F934A35A6394F1D347F558B2_RuntimeMethod_var))); } } // System.Object AgreementView/d__9::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CGetUserAgreementU3Ed__9_System_Collections_IEnumerator_get_Current_m8D93B3FCE42DC4EB89D91F336CD393766615EFC0 (U3CGetUserAgreementU3Ed__9_t1CB9FC9C227ACBD43E20A9DDBE11ADB013744EC6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.Void AgreenmentOption/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mDEA44869AF08BEAFB4A9BD7514EEB79F26537224 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716 * L_0 = (U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716 *)il2cpp_codegen_object_new(U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mCA27A9F55F8AA1EE1E111FAB692E9A30C861675C(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void AgreenmentOption/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mCA27A9F55F8AA1EE1E111FAB692E9A30C861675C (U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void AgreenmentOption/<>c::b__3_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitAgreementOnClickListenersU3Eb__3_0_m1E9D6C3D50DB3EB489314F3D70384AC951E26577 (U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1ACEB73B96C6D76AD6147560E4475841C07389B9); s_Il2CppMethodInitialized = true; } { // GameObject o = GameObject.Instantiate(Resources.Load("Prefabs/Views/AgreementView")); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6(_stringLiteral1ACEB73B96C6D76AD6147560E4475841C07389B9, /*hidden argument*/Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_0, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); // o.GetComponent().EnterUserAgreement(); NullCheck(L_1); AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * L_2; L_2 = GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83(L_1, /*hidden argument*/GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83_RuntimeMethod_var); NullCheck(L_2); AgreementView_EnterUserAgreement_m051585A0E2F63C6D099383E10B2B60EFB291CD8E(L_2, /*hidden argument*/NULL); // }); return; } } // System.Void AgreenmentOption/<>c::b__3_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitAgreementOnClickListenersU3Eb__3_1_mDE461EBBB8F11C7DAA4946390081A1421029F807 (U3CU3Ec_tE5201878C7BE7E6268F5259352DE2E208B70B716 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1ACEB73B96C6D76AD6147560E4475841C07389B9); s_Il2CppMethodInitialized = true; } { // GameObject o = GameObject.Instantiate(Resources.Load("Prefabs/Views/AgreementView")); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6(_stringLiteral1ACEB73B96C6D76AD6147560E4475841C07389B9, /*hidden argument*/Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_0, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); // o.GetComponent().EnterPrivacyAgreement(); NullCheck(L_1); AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * L_2; L_2 = GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83(L_1, /*hidden argument*/GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83_RuntimeMethod_var); NullCheck(L_2); AgreementView_EnterPrivacyAgreement_mEC774DEC3A85C11E9851FC9FCF68B11BC5F7A0AE(L_2, /*hidden argument*/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 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves/Frp256v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Frp256v1Holder__ctor_mF63BB753538A1BEB1E8C61739EEC16ECA8A3EB05 (Frp256v1Holder_t7E1954C20E99C9C5A7511E37D92971A47F812C5E * __this, const RuntimeMethod* method) { { // private Frp256v1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private Frp256v1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves/Frp256v1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * Frp256v1Holder_CreateParameters_mD49B9D80AD27A1890D2E17F95BF1675ECA66C9C4 (Frp256v1Holder_t7E1954C20E99C9C5A7511E37D92971A47F812C5E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiNamedCurves_tB6FDFFF153CC4F1A67214846D4E1BA08C808E7CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1614BBC64F278A24D44F6470C16864678D530B54); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2309CB260B39EE33B2041CC894F06287D8CACD0B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5C4768C151D248CB78691E1386433A0653C5D1F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB608113BA5D284442B18D8F123B8242EFFD9B50E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7926AF4A18D1FAF85D168A423D77A8BEF3439BF); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_3 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_4 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_5 = NULL; { // BigInteger p = FromHex("F1FD178C0B3AD58F10126DE8CE42435B3961ADBCABC8CA6DE8FCF353D86E9C03"); IL2CPP_RUNTIME_CLASS_INIT(AnssiNamedCurves_tB6FDFFF153CC4F1A67214846D4E1BA08C808E7CC_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0; L_0 = AnssiNamedCurves_FromHex_m5EACE5480B54EFF8C1076039D833AA0FF7827C95(_stringLiteralD7926AF4A18D1FAF85D168A423D77A8BEF3439BF, /*hidden argument*/NULL); // BigInteger a = FromHex("F1FD178C0B3AD58F10126DE8CE42435B3961ADBCABC8CA6DE8FCF353D86E9C00"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = AnssiNamedCurves_FromHex_m5EACE5480B54EFF8C1076039D833AA0FF7827C95(_stringLiteral1614BBC64F278A24D44F6470C16864678D530B54, /*hidden argument*/NULL); V_0 = L_1; // BigInteger b = FromHex("EE353FCA5428A9300D4ABA754A44C00FDFEC0C9AE4B1A1803075ED967B7BB73F"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = AnssiNamedCurves_FromHex_m5EACE5480B54EFF8C1076039D833AA0FF7827C95(_stringLiteral2309CB260B39EE33B2041CC894F06287D8CACD0B, /*hidden argument*/NULL); V_1 = L_2; // byte[] S = null; V_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // BigInteger n = FromHex("F1FD178C0B3AD58F10126DE8CE42435B53DC67E140D2BF941FFDD459C6D655E1"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = AnssiNamedCurves_FromHex_m5EACE5480B54EFF8C1076039D833AA0FF7827C95(_stringLiteralB608113BA5D284442B18D8F123B8242EFFD9B50E, /*hidden argument*/NULL); V_3 = L_3; // BigInteger h = BigInteger.One; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); V_4 = L_4; // ECCurve curve = ConfigureCurve(new FpCurve(p, a, b, n, h)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = V_4; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_9 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_9, L_0, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10; L_10 = AnssiNamedCurves_ConfigureCurve_m901916576457AB24F6F2FFAFEA0296A9CB9AAF48(L_9, /*hidden argument*/NULL); // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "B6B3D4C356C139EB31183D4749D423958C27D2DCAF98B70164C97A2DD98F5CFF" // + "6142E0F7C8B204911F9271F0F3ECEF8C2701C307E8E4C9E183115A1554062CFB")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_11 = L_10; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralB5C4768C151D248CB78691E1386433A0653C5D1F, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_13 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_13, L_11, L_12, /*hidden argument*/NULL); V_5 = L_13; // return new X9ECParameters(curve, G, n, h, S); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_14 = V_5; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_18 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_18, L_11, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves/Frp256v1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Frp256v1Holder__cctor_m427D8D2C88E2C9F9F10FC31161EF7A5BE85DA414 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Frp256v1Holder_t7E1954C20E99C9C5A7511E37D92971A47F812C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new Frp256v1Holder(); Frp256v1Holder_t7E1954C20E99C9C5A7511E37D92971A47F812C5E * L_0 = (Frp256v1Holder_t7E1954C20E99C9C5A7511E37D92971A47F812C5E *)il2cpp_codegen_object_new(Frp256v1Holder_t7E1954C20E99C9C5A7511E37D92971A47F812C5E_il2cpp_TypeInfo_var); Frp256v1Holder__ctor_mF63BB753538A1BEB1E8C61739EEC16ECA8A3EB05(L_0, /*hidden argument*/NULL); ((Frp256v1Holder_t7E1954C20E99C9C5A7511E37D92971A47F812C5E_StaticFields*)il2cpp_codegen_static_fields_for(Frp256v1Holder_t7E1954C20E99C9C5A7511E37D92971A47F812C5E_il2cpp_TypeInfo_var))->set_Instance_1(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 // System.Void Arrow/<>c__DisplayClass43_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0__ctor_m667F79E876A6F7D42F86375C9E7C142D8605217D (U3CU3Ec__DisplayClass43_0_t96195AB4DC5115CF34A545B7421F1952296A8AF7 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Single Arrow/<>c__DisplayClass43_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass43_0_U3CactiveEffectCycloneU3Eb__0_m7C96DF9C028569DF895F292A771A4F6948599314 (U3CU3Ec__DisplayClass43_0_t96195AB4DC5115CF34A545B7421F1952296A8AF7 * __this, const RuntimeMethod* method) { { // DOTween.To(() => ps.minParticleSize, value => { ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * L_0 = __this->get_ps_0(); NullCheck(L_0); float L_1; L_1 = ParticleSystemRenderer_get_minParticleSize_m1BDB16135B182231F359499E811BF5274664E140(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void Arrow/<>c__DisplayClass43_0::b__1(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0_U3CactiveEffectCycloneU3Eb__1_m386C4DE88239B43DB42C75D6D832F6341D264DBA (U3CU3Ec__DisplayClass43_0_t96195AB4DC5115CF34A545B7421F1952296A8AF7 * __this, float ___value0, const RuntimeMethod* method) { { // ps.minParticleSize = value; ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * L_0 = __this->get_ps_0(); float L_1 = ___value0; NullCheck(L_0); ParticleSystemRenderer_set_minParticleSize_m1FDD2EEFBF60703A7AC154FC91DD5015F65A34F4(L_0, L_1, /*hidden argument*/NULL); // ps.maxParticleSize = value; ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * L_2 = __this->get_ps_0(); float L_3 = ___value0; NullCheck(L_2); ParticleSystemRenderer_set_maxParticleSize_m7D19DF8E661235A19910F216DFDBBD447940CD06(L_2, L_3, /*hidden argument*/NULL); // }, 0.4f, 0.6f); return; } } // System.Single Arrow/<>c__DisplayClass43_0::b__2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass43_0_U3CactiveEffectCycloneU3Eb__2_m3207B55E2BDC22AD004D268D0D81FBA5B6B8B392 (U3CU3Ec__DisplayClass43_0_t96195AB4DC5115CF34A545B7421F1952296A8AF7 * __this, const RuntimeMethod* method) { { // DOTween.To(() => ps1.minParticleSize, value => { ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * L_0 = __this->get_ps1_1(); NullCheck(L_0); float L_1; L_1 = ParticleSystemRenderer_get_minParticleSize_m1BDB16135B182231F359499E811BF5274664E140(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void Arrow/<>c__DisplayClass43_0::b__3(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0_U3CactiveEffectCycloneU3Eb__3_mB5F9A74683B9979931999FFA7E1049138417407E (U3CU3Ec__DisplayClass43_0_t96195AB4DC5115CF34A545B7421F1952296A8AF7 * __this, float ___value0, const RuntimeMethod* method) { { // ps1.minParticleSize = value; ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * L_0 = __this->get_ps1_1(); float L_1 = ___value0; NullCheck(L_0); ParticleSystemRenderer_set_minParticleSize_m1FDD2EEFBF60703A7AC154FC91DD5015F65A34F4(L_0, L_1, /*hidden argument*/NULL); // ps1.maxParticleSize = value; ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * L_2 = __this->get_ps1_1(); float L_3 = ___value0; NullCheck(L_2); ParticleSystemRenderer_set_maxParticleSize_m7D19DF8E661235A19910F216DFDBBD447940CD06(L_2, L_3, /*hidden argument*/NULL); // }, 0.8f, 0.6f); 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 Arrow/HitType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitType__ctor_m345545AB035222A9A44FA94F41E0AEE1AD2C2C08 (HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void Arrow/HitType::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitType__cctor_m8CE3FDEE5E63813CE1DA6AFBDE9901A8DF3A1D63 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static int None = 0; ((HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields*)il2cpp_codegen_static_fields_for(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_il2cpp_TypeInfo_var))->set_None_0(0); // public static int TargetInRing = 1; //???????????? ((HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields*)il2cpp_codegen_static_fields_for(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_il2cpp_TypeInfo_var))->set_TargetInRing_1(1); // public static int TargetOutRing = 2; //????????????? ((HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields*)il2cpp_codegen_static_fields_for(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_il2cpp_TypeInfo_var))->set_TargetOutRing_2(2); // public static int NotTarget = 4; //??????? ((HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields*)il2cpp_codegen_static_fields_for(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_il2cpp_TypeInfo_var))->set_NotTarget_3(4); // public static int Animal = 5; //???? ((HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields*)il2cpp_codegen_static_fields_for(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_il2cpp_TypeInfo_var))->set_Animal_4(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 // System.Void ArrowSync/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_mC4E34AAB4B3346D6BB7F5D89A041287BF9CCA417 (U3CU3Ec__DisplayClass5_0_t2C940A496B8993FA37C144C27D6B26E999F88B2A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Single ArrowSync/<>c__DisplayClass5_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass5_0_U3CactiveEffectCycloneU3Eb__0_m7CD0600D06E1243752A6CEC02EE155A23C557625 (U3CU3Ec__DisplayClass5_0_t2C940A496B8993FA37C144C27D6B26E999F88B2A * __this, const RuntimeMethod* method) { { // DOTween.To(() => ps.minParticleSize, value => { ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * L_0 = __this->get_ps_0(); NullCheck(L_0); float L_1; L_1 = ParticleSystemRenderer_get_minParticleSize_m1BDB16135B182231F359499E811BF5274664E140(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void ArrowSync/<>c__DisplayClass5_0::b__1(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_U3CactiveEffectCycloneU3Eb__1_mFDCC44283730ACF69AC6FEAFFCBF0FB4730A703B (U3CU3Ec__DisplayClass5_0_t2C940A496B8993FA37C144C27D6B26E999F88B2A * __this, float ___value0, const RuntimeMethod* method) { { // ps.minParticleSize = value; ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * L_0 = __this->get_ps_0(); float L_1 = ___value0; NullCheck(L_0); ParticleSystemRenderer_set_minParticleSize_m1FDD2EEFBF60703A7AC154FC91DD5015F65A34F4(L_0, L_1, /*hidden argument*/NULL); // ps.maxParticleSize = value; ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * L_2 = __this->get_ps_0(); float L_3 = ___value0; NullCheck(L_2); ParticleSystemRenderer_set_maxParticleSize_m7D19DF8E661235A19910F216DFDBBD447940CD06(L_2, L_3, /*hidden argument*/NULL); // }, 0.4f, 0.6f); return; } } // System.Single ArrowSync/<>c__DisplayClass5_0::b__2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass5_0_U3CactiveEffectCycloneU3Eb__2_mA40BAD08906905DF65E3B10C9AB6AD7A60C23D27 (U3CU3Ec__DisplayClass5_0_t2C940A496B8993FA37C144C27D6B26E999F88B2A * __this, const RuntimeMethod* method) { { // DOTween.To(() => ps1.minParticleSize, value => { ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * L_0 = __this->get_ps1_1(); NullCheck(L_0); float L_1; L_1 = ParticleSystemRenderer_get_minParticleSize_m1BDB16135B182231F359499E811BF5274664E140(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void ArrowSync/<>c__DisplayClass5_0::b__3(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_U3CactiveEffectCycloneU3Eb__3_mB74705DE50CE5D72B6D84C2FDD924ABF027BF673 (U3CU3Ec__DisplayClass5_0_t2C940A496B8993FA37C144C27D6B26E999F88B2A * __this, float ___value0, const RuntimeMethod* method) { { // ps1.minParticleSize = value; ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * L_0 = __this->get_ps1_1(); float L_1 = ___value0; NullCheck(L_0); ParticleSystemRenderer_set_minParticleSize_m1FDD2EEFBF60703A7AC154FC91DD5015F65A34F4(L_0, L_1, /*hidden argument*/NULL); // ps1.maxParticleSize = value; ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 * L_2 = __this->get_ps1_1(); float L_3 = ___value0; NullCheck(L_2); ParticleSystemRenderer_set_maxParticleSize_m7D19DF8E661235A19910F216DFDBBD447940CD06(L_2, L_3, /*hidden argument*/NULL); // }, 0.8f, 0.6f); 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 ArrowSync/SyncData::SetData(Arrow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncData_SetData_mFC0588EE35FCB2EB098C16E1555B79FA591AD706 (SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); { // Quaternion r = arrow.transform.rotation; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_0 = ___arrow0; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); NullCheck(L_1); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2; L_2 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_1, /*hidden argument*/NULL); V_0 = L_2; // Vector3 p = arrow.Head().transform.position; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_3 = ___arrow0; NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Arrow_Head_m0B04E8E5BCECF6693A2480674F9E8A57D6F3CD9D(L_3, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_5, /*hidden argument*/NULL); V_1 = L_6; // rx = r.x; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_7 = V_0; float L_8 = L_7.get_x_0(); __this->set_rx_3(L_8); // ry = r.y; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_9 = V_0; float L_10 = L_9.get_y_1(); __this->set_ry_4(L_10); // rz = r.z; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_11 = V_0; float L_12 = L_11.get_z_2(); __this->set_rz_5(L_12); // rw = r.w; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_13 = V_0; float L_14 = L_13.get_w_3(); __this->set_rw_6(L_14); // px = p.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = V_1; float L_16 = L_15.get_x_2(); __this->set_px_7(L_16); // py = p.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = V_1; float L_18 = L_17.get_y_3(); __this->set_py_8(L_18); // pz = p.z; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = V_1; float L_20 = L_19.get_z_4(); __this->set_pz_9(L_20); // cs = arrow.canUseSideCamera; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_21 = ___arrow0; NullCheck(L_21); bool L_22 = L_21->get_canUseSideCamera_15(); __this->set_cs_10(L_22); // ih = arrow.isHit; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_23 = ___arrow0; NullCheck(L_23); bool L_24 = L_23->get_isHit_5(); __this->set_ih_11(L_24); // ht = arrow.hitType; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_25 = ___arrow0; NullCheck(L_25); int32_t L_26 = L_25->get_hitType_24(); __this->set_ht_12(L_26); // sp = arrow.mySpeed; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_27 = ___arrow0; NullCheck(L_27); float L_28 = L_27->get_mySpeed_6(); __this->set_sp_13(L_28); // dns = arrow.hasDoneNextShoot; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_29 = ___arrow0; NullCheck(L_29); bool L_30 = L_29->get_hasDoneNextShoot_27(); __this->set_dns_14(L_30); // htai = arrow.hitTargetAnimalInfo; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_31 = ___arrow0; NullCheck(L_31); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32 = L_31->get_hitTargetAnimalInfo_26(); __this->set_htai_16(L_32); // if (!inited) { bool L_33 = __this->get_inited_0(); if (L_33) { goto IL_00e6; } } { // id = autoID++; int32_t L_34 = ((SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF_StaticFields*)il2cpp_codegen_static_fields_for(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF_il2cpp_TypeInfo_var))->get_autoID_1(); int32_t L_35 = L_34; ((SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF_StaticFields*)il2cpp_codegen_static_fields_for(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF_il2cpp_TypeInfo_var))->set_autoID_1(((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1))); __this->set_id_2(L_35); // if (autoID > 1000) autoID = 0; int32_t L_36 = ((SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF_StaticFields*)il2cpp_codegen_static_fields_for(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF_il2cpp_TypeInfo_var))->get_autoID_1(); if ((((int32_t)L_36) <= ((int32_t)((int32_t)1000)))) { goto IL_00e6; } } { // if (autoID > 1000) autoID = 0; ((SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF_StaticFields*)il2cpp_codegen_static_fields_for(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF_il2cpp_TypeInfo_var))->set_autoID_1(0); } IL_00e6: { // inited = true; __this->set_inited_0((bool)1); // } return; } } // System.Void ArrowSync/SyncData::SetArrowCameraTemplate3(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncData_SetArrowCameraTemplate3_m4D28B44C843989A5442F3B1CA082A68D241D5220 (SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * __this, bool ___hasBlockByTree0, bool ___quicklyNextShoot1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); s_Il2CppMethodInitialized = true; } { // act3 = hasBlockByTree + "," + quicklyNextShoot; String_t* L_0; L_0 = Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C((bool*)(&___hasBlockByTree0), /*hidden argument*/NULL); String_t* L_1; L_1 = Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C((bool*)(&___quicklyNextShoot1), /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_0, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, L_1, /*hidden argument*/NULL); __this->set_act3_15(L_2); // } return; } } // System.Boolean ArrowSync/SyncData::HasArrowCameraTemplate3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SyncData_HasArrowCameraTemplate3_mA068A7BE00766423568455D8AEEC0E3E8642033E (SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * __this, const RuntimeMethod* method) { { // return act3 != null; String_t* L_0 = __this->get_act3_15(); return (bool)((!(((RuntimeObject*)(String_t*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Tuple`2 ArrowSync/SyncData::GetArrowCameraTemplate3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tuple_2_t49F006A82EEDCB298188B10937893F000296AA70 * SyncData_GetArrowCameraTemplate3_m178316811A8043FDF654E4964E14C15ABAB943CB (SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2__ctor_m0CC24988EB3F56DF1280D40D9E5E0058E296083E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_t49F006A82EEDCB298188B10937893F000296AA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; { // string[] strs = act3.Split(','); String_t* L_0 = __this->get_act3_15(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3; L_3 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; // return new System.Tuple(bool.Parse(strs[0]), bool.Parse(strs[1])); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 0; String_t* L_6 = (L_4)->GetAt(static_cast(L_5)); IL2CPP_RUNTIME_CLASS_INIT(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); bool L_7; L_7 = Boolean_Parse_m97AFBD113AE4629041678100C5A595F3529C7F7D(L_6, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = V_0; NullCheck(L_8); int32_t L_9 = 1; String_t* L_10 = (L_8)->GetAt(static_cast(L_9)); bool L_11; L_11 = Boolean_Parse_m97AFBD113AE4629041678100C5A595F3529C7F7D(L_10, /*hidden argument*/NULL); Tuple_2_t49F006A82EEDCB298188B10937893F000296AA70 * L_12 = (Tuple_2_t49F006A82EEDCB298188B10937893F000296AA70 *)il2cpp_codegen_object_new(Tuple_2_t49F006A82EEDCB298188B10937893F000296AA70_il2cpp_TypeInfo_var); Tuple_2__ctor_m0CC24988EB3F56DF1280D40D9E5E0058E296083E(L_12, L_7, L_11, /*hidden argument*/Tuple_2__ctor_m0CC24988EB3F56DF1280D40D9E5E0058E296083E_RuntimeMethod_var); return L_12; } } // System.Void ArrowSync/SyncData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncData__ctor_mEEE7D9637509095A1A53F3F8859621621EDE12B2 (SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/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 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence/Asn1SequenceParserImpl::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1SequenceParserImpl__ctor_mB25D1F6FE20DB223823E160C25FB4CADE6F2D2A2 (Asn1SequenceParserImpl_t633F53AD51AD128E3B684364B1DECE791F161012 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___outer0, const RuntimeMethod* method) { { // public Asn1SequenceParserImpl( // Asn1Sequence outer) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.outer = outer; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___outer0; __this->set_outer_0(L_0); // this.max = outer.Count; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = ___outer0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_1); __this->set_max_1(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence/Asn1SequenceParserImpl::ReadObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Asn1SequenceParserImpl_ReadObject_m4CB41361C42170EE210090F33A3D322D7A302C24 (Asn1SequenceParserImpl_t633F53AD51AD128E3B684364B1DECE791F161012 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_0 = NULL; int32_t V_1 = 0; { // if (index == max) int32_t L_0 = __this->get_index_2(); int32_t L_1 = __this->get_max_1(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0010; } } { // return null; return (RuntimeObject*)NULL; } IL_0010: { // Asn1Encodable obj = outer[index++]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = __this->get_outer_0(); int32_t L_3 = __this->get_index_2(); V_1 = L_3; int32_t L_4 = V_1; __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_1; NullCheck(L_2); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6; L_6 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_2, L_5); V_0 = L_6; // if (obj is Asn1Sequence) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7 = V_0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_7, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0041; } } { // return ((Asn1Sequence)obj).Parser; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8 = V_0; NullCheck(((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_8, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))); RuntimeObject* L_9; L_9 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Parser() */, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_8, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))); return L_9; } IL_0041: { // if (obj is Asn1Set) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10 = V_0; if (!((Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)IsInstClass((RuntimeObject*)L_10, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49_il2cpp_TypeInfo_var))) { goto IL_0055; } } { // return ((Asn1Set)obj).Parser; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_11 = V_0; NullCheck(((Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)CastclassClass((RuntimeObject*)L_11, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49_il2cpp_TypeInfo_var))); RuntimeObject* L_12; L_12 = Asn1Set_get_Parser_m42952BC9EA3583FC4284275BB9DD9A02A668B50A(((Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)CastclassClass((RuntimeObject*)L_11, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_12; } IL_0055: { // return obj; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_13 = V_0; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence/Asn1SequenceParserImpl::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1SequenceParserImpl_ToAsn1Object_m565EFC027D05CE10275FA02EAEA25C5B442B01F6 (Asn1SequenceParserImpl_t633F53AD51AD128E3B684364B1DECE791F161012 * __this, const RuntimeMethod* method) { { // return outer; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_outer_0(); return L_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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set/Asn1SetParserImpl::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1SetParserImpl__ctor_mCBBDB42CBE3609E704043FCC8B672D8E61386372 (Asn1SetParserImpl_tA77231D53E4B147356F18A2C1B582550FD7DA79A * __this, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___outer0, const RuntimeMethod* method) { { // public Asn1SetParserImpl( // Asn1Set outer) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.outer = outer; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = ___outer0; __this->set_outer_0(L_0); // this.max = outer.Count; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_1 = ___outer0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::get_Count() */, L_1); __this->set_max_1(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set/Asn1SetParserImpl::ReadObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Asn1SetParserImpl_ReadObject_mE71FB733B659C452D45477C7C8CA822E1A3CA29E (Asn1SetParserImpl_tA77231D53E4B147356F18A2C1B582550FD7DA79A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_0 = NULL; int32_t V_1 = 0; { // if (index == max) int32_t L_0 = __this->get_index_2(); int32_t L_1 = __this->get_max_1(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0010; } } { // return null; return (RuntimeObject*)NULL; } IL_0010: { // Asn1Encodable obj = outer[index++]; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_2 = __this->get_outer_0(); int32_t L_3 = __this->get_index_2(); V_1 = L_3; int32_t L_4 = V_1; __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_1; NullCheck(L_2); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6; L_6 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::get_Item(System.Int32) */, L_2, L_5); V_0 = L_6; // if (obj is Asn1Sequence) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7 = V_0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_7, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0041; } } { // return ((Asn1Sequence)obj).Parser; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8 = V_0; NullCheck(((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_8, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))); RuntimeObject* L_9; L_9 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Parser() */, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_8, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))); return L_9; } IL_0041: { // if (obj is Asn1Set) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10 = V_0; if (!((Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)IsInstClass((RuntimeObject*)L_10, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49_il2cpp_TypeInfo_var))) { goto IL_0055; } } { // return ((Asn1Set)obj).Parser; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_11 = V_0; NullCheck(((Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)CastclassClass((RuntimeObject*)L_11, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49_il2cpp_TypeInfo_var))); RuntimeObject* L_12; L_12 = Asn1Set_get_Parser_m42952BC9EA3583FC4284275BB9DD9A02A668B50A(((Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)CastclassClass((RuntimeObject*)L_11, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_12; } IL_0055: { // return obj; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_13 = V_0; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set/Asn1SetParserImpl::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1SetParserImpl_ToAsn1Object_m0C2637F6CA82F42EBE7561CDDA7F1AC067349515 (Asn1SetParserImpl_tA77231D53E4B147356F18A2C1B582550FD7DA79A * __this, const RuntimeMethod* method) { { // return outer; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_outer_0(); return L_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.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set/DerComparer::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerComparer_Compare_m3C1FC28A1CDDE6A3C62D4535D9A772F392A84380 (DerComparer_t9B19E991BDA33E9D0C78ACE5E00664762AEBB530 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0x0; uint8_t V_5 = 0x0; { // byte[] a = (byte[])x, b = (byte[])y; RuntimeObject * L_0 = ___x0; V_0 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); // byte[] a = (byte[])x, b = (byte[])y; RuntimeObject * L_1 = ___y1; V_1 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); // int len = System.Math.Min(a.Length, b.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_1; NullCheck(L_3); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); V_2 = L_4; // for (int i = 0; i != len; ++i) V_3 = 0; goto IL_003c; } IL_001e: { // byte ai = a[i], bi = b[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; int32_t L_6 = V_3; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_4 = L_8; // byte ai = a[i], bi = b[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); V_5 = L_12; // if (ai != bi) uint8_t L_13 = V_4; uint8_t L_14 = V_5; if ((((int32_t)L_13) == ((int32_t)L_14))) { goto IL_0038; } } { // return ai < bi ? -1 : 1; uint8_t L_15 = V_4; uint8_t L_16 = V_5; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0036; } } { return 1; } IL_0036: { return (-1); } IL_0038: { // for (int i = 0; i != len; ++i) int32_t L_17 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_003c: { // for (int i = 0; i != len; ++i) int32_t L_18 = V_3; int32_t L_19 = V_2; if ((!(((uint32_t)L_18) == ((uint32_t)L_19)))) { goto IL_001e; } } { // if (a.Length > b.Length) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_0; NullCheck(L_20); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_1; NullCheck(L_21); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))) { goto IL_0056; } } { // return AllZeroesFrom(a, len) ? 0 : 1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_0; int32_t L_23 = V_2; bool L_24; L_24 = DerComparer_AllZeroesFrom_m4491294FCEA5DD2583AEEA5480891D3D43E3B777(__this, L_22, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_0054; } } { return 1; } IL_0054: { return 0; } IL_0056: { // if (a.Length < b.Length) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_0; NullCheck(L_25); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_1; NullCheck(L_26); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))) { goto IL_006c; } } { // return AllZeroesFrom(b, len) ? 0 : -1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_1; int32_t L_28 = V_2; bool L_29; L_29 = DerComparer_AllZeroesFrom_m4491294FCEA5DD2583AEEA5480891D3D43E3B777(__this, L_27, L_28, /*hidden argument*/NULL); if (L_29) { goto IL_006a; } } { return (-1); } IL_006a: { return 0; } IL_006c: { // return 0; return 0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set/DerComparer::AllZeroesFrom(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerComparer_AllZeroesFrom_m4491294FCEA5DD2583AEEA5480891D3D43E3B777 (DerComparer_t9B19E991BDA33E9D0C78ACE5E00664762AEBB530 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___pos1, const RuntimeMethod* method) { { goto IL_000e; } IL_0002: { // if (bs[pos++] != 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs0; int32_t L_1 = ___pos1; int32_t L_2 = L_1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); NullCheck(L_0); int32_t L_3 = L_2; uint8_t L_4 = (L_0)->GetAt(static_cast(L_3)); if (!L_4) { goto IL_000e; } } { // return false; return (bool)0; } IL_000e: { // while (pos < bs.Length) int32_t L_5 = ___pos1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___bs0; NullCheck(L_6); if ((((int32_t)L_5) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_0002; } } { // return true; return (bool)1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set/DerComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerComparer__ctor_mC06C94901699405D7B84AB07067E6260720C786B (DerComparer_t9B19E991BDA33E9D0C78ACE5E00664762AEBB530 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/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 BestHTTP.Examples.AssetBundleSample/d__7::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDownloadAssetBundleU3Ed__7__ctor_m381739DED91E7BF1D3241B51AECED29355144CAC (U3CDownloadAssetBundleU3Ed__7_tEE0F3AFDC733F12771FC675F3962C008FD21A796 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void BestHTTP.Examples.AssetBundleSample/d__7::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDownloadAssetBundleU3Ed__7_System_IDisposable_Dispose_m55A63BD1C64A3CD951B0F91B409058B98E7CF0C7 (U3CDownloadAssetBundleU3Ed__7_tEE0F3AFDC733F12771FC675F3962C008FD21A796 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean BestHTTP.Examples.AssetBundleSample/d__7::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDownloadAssetBundleU3Ed__7_MoveNext_m66225B8AB6CB0DEE517867E9B1FA2050924012E3 (U3CDownloadAssetBundleU3Ed__7_tEE0F3AFDC733F12771FC675F3962C008FD21A796 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11191BF1C6F1CD57E82D5B9DAFA538F74E112CA9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral208FB3837B215C39A2EF71DECFFC19C9FDB72F27); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C2D39A05D3A4E4233D740735443018D3EEFCDB2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DAF1E2D3590931D4E23505711D62735B1FDA6C3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * V_1 = NULL; int32_t V_2 = 0; bool V_3 = false; String_t* G_B15_0 = NULL; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * G_B15_1 = NULL; String_t* G_B14_0 = NULL; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * G_B14_1 = NULL; String_t* G_B16_0 = NULL; String_t* G_B16_1 = NULL; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * G_B16_2 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0026; } case 1: { goto IL_0070; } case 2: { goto IL_0135; } case 3: { goto IL_0162; } } } { return (bool)0; } IL_0026: { __this->set_U3CU3E1__state_0((-1)); // downloading = true; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_3 = V_1; NullCheck(L_3); L_3->set_downloading_8((bool)1); // var request = new HTTPRequest(URI).Send(); AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_4 = V_1; NullCheck(L_4); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = L_4->get_URI_4(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_6 = (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 *)il2cpp_codegen_object_new(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); HTTPRequest__ctor_mDA32C376030ADED32213D00189F8E77CF4C04A7C(L_6, L_5, /*hidden argument*/NULL); NullCheck(L_6); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_7; L_7 = HTTPRequest_Send_m6DFACD89B7BA3689A32616A9B7F7AD41DBA86C46(L_6, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_3(L_7); // status = "Download started"; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_8 = V_1; NullCheck(L_8); L_8->set_status_5(_stringLiteral3C2D39A05D3A4E4233D740735443018D3EEFCDB2); goto IL_008d; } IL_0057: { // yield return new WaitForSeconds(0.1f); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_9 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_9, (0.100000001f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_9); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0070: { __this->set_U3CU3E1__state_0((-1)); // status += "."; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_10 = V_1; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_11 = V_1; NullCheck(L_11); String_t* L_12 = L_11->get_status_5(); String_t* L_13; L_13 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_12, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_status_5(L_13); } IL_008d: { // while (request.State < HTTPRequestStates.Finished) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_14 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_14); int32_t L_15; L_15 = HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) < ((int32_t)3))) { goto IL_0057; } } { // switch (request.State) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_16 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_16); int32_t L_17; L_17 = HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline(L_16, /*hidden argument*/NULL); V_2 = L_17; int32_t L_18 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)3))) { case 0: { goto IL_00c8; } case 1: { goto IL_01ca; } case 2: { goto IL_0225; } case 3: { goto IL_023d; } case 4: { goto IL_0255; } } } { goto IL_026b; } IL_00c8: { // if (request.Response.IsSuccess) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_19 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_19); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_20; L_20 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_19, /*hidden argument*/NULL); NullCheck(L_20); bool L_21; L_21 = HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0175; } } { // status = string.Format("AssetBundle downloaded! Loaded from local cache: {0}", request.Response.IsFromCache.ToString()); AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_22 = V_1; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_23 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_23); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_24; L_24 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_23, /*hidden argument*/NULL); NullCheck(L_24); bool L_25; L_25 = HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline(L_24, /*hidden argument*/NULL); V_3 = L_25; String_t* L_26; L_26 = Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C((bool*)(&V_3), /*hidden argument*/NULL); String_t* L_27; L_27 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral6DAF1E2D3590931D4E23505711D62735B1FDA6C3, L_26, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_status_5(L_27); // AssetBundleCreateRequest async = // #if UNITY_5_3_OR_NEWER // AssetBundle.LoadFromMemoryAsync(request.Response.Data); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_28 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_28); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_29; L_29 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_28, /*hidden argument*/NULL); NullCheck(L_29); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30; L_30 = HTTPResponse_get_Data_m0CCF6E05405D6F2EEB11F87DEB23DB61A6059F0F_inline(L_29, /*hidden argument*/NULL); AssetBundleCreateRequest_t6AB0C8676D1DAA5F624663445F46FAB7D63EAA3A * L_31; L_31 = AssetBundle_LoadFromMemoryAsync_mEE3736BFD45B04566FF671CB2BF71C09F569EE20(L_30, /*hidden argument*/NULL); __this->set_U3CasyncU3E5__3_4(L_31); // yield return async; AssetBundleCreateRequest_t6AB0C8676D1DAA5F624663445F46FAB7D63EAA3A * L_32 = __this->get_U3CasyncU3E5__3_4(); __this->set_U3CU3E2__current_1(L_32); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_0135: { __this->set_U3CU3E1__state_0((-1)); // yield return StartCoroutine(ProcessAssetBundle(async.assetBundle)); AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_33 = V_1; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_34 = V_1; AssetBundleCreateRequest_t6AB0C8676D1DAA5F624663445F46FAB7D63EAA3A * L_35 = __this->get_U3CasyncU3E5__3_4(); NullCheck(L_35); AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * L_36; L_36 = AssetBundleCreateRequest_get_assetBundle_m608C1516A7DC8E4B1F9D63EDCF6EE8D6C2CFF013(L_35, /*hidden argument*/NULL); NullCheck(L_34); RuntimeObject* L_37; L_37 = AssetBundleSample_ProcessAssetBundle_mBC36CB714534B155C33DD22D5010CE3DAF0BA766(L_34, L_36, /*hidden argument*/NULL); NullCheck(L_33); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_38; L_38 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(L_33, L_37, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_38); __this->set_U3CU3E1__state_0(3); return (bool)1; } IL_0162: { __this->set_U3CU3E1__state_0((-1)); // } __this->set_U3CasyncU3E5__3_4((AssetBundleCreateRequest_t6AB0C8676D1DAA5F624663445F46FAB7D63EAA3A *)NULL); goto IL_026b; } IL_0175: { // status = string.Format("Request finished Successfully, but the server sent an error. Status Code: {0}-{1} Message: {2}", // request.Response.StatusCode, // request.Response.Message, // request.Response.DataAsText); AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_39 = V_1; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_40 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_40); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_41; L_41 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_40, /*hidden argument*/NULL); NullCheck(L_41); int32_t L_42; L_42 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_41, /*hidden argument*/NULL); int32_t L_43 = L_42; RuntimeObject * L_44 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_43); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_45 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_45); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_46; L_46 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_45, /*hidden argument*/NULL); NullCheck(L_46); String_t* L_47; L_47 = HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline(L_46, /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_48 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_48); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_49; L_49 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_48, /*hidden argument*/NULL); NullCheck(L_49); String_t* L_50; L_50 = HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA(L_49, /*hidden argument*/NULL); String_t* L_51; L_51 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral11191BF1C6F1CD57E82D5B9DAFA538F74E112CA9, L_44, L_47, L_50, /*hidden argument*/NULL); NullCheck(L_39); L_39->set_status_5(L_51); // Debug.LogWarning(status); AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_52 = V_1; NullCheck(L_52); String_t* L_53 = L_52->get_status_5(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7(L_53, /*hidden argument*/NULL); // break; goto IL_026b; } IL_01ca: { // status = "Request Finished with Error! " + (request.Exception != null ? (request.Exception.Message + "\n" + request.Exception.StackTrace) : "No Exception"); AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_54 = V_1; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_55 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_55); Exception_t * L_56; L_56 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_55, /*hidden argument*/NULL); G_B14_0 = _stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE; G_B14_1 = L_54; if (L_56) { G_B15_0 = _stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE; G_B15_1 = L_54; goto IL_01e4; } } { G_B16_0 = _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; G_B16_1 = G_B14_0; G_B16_2 = G_B14_1; goto IL_020e; } IL_01e4: { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_57 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_57); Exception_t * L_58; L_58 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_57, /*hidden argument*/NULL); NullCheck(L_58); String_t* L_59; L_59 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_58); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_60 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_60); Exception_t * L_61; L_61 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_60, /*hidden argument*/NULL); NullCheck(L_61); String_t* L_62; L_62 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_61); String_t* L_63; L_63 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_59, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_62, /*hidden argument*/NULL); G_B16_0 = L_63; G_B16_1 = G_B15_0; G_B16_2 = G_B15_1; } IL_020e: { String_t* L_64; L_64 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B16_1, G_B16_0, /*hidden argument*/NULL); NullCheck(G_B16_2); G_B16_2->set_status_5(L_64); // Debug.LogError(status); AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_65 = V_1; NullCheck(L_65); String_t* L_66 = L_65->get_status_5(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_66, /*hidden argument*/NULL); // break; goto IL_026b; } IL_0225: { // status = "Request Aborted!"; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_67 = V_1; NullCheck(L_67); L_67->set_status_5(_stringLiteral208FB3837B215C39A2EF71DECFFC19C9FDB72F27); // Debug.LogWarning(status); AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_68 = V_1; NullCheck(L_68); String_t* L_69 = L_68->get_status_5(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7(L_69, /*hidden argument*/NULL); // break; goto IL_026b; } IL_023d: { // status = "Connection Timed Out!"; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_70 = V_1; NullCheck(L_70); L_70->set_status_5(_stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E); // Debug.LogError(status); AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_71 = V_1; NullCheck(L_71); String_t* L_72 = L_71->get_status_5(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_72, /*hidden argument*/NULL); // break; goto IL_026b; } IL_0255: { // status = "Processing the request Timed Out!"; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_73 = V_1; NullCheck(L_73); L_73->set_status_5(_stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC); // Debug.LogError(status); AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_74 = V_1; NullCheck(L_74); String_t* L_75 = L_74->get_status_5(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_75, /*hidden argument*/NULL); } IL_026b: { // downloading = false; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_76 = V_1; NullCheck(L_76); L_76->set_downloading_8((bool)0); // } return (bool)0; } } // System.Object BestHTTP.Examples.AssetBundleSample/d__7::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDownloadAssetBundleU3Ed__7_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m4BA8E72DBEDF6ACD9AEF0D55086961DC9E7DDD28 (U3CDownloadAssetBundleU3Ed__7_tEE0F3AFDC733F12771FC675F3962C008FD21A796 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void BestHTTP.Examples.AssetBundleSample/d__7::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDownloadAssetBundleU3Ed__7_System_Collections_IEnumerator_Reset_m48C03A41911F6A4DAF28BFEF5F02F6109820ED6C (U3CDownloadAssetBundleU3Ed__7_tEE0F3AFDC733F12771FC675F3962C008FD21A796 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDownloadAssetBundleU3Ed__7_System_Collections_IEnumerator_Reset_m48C03A41911F6A4DAF28BFEF5F02F6109820ED6C_RuntimeMethod_var))); } } // System.Object BestHTTP.Examples.AssetBundleSample/d__7::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDownloadAssetBundleU3Ed__7_System_Collections_IEnumerator_get_Current_m33E9CC04452B7B0449EE678EFFAB2691CAFFF303 (U3CDownloadAssetBundleU3Ed__7_tEE0F3AFDC733F12771FC675F3962C008FD21A796 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.Void BestHTTP.Examples.AssetBundleSample/d__8::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessAssetBundleU3Ed__8__ctor_m1CB972E4A9B69BBBB924EE66088CACE967B5076B (U3CProcessAssetBundleU3Ed__8_tE628D8135D730F737426E567BCED0BD221712713 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void BestHTTP.Examples.AssetBundleSample/d__8::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessAssetBundleU3Ed__8_System_IDisposable_Dispose_m818BA8088152B45D3C7B08C71EEABEA685A565A0 (U3CProcessAssetBundleU3Ed__8_tE628D8135D730F737426E567BCED0BD221712713 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean BestHTTP.Examples.AssetBundleSample/d__8::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CProcessAssetBundleU3Ed__8_MoveNext_m689345C1331DF171585FAD54937DEBE2ABD84130 (U3CProcessAssetBundleU3Ed__8_tE628D8135D730F737426E567BCED0BD221712713 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8288BB85896F1298070167F6BA9AC98018CF04E); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_1 = __this->get_U3CU3E4__this_3(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_006f; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // if (bundle == null) AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * L_4 = __this->get_bundle_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_4, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_002e; } } { // yield break; return (bool)0; } IL_002e: { // cachedBundle = bundle; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_6 = V_1; AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * L_7 = __this->get_bundle_2(); NullCheck(L_6); L_6->set_cachedBundle_6(L_7); // var asyncAsset = // #if UNITY_5_1 || UNITY_5_2 || UNITY_5_3_OR_NEWER // cachedBundle.LoadAssetAsync("9443182_orig", typeof(Texture2D)); AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_8 = V_1; NullCheck(L_8); AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * L_9 = L_8->get_cachedBundle_6(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_10, /*hidden argument*/NULL); NullCheck(L_9); AssetBundleRequest_tBCF59D1FD408125E4C2C937EC23AB0ABB7E4051A * L_12; L_12 = AssetBundle_LoadAssetAsync_m63C7C5654FA8D0824DC920A1B1530C37CCB3DF6E(L_9, _stringLiteralA8288BB85896F1298070167F6BA9AC98018CF04E, L_11, /*hidden argument*/NULL); __this->set_U3CasyncAssetU3E5__2_4(L_12); // yield return asyncAsset; AssetBundleRequest_tBCF59D1FD408125E4C2C937EC23AB0ABB7E4051A * L_13 = __this->get_U3CasyncAssetU3E5__2_4(); __this->set_U3CU3E2__current_1(L_13); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_006f: { __this->set_U3CU3E1__state_0((-1)); // texture = asyncAsset.asset as Texture2D; AssetBundleSample_t51F6A9754CB164F03D923B6D2A57FAAA004B0058 * L_14 = V_1; AssetBundleRequest_tBCF59D1FD408125E4C2C937EC23AB0ABB7E4051A * L_15 = __this->get_U3CasyncAssetU3E5__2_4(); NullCheck(L_15); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_16; L_16 = AssetBundleRequest_get_asset_mB0A96FBC026D143638E467DEB37228ACD55F1813(L_15, /*hidden argument*/NULL); NullCheck(L_14); L_14->set_texture_7(((Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)IsInstSealed((RuntimeObject*)L_16, Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var))); // } return (bool)0; } } // System.Object BestHTTP.Examples.AssetBundleSample/d__8::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CProcessAssetBundleU3Ed__8_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m30A4CF6A338D05C47A81C860552DBAF4EE0F2F71 (U3CProcessAssetBundleU3Ed__8_tE628D8135D730F737426E567BCED0BD221712713 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void BestHTTP.Examples.AssetBundleSample/d__8::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessAssetBundleU3Ed__8_System_Collections_IEnumerator_Reset_m3028EAC9AD98119D1EE97BC4F2313E4891D4F1A3 (U3CProcessAssetBundleU3Ed__8_tE628D8135D730F737426E567BCED0BD221712713 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CProcessAssetBundleU3Ed__8_System_Collections_IEnumerator_Reset_m3028EAC9AD98119D1EE97BC4F2313E4891D4F1A3_RuntimeMethod_var))); } } // System.Object BestHTTP.Examples.AssetBundleSample/d__8::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CProcessAssetBundleU3Ed__8_System_Collections_IEnumerator_get_Current_mB5617BDB3BC1AE59BD4978A9C04275A303FDEB7D (U3CProcessAssetBundleU3Ed__8_tE628D8135D730F737426E567BCED0BD221712713 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.Void AttitudeJson/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mECD49B24A3B4149245C96B2A8D29B19F415B282D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * L_0 = (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 *)il2cpp_codegen_object_new(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mD6DD8D158C3C684B3256FCA316C44F34F3F7FC04(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void AttitudeJson/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mD6DD8D158C3C684B3256FCA316C44F34F3F7FC04 (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Object AttitudeJson/<>c::<.ctor>b__0_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__0_0_m94F26FF5B3940AEF35C71A0837A3F64EFEBD4CDC (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC V_0; memset((&V_0), 0, sizeof(V_0)); { // InitJsonClass<_9AxisPreProcessor>(() => new _9AxisPreProcessor(), il2cpp_codegen_initobj((&V_0), sizeof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC )); Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_0 = V_0; il2cpp_codegen_initobj((&V_0), sizeof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC )); Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_1 = V_0; il2cpp_codegen_initobj((&V_0), sizeof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC )); Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_2 = V_0; _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * L_3 = (_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 *)il2cpp_codegen_object_new(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78_il2cpp_TypeInfo_var); _9AxisPreProcessor__ctor_mF7A0A661ED7EFAC7923A300812B26F071EE4CE50(L_3, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); return L_3; } } // System.Object AttitudeJson/<>c::<.ctor>b__0_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__0_1_m29EB8B04927BE39802667B2709A23E4D2A7079D3 (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // InitJsonClass(() => new MagnetometerAutoCalibrater(), MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D * L_0 = (MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D *)il2cpp_codegen_object_new(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D_il2cpp_TypeInfo_var); MagnetometerAutoCalibrater__ctor_mE8FD99F9712496B7103E59766CB385FF9129C6DC(L_0, (0.001), ((int32_t)1000), 0, 5, /*hidden argument*/NULL); return L_0; } } // System.Object AttitudeJson/<>c::<.ctor>b__0_2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__0_2_m04B3791C593954D631A53BD6A96CEA8F05540873 (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // InitJsonClass(() => new ByteToShorts(3), ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 * L_0 = (ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61 *)il2cpp_codegen_object_new(ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61_il2cpp_TypeInfo_var); ByteToShorts__ctor_mCCABFDAA81C7492895242E37ED3E8B1E87B184A6(L_0, 3, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.Object AttitudeJson/<>c::<.ctor>b__0_3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__0_3_m48F3C0112A84990AB20BCB28428718D9A48879A2 (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // InitJsonClass(() => new ByteToShort(null), ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171 * L_0 = (ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171 *)il2cpp_codegen_object_new(ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171_il2cpp_TypeInfo_var); ByteToShort__ctor_mE53C6A1EF13A18C4B421F9DBEF4724A10B5B718B(L_0, (Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3 *)NULL, ((int32_t)10), (bool)0, /*hidden argument*/NULL); return L_0; } } // System.Object AttitudeJson/<>c::<.ctor>b__0_4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__0_4_m7D1C5E1EAED59F82E1CA9A3C76E8C5C63AF1D3DB (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeanMaintainer_1__ctor_m381397268DD6A5B4064F37BAF946E874619A9954_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // InitJsonClass>>(() => new MeanMaintainer>(), MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED * L_0 = (MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED *)il2cpp_codegen_object_new(MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED_il2cpp_TypeInfo_var); MeanMaintainer_1__ctor_m381397268DD6A5B4064F37BAF946E874619A9954(L_0, /*hidden argument*/MeanMaintainer_1__ctor_m381397268DD6A5B4064F37BAF946E874619A9954_RuntimeMethod_var); return L_0; } } // System.Object AttitudeJson/<>c::<.ctor>b__0_5() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__0_5_mEF5210264AF2A2A61B9D1A14D62BDCEFC9BA2670 (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // InitJsonClass(() => new ByteToShortByVariance(), ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402 * L_0 = (ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402 *)il2cpp_codegen_object_new(ByteToShortByVariance_t9E7BD3516035309FA430D93D36AF72ABE7B77402_il2cpp_TypeInfo_var); ByteToShortByVariance__ctor_mCFA45E9F3D504C26009824E5E4D846A803F38120(L_0, ((int32_t)10), (bool)0, (2.0), /*hidden argument*/NULL); return L_0; } } // System.Object AttitudeJson/<>c::<.ctor>b__0_6() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__0_6_m62CF079E0A9B0F3C90309AA493066DB3638A6BE2 (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 V_0; memset((&V_0), 0, sizeof(V_0)); { // InitJsonClass(() => new EllipsoidFitting(default, null, default), il2cpp_codegen_initobj((&V_0), sizeof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_0 = V_0; il2cpp_codegen_initobj((&V_0), sizeof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_1 = V_0; EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723 * L_2 = (EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723 *)il2cpp_codegen_object_new(EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723_il2cpp_TypeInfo_var); EllipsoidFitting__ctor_mA77C74498613BA7C7EA4BF03D522D07BA387FF38(L_2, L_0, (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)NULL, L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Linq.JToken AttitudeJson/<>c::<.ctor>b__0_7(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * U3CU3Ec_U3C_ctorU3Eb__0_7_mA43912FB256F107ED20FD0C8992DD95A328287D2 (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // o => JToken.FromObject(o), RuntimeObject * L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JToken_FromObject_m6FF17C857F570212A7A76D5621D7372210960DAF(L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JToken AttitudeJson/<>c::<.ctor>b__0_9(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * U3CU3Ec_U3C_ctorU3Eb__0_9_m8E90C47D8947CAF783BAE1295C5057C993A1C6A3 (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // o => JToken.FromObject(o), RuntimeObject * L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JToken_FromObject_m6FF17C857F570212A7A76D5621D7372210960DAF(L_0, /*hidden argument*/NULL); return L_1; } } // System.Object AttitudeJson/<>c::<.ctor>b__0_10(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__0_10_m62D4A62509E10118B539B5EA7AB92B61AB33DE2D (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_ToObject_TisInt32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_m13CDED9122534A74C7CCE1BACB93EDA46239263D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1__ctor_mB1B0EF6F3724834574F0243F3171D5952C6BA87A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // jt => new Vector(jt.ToObject()) JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___jt0; NullCheck(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = JToken_ToObject_TisInt32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_m13CDED9122534A74C7CCE1BACB93EDA46239263D(L_0, /*hidden argument*/JToken_ToObject_TisInt32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_m13CDED9122534A74C7CCE1BACB93EDA46239263D_RuntimeMethod_var); Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_2; memset((&L_2), 0, sizeof(L_2)); Vector_1__ctor_mB1B0EF6F3724834574F0243F3171D5952C6BA87A((&L_2), (RuntimeObject*)(RuntimeObject*)L_1, /*hidden argument*/Vector_1__ctor_mB1B0EF6F3724834574F0243F3171D5952C6BA87A_RuntimeMethod_var); Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_3 = L_2; RuntimeObject * L_4 = Box(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_il2cpp_TypeInfo_var, &L_3); return L_4; } } // Newtonsoft.Json.Linq.JToken AttitudeJson/<>c::<.ctor>b__0_11(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * U3CU3Ec_U3C_ctorU3Eb__0_11_mD3C7D9B2F319528118F7E3D0B5B36E4FF2CCF5F1 (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // o => JToken.FromObject(o), RuntimeObject * L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JToken_FromObject_m6FF17C857F570212A7A76D5621D7372210960DAF(L_0, /*hidden argument*/NULL); return L_1; } } // System.Object AttitudeJson/<>c::<.ctor>b__0_12(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__0_12_mD5510ACF6849E77359E2C71B56731856DE2FFE05 (U3CU3Ec_t5A4336EB92E71DB3A87048D4639C26E14C768605 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_ToObject_TisDoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_m91E790B8289F87BA31F44B7BFFBA4395102542C3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1__ctor_m79B3D4F5FE97FA0398C7B6FCCA60E05091D6B38F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // jt => new Vector(jt.ToObject()) JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___jt0; NullCheck(L_0); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_1; L_1 = JToken_ToObject_TisDoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_m91E790B8289F87BA31F44B7BFFBA4395102542C3(L_0, /*hidden argument*/JToken_ToObject_TisDoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_m91E790B8289F87BA31F44B7BFFBA4395102542C3_RuntimeMethod_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_2; memset((&L_2), 0, sizeof(L_2)); Vector_1__ctor_m79B3D4F5FE97FA0398C7B6FCCA60E05091D6B38F((&L_2), (RuntimeObject*)(RuntimeObject*)L_1, /*hidden argument*/Vector_1__ctor_m79B3D4F5FE97FA0398C7B6FCCA60E05091D6B38F_RuntimeMethod_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_3 = L_2; RuntimeObject * L_4 = Box(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var, &L_3); return L_4; } } #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 AutoConnectBLE/d__6::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CConnectBLEU3Ed__6__ctor_mAAEC5B69B5D309F0E0D6DFA3E7E67A68046CFF10 (U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void AutoConnectBLE/d__6::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CConnectBLEU3Ed__6_System_IDisposable_Dispose_mE311DEE75BD127439B385F46744264E79EF5C430 (U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean AutoConnectBLE/d__6::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CConnectBLEU3Ed__6_MoveNext_m9361F03912BE8658CC8269D78E0635280DDD6AD4 (U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0027; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0027: { __this->set_U3CU3E1__state_0((-1)); // } return (bool)0; } } // System.Object AutoConnectBLE/d__6::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CConnectBLEU3Ed__6_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m87E56A3C1A93A8B813995193D6B2B1B3121E12F6 (U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void AutoConnectBLE/d__6::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CConnectBLEU3Ed__6_System_Collections_IEnumerator_Reset_m8127414DBE37EEEE9CB9976DD8BB3A87BAF20CCB (U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CConnectBLEU3Ed__6_System_Collections_IEnumerator_Reset_m8127414DBE37EEEE9CB9976DD8BB3A87BAF20CCB_RuntimeMethod_var))); } } // System.Object AutoConnectBLE/d__6::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CConnectBLEU3Ed__6_System_Collections_IEnumerator_get_Current_m45F8724321F005FA0C30157019C33E20FA0D2125 (U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.Void AutoConnectBLE/d__7::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CConnectBleUDPU3Ed__7__ctor_m593BCE2E91925B012A97C943DE5746CBA05A7D1B (U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void AutoConnectBLE/d__7::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CConnectBleUDPU3Ed__7_System_IDisposable_Dispose_m5DA9588BBBC5E996DAD5656696670C9684E5A8B9 (U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean AutoConnectBLE/d__7::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CConnectBleUDPU3Ed__7_MoveNext_m673DF14EFAFE61222EA2AEF5994805B5FFA5F8F2 (U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0030; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSecondsRealtime(1); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_3 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_3, (1.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_3); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0030: { __this->set_U3CU3E1__state_0((-1)); // BluetoothAim.ins.DoConnect(); IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_4 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); NullCheck(L_4); BluetoothAim_DoConnect_mB5215BC7D723FA93817247D5AAB699DA7C80D1A3(L_4, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object AutoConnectBLE/d__7::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CConnectBleUDPU3Ed__7_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m3402DC7E8AF6274DE26918B64D85E20E0F05E30B (U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void AutoConnectBLE/d__7::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CConnectBleUDPU3Ed__7_System_Collections_IEnumerator_Reset_m7CD43350EA9361790035C2CB54C1F9DB8EF47C09 (U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CConnectBleUDPU3Ed__7_System_Collections_IEnumerator_Reset_m7CD43350EA9361790035C2CB54C1F9DB8EF47C09_RuntimeMethod_var))); } } // System.Object AutoConnectBLE/d__7::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CConnectBleUDPU3Ed__7_System_Collections_IEnumerator_get_Current_m7F17B6C1EA11F993DE194EEF6C3B60F36DE0ED68 (U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.Void AutoConnectBLE/d__5::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowDebugViewU3Ed__5__ctor_m838B9C62348C0283C1D0BE0D767D491F0038C5CB (U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void AutoConnectBLE/d__5::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowDebugViewU3Ed__5_System_IDisposable_Dispose_mD187A71F85CAEB59B114A28D1FE8E9776F5AB8AC (U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean AutoConnectBLE/d__5::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CShowDebugViewU3Ed__5_MoveNext_m362C29A8FB9E1D5B6098D3DE9FCB235A7A724A74 (U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0030; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(0.1f); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_3 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_3, (0.100000001f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_3); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0030: { __this->set_U3CU3E1__state_0((-1)); // bluetoothHolder.openDebug(); BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * L_4 = __this->get_bluetoothHolder_2(); NullCheck(L_4); BluetoothHolder_openDebug_m87212215C984AF91ABBA080AF7D2FBAA45CA80C7(L_4, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object AutoConnectBLE/d__5::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CShowDebugViewU3Ed__5_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m72A38B90F7E6434809B665A486A58E127372EAAD (U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void AutoConnectBLE/d__5::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowDebugViewU3Ed__5_System_Collections_IEnumerator_Reset_mB6C2A53240E15688D35E1917ACE30A2D8FF5E80F (U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CShowDebugViewU3Ed__5_System_Collections_IEnumerator_Reset_mB6C2A53240E15688D35E1917ACE30A2D8FF5E80F_RuntimeMethod_var))); } } // System.Object AutoConnectBLE/d__5::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CShowDebugViewU3Ed__5_System_Collections_IEnumerator_get_Current_m8BFBB28364362F406B10BD67272B7866F3E10E94 (U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.Void UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementDefinition::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReplacementDefinition__ctor_m4997D7740DF9303A83CAACA4BA3A12D7C333E3FC (ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/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 UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReplacementList__ctor_m8F28958E9FB9417946A0360B0AC3493DD0B79920 (ReplacementList_tE2C42A75379CF437E9F058991BEEF55400A73207 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public ReplacementDefinition[] items = new ReplacementDefinition[0]; ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213* L_0 = (ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213*)(ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213*)SZArrayNew(ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_items_0(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/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 UnityStandardAssets.Utility.AutoMoveAndRotate/Vector3andSpace::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3andSpace__ctor_m0BC6C4D6ADDEA323969A3F007106123F3A7B3962 (Vector3andSpace_tE33E47F7CC91C2CF30A17AF83531A638339CFFD1 * __this, const RuntimeMethod* method) { { // public Space space = Space.Self; __this->set_space_1(1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/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 Axis663Handler/d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveGyrU3Ed__14__ctor_m2516DA45F8B9386E0775B6F1C309A396830543E9 (U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Axis663Handler/d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveGyrU3Ed__14_System_IDisposable_Dispose_m6CF20594B8E913F1A9731AE2E6A7E382E5B2EDB1 (U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Axis663Handler/d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSaveGyrU3Ed__14_MoveNext_mB98B2A6B45FB4479B746BF2355E173001539C639 (U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_002e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_002e: { __this->set_U3CU3E1__state_0((-1)); // SaveCalibrateRecord(); Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * L_4 = V_1; NullCheck(L_4); Axis663Handler_SaveCalibrateRecord_m1F8BD04180347AFBE90249BE8C81D0C202B623D2(L_4, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object Axis663Handler/d__14::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSaveGyrU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m100C21610C0F486D896812341950704545884157 (U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Axis663Handler/d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveGyrU3Ed__14_System_Collections_IEnumerator_Reset_m44F80ECD7C76923AAD677F100B0F5D0590F51097 (U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSaveGyrU3Ed__14_System_Collections_IEnumerator_Reset_m44F80ECD7C76923AAD677F100B0F5D0590F51097_RuntimeMethod_var))); } } // System.Object Axis663Handler/d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSaveGyrU3Ed__14_System_Collections_IEnumerator_get_Current_m947697BE783CA0A6C0525C4193B58DAF252F935E (U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.Void Axis663Handler/d__15::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveMagU3Ed__15__ctor_m798EA9273E47DBBC215568C54AC75C084052C619 (U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Axis663Handler/d__15::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveMagU3Ed__15_System_IDisposable_Dispose_m8D0DCDBAADD92D9041B5F88FBF1699F136FA44EF (U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Axis663Handler/d__15::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSaveMagU3Ed__15_MoveNext_m71A26E73BDF3B5BEF3618E6A00B5077EDFB9F80A (U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_002e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_002e: { __this->set_U3CU3E1__state_0((-1)); // SaveCalibrateRecord(); Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * L_4 = V_1; NullCheck(L_4); Axis663Handler_SaveCalibrateRecord_m1F8BD04180347AFBE90249BE8C81D0C202B623D2(L_4, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object Axis663Handler/d__15::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSaveMagU3Ed__15_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mE8D2115E6651E6E0CE442A51072FA217960809A8 (U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Axis663Handler/d__15::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveMagU3Ed__15_System_Collections_IEnumerator_Reset_m6CE20CF8C60533DE0939EBB9AECA219BD0CB80AC (U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSaveMagU3Ed__15_System_Collections_IEnumerator_Reset_m6CE20CF8C60533DE0939EBB9AECA219BD0CB80AC_RuntimeMethod_var))); } } // System.Object Axis663Handler/d__15::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSaveMagU3Ed__15_System_Collections_IEnumerator_get_Current_m469C584F4D2FF4BCB2B4450F0606EE74379D9F42 (U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.Void Axis9Handler/d__15::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveGyrU3Ed__15__ctor_m47A589C1BE8163A1F9FD9BF848DD991E88373FC3 (U3CSaveGyrU3Ed__15_tA1CF5702A3F891EEE85C14CBF53BAEA08019B6AF * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Axis9Handler/d__15::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveGyrU3Ed__15_System_IDisposable_Dispose_mFC27E521506463015D7AAB4491CEE520D4290A24 (U3CSaveGyrU3Ed__15_tA1CF5702A3F891EEE85C14CBF53BAEA08019B6AF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Axis9Handler/d__15::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSaveGyrU3Ed__15_MoveNext_m9E5DCB0BBBE4172CDB7B8B93E7811097748D77C0 (U3CSaveGyrU3Ed__15_tA1CF5702A3F891EEE85C14CBF53BAEA08019B6AF * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_002e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_002e: { __this->set_U3CU3E1__state_0((-1)); // SaveCalibrateRecord(); Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * L_4 = V_1; NullCheck(L_4); Axis9Handler_SaveCalibrateRecord_m1A185625F012E26A2FE0CDC7FECC1707ED2C3801(L_4, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object Axis9Handler/d__15::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSaveGyrU3Ed__15_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m9D130B6CFD250BC8377CE0F0E3B004F03F9BE85C (U3CSaveGyrU3Ed__15_tA1CF5702A3F891EEE85C14CBF53BAEA08019B6AF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Axis9Handler/d__15::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveGyrU3Ed__15_System_Collections_IEnumerator_Reset_m72D7B6653B82F248F9198A0BE662958DA4B721EB (U3CSaveGyrU3Ed__15_tA1CF5702A3F891EEE85C14CBF53BAEA08019B6AF * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSaveGyrU3Ed__15_System_Collections_IEnumerator_Reset_m72D7B6653B82F248F9198A0BE662958DA4B721EB_RuntimeMethod_var))); } } // System.Object Axis9Handler/d__15::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSaveGyrU3Ed__15_System_Collections_IEnumerator_get_Current_mC50DE0C59AE877F50A5DF6FAB149244A52F573FD (U3CSaveGyrU3Ed__15_tA1CF5702A3F891EEE85C14CBF53BAEA08019B6AF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.Void Axis9Handler/d__16::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveMagU3Ed__16__ctor_mA70A63E4F3277BCEFA17A889BBF1C0F6D7F0BC01 (U3CSaveMagU3Ed__16_tAA82E4A1EF4D4FB72C36BC58DA90BBD7372CF246 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Axis9Handler/d__16::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveMagU3Ed__16_System_IDisposable_Dispose_mDE94D608CA33A7259A789642C3131126BA76C9D2 (U3CSaveMagU3Ed__16_tAA82E4A1EF4D4FB72C36BC58DA90BBD7372CF246 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Axis9Handler/d__16::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSaveMagU3Ed__16_MoveNext_m249D7452A86754A71731812E933D61D2D79B37C6 (U3CSaveMagU3Ed__16_tAA82E4A1EF4D4FB72C36BC58DA90BBD7372CF246 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_002e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_002e: { __this->set_U3CU3E1__state_0((-1)); // SaveCalibrateRecord(); Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * L_4 = V_1; NullCheck(L_4); Axis9Handler_SaveCalibrateRecord_m1A185625F012E26A2FE0CDC7FECC1707ED2C3801(L_4, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object Axis9Handler/d__16::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSaveMagU3Ed__16_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mC29C39FA4579B920DEE2261A758C872679D35F09 (U3CSaveMagU3Ed__16_tAA82E4A1EF4D4FB72C36BC58DA90BBD7372CF246 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Axis9Handler/d__16::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveMagU3Ed__16_System_Collections_IEnumerator_Reset_mFF4F58B05BF1C87EDBB5DBDC2B0143D12994299A (U3CSaveMagU3Ed__16_tAA82E4A1EF4D4FB72C36BC58DA90BBD7372CF246 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSaveMagU3Ed__16_System_Collections_IEnumerator_Reset_mFF4F58B05BF1C87EDBB5DBDC2B0143D12994299A_RuntimeMethod_var))); } } // System.Object Axis9Handler/d__16::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSaveMagU3Ed__16_System_Collections_IEnumerator_get_Current_mF575CFBCCD75F941BA2585099ADBC0CA7CDA1C5F (U3CSaveMagU3Ed__16_tAA82E4A1EF4D4FB72C36BC58DA90BBD7372CF246 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.Void Axis9NopackHandler/d__20::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveGyrU3Ed__20__ctor_m5B3981B0F026576DFF89E78DEE317914D7094D89 (U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Axis9NopackHandler/d__20::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveGyrU3Ed__20_System_IDisposable_Dispose_m4BE9CA7A4E6F5E91728DDA28F5C4929B701308FF (U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Axis9NopackHandler/d__20::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSaveGyrU3Ed__20_MoveNext_mD2E4E73A9C391ED64D056BDBF4015586C5C2BE15 (U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C981498EB37A3B5FAF4B90C138B1516B4E46CE4); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_002e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_002e: { __this->set_U3CU3E1__state_0((-1)); // string mac = LoginMgr.myUserInfo.mac; IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_4 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_4); String_t* L_5 = L_4->get_mac_13(); V_2 = L_5; // string record = JsonConvert.SerializeObject(GyrCalibrater); Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * L_6 = V_1; NullCheck(L_6); o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * L_7 = L_6->get_GyrCalibrater_3(); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_8; L_8 = JsonConvert_SerializeObject_mA1CE7826146AD4F03BAEC589ED87E3DB5C2182F0(L_7, /*hidden argument*/NULL); V_3 = L_8; // UserPlayer.ins.call("userComp.saveMacCalibrate", 0, mac, record); IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_9 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; int32_t L_12 = 0; RuntimeObject * L_13 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_12); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_11; String_t* L_15 = V_2; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(1), (RuntimeObject *)L_15); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = L_14; String_t* L_17 = V_3; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(2), (RuntimeObject *)L_17); NullCheck(L_9); bool L_18; L_18 = JCEntity_call_mF154FBA5A30D7CD88C9875938390BDFC52AA6C2E(L_9, _stringLiteral2C981498EB37A3B5FAF4B90C138B1516B4E46CE4, L_16, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object Axis9NopackHandler/d__20::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSaveGyrU3Ed__20_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m70C2092848E65DD3B9C3B810852C56A8EDBD2C7A (U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Axis9NopackHandler/d__20::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveGyrU3Ed__20_System_Collections_IEnumerator_Reset_m556C61CE4073FE2A3CCF7F3598093FEE69BFDE3A (U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSaveGyrU3Ed__20_System_Collections_IEnumerator_Reset_m556C61CE4073FE2A3CCF7F3598093FEE69BFDE3A_RuntimeMethod_var))); } } // System.Object Axis9NopackHandler/d__20::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSaveGyrU3Ed__20_System_Collections_IEnumerator_get_Current_m480DFC498B05728F313CEC896B2982A77502A276 (U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t CRC32_get_TotalBytesRead_m53B4D973F78618BC9C15D30ACBD4DEADA53D9F66_inline (CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * __this, const RuntimeMethod* method) { { // return _TotalBytesRead; int64_t L_0 = __this->get__TotalBytesRead_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeflateManager_set_WantRfc1950HeaderBytes_m579BFF4183EC851B851F9CD85047DE132F481880_inline (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, bool ___value0, const RuntimeMethod* method) { { // set { _WantRfc1950HeaderBytes = value; } bool L_0 = ___value0; __this->set__WantRfc1950HeaderBytes_73(L_0); // set { _WantRfc1950HeaderBytes = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DeflateManager_get_WantRfc1950HeaderBytes_m59DA16657389AD0142F0E9A533F20362326B5ACC_inline (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { { // get { return _WantRfc1950HeaderBytes; } bool L_0 = __this->get__WantRfc1950HeaderBytes_73(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline (BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CDeviceNameU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BluetoothDevice_get_DeviceAddress_mE54A6B6FF804468B82F19065A3393DD65E656F7C_inline (BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CDeviceAddressU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_0 = ((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_StaticFields*)il2cpp_codegen_static_fields_for(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var))->get_U3CIdentityU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_w_m45F5943EEAAB4831F5A79F0131CC7FB2AAF15DC3_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method) { { double L_0 = __this->get_U3CwU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); float L_2 = ___z2; __this->set_z_4(L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09AxisCSBridge_GetAccIdentity_f_m7CA1ED3F332AC6E723137DF683BA9982C34459B1_inline (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return o09AxisCS.AccIdentity; IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_AccIdentity_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E o09AxisCSBridge_GetMagIdentity_f_m3EE059C24991A9D357AD5B57336736D67D4339A6_inline (o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return o09AxisCS.MagIdentity; IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_MagIdentity_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_x_m5804576B9ECE22F12FB5124D1F6BDD43EE6F9BAC_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method) { { double L_0 = __this->get_U3CxU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_y_m23E8626BD7B51A7524CABCDD8EB6FF1A93DA6485_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method) { { double L_0 = __this->get_U3CyU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_z_m7ED0921757A35EBAEB777FE1F945DCB3F15B877B_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method) { { double L_0 = __this->get_U3CzU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); float L_2 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; float L_4 = L_3.get_y_3(); float L_5 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_z_4(); float L_8 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), ((float)il2cpp_codegen_add((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); float L_2 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; float L_4 = L_3.get_y_3(); float L_5 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_z_4(); float L_8 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)((float)L_1/(float)L_2)), ((float)((float)L_4/(float)L_5)), ((float)((float)L_7/(float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Complex_get_Real_mD362D9A86615981C54CDC593DC7441395AC2A8C8_inline (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * __this, const RuntimeMethod* method) { { double L_0 = __this->get_m_real_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Quaternion_Angle_m3BE44E43965BB9EDFD06DBC1E0985324A83327CF_inline (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___a0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___b1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float G_B3_0 = 0.0f; { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_0 = ___a0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_1 = ___b1; float L_2; L_2 = Quaternion_Dot_m7F12C5843352AB2EA687923444CC987D51515F9A(L_0, L_1, /*hidden argument*/NULL); float L_3; L_3 = fabsf(L_2); float L_4; L_4 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_3, (1.0f), /*hidden argument*/NULL); V_0 = L_4; float L_5 = V_0; bool L_6; L_6 = Quaternion_IsEqualUsingDot_mC57C44978B13AD1592750B1D523AAB4549BD5643(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0034; } } { float L_7 = V_0; float L_8; L_8 = acosf(L_7); G_B3_0 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_8, (float)(2.0f))), (float)(57.2957802f))); goto IL_0039; } IL_0034: { G_B3_0 = (0.0f); } IL_0039: { V_1 = G_B3_0; goto IL_003c; } IL_003c: { float L_9 = V_1; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline (float ___d0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a1; float L_1 = L_0.get_x_2(); float L_2 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a1; float L_4 = L_3.get_y_3(); float L_5 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a1; float L_7 = L_6.get_z_4(); float L_8 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 RawImage_get_uvRect_m5C5CB285CD0DBF30B9DE8A62C90011B22FBF523B_inline (RawImage_tFE280EF0C73AF19FE9AC24DB06501937DC2D6F1A * __this, const RuntimeMethod* method) { { // return m_UVRect; Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_0 = __this->get_m_UVRect_37(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_Lerp_m8E095584FFA10CF1D3EABCD04F4C83FB82EC5524_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, float ___t2, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { float L_0 = ___t2; float L_1; L_1 = Mathf_Clamp01_m2296D75F0F1292D5C8181C57007A1CA45F440C4C(L_0, /*hidden argument*/NULL); ___t2 = L_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___a0; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___b1; float L_5 = L_4.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_x_2(); float L_8 = ___t2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___a0; float L_10 = L_9.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = ___b1; float L_12 = L_11.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = ___a0; float L_14 = L_13.get_y_3(); float L_15 = ___t2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = ___a0; float L_17 = L_16.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = ___b1; float L_19 = L_18.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = ___a0; float L_21 = L_20.get_z_4(); float L_22 = ___t2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; memset((&L_23), 0, sizeof(L_23)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_23), ((float)il2cpp_codegen_add((float)L_3, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), (float)L_8)))), ((float)il2cpp_codegen_add((float)L_10, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_12, (float)L_14)), (float)L_15)))), ((float)il2cpp_codegen_add((float)L_17, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_19, (float)L_21)), (float)L_22)))), /*hidden argument*/NULL); V_0 = L_23; goto IL_0053; } IL_0053: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = V_0; return L_24; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public HTTPRequestStates State { get; internal set; } int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_28(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public HTTPResponse Response { get; internal set; } HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_0 = __this->get_U3CResponseU3Ek__BackingField_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public bool IsFromCache { get; internal set; } bool L_0 = __this->get_U3CIsFromCacheU3Ek__BackingField_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HTTPResponse_get_Data_m0CCF6E05405D6F2EEB11F87DEB23DB61A6059F0F_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public byte[] Data { get; internal set; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_U3CDataU3Ek__BackingField_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public int StatusCode { get; protected set; } int32_t L_0 = __this->get_U3CStatusCodeU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public string Message { get; protected set; } String_t* L_0 = __this->get_U3CMessageU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public Exception Exception { get; internal set; } Exception_t * L_0 = __this->get_U3CExceptionU3Ek__BackingField_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m404B81639163579E072762AABE402383137A46B4_gshared_inline (Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_gshared_inline (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, const RuntimeMethod* method) { { double L_0 = (double)__this->get_value_0(); return (double)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_gshared_inline (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 18)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_0 = ((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 18)))->get_U3CZeroU3Ek__BackingField_3(); return (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Enumerator_get_Current_m24AD4F389C98999A4945A4A0F1A43EDD6F304066_gshared_inline (Enumerator_t859923A1EC12E2691BC4C884DACCA7433F547C6F * __this, const RuntimeMethod* method) { { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )__this->get__current_3(); return (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashSet_1_get_Count_mB891E71DD5A8219A6AF5353B205558834560DD84_gshared_inline (HashSet_1_tC4DB94C2B7A5A7B4A5B17F2ED3550004FAAA314C * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__count_9(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_gshared_inline (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Enumerator_get_Current_m589A37C563F4C21925FC2B08080898B0A95F4087_gshared_inline (Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 * __this, const RuntimeMethod* method) { { float L_0 = (float)__this->get_current_3(); return (float)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Matrix_1_get_Item_m5FCD271A652331B925D9B02ABF508B4CDF1C6235_gshared_inline (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * __this, int32_t ___row0, int32_t ___column1, const RuntimeMethod* method) { { NullCheck((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)__this); MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * L_0; L_0 = (( MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); int32_t L_1 = ___row0; int32_t L_2 = ___column1; NullCheck((MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_0); double L_3; L_3 = (( double (*) (MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 48)->methodPointer)((MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_0, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 48)); return (double)L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Matrix_1_set_Item_mB826725349F195845663DB5FA1BCCC539117B961_gshared_inline (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * __this, int32_t ___row0, int32_t ___column1, double ___value2, const RuntimeMethod* method) { { NullCheck((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)__this); MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * L_0; L_0 = (( MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); int32_t L_1 = ___row0; int32_t L_2 = ___column1; double L_3 = ___value2; NullCheck((MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_0); (( void (*) (MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *, int32_t, int32_t, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 49)->methodPointer)((MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_0, (int32_t)L_1, (int32_t)L_2, (double)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 49)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_2 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__items_1(); int32_t L_3 = ___index0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)L_2, (int32_t)L_3); return (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * Evd_1_get_EigenVectors_m500B1F74112FA5F2DC666AFE19C617936B9B1E89_gshared_inline (Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 * __this, const RuntimeMethod* method) { { Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_0 = (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)__this->get_U3CEigenVectorsU3Ek__BackingField_2(); return (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * Evd_1_get_EigenValues_mFB742593EF1990111222D57C740B72FB3C53B258_gshared_inline (Evd_1_t19389357B41B29F6BB7988D426D519B773C6E9F0 * __this, const RuntimeMethod* method) { { Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_0 = (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this->get_U3CEigenValuesU3Ek__BackingField_1(); return (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C Vector_1_get_Item_m6F0BD4D7D4F0914E48D5DF67B180B1BE157AF051_gshared_inline (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___index0, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0; L_0 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_2; L_2 = (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); return (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_gshared_inline (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, double ___value1, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0; L_0 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; double L_2 = ___value1; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); (( void (*) (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, int32_t, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0, (int32_t)L_1, (double)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_gshared_inline (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0; L_0 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); double L_2; L_2 = (( double (*) (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); return (double)L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Enumerator_get_Current_mACBBAA92E8A140104420A96EFD8939C09FFF910E_gshared_inline (Enumerator_t835377DB3FA3C7E4FCB56A9DAAEFDC007DA30995 * __this, const RuntimeMethod* method) { { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )__this->get_current_3(); return (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__current_3(); return (RuntimeObject *)L_0; } }