#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 VirtualFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, 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 InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; // System.Action`1 struct Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_t9EE38C3F05872852B5987533032B1D14686EBEBE; // System.Action`1 struct Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3; // System.Action`2 struct Action_2_t69B57FA560202CA74CA20771AE0002374A008E07; // System.Action`2 struct Action_2_t25DC8F06CC3BB18B9ACD58BF6E22E52CC42A70AA; // System.Action`2 struct Action_2_tE6924C207D3429211C9952CC7C82123010C61E02; // System.Comparison`1 struct Comparison_1_t47C8B3739FFDD51D29B281A2FD2C36A57DDF9E38; // 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_t0141BC6966873E9827CA2F0856EF6D6EA51AD929; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE1849D7E67BFF624AFCB09A93BE238548E44290; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t491114FBB2DDEF4758775D9ABB26C581A6BD6569; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF0C151F99B9B255CCACEC634462B2A4E94B81155; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0110ED12D944C8CED1DCFB85FF9CB26C3D31C3F3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF0E3EB5B67FF7DF756A45486A5A1D18D35A30BEE; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F; // System.Collections.Generic.HashSet`1 struct HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5; // 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_tDCAB35561946D13824B6FB0E682604867484A551; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t87C38B0EE9F1DE9AFC8F366EEAE5D497C061B4E1; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1A386BEF1855064FD5CC71F340A68881A52B4932; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t827C4E5D8D207BC9E618771E0B2E8878F3738F13; // DragonBones.IEventDispatcher`1 struct IEventDispatcher_1_tB868CA216C141F4BABDDB2C5CF4774FC4214FB5E; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904; // 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_t3656FF46586A1EDB68EC68E62D94A1284314CC08; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t622C3F883163157A244F5BF726BD781FF0482C54; // System.Collections.Generic.List`1 struct List_1_t6642D08E578C77292ED5537CF3192269131C189C; // System.Collections.Generic.List`1 struct List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4; // System.Collections.Generic.List`1 struct List_1_t39946D94B66FAE9B0DED5D3A84AD116AF9DDDCC1; // System.Collections.Generic.List`1 struct List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739; // System.Collections.Generic.List`1 struct List_1_tFD38E11A811DED19252DF7684390FF692DB525C5; // System.Collections.Generic.List`1 struct List_1_tF1E43011AB0614B670EB6F2FD37F6D93F021532A; // System.Collections.Generic.List`1 struct List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA; // System.Collections.Generic.List`1 struct List_1_tE9D4B1308758B015E7896CFC7B7539E7BA125A52; // System.Collections.Generic.List`1 struct List_1_tD4D2BACE5281B6C85799892C1F12F5F2F81A2DF3; // System.Collections.Generic.List`1 struct List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3; // System.Collections.Generic.List`1 struct List_1_tAD12AAEF731C82149A38A979F0E10F94A6F3F913; // System.Collections.Generic.List`1 struct List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF; // System.Collections.Generic.List`1 struct List_1_t34AA4AF4E7352129CA58045901530E41445AC16D; // System.Collections.Generic.List`1 struct List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6; // System.Collections.Generic.List`1 struct List_1_tA9C6A826FF8894E1473AECD79B02D415610E1E0E; // System.Collections.Generic.List`1 struct List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C; // System.Collections.Generic.List`1 struct List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE; // System.Collections.Generic.List`1 struct List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA; // System.Collections.Generic.List`1 struct List_1_tEF3D2378B547F18609950BEABF54AF34FBBC9733; // System.Collections.Generic.List`1 struct List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // 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_t6726F9309570A0BDC5D42E10777F3E2931C487AA; // System.Collections.Generic.List`1 struct List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2; // System.Collections.Generic.List`1 struct List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE; // System.Collections.Generic.List`1 struct List_1_t49E0D36FEF6F7F303A2639D59E5E4BC720E21443; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_tB80B48012D1DE98AB4A4278987A96DCDAB63BE17; // System.Collections.Generic.List`1 struct List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1; // System.Collections.Generic.List`1 struct List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731; // System.Collections.Generic.Queue`1 struct Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4; // System.Collections.Generic.Queue`1 struct Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64; // System.Collections.Generic.Queue`1 struct Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D; // System.Collections.Generic.Queue`1 struct Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4; // System.Collections.Generic.Queue`1 struct Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t44C9D92F857446E8577E89F483F957B50A3A2E51; // ArduinoBluetoothAPI.BluetoothHelperService[] struct BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D; // BestHTTP.Extensions.BufferDesc[] struct BufferDescU5BU5D_tC958592024A3636F877B9AC761712A7405F8DAD3; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // DragonBones.Constraint[] struct ConstraintU5BU5D_tA3D908DCE6B45E53B1771866AF462F188A79C622; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // DragonBones.Slot[] struct SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // UnityEngine.WheelCollider[] struct WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6; // UnityStandardAssets.Vehicles.Car.WheelEffects[] struct WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A; // BluetoothAim/CmdToSend[] struct CmdToSendU5BU5D_t0C473F055E4D3B464811B58B8A4D8B5B99410D7F; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // DragonBones.ActionTimelineState struct ActionTimelineState_t79CB33CE53B76625B651EABA221654B4C956AE3B; // AimHandler struct AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563; // UnityEngine.AndroidJavaClass struct AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4; // UnityEngine.AndroidJavaObject struct AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E; // DragonBones.AnimationDB struct AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A; // DragonBones.AnimationData struct AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9; // AnimationPlayer struct AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D; // DragonBones.AnimationState struct AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4; // DragonBones.Armature struct Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD; // DragonBones.ArmatureData struct ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // AxisBaseHandler struct AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E; // UnityEngine.EventSystems.BaseInputModule struct BaseInputModule_t395DEB45C225A941B2C831CBDB000A23E5899924; // DragonBones.BaseObject struct BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // BleDebugClient struct BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252; // BleUDP struct BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA; // DragonBones.BlendState struct BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE; // UnityStandardAssets.ImageEffects.Bloom struct Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57; // UnityStandardAssets.ImageEffects.BloomAndFlares struct BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F; // UnityStandardAssets.ImageEffects.BloomOptimized struct BloomOptimized_t099FF8FBFED1FFAFB0A943B0A19FA1FD2048F2E8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine struct BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B; // BluetoothAim struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243; // BluetoothClient struct BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476; // ArduinoBluetoothAPI.BluetoothDevice struct BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100; // BluetoothDispatcher struct BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39; // ArduinoBluetoothAPI.BluetoothHelper struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2; // BluetoothHelperAndroid struct BluetoothHelperAndroid_t74CE3936D91AC0961075A72F8779CEFD79854FD6; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic struct BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9; // ArduinoBluetoothAPI.BluetoothHelperService struct BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9; // BluetoothHolder struct BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51; // BluetoothShoot struct BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6; // BluetoothStatus struct BluetoothStatus_t0C18C14E14EE105D9C8867B1A2AE9256C1BE6202; // UnityStandardAssets.ImageEffects.Blur struct Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B; // UnityStandardAssets.ImageEffects.BlurOptimized struct BlurOptimized_tEEAC2A7D396594CF7E03548F419FA988892CEAE9; // DragonBones.Bone struct Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193; // DragonBones.BoneAllTimelineState struct BoneAllTimelineState_tF11911740FDB013B79042378F46B61DEA21A9EB5; // DragonBones.BoneData struct BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32; // DragonBones.BonePose struct BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60; // DragonBones.BoneRotateTimelineState struct BoneRotateTimelineState_t5A06B46EA7C0ACA5A330F0CB67234CB95D732C58; // DragonBones.BoneScaleTimelineState struct BoneScaleTimelineState_t88FB7BC0419076C15DC033C4CA4936B066114F96; // DragonBones.BoneTimelineState struct BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F; // DragonBones.BoneTranslateTimelineState struct BoneTranslateTimelineState_tBEFFA4CA8CC009F420C1E71ACA11C563676F3DD6; // DragonBones.BoundingBoxData struct BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F; // DragonBones.BoundingBoxDisplayData struct BoundingBoxDisplayData_tF218BA57CE4F3CA2B909EDF51148EBEC1C68431F; // BowCamera struct BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9; // BowQuatDebug struct BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1; // BowRotateConvert struct BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384; // UnityStandardAssets.Vehicles.Car.BrakeLight struct BrakeLight_t254A9AB31CAB20CFCEFD008E99891810D6BF8431; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers struct BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A; // BestHTTP.Extensions.BufferPoolMemoryStream struct BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher struct BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher struct BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher struct BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase struct BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770; // CMD struct CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // DragonBones.CanvasData struct CanvasData_t378879F059E749546F485846D8FC31F4A489A774; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // UnityStandardAssets.Vehicles.Car.CarController struct CarController_t87801B6F32429964995257C1625E7B615B6B9FC7; // JCEngineCore.Channel struct Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // DragonBones.ColorTransform struct ColorTransform_t7965BC401E2667E45E3704EDB91043704EF751ED; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // DragonBones.Constraint struct Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D; // DragonBones.ConstraintData struct ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // JCUnityLib.CountLock struct CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180; // DebugDeviceCMD struct DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // DragonBones.DeformVertices struct DeformVertices_t0CF1027729D76F94E7E8836E3640E340A9810FEE; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // DeviceBatteryView struct DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF; // DragonBones.DisplayData struct DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB; // DragonBones.DragonBones struct DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D; // DragonBones.DragonBonesData struct DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6; // DG.Tweening.EaseFunction struct EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E; // UnityEngine.EventSystems.EventSystem struct EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // GameMode struct GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // UnityEngine.GlobalJavaObjectRef struct GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher struct IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E; // DragonBones.IArmatureProxy struct IArmatureProxy_t264634E14E2F74A501F20AF6A1F3C30F58ADE2D6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher struct IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher struct IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // JCEngineCore.JCEntity struct JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // DragonBones.Matrix struct Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // MouseConfirm struct MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC; // UnityEngine.Android.PermissionCallbacks struct PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5; // DragonBones.Point struct Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC; // UnityStandardAssets.ImageEffects.PostEffectsBase struct PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // DragonBones.Rectangle struct Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // ShootCheck struct ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0; // JC.Unity.SimulateMouse struct SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0; // SimulateMouseController struct SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5; // DragonBones.SkinData struct SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8; // DragonBones.Slot struct Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE; // DragonBones.SlotData struct SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737; // System.Net.Sockets.Socket struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // DragonBones.TextureAtlasData struct TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1; // DragonBones.TextureData struct TextureData_t36EC038DFB2A0A187EA08DA7EAEF31C73EF76B6E; // DragonBones.TimelineData struct TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D; // JCUnityLib.TouchChecker struct TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // DragonBones.TransformDB struct TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17; // DragonBones.TransformObject struct TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F; // DG.Tweening.Tween struct Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB; // DragonBones.TweenTimelineState struct TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207; // System.Type struct Type_t; // System.UnauthorizedAccessException struct UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UserComp struct UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7; // DragonBones.UserData struct UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A; // UserInfo struct UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F; // UserSettings struct UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40; // BestHTTP.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54; // DragonBones.WorldClock struct WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8; // DragonBones.ZOrderTimelineState struct ZOrderTimelineState_t2AD5BF4D8D8CDA7B357E37BC7FAF9492F73A24AF; // BluetoothAim/<>c__DisplayClass48_0 struct U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7; // BluetoothAim/<>c__DisplayClass48_1 struct U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405; // BluetoothAim/CmdToSend struct CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9; // 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; // BluetoothHelperAndroid/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D; // BluetoothHelperAndroid/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7; // BowCamera/BowCameraFixed struct BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // UnityEngine.UI.InputField/EndEditEvent struct EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7; // UnityEngine.UI.InputField/OnValidateInput struct OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F; // UnityEngine.UI.InputField/SubmitEvent struct SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // SB_EventSystem/MouseTest struct MouseTest_t19667380CD6500B956B18AF63436737941DB14FD; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; IL2CPP_EXTERN_C RuntimeClass* Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_t69B57FA560202CA74CA20771AE0002374A008E07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tE6924C207D3429211C9952CC7C82123010C61E02_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_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* BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_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* Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_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* ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral01AC0365CB17BCE0478BFCD5E4FE89032C19B0E7; IL2CPP_EXTERN_C String_t* _stringLiteral0247EFDEB50E353B7E71F12380AC38E03F7692F8; IL2CPP_EXTERN_C String_t* _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B; IL2CPP_EXTERN_C String_t* _stringLiteral085AA5469EE6BEB776E25FB4D162068D113925B4; IL2CPP_EXTERN_C String_t* _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10; IL2CPP_EXTERN_C String_t* _stringLiteral09DF0F4EA30887D5D6E2833D4C620AAAB11E1C34; IL2CPP_EXTERN_C String_t* _stringLiteral0ADF49DD1673DC5406400D67A180452A60E9652E; IL2CPP_EXTERN_C String_t* _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A; IL2CPP_EXTERN_C String_t* _stringLiteral10687781FCE462DCCF2C1F544E537AFEBF2FDA05; IL2CPP_EXTERN_C String_t* _stringLiteral132371FEA23561847FA49B2FDE96EC788F103F33; IL2CPP_EXTERN_C String_t* _stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2; IL2CPP_EXTERN_C String_t* _stringLiteral16234F4AE3AF3D5112D3AD14A33CEB4A928578E9; IL2CPP_EXTERN_C String_t* _stringLiteral16DD21BE77B115D392226EB71A2D3A9FDC29E3F0; IL2CPP_EXTERN_C String_t* _stringLiteral17E5C0685C6FAA177B4E93CF12E6B68D27C4DAF2; IL2CPP_EXTERN_C String_t* _stringLiteral1ADCF308E31111F23B77F5CD8E0ED3C8D9E54F68; IL2CPP_EXTERN_C String_t* _stringLiteral1EED93F2CE9DCF343FC39464BA61EEFECB13489C; IL2CPP_EXTERN_C String_t* _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE; IL2CPP_EXTERN_C String_t* _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral25C55E98E693012C297FF12EAFD4C6F458AAC94F; IL2CPP_EXTERN_C String_t* _stringLiteral27C9FB22FF7992308AB026AC7008BC82915DCAFE; IL2CPP_EXTERN_C String_t* _stringLiteral281A7C81A0E4B80A441814AF5DF6B27554E3801D; IL2CPP_EXTERN_C String_t* _stringLiteral29DF928B5E9B63421CCA16A0434B7869CDE6EC1E; IL2CPP_EXTERN_C String_t* _stringLiteral2A4AF2371E5D32D286057BF0185547BF96F20333; IL2CPP_EXTERN_C String_t* _stringLiteral2A83A1D6AD05306A5279FFA8E157CC035226B401; IL2CPP_EXTERN_C String_t* _stringLiteral2B2F87855E2F1F2D73948E75AA00D22AEB5963D6; IL2CPP_EXTERN_C String_t* _stringLiteral2B57EAD824AA2C842A67739712342646C4A59776; IL2CPP_EXTERN_C String_t* _stringLiteral2D3201920437E65E964BD6E93A7E48947B66CBB0; IL2CPP_EXTERN_C String_t* _stringLiteral2F7234099CCD07F9C0939ACCC13D7F7F6E95DBAD; IL2CPP_EXTERN_C String_t* _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2; IL2CPP_EXTERN_C String_t* _stringLiteral33B3A84FF54C600D8BE3E5EA0DCADED338B39495; IL2CPP_EXTERN_C String_t* _stringLiteral35C413B90895880DA48F77BE26009D9F57EBB459; IL2CPP_EXTERN_C String_t* _stringLiteral35F50DF44430A17A4567838C445E05DB7806072D; IL2CPP_EXTERN_C String_t* _stringLiteral37FB969ED5A2F4CD0BFD892E6EDF5D92DE9CD713; IL2CPP_EXTERN_C String_t* _stringLiteral39AFDD0EC51C2E00D4338E83ABAFDCAC692C92E5; IL2CPP_EXTERN_C String_t* _stringLiteral3F42ED00D84DBC7A3B4658065DEA62873778201F; IL2CPP_EXTERN_C String_t* _stringLiteral41C2E68D68304B47A435E4C5740F0D55983759E2; IL2CPP_EXTERN_C String_t* _stringLiteral44450B2C3ED7E38D889FAD121B54102642B12375; IL2CPP_EXTERN_C String_t* _stringLiteral4502E3CA4EF5AF80EF513F463E169ADD3BBC466D; IL2CPP_EXTERN_C String_t* _stringLiteral4517FF87C7BA168A66FABDA74C7D153FCFC53D19; IL2CPP_EXTERN_C String_t* _stringLiteral45A76D5C1510A30E3950399F4AED843F92E849A6; IL2CPP_EXTERN_C String_t* _stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C; IL2CPP_EXTERN_C String_t* _stringLiteral4686112129113F05D78B378670CE0107BFEC43A5; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30; IL2CPP_EXTERN_C String_t* _stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E; IL2CPP_EXTERN_C String_t* _stringLiteral4FEC2DB37F967EF725B7E8ED4E7B3A0134059D9A; IL2CPP_EXTERN_C String_t* _stringLiteral5362F83C2F9027396DCEACA7698180EC011B18BF; IL2CPP_EXTERN_C String_t* _stringLiteral54A669B402396868786C900444D42356059DDF68; IL2CPP_EXTERN_C String_t* _stringLiteral569269E39B5685F53BADE2640745A97AB89897F6; IL2CPP_EXTERN_C String_t* _stringLiteral5735061252A3200BF8E837CBA17DBD7979828225; IL2CPP_EXTERN_C String_t* _stringLiteral5750E30FA2D1B658BB0DD14C04AF2D15B197C631; IL2CPP_EXTERN_C String_t* _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC; IL2CPP_EXTERN_C String_t* _stringLiteral588FA00829EFB9528954C3C9D899DE5D204881DF; IL2CPP_EXTERN_C String_t* _stringLiteral5A907DB0912D7B315D4AC5E4499F8E96429DA1F2; IL2CPP_EXTERN_C String_t* _stringLiteral5B67CC3690ECE4917D34DBF89A17FD7D44FE3CF9; IL2CPP_EXTERN_C String_t* _stringLiteral5BCA94BB4298BE981FD665F0F2C50CEA5C2F78BF; IL2CPP_EXTERN_C String_t* _stringLiteral5D3050D6B8B5D7F4FA5D56B847726A04F41574A2; IL2CPP_EXTERN_C String_t* _stringLiteral5E46B0B8FA77A3DCDEDB09B9F51CD37B861E0A77; IL2CPP_EXTERN_C String_t* _stringLiteral601B470847C6007B2B2F4BACE988B3CEE3FAD2C5; IL2CPP_EXTERN_C String_t* _stringLiteral609A0A3625DEBAD46CF8797ED774F69252084AC1; IL2CPP_EXTERN_C String_t* _stringLiteral6552DCC8D30F1ECCEA20B4508D1284E91C25CCD2; IL2CPP_EXTERN_C String_t* _stringLiteral657F91D97ADEEC648B9C03B9E5A7800EAD7F5CEE; IL2CPP_EXTERN_C String_t* _stringLiteral67B419C953EE33E1EE16B0ACABD5471F6CE61ECF; IL2CPP_EXTERN_C String_t* _stringLiteral67FCD903D968843FB838A58A0441312B2F7350F3; IL2CPP_EXTERN_C String_t* _stringLiteral6A8A0311B3DEAE8C7C0A905B6774535711998063; IL2CPP_EXTERN_C String_t* _stringLiteral6AEE1D31FBD1EC12A8BEC690AE19C5040C3E1E44; IL2CPP_EXTERN_C String_t* _stringLiteral6CA65E1F50E7ADFC2CF8ECEE79ABAC4AB9046B12; IL2CPP_EXTERN_C String_t* _stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD; IL2CPP_EXTERN_C String_t* _stringLiteral6DB920A501BE49CE06F951B435199EACD23D8C87; IL2CPP_EXTERN_C String_t* _stringLiteral6FD3DC05330C56C0BB8989D9B6BCFC80AA52C46F; IL2CPP_EXTERN_C String_t* _stringLiteral70F7614A48C8C3AA87B473A1FDE12A8847CAF0F4; IL2CPP_EXTERN_C String_t* _stringLiteral72115A5B7F3C1F15D2C7DB5D968A746D1149F334; IL2CPP_EXTERN_C String_t* _stringLiteral722172126757D654883D95324DEAB20AEC38029F; IL2CPP_EXTERN_C String_t* _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9; IL2CPP_EXTERN_C String_t* _stringLiteral7DB95A119A3D2214EDD81334E7557F03A972EA35; IL2CPP_EXTERN_C String_t* _stringLiteral808DBB322A79F8FE16763373B0F2652FF1EAC034; IL2CPP_EXTERN_C String_t* _stringLiteral828FCF63B9BB6963FACF3FFDD6CF99F43020E4A6; IL2CPP_EXTERN_C String_t* _stringLiteral84C21B49A0EFC55D4E6A7FC4AC4D2CDF265FFBF7; IL2CPP_EXTERN_C String_t* _stringLiteral875CF8A46A6E3F0725287DAF52B09AF91CB77C71; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral88BEE283254D7094E258B3A88730F4CC4F1E4AC7; IL2CPP_EXTERN_C String_t* _stringLiteral89B4C0B15111CF7BD5E61A6142FD7D0CE84ABCB1; IL2CPP_EXTERN_C String_t* _stringLiteral8C62B1EF74D486E781BB901F24F70F5F9EB1B637; IL2CPP_EXTERN_C String_t* _stringLiteral8E9CD79DBD5A71482F4B23A300AEEF7F7E7D67D2; IL2CPP_EXTERN_C String_t* _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1; IL2CPP_EXTERN_C String_t* _stringLiteral952230437686874AF0FE6A3943C4749F85F0DCD0; IL2CPP_EXTERN_C String_t* _stringLiteral977C4A2FA8D668CBE5B84E83A5D4058B35FD669E; IL2CPP_EXTERN_C String_t* _stringLiteral982967732C4117FB3A6A82A93E4CE64239902243; IL2CPP_EXTERN_C String_t* _stringLiteral985F99398A1086D03ED4C4A4F0814B791EB11A58; IL2CPP_EXTERN_C String_t* _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1; IL2CPP_EXTERN_C String_t* _stringLiteralA79BFB44C7F92FA1A1CD729963318DD81B06D2E3; IL2CPP_EXTERN_C String_t* _stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907; IL2CPP_EXTERN_C String_t* _stringLiteralAB69FA1AB6BB831506EFCAD83900FEE751E85F6F; IL2CPP_EXTERN_C String_t* _stringLiteralAD016911F3BB41B42B288D457051120F9DD11897; IL2CPP_EXTERN_C String_t* _stringLiteralAD2236B405D5FA5F76EA2878B5A8698EE05BC73A; IL2CPP_EXTERN_C String_t* _stringLiteralAFACB6FFDF32573701D2B24DC7A3136F656B8598; IL2CPP_EXTERN_C String_t* _stringLiteralB22802A72A90F5189248565394C5E53638905245; IL2CPP_EXTERN_C String_t* _stringLiteralB29863D97935F87245759F48D47366B206A87A11; IL2CPP_EXTERN_C String_t* _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED; IL2CPP_EXTERN_C String_t* _stringLiteralB833C1DE39BD5DD134693D3DA383EDCB10E681EC; IL2CPP_EXTERN_C String_t* _stringLiteralBAE651911F4E2E4E8CABF0A27344C5656487265E; IL2CPP_EXTERN_C String_t* _stringLiteralBBC8128EEEBE548D969DC9DB14A6BD7F7C5A6776; IL2CPP_EXTERN_C String_t* _stringLiteralBC3A5F3D5BB3E7D48E89B51BFD05B4FBE1D09846; IL2CPP_EXTERN_C String_t* _stringLiteralBECA1CA80A2219025F323A4D79354F0CC4EC3D8B; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC34F0C78DCF067F75DC293DA919D1E399235D783; IL2CPP_EXTERN_C String_t* _stringLiteralC37D78082ACFC8DEE7B32D9351C6E433A074FEC7; IL2CPP_EXTERN_C String_t* _stringLiteralC66ADCDF699968596DCBB9929E528A493F44E91F; IL2CPP_EXTERN_C String_t* _stringLiteralC7D6E7A144812D40DA3F71DCBE6B47E6961CC049; IL2CPP_EXTERN_C String_t* _stringLiteralC920A4C0BDF33F6F53A921322A1E83A99BFD6AC8; IL2CPP_EXTERN_C String_t* _stringLiteralCCE27278E07FE7EB927EA4224AC3E0619FBEE6C5; IL2CPP_EXTERN_C String_t* _stringLiteralCE647974ECD51C3DE59B28D1FEEE3F0342D31DA5; IL2CPP_EXTERN_C String_t* _stringLiteralD0A224CF92537EBBE2BFF191C46130B26CEBB418; IL2CPP_EXTERN_C String_t* _stringLiteralD31F238E2BFDF2B26F149401362C247796BED93E; IL2CPP_EXTERN_C String_t* _stringLiteralD378ED929AA1F70205FE350E0E7380B785C92EB9; IL2CPP_EXTERN_C String_t* _stringLiteralD3CEDA6E200FD9A7B1D8038A57592F871E044D2A; IL2CPP_EXTERN_C String_t* _stringLiteralD4463ACCCCC24F6D8D6FF8782E11C5E88D2044D4; IL2CPP_EXTERN_C String_t* _stringLiteralD9B0A2DEEF1EEEA0E45DE73ACB27CEAD907B32E3; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465; IL2CPP_EXTERN_C String_t* _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17; IL2CPP_EXTERN_C String_t* _stringLiteralDE9FAF482EBF07DB48E259D5B8D2B04A5EF5EFA9; IL2CPP_EXTERN_C String_t* _stringLiteralE4D4F0A82E091168434483A181D76134AC602629; IL2CPP_EXTERN_C String_t* _stringLiteralE5053BB4068FA55A960E783C9E4398790DD6D031; IL2CPP_EXTERN_C String_t* _stringLiteralE8AD7B8F2A6D949BE6D770FBCB7D19DE5319A630; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralEA71E649A95C703BADA02A98AB60996251F6D4D5; IL2CPP_EXTERN_C String_t* _stringLiteralEA7C9AAC67C8EA24FD7EC828C75FEC78129D1193; IL2CPP_EXTERN_C String_t* _stringLiteralEAA64ABE101D44249AEA964680967FF3F265A239; IL2CPP_EXTERN_C String_t* _stringLiteralEF0D3AD47C4912C2776C9FEB1D917283B5D1F18F; IL2CPP_EXTERN_C String_t* _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277; IL2CPP_EXTERN_C String_t* _stringLiteralEF8F599CA79FB9A921148E3E21EBCCD54C55D308; IL2CPP_EXTERN_C String_t* _stringLiteralF3727B51476229A6673C6AE3F1248A22C8869020; IL2CPP_EXTERN_C String_t* _stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE; IL2CPP_EXTERN_C String_t* _stringLiteralF7E6C53D86D8ADC0DB8EFC0A2CD9877CC8BC9914; IL2CPP_EXTERN_C String_t* _stringLiteralF80FEEB5398E831F7A6736EEEAA54497CD8890F5; IL2CPP_EXTERN_C String_t* _stringLiteralF88D61A9FAF859098B05F5ACEF6BB5FFB980878D; IL2CPP_EXTERN_C String_t* _stringLiteralF8E97A2EC91B9BC5BE9457E4364E5C15F95B7FDC; IL2CPP_EXTERN_C String_t* _stringLiteralFC075BC3DFE942623230E78DC9D41126E9C003CA; IL2CPP_EXTERN_C String_t* _stringLiteralFEA184BC63C7710C6F814A3148CB4E1E3D8B9E25; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_mEF8507EBBA29DB62BF484C3A6CD1943C254712D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m090CD607C7652B994D986F12CB18450A24FD8161_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m7942990CFFB5E67155F4D9BB7E51F95194069243_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m8082092746C105752AACFB791CE54F24980E6767_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mA445808F366AB6BE911B8B18829498EA1FC3FF34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AndroidJavaObject_CallStatic_TisAndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E_m9DC83C30D88D4C2778A76EFD4D3F016861BD48FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AndroidJavaObject_Call_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m13EC19F5D105614B86EADA87F5F73751D3CFF108_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AndroidJavaObject_GetStatic_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m2C6F66147F55ECD085FEE7504923772BB3726848_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m197AE609773A2E87C6697AC65C8DFA0777ABC835_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BlowfishEngine_Init_m31412F891E9314D6065B2E6D00FCCB3701956A8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BlowfishEngine_ProcessBlock_mAFE6F572A84E416F76C5C3C9B4394591E46A92E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CConnectBleByUDPU3Eb__34_0_mCFD7E1EE0B9504E814806E1EFD30400DC1B9814D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CConnectBleByUDPU3Eb__34_1_m903BB55EF874B4C5CE39A6F88F6E6DD02006595C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CConnectBleByUDPU3Eb__34_2_mB9088FCBF2DB6A57C24B958457B6D32090739DF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CConnectBleByUDPU3Eb__34_3_mEABD30EA8E98DDFD21043FAF426656257C57E610_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CConnectBleHelperU3Eb__32_0_mCAF455A6FEEDD8CBDF4F2577E0669C033134BA6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CConnectBleHelperU3Eb__32_1_mF1E876B7AF2D5742B33A016C1C106C091B0F3ED6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CConnectBleHelperU3Eb__32_2_mFF19C26B07FB1D910FC00F9E277EF2B0EDC69040_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CConnectBleHelperU3Eb__32_3_m07311A6E1F4623E43E90D1EC56802AD7CB8BF445_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CConnectBleHelperU3Eb__32_4_mBE54A163CF9B41C153FEAEB00B60BE6F2E432791_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CDormancyU3Eb__46_0_mCD9CFE5BB3F59EE9E0E316286A69904D96FFBDC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CDormancyU3Eb__46_1_m20171F2774B4E34812F5066E7C2FA6276BF026AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CInitWhenConenctU3Eb__43_0_mE7D740AA38AE8280A7D1C2C1305A3DE3C829D4BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CInitWhenConenctU3Eb__43_1_m4902A20C2608DC537E4828F8329EBB08F95EB3B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CSetStatusU3Eb__28_0_m78DB57FDB2801F8128106A2D946E86A6D139E940_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CStartUpU3Eb__45_0_mA0E4F6A741D7D6B7BA83FAF4BD2AE5A180355749_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothAim_U3CStartUpU3Eb__45_1_m0115A00A34041A30F21639EDC1E3DABAA7490111_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothDispatcher_Dispatch_m7D1415CFBE794BE65A26CDD537D9160073A30811_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothShoot_OpenReceiveData_m1E73FA6E77FFE7B681ABBE809191CA70767142EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothShoot_U3CConnectU3Eb__19_0_m7B6C636A3B48329A33A355BD7CA0BBB869215E21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothShoot_U3CConnectU3Eb__19_1_m1F1C53A47B7D8C249C4A02CAF62658C93733250B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothShoot_U3CConnectU3Eb__19_2_mA691056791A0F61B51A4A61DAF3FAD1401C54DAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothShoot_U3CConnectU3Eb__19_3_mAAE2CFBDBC9212FB55F0536AD5D0B30A4BE15EF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothShoot_U3COpenReceiveDataU3Eb__20_0_mDA91065D96A05531BBBD77BE993D5CB6A5704683_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothShoot_U3COpenReceiveDataU3Eb__20_1_m08B33E7D82995A44678452D435D9628315A1B90D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothShoot_U3CSetStatusU3Eb__18_0_m2F5482006D34D563FE0DF98E15FDA6A76147FAD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BluetoothShoot_handleDataBytes_mDD080877316766A10EBB84128CF71ECC532C0FFE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BoneRotateTimelineState__OnArriveAtFrame_m425DFBDE5A6AB7DDA73899E9214D7831D0A85B58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BoneScaleTimelineState__OnArriveAtFrame_m981AA8CDED3BF432897E28F69C817C9D053B2D0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BoneTranslateTimelineState__OnArriveAtFrame_m4085C7E598F3744C7EC3C8793E37BB144A6CCD79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BowCamera_U3CStartU3Eb__19_0_mC8B2313B142317AF39B7BA3576C4E69335C27CF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BowCamera_U3CStartU3Eb__19_1_mB1F0F43455500DA7E221FA4373FF0C8F765D5CCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferPoolMemoryStream_GetBuffer_m147432CEE3832A5D3EE0566762A5C73155FF2F30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferPoolMemoryStream_InternalConstructor_m987468CA81AC440F94EB5618BDA9D0475DCC44D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferPoolMemoryStream_Read_m53733A5D66515023A8678580E1567C45B7F061A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferPoolMemoryStream_Seek_m8045B2F0B27480C71E06716D885971888F74B5EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferPoolMemoryStream_SetLength_m3121D156BDC0AAF3C73BC9DCA132DAD76B58B364_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferPoolMemoryStream_WriteByte_m2468FF230F05ACFE3C946DBB890E5311E4635D54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferPoolMemoryStream_WriteTo_mE438BBF081B277B89F70886B11410E515125DD0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferPoolMemoryStream_Write_mF0467BB68030826220385E6D887ED544B6652B1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferPoolMemoryStream__ctor_m147A037995AA456150CF147E97C1B070B6B457F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferPoolMemoryStream__ctor_m70D7DEAB7EFF10121E2454D16DB671A21E283E9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferPoolMemoryStream__ctor_m9BAAD89884657726AF5E5AD72B76CE790D59BA9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferPoolMemoryStream_set_Capacity_m7E42F7C6F65615D686A846B9CA5956ED67C0ECF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferPoolMemoryStream_set_Position_m353B1E11E7FDD6860EF9CA4A56CA947C0D32A9BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferedAeadBlockCipher_DoFinal_m75AD3955C3BC996B7C28619E29AAD6A0156A477F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferedAeadBlockCipher_ProcessBytes_mF95FFD3D7D7606AB357254B05DB5A6B7B0785C95_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferedAeadBlockCipher__ctor_m99F115B73F1D0957C3CAE03F05A38AF86D77D44F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferedAsymmetricBlockCipher_ProcessByte_m07E0FE67B8053BE97A6EA14082FCEA3681F21994_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferedAsymmetricBlockCipher_ProcessBytes_m8C7B743B3E4B8311E004B1589CF5FD289FF14832_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferedBlockCipher_DoFinal_m9B4C4F6A0552CCA6EFA694D1761299D7DF433B3D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferedBlockCipher_ProcessByte_m0483DE26EFDF1C16EE07BFAF6D7820B646470575_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferedBlockCipher_ProcessBytes_m1B911EFC6B80EF9C0F4E39BE08E804FC62218E38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferedBlockCipher_ProcessBytes_m57D099535B9DBF0EB24F1A3962DF67B74B28E689_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferedBlockCipher__ctor_mD4171A363CF823EA37164B6CDB291F489AA32854_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_m21BC81200950F07489BB09A4493DC666B12D85E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m2A96334EF63834D3A85C16B1CEC9D0F360424EFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m3B44109F8E15E104FAA3246C30ED6DBB8A8C51C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mCC607B0C09E801F33EB6B0922A8899D2A5D55BA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mD6ACE29D2A7457FA15EBF49428A707674CE51B50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m43A83012B262D49B331D221FBE414049CBCD4F42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m5D19B55E374EAB466CAF87C0C00A02C61F887F00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m813F81FC9AB21B9F27D446138C50C68AD5CE641C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF8071C91C8BCCA7804F61E05EBC3CD4094DD90AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2DA3B3BBAA26BE86BD21DB51E1E2174867768DF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6774D8858FE9A9551EB72A70CD0855E255B7C974_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6A1D5267B49F39503A0BF02B983C18FA2EB5094A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m720034BAE2C5E484A19A343FB418A7934606ECF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mAFDB25619627E68E9CBEB4378A904D7B0979D42E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_mEE5EB28ACC19A8CD839CDDAC2B20B3E878FEE097_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_mD87E5D015C934D740E1A044F3A692C730325970A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m47BE8F26D40810EF4DCA2CF9D664944C572E5F55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_get_Count_m20B6D973DC9EF7025D1BDB8B25B795E06858BBD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_GetEnumerator_m23E2202D223C083DAC688E7DE70CE31E8902EF46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m7B862F51C4F5D7AD7FF9F30FF97ABF7E988B0BD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mC92A676A3C9BFEFF1C88BADCAF85070A2DCABED4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m8662A6359E6FF70B9CE00F1A9776060C8800E300_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mB896027B568F31D7093E22BC3D64A8F272C65A08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mC3C92BFD7725EFE888D9CD9022D7FD8B62797903_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mFEADCD2047CEE6D0CFA45A429CF8F3074E37673C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m51F19CEBA82D5C59D399C4F72B3BBD4DB7CE6E37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1C5E87EEF4B8F8CB985E6C4FD69D863ABAD79F14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m1C4A039A7BDDE12D728C6BA9145FA238B5F27041_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectOfType_TisBowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_mC734042BCAD6E750D089A703EDACEEE11802B3E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Clear_m3A1F9DEDFFC5F27514DCFC4CCB7672936AF056C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_mDB4CE1176F8458480C00D4622B0AEF78826E50AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_m7AD4B35E7CD8D9DD54A7DA7F58C0873FFF235C1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_mB9C8E553A7BFA1D992248D0BEAC4D2F2CF5C1439_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_mE850AD80C746639267B87FC09BB86FC57C54C1FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1_get_Instance_mCA2528D9C9DE7F45F0E48B3D2A5F8440994F2953_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Join_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m4F0E8F8DB4463A686266DFBD54DF6F7D19B4251C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass1_0_U3CRequestBluetoothPermissionsU3Eb__0_m24A854D4E610D687D36399054DCFBD171D2BCA6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass3_0_U3CRequestUserPermissionsU3Eb__0_mA722A67B5BE32E4CA6E76A5C24412BCE50BD60A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass3_0_U3CRequestUserPermissionsU3Eb__1_m16968BFD15A2EBE9CDE02AA6E6024465B9682400_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass3_0_U3CRequestUserPermissionsU3Eb__2_mB1241649E1E88E67C377FF495022C652B7CBCE3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass48_0_U3CsendCMD_NotCheckU3Eb__0_m885FD3FF9930FADED2BB977D4F17C3CFD3F35366_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass48_1_U3CsendCMD_NotCheckU3Eb__1_m076405340C12CA3C0155D8C74556173551A1BCD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_m7EE9B0F3B7C1604E821E798C8CD2E2F98040242A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_0_0_0_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; 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.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields, ___Value_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B : 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_tA2C59549601B8D4FF421D3FE4AE207703AADA494* ____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_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____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_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____slots_8)); } inline SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494* 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_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____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_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____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_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____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_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____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_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____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_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____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_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 : 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_t44C9D92F857446E8577E89F483F957B50A3A2E51* ____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_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673, ____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_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673, ____slots_8)); } inline SlotU5BU5D_t44C9D92F857446E8577E89F483F957B50A3A2E51* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t44C9D92F857446E8577E89F483F957B50A3A2E51** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t44C9D92F857446E8577E89F483F957B50A3A2E51* 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_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673, ____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_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673, ____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_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673, ____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_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673, ____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_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673, ____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_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673, ____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.LinkedList`1 struct LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 * ___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_t3656FF46586A1EDB68EC68E62D94A1284314CC08, ___head_0)); } inline LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 * get_head_0() const { return ___head_0; } inline LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 * 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_t3656FF46586A1EDB68EC68E62D94A1284314CC08, ___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_t3656FF46586A1EDB68EC68E62D94A1284314CC08, ___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_t3656FF46586A1EDB68EC68E62D94A1284314CC08, ____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_t3656FF46586A1EDB68EC68E62D94A1284314CC08, ____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_tFD38E11A811DED19252DF7684390FF692DB525C5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D* ____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_tFD38E11A811DED19252DF7684390FF692DB525C5, ____items_1)); } inline BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D* get__items_1() const { return ____items_1; } inline BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D* 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_tFD38E11A811DED19252DF7684390FF692DB525C5, ____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_tFD38E11A811DED19252DF7684390FF692DB525C5, ____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_tFD38E11A811DED19252DF7684390FF692DB525C5, ____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_tFD38E11A811DED19252DF7684390FF692DB525C5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tFD38E11A811DED19252DF7684390FF692DB525C5_StaticFields, ____emptyArray_5)); } inline BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D* get__emptyArray_5() const { return ____emptyArray_5; } inline BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BufferDescU5BU5D_tC958592024A3636F877B9AC761712A7405F8DAD3* ____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_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3, ____items_1)); } inline BufferDescU5BU5D_tC958592024A3636F877B9AC761712A7405F8DAD3* get__items_1() const { return ____items_1; } inline BufferDescU5BU5D_tC958592024A3636F877B9AC761712A7405F8DAD3** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BufferDescU5BU5D_tC958592024A3636F877B9AC761712A7405F8DAD3* 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_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3, ____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_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3, ____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_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3, ____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_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray BufferDescU5BU5D_tC958592024A3636F877B9AC761712A7405F8DAD3* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3_StaticFields, ____emptyArray_5)); } inline BufferDescU5BU5D_tC958592024A3636F877B9AC761712A7405F8DAD3* get__emptyArray_5() const { return ____emptyArray_5; } inline BufferDescU5BU5D_tC958592024A3636F877B9AC761712A7405F8DAD3** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(BufferDescU5BU5D_tC958592024A3636F877B9AC761712A7405F8DAD3* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (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_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ConstraintU5BU5D_tA3D908DCE6B45E53B1771866AF462F188A79C622* ____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_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6, ____items_1)); } inline ConstraintU5BU5D_tA3D908DCE6B45E53B1771866AF462F188A79C622* get__items_1() const { return ____items_1; } inline ConstraintU5BU5D_tA3D908DCE6B45E53B1771866AF462F188A79C622** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ConstraintU5BU5D_tA3D908DCE6B45E53B1771866AF462F188A79C622* 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_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6, ____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_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6, ____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_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6, ____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_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ConstraintU5BU5D_tA3D908DCE6B45E53B1771866AF462F188A79C622* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6_StaticFields, ____emptyArray_5)); } inline ConstraintU5BU5D_tA3D908DCE6B45E53B1771866AF462F188A79C622* get__emptyArray_5() const { return ____emptyArray_5; } inline ConstraintU5BU5D_tA3D908DCE6B45E53B1771866AF462F188A79C622** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ConstraintU5BU5D_tA3D908DCE6B45E53B1771866AF462F188A79C622* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____items_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields, ____emptyArray_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__emptyArray_5() const { return ____emptyArray_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725* ____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_tD5011B3B37F10870ED1FCD07BFCB547839C431F2, ____items_1)); } inline SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725* get__items_1() const { return ____items_1; } inline SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725* 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_tD5011B3B37F10870ED1FCD07BFCB547839C431F2, ____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_tD5011B3B37F10870ED1FCD07BFCB547839C431F2, ____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_tD5011B3B37F10870ED1FCD07BFCB547839C431F2, ____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_tD5011B3B37F10870ED1FCD07BFCB547839C431F2_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2_StaticFields, ____emptyArray_5)); } inline SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725* get__emptyArray_5() const { return ____emptyArray_5; } inline SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array CmdToSendU5BU5D_t0C473F055E4D3B464811B58B8A4D8B5B99410D7F* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617, ____array_0)); } inline CmdToSendU5BU5D_t0C473F055E4D3B464811B58B8A4D8B5B99410D7F* get__array_0() const { return ____array_0; } inline CmdToSendU5BU5D_t0C473F055E4D3B464811B58B8A4D8B5B99410D7F** get_address_of__array_0() { return &____array_0; } inline void set__array_0(CmdToSendU5BU5D_t0C473F055E4D3B464811B58B8A4D8B5B99410D7F* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // JCUnityLib.Singleton`1 struct Singleton_1_t4657C1A850465243FABDC49AC48EE7810EF7F5CC : public RuntimeObject { public: public: }; struct Singleton_1_t4657C1A850465243FABDC49AC48EE7810EF7F5CC_StaticFields { public: // T JCUnityLib.Singleton`1::s_Instance UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(Singleton_1_t4657C1A850465243FABDC49AC48EE7810EF7F5CC_StaticFields, ___s_Instance_0)); } inline UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7 * get_s_Instance_0() const { return ___s_Instance_0; } inline UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } }; // UnityEngine.AndroidJavaObject struct AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E : public RuntimeObject { public: // UnityEngine.GlobalJavaObjectRef UnityEngine.AndroidJavaObject::m_jobject GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * ___m_jobject_1; // UnityEngine.GlobalJavaObjectRef UnityEngine.AndroidJavaObject::m_jclass GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * ___m_jclass_2; public: inline static int32_t get_offset_of_m_jobject_1() { return static_cast(offsetof(AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E, ___m_jobject_1)); } inline GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * get_m_jobject_1() const { return ___m_jobject_1; } inline GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 ** get_address_of_m_jobject_1() { return &___m_jobject_1; } inline void set_m_jobject_1(GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * value) { ___m_jobject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_jobject_1), (void*)value); } inline static int32_t get_offset_of_m_jclass_2() { return static_cast(offsetof(AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E, ___m_jclass_2)); } inline GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * get_m_jclass_2() const { return ___m_jclass_2; } inline GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 ** get_address_of_m_jclass_2() { return &___m_jclass_2; } inline void set_m_jclass_2(GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * value) { ___m_jclass_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_jclass_2), (void*)value); } }; struct AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E_StaticFields { public: // System.Boolean UnityEngine.AndroidJavaObject::enableDebugPrints bool ___enableDebugPrints_0; public: inline static int32_t get_offset_of_enableDebugPrints_0() { return static_cast(offsetof(AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E_StaticFields, ___enableDebugPrints_0)); } inline bool get_enableDebugPrints_0() const { return ___enableDebugPrints_0; } inline bool* get_address_of_enableDebugPrints_0() { return &___enableDebugPrints_0; } inline void set_enableDebugPrints_0(bool value) { ___enableDebugPrints_0 = value; } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // DragonBones.BaseObject struct BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 : public RuntimeObject { public: // System.UInt32 DragonBones.BaseObject::hashCode uint32_t ___hashCode_4; public: inline static int32_t get_offset_of_hashCode_4() { return static_cast(offsetof(BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424, ___hashCode_4)); } inline uint32_t get_hashCode_4() const { return ___hashCode_4; } inline uint32_t* get_address_of_hashCode_4() { return &___hashCode_4; } inline void set_hashCode_4(uint32_t value) { ___hashCode_4 = value; } }; struct BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_StaticFields { public: // System.UInt32 DragonBones.BaseObject::_hashCode uint32_t ____hashCode_0; // System.UInt32 DragonBones.BaseObject::_defaultMaxCount uint32_t ____defaultMaxCount_1; // System.Collections.Generic.Dictionary`2 DragonBones.BaseObject::_maxCountMap Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188 * ____maxCountMap_2; // System.Collections.Generic.Dictionary`2> DragonBones.BaseObject::_poolsMap Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * ____poolsMap_3; public: inline static int32_t get_offset_of__hashCode_0() { return static_cast(offsetof(BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_StaticFields, ____hashCode_0)); } inline uint32_t get__hashCode_0() const { return ____hashCode_0; } inline uint32_t* get_address_of__hashCode_0() { return &____hashCode_0; } inline void set__hashCode_0(uint32_t value) { ____hashCode_0 = value; } inline static int32_t get_offset_of__defaultMaxCount_1() { return static_cast(offsetof(BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_StaticFields, ____defaultMaxCount_1)); } inline uint32_t get__defaultMaxCount_1() const { return ____defaultMaxCount_1; } inline uint32_t* get_address_of__defaultMaxCount_1() { return &____defaultMaxCount_1; } inline void set__defaultMaxCount_1(uint32_t value) { ____defaultMaxCount_1 = value; } inline static int32_t get_offset_of__maxCountMap_2() { return static_cast(offsetof(BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_StaticFields, ____maxCountMap_2)); } inline Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188 * get__maxCountMap_2() const { return ____maxCountMap_2; } inline Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188 ** get_address_of__maxCountMap_2() { return &____maxCountMap_2; } inline void set__maxCountMap_2(Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188 * value) { ____maxCountMap_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____maxCountMap_2), (void*)value); } inline static int32_t get_offset_of__poolsMap_3() { return static_cast(offsetof(BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_StaticFields, ____poolsMap_3)); } inline Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * get__poolsMap_3() const { return ____poolsMap_3; } inline Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC ** get_address_of__poolsMap_3() { return &____poolsMap_3; } inline void set__poolsMap_3(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * value) { ____poolsMap_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____poolsMap_3), (void*)value); } }; // DragonBones.BlendState struct BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE : public RuntimeObject { public: // System.Boolean DragonBones.BlendState::dirty bool ___dirty_0; // System.Int32 DragonBones.BlendState::layer int32_t ___layer_1; // System.Single DragonBones.BlendState::leftWeight float ___leftWeight_2; // System.Single DragonBones.BlendState::layerWeight float ___layerWeight_3; // System.Single DragonBones.BlendState::blendWeight float ___blendWeight_4; public: inline static int32_t get_offset_of_dirty_0() { return static_cast(offsetof(BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE, ___dirty_0)); } inline bool get_dirty_0() const { return ___dirty_0; } inline bool* get_address_of_dirty_0() { return &___dirty_0; } inline void set_dirty_0(bool value) { ___dirty_0 = value; } inline static int32_t get_offset_of_layer_1() { return static_cast(offsetof(BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE, ___layer_1)); } inline int32_t get_layer_1() const { return ___layer_1; } inline int32_t* get_address_of_layer_1() { return &___layer_1; } inline void set_layer_1(int32_t value) { ___layer_1 = value; } inline static int32_t get_offset_of_leftWeight_2() { return static_cast(offsetof(BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE, ___leftWeight_2)); } inline float get_leftWeight_2() const { return ___leftWeight_2; } inline float* get_address_of_leftWeight_2() { return &___leftWeight_2; } inline void set_leftWeight_2(float value) { ___leftWeight_2 = value; } inline static int32_t get_offset_of_layerWeight_3() { return static_cast(offsetof(BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE, ___layerWeight_3)); } inline float get_layerWeight_3() const { return ___layerWeight_3; } inline float* get_address_of_layerWeight_3() { return &___layerWeight_3; } inline void set_layerWeight_3(float value) { ___layerWeight_3 = value; } inline static int32_t get_offset_of_blendWeight_4() { return static_cast(offsetof(BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE, ___blendWeight_4)); } inline float get_blendWeight_4() const { return ___blendWeight_4; } inline float* get_address_of_blendWeight_4() { return &___blendWeight_4; } inline void set_blendWeight_4(float value) { ___blendWeight_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine struct BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B : public RuntimeObject { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::S0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S0_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::S1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S1_10; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::S2 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S2_11; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::S3 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S3_12; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::P UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___P_13; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::encrypting bool ___encrypting_14; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::workingKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___workingKey_15; public: inline static int32_t get_offset_of_S0_9() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B, ___S0_9)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S0_9() const { return ___S0_9; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S0_9() { return &___S0_9; } inline void set_S0_9(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S0_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___S0_9), (void*)value); } inline static int32_t get_offset_of_S1_10() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B, ___S1_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S1_10() const { return ___S1_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S1_10() { return &___S1_10; } inline void set_S1_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___S1_10), (void*)value); } inline static int32_t get_offset_of_S2_11() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B, ___S2_11)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S2_11() const { return ___S2_11; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S2_11() { return &___S2_11; } inline void set_S2_11(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S2_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___S2_11), (void*)value); } inline static int32_t get_offset_of_S3_12() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B, ___S3_12)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S3_12() const { return ___S3_12; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S3_12() { return &___S3_12; } inline void set_S3_12(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S3_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___S3_12), (void*)value); } inline static int32_t get_offset_of_P_13() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B, ___P_13)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_P_13() const { return ___P_13; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_P_13() { return &___P_13; } inline void set_P_13(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___P_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_13), (void*)value); } inline static int32_t get_offset_of_encrypting_14() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B, ___encrypting_14)); } inline bool get_encrypting_14() const { return ___encrypting_14; } inline bool* get_address_of_encrypting_14() { return &___encrypting_14; } inline void set_encrypting_14(bool value) { ___encrypting_14 = value; } inline static int32_t get_offset_of_workingKey_15() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B, ___workingKey_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_workingKey_15() const { return ___workingKey_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_workingKey_15() { return &___workingKey_15; } inline void set_workingKey_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___workingKey_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_15), (void*)value); } }; struct BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::KP UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KP_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::KS0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KS0_1; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::KS1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KS1_2; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::KS2 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KS2_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::KS3 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KS3_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::ROUNDS int32_t ___ROUNDS_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::SBOX_SK int32_t ___SBOX_SK_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::P_SZ int32_t ___P_SZ_8; public: inline static int32_t get_offset_of_KP_0() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___KP_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KP_0() const { return ___KP_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KP_0() { return &___KP_0; } inline void set_KP_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KP_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___KP_0), (void*)value); } inline static int32_t get_offset_of_KS0_1() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___KS0_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KS0_1() const { return ___KS0_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KS0_1() { return &___KS0_1; } inline void set_KS0_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KS0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___KS0_1), (void*)value); } inline static int32_t get_offset_of_KS1_2() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___KS1_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KS1_2() const { return ___KS1_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KS1_2() { return &___KS1_2; } inline void set_KS1_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KS1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___KS1_2), (void*)value); } inline static int32_t get_offset_of_KS2_3() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___KS2_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KS2_3() const { return ___KS2_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KS2_3() { return &___KS2_3; } inline void set_KS2_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KS2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___KS2_3), (void*)value); } inline static int32_t get_offset_of_KS3_4() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___KS3_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KS3_4() const { return ___KS3_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KS3_4() { return &___KS3_4; } inline void set_KS3_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KS3_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___KS3_4), (void*)value); } inline static int32_t get_offset_of_ROUNDS_5() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___ROUNDS_5)); } inline int32_t get_ROUNDS_5() const { return ___ROUNDS_5; } inline int32_t* get_address_of_ROUNDS_5() { return &___ROUNDS_5; } inline void set_ROUNDS_5(int32_t value) { ___ROUNDS_5 = value; } inline static int32_t get_offset_of_SBOX_SK_7() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___SBOX_SK_7)); } inline int32_t get_SBOX_SK_7() const { return ___SBOX_SK_7; } inline int32_t* get_address_of_SBOX_SK_7() { return &___SBOX_SK_7; } inline void set_SBOX_SK_7(int32_t value) { ___SBOX_SK_7 = value; } inline static int32_t get_offset_of_P_SZ_8() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___P_SZ_8)); } inline int32_t get_P_SZ_8() const { return ___P_SZ_8; } inline int32_t* get_address_of_P_SZ_8() { return &___P_SZ_8; } inline void set_P_SZ_8(int32_t value) { ___P_SZ_8 = 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); } }; // BluetoothHelperAndroid struct BluetoothHelperAndroid_t74CE3936D91AC0961075A72F8779CEFD79854FD6 : public RuntimeObject { public: public: }; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic struct BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 : public RuntimeObject { public: // System.String ArduinoBluetoothAPI.BluetoothHelperCharacteristic::name String_t* ___name_0; // System.String ArduinoBluetoothAPI.BluetoothHelperCharacteristic::service String_t* ___service_1; // System.Collections.Generic.LinkedList`1 ArduinoBluetoothAPI.BluetoothHelperCharacteristic::descriptors LinkedList_1_t622C3F883163157A244F5BF726BD781FF0482C54 * ___descriptors_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_service_1() { return static_cast(offsetof(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9, ___service_1)); } inline String_t* get_service_1() const { return ___service_1; } inline String_t** get_address_of_service_1() { return &___service_1; } inline void set_service_1(String_t* value) { ___service_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___service_1), (void*)value); } inline static int32_t get_offset_of_descriptors_2() { return static_cast(offsetof(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9, ___descriptors_2)); } inline LinkedList_1_t622C3F883163157A244F5BF726BD781FF0482C54 * get_descriptors_2() const { return ___descriptors_2; } inline LinkedList_1_t622C3F883163157A244F5BF726BD781FF0482C54 ** get_address_of_descriptors_2() { return &___descriptors_2; } inline void set_descriptors_2(LinkedList_1_t622C3F883163157A244F5BF726BD781FF0482C54 * value) { ___descriptors_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___descriptors_2), (void*)value); } }; // ArduinoBluetoothAPI.BluetoothHelperService struct BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 : public RuntimeObject { public: // System.String ArduinoBluetoothAPI.BluetoothHelperService::name String_t* ___name_0; // System.Collections.Generic.LinkedList`1 ArduinoBluetoothAPI.BluetoothHelperService::characteristics LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * ___characteristics_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_characteristics_1() { return static_cast(offsetof(BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9, ___characteristics_1)); } inline LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * get_characteristics_1() const { return ___characteristics_1; } inline LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 ** get_address_of_characteristics_1() { return &___characteristics_1; } inline void set_characteristics_1(LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * value) { ___characteristics_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___characteristics_1), (void*)value); } }; // BluetoothStatus struct BluetoothStatus_t0C18C14E14EE105D9C8867B1A2AE9256C1BE6202 : public RuntimeObject { public: public: }; // BowRotateConvert struct BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 : public RuntimeObject { public: // System.Single BowRotateConvert::screenSize float ___screenSize_0; // System.Single BowRotateConvert::screenDistance float ___screenDistance_1; // System.Single BowRotateConvert::fieldOfView float ___fieldOfView_2; public: inline static int32_t get_offset_of_screenSize_0() { return static_cast(offsetof(BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384, ___screenSize_0)); } inline float get_screenSize_0() const { return ___screenSize_0; } inline float* get_address_of_screenSize_0() { return &___screenSize_0; } inline void set_screenSize_0(float value) { ___screenSize_0 = value; } inline static int32_t get_offset_of_screenDistance_1() { return static_cast(offsetof(BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384, ___screenDistance_1)); } inline float get_screenDistance_1() const { return ___screenDistance_1; } inline float* get_address_of_screenDistance_1() { return &___screenDistance_1; } inline void set_screenDistance_1(float value) { ___screenDistance_1 = value; } inline static int32_t get_offset_of_fieldOfView_2() { return static_cast(offsetof(BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384, ___fieldOfView_2)); } inline float get_fieldOfView_2() const { return ___fieldOfView_2; } inline float* get_address_of_fieldOfView_2() { return &___fieldOfView_2; } inline void set_fieldOfView_2(float value) { ___fieldOfView_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers struct BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A : public RuntimeObject { public: public: }; struct BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::bsi_de DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bsi_de_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::id_ecc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ecc_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecdsa_plain_signatures DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecdsa_plain_signatures_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecdsa_plain_SHA1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecdsa_plain_SHA1_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecdsa_plain_SHA224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecdsa_plain_SHA224_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecdsa_plain_SHA256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecdsa_plain_SHA256_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecdsa_plain_SHA384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecdsa_plain_SHA384_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecdsa_plain_SHA512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecdsa_plain_SHA512_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecdsa_plain_RIPEMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecdsa_plain_RIPEMD160_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::algorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_X963kdf DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_X963kdf_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_X963kdf_SHA1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_X963kdf_SHA1_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_X963kdf_SHA224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_X963kdf_SHA224_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_X963kdf_SHA256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_X963kdf_SHA256_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_X963kdf_SHA384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_X963kdf_SHA384_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_X963kdf_SHA512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_X963kdf_SHA512_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_X963kdf_RIPEMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_X963kdf_RIPEMD160_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_SessionKDF DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_SessionKDF_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_SessionKDF_3DES DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_SessionKDF_3DES_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_SessionKDF_AES128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_SessionKDF_AES128_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_SessionKDF_AES192 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_SessionKDF_AES192_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_SessionKDF_AES256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_SessionKDF_AES256_22; public: inline static int32_t get_offset_of_bsi_de_0() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___bsi_de_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bsi_de_0() const { return ___bsi_de_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bsi_de_0() { return &___bsi_de_0; } inline void set_bsi_de_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bsi_de_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bsi_de_0), (void*)value); } inline static int32_t get_offset_of_id_ecc_1() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___id_ecc_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ecc_1() const { return ___id_ecc_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ecc_1() { return &___id_ecc_1; } inline void set_id_ecc_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ecc_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ecc_1), (void*)value); } inline static int32_t get_offset_of_ecdsa_plain_signatures_2() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecdsa_plain_signatures_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecdsa_plain_signatures_2() const { return ___ecdsa_plain_signatures_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecdsa_plain_signatures_2() { return &___ecdsa_plain_signatures_2; } inline void set_ecdsa_plain_signatures_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecdsa_plain_signatures_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecdsa_plain_signatures_2), (void*)value); } inline static int32_t get_offset_of_ecdsa_plain_SHA1_3() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecdsa_plain_SHA1_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecdsa_plain_SHA1_3() const { return ___ecdsa_plain_SHA1_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecdsa_plain_SHA1_3() { return &___ecdsa_plain_SHA1_3; } inline void set_ecdsa_plain_SHA1_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecdsa_plain_SHA1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecdsa_plain_SHA1_3), (void*)value); } inline static int32_t get_offset_of_ecdsa_plain_SHA224_4() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecdsa_plain_SHA224_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecdsa_plain_SHA224_4() const { return ___ecdsa_plain_SHA224_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecdsa_plain_SHA224_4() { return &___ecdsa_plain_SHA224_4; } inline void set_ecdsa_plain_SHA224_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecdsa_plain_SHA224_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecdsa_plain_SHA224_4), (void*)value); } inline static int32_t get_offset_of_ecdsa_plain_SHA256_5() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecdsa_plain_SHA256_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecdsa_plain_SHA256_5() const { return ___ecdsa_plain_SHA256_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecdsa_plain_SHA256_5() { return &___ecdsa_plain_SHA256_5; } inline void set_ecdsa_plain_SHA256_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecdsa_plain_SHA256_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecdsa_plain_SHA256_5), (void*)value); } inline static int32_t get_offset_of_ecdsa_plain_SHA384_6() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecdsa_plain_SHA384_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecdsa_plain_SHA384_6() const { return ___ecdsa_plain_SHA384_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecdsa_plain_SHA384_6() { return &___ecdsa_plain_SHA384_6; } inline void set_ecdsa_plain_SHA384_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecdsa_plain_SHA384_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecdsa_plain_SHA384_6), (void*)value); } inline static int32_t get_offset_of_ecdsa_plain_SHA512_7() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecdsa_plain_SHA512_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecdsa_plain_SHA512_7() const { return ___ecdsa_plain_SHA512_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecdsa_plain_SHA512_7() { return &___ecdsa_plain_SHA512_7; } inline void set_ecdsa_plain_SHA512_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecdsa_plain_SHA512_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecdsa_plain_SHA512_7), (void*)value); } inline static int32_t get_offset_of_ecdsa_plain_RIPEMD160_8() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecdsa_plain_RIPEMD160_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecdsa_plain_RIPEMD160_8() const { return ___ecdsa_plain_RIPEMD160_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecdsa_plain_RIPEMD160_8() { return &___ecdsa_plain_RIPEMD160_8; } inline void set_ecdsa_plain_RIPEMD160_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecdsa_plain_RIPEMD160_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecdsa_plain_RIPEMD160_8), (void*)value); } inline static int32_t get_offset_of_algorithm_9() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___algorithm_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithm_9() const { return ___algorithm_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithm_9() { return &___algorithm_9; } inline void set_algorithm_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithm_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_9), (void*)value); } inline static int32_t get_offset_of_ecka_eg_10() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_10() const { return ___ecka_eg_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_10() { return &___ecka_eg_10; } inline void set_ecka_eg_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_10), (void*)value); } inline static int32_t get_offset_of_ecka_eg_X963kdf_11() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_X963kdf_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_X963kdf_11() const { return ___ecka_eg_X963kdf_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_X963kdf_11() { return &___ecka_eg_X963kdf_11; } inline void set_ecka_eg_X963kdf_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_X963kdf_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_X963kdf_11), (void*)value); } inline static int32_t get_offset_of_ecka_eg_X963kdf_SHA1_12() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_X963kdf_SHA1_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_X963kdf_SHA1_12() const { return ___ecka_eg_X963kdf_SHA1_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_X963kdf_SHA1_12() { return &___ecka_eg_X963kdf_SHA1_12; } inline void set_ecka_eg_X963kdf_SHA1_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_X963kdf_SHA1_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_X963kdf_SHA1_12), (void*)value); } inline static int32_t get_offset_of_ecka_eg_X963kdf_SHA224_13() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_X963kdf_SHA224_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_X963kdf_SHA224_13() const { return ___ecka_eg_X963kdf_SHA224_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_X963kdf_SHA224_13() { return &___ecka_eg_X963kdf_SHA224_13; } inline void set_ecka_eg_X963kdf_SHA224_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_X963kdf_SHA224_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_X963kdf_SHA224_13), (void*)value); } inline static int32_t get_offset_of_ecka_eg_X963kdf_SHA256_14() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_X963kdf_SHA256_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_X963kdf_SHA256_14() const { return ___ecka_eg_X963kdf_SHA256_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_X963kdf_SHA256_14() { return &___ecka_eg_X963kdf_SHA256_14; } inline void set_ecka_eg_X963kdf_SHA256_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_X963kdf_SHA256_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_X963kdf_SHA256_14), (void*)value); } inline static int32_t get_offset_of_ecka_eg_X963kdf_SHA384_15() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_X963kdf_SHA384_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_X963kdf_SHA384_15() const { return ___ecka_eg_X963kdf_SHA384_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_X963kdf_SHA384_15() { return &___ecka_eg_X963kdf_SHA384_15; } inline void set_ecka_eg_X963kdf_SHA384_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_X963kdf_SHA384_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_X963kdf_SHA384_15), (void*)value); } inline static int32_t get_offset_of_ecka_eg_X963kdf_SHA512_16() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_X963kdf_SHA512_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_X963kdf_SHA512_16() const { return ___ecka_eg_X963kdf_SHA512_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_X963kdf_SHA512_16() { return &___ecka_eg_X963kdf_SHA512_16; } inline void set_ecka_eg_X963kdf_SHA512_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_X963kdf_SHA512_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_X963kdf_SHA512_16), (void*)value); } inline static int32_t get_offset_of_ecka_eg_X963kdf_RIPEMD160_17() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_X963kdf_RIPEMD160_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_X963kdf_RIPEMD160_17() const { return ___ecka_eg_X963kdf_RIPEMD160_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_X963kdf_RIPEMD160_17() { return &___ecka_eg_X963kdf_RIPEMD160_17; } inline void set_ecka_eg_X963kdf_RIPEMD160_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_X963kdf_RIPEMD160_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_X963kdf_RIPEMD160_17), (void*)value); } inline static int32_t get_offset_of_ecka_eg_SessionKDF_18() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_SessionKDF_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_SessionKDF_18() const { return ___ecka_eg_SessionKDF_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_SessionKDF_18() { return &___ecka_eg_SessionKDF_18; } inline void set_ecka_eg_SessionKDF_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_SessionKDF_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_SessionKDF_18), (void*)value); } inline static int32_t get_offset_of_ecka_eg_SessionKDF_3DES_19() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_SessionKDF_3DES_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_SessionKDF_3DES_19() const { return ___ecka_eg_SessionKDF_3DES_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_SessionKDF_3DES_19() { return &___ecka_eg_SessionKDF_3DES_19; } inline void set_ecka_eg_SessionKDF_3DES_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_SessionKDF_3DES_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_SessionKDF_3DES_19), (void*)value); } inline static int32_t get_offset_of_ecka_eg_SessionKDF_AES128_20() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_SessionKDF_AES128_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_SessionKDF_AES128_20() const { return ___ecka_eg_SessionKDF_AES128_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_SessionKDF_AES128_20() { return &___ecka_eg_SessionKDF_AES128_20; } inline void set_ecka_eg_SessionKDF_AES128_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_SessionKDF_AES128_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_SessionKDF_AES128_20), (void*)value); } inline static int32_t get_offset_of_ecka_eg_SessionKDF_AES192_21() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_SessionKDF_AES192_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_SessionKDF_AES192_21() const { return ___ecka_eg_SessionKDF_AES192_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_SessionKDF_AES192_21() { return &___ecka_eg_SessionKDF_AES192_21; } inline void set_ecka_eg_SessionKDF_AES192_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_SessionKDF_AES192_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_SessionKDF_AES192_21), (void*)value); } inline static int32_t get_offset_of_ecka_eg_SessionKDF_AES256_22() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_SessionKDF_AES256_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_SessionKDF_AES256_22() const { return ___ecka_eg_SessionKDF_AES256_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_SessionKDF_AES256_22() { return &___ecka_eg_SessionKDF_AES256_22; } inline void set_ecka_eg_SessionKDF_AES256_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_SessionKDF_AES256_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_SessionKDF_AES256_22), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase struct BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770 : public RuntimeObject { public: public: }; struct BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::EmptyBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EmptyBuffer_0; public: inline static int32_t get_offset_of_EmptyBuffer_0() { return static_cast(offsetof(BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_StaticFields, ___EmptyBuffer_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EmptyBuffer_0() const { return ___EmptyBuffer_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EmptyBuffer_0() { return &___EmptyBuffer_0; } inline void set_EmptyBuffer_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EmptyBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyBuffer_0), (void*)value); } }; // CMD struct CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 : public RuntimeObject { public: // System.String CMD::a String_t* ___a_0; // System.Int32 CMD::a1 int32_t ___a1_1; // System.Int32 CMD::a2 int32_t ___a2_2; // System.Int32 CMD::r int32_t ___r_3; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1, ___a_0)); } inline String_t* get_a_0() const { return ___a_0; } inline String_t** get_address_of_a_0() { return &___a_0; } inline void set_a_0(String_t* value) { ___a_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___a_0), (void*)value); } inline static int32_t get_offset_of_a1_1() { return static_cast(offsetof(CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1, ___a1_1)); } inline int32_t get_a1_1() const { return ___a1_1; } inline int32_t* get_address_of_a1_1() { return &___a1_1; } inline void set_a1_1(int32_t value) { ___a1_1 = value; } inline static int32_t get_offset_of_a2_2() { return static_cast(offsetof(CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1, ___a2_2)); } inline int32_t get_a2_2() const { return ___a2_2; } inline int32_t* get_address_of_a2_2() { return &___a2_2; } inline void set_a2_2(int32_t value) { ___a2_2 = value; } inline static int32_t get_offset_of_r_3() { return static_cast(offsetof(CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1, ___r_3)); } inline int32_t get_r_3() const { return ___r_3; } inline int32_t* get_address_of_r_3() { return &___r_3; } inline void set_r_3(int32_t value) { ___r_3 = value; } }; // JCUnityLib.CountLock struct CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 : public RuntimeObject { public: // System.Int32 JCUnityLib.CountLock::m_count int32_t ___m_count_0; // System.Collections.Generic.HashSet`1 JCUnityLib.CountLock::m_objects HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ___m_objects_1; public: inline static int32_t get_offset_of_m_count_0() { return static_cast(offsetof(CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1, ___m_count_0)); } inline int32_t get_m_count_0() const { return ___m_count_0; } inline int32_t* get_address_of_m_count_0() { return &___m_count_0; } inline void set_m_count_0(int32_t value) { ___m_count_0 = value; } inline static int32_t get_offset_of_m_objects_1() { return static_cast(offsetof(CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1, ___m_objects_1)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get_m_objects_1() const { return ___m_objects_1; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of_m_objects_1() { return &___m_objects_1; } inline void set_m_objects_1(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ___m_objects_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_objects_1), (void*)value); } }; // DragonBones.DragonBones struct DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D : public RuntimeObject { public: // DragonBones.WorldClock DragonBones.DragonBones::_clock WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * ____clock_4; // System.Collections.Generic.List`1 DragonBones.DragonBones::_events List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA * ____events_5; // System.Collections.Generic.List`1 DragonBones.DragonBones::_objects List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739 * ____objects_6; // DragonBones.IEventDispatcher`1 DragonBones.DragonBones::_eventManager RuntimeObject* ____eventManager_7; public: inline static int32_t get_offset_of__clock_4() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D, ____clock_4)); } inline WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * get__clock_4() const { return ____clock_4; } inline WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 ** get_address_of__clock_4() { return &____clock_4; } inline void set__clock_4(WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * value) { ____clock_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____clock_4), (void*)value); } inline static int32_t get_offset_of__events_5() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D, ____events_5)); } inline List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA * get__events_5() const { return ____events_5; } inline List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA ** get_address_of__events_5() { return &____events_5; } inline void set__events_5(List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA * value) { ____events_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____events_5), (void*)value); } inline static int32_t get_offset_of__objects_6() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D, ____objects_6)); } inline List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739 * get__objects_6() const { return ____objects_6; } inline List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739 ** get_address_of__objects_6() { return &____objects_6; } inline void set__objects_6(List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739 * value) { ____objects_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____objects_6), (void*)value); } inline static int32_t get_offset_of__eventManager_7() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D, ____eventManager_7)); } inline RuntimeObject* get__eventManager_7() const { return ____eventManager_7; } inline RuntimeObject** get_address_of__eventManager_7() { return &____eventManager_7; } inline void set__eventManager_7(RuntimeObject* value) { ____eventManager_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____eventManager_7), (void*)value); } }; struct DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_StaticFields { public: // System.Boolean DragonBones.DragonBones::yDown bool ___yDown_0; // System.Boolean DragonBones.DragonBones::debug bool ___debug_1; // System.Boolean DragonBones.DragonBones::debugDraw bool ___debugDraw_2; // System.String DragonBones.DragonBones::VERSION String_t* ___VERSION_3; public: inline static int32_t get_offset_of_yDown_0() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_StaticFields, ___yDown_0)); } inline bool get_yDown_0() const { return ___yDown_0; } inline bool* get_address_of_yDown_0() { return &___yDown_0; } inline void set_yDown_0(bool value) { ___yDown_0 = value; } inline static int32_t get_offset_of_debug_1() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_StaticFields, ___debug_1)); } inline bool get_debug_1() const { return ___debug_1; } inline bool* get_address_of_debug_1() { return &___debug_1; } inline void set_debug_1(bool value) { ___debug_1 = value; } inline static int32_t get_offset_of_debugDraw_2() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_StaticFields, ___debugDraw_2)); } inline bool get_debugDraw_2() const { return ___debugDraw_2; } inline bool* get_address_of_debugDraw_2() { return &___debugDraw_2; } inline void set_debugDraw_2(bool value) { ___debugDraw_2 = value; } inline static int32_t get_offset_of_VERSION_3() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_StaticFields, ___VERSION_3)); } inline String_t* get_VERSION_3() const { return ___VERSION_3; } inline String_t** get_address_of_VERSION_3() { return &___VERSION_3; } inline void set_VERSION_3(String_t* value) { ___VERSION_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___VERSION_3), (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); } }; // 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_0; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC, ___key_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_0() const { return ___key_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_0() { return &___key_0; } inline void set_key_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)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; }; // DragonBones.Matrix struct Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 : public RuntimeObject { public: // System.Single DragonBones.Matrix::a float ___a_0; // System.Single DragonBones.Matrix::b float ___b_1; // System.Single DragonBones.Matrix::c float ___c_2; // System.Single DragonBones.Matrix::d float ___d_3; // System.Single DragonBones.Matrix::tx float ___tx_4; // System.Single DragonBones.Matrix::ty float ___ty_5; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3, ___a_0)); } inline float get_a_0() const { return ___a_0; } inline float* get_address_of_a_0() { return &___a_0; } inline void set_a_0(float value) { ___a_0 = value; } inline static int32_t get_offset_of_b_1() { return static_cast(offsetof(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3, ___b_1)); } inline float get_b_1() const { return ___b_1; } inline float* get_address_of_b_1() { return &___b_1; } inline void set_b_1(float value) { ___b_1 = value; } inline static int32_t get_offset_of_c_2() { return static_cast(offsetof(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3, ___c_2)); } inline float get_c_2() const { return ___c_2; } inline float* get_address_of_c_2() { return &___c_2; } inline void set_c_2(float value) { ___c_2 = value; } inline static int32_t get_offset_of_d_3() { return static_cast(offsetof(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3, ___d_3)); } inline float get_d_3() const { return ___d_3; } inline float* get_address_of_d_3() { return &___d_3; } inline void set_d_3(float value) { ___d_3 = value; } inline static int32_t get_offset_of_tx_4() { return static_cast(offsetof(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3, ___tx_4)); } inline float get_tx_4() const { return ___tx_4; } inline float* get_address_of_tx_4() { return &___tx_4; } inline void set_tx_4(float value) { ___tx_4 = value; } inline static int32_t get_offset_of_ty_5() { return static_cast(offsetof(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3, ___ty_5)); } inline float get_ty_5() const { return ___ty_5; } inline float* get_address_of_ty_5() { return &___ty_5; } inline void set_ty_5(float value) { ___ty_5 = value; } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::parameters RuntimeObject* ___parameters_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___parameters_0)); } inline RuntimeObject* get_parameters_0() const { return ___parameters_0; } inline RuntimeObject** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(RuntimeObject* value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___random_1)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_1() const { return ___random_1; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_1), (void*)value); } }; // SimulateMouseController struct SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 : public RuntimeObject { public: // System.Boolean SimulateMouseController::bleConnected bool ___bleConnected_1; // System.Collections.Generic.HashSet`1 SimulateMouseController::openLockerSet HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ___openLockerSet_2; public: inline static int32_t get_offset_of_bleConnected_1() { return static_cast(offsetof(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5, ___bleConnected_1)); } inline bool get_bleConnected_1() const { return ___bleConnected_1; } inline bool* get_address_of_bleConnected_1() { return &___bleConnected_1; } inline void set_bleConnected_1(bool value) { ___bleConnected_1 = value; } inline static int32_t get_offset_of_openLockerSet_2() { return static_cast(offsetof(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5, ___openLockerSet_2)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get_openLockerSet_2() const { return ___openLockerSet_2; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of_openLockerSet_2() { return &___openLockerSet_2; } inline void set_openLockerSet_2(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ___openLockerSet_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___openLockerSet_2), (void*)value); } }; struct SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_StaticFields { public: // SimulateMouseController SimulateMouseController::ins SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * ___ins_0; public: inline static int32_t get_offset_of_ins_0() { return static_cast(offsetof(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_StaticFields, ___ins_0)); } inline SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * get_ins_0() const { return ___ins_0; } inline SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 ** get_address_of_ins_0() { return &___ins_0; } inline void set_ins_0(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * value) { ___ins_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_0), (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); } }; // JCUnityLib.TouchChecker struct TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED : public RuntimeObject { public: // System.Boolean JCUnityLib.TouchChecker::m_hasTouch bool ___m_hasTouch_0; // System.Int32 JCUnityLib.TouchChecker::m_touchID int32_t ___m_touchID_1; // System.Boolean JCUnityLib.TouchChecker::m_isTouchOnUI bool ___m_isTouchOnUI_2; // System.Action`2 JCUnityLib.TouchChecker::onBegan Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * ___onBegan_3; // System.Action`2 JCUnityLib.TouchChecker::onMoved Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * ___onMoved_4; // System.Action`2 JCUnityLib.TouchChecker::onEnded Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * ___onEnded_5; public: inline static int32_t get_offset_of_m_hasTouch_0() { return static_cast(offsetof(TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED, ___m_hasTouch_0)); } inline bool get_m_hasTouch_0() const { return ___m_hasTouch_0; } inline bool* get_address_of_m_hasTouch_0() { return &___m_hasTouch_0; } inline void set_m_hasTouch_0(bool value) { ___m_hasTouch_0 = value; } inline static int32_t get_offset_of_m_touchID_1() { return static_cast(offsetof(TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED, ___m_touchID_1)); } inline int32_t get_m_touchID_1() const { return ___m_touchID_1; } inline int32_t* get_address_of_m_touchID_1() { return &___m_touchID_1; } inline void set_m_touchID_1(int32_t value) { ___m_touchID_1 = value; } inline static int32_t get_offset_of_m_isTouchOnUI_2() { return static_cast(offsetof(TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED, ___m_isTouchOnUI_2)); } inline bool get_m_isTouchOnUI_2() const { return ___m_isTouchOnUI_2; } inline bool* get_address_of_m_isTouchOnUI_2() { return &___m_isTouchOnUI_2; } inline void set_m_isTouchOnUI_2(bool value) { ___m_isTouchOnUI_2 = value; } inline static int32_t get_offset_of_onBegan_3() { return static_cast(offsetof(TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED, ___onBegan_3)); } inline Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * get_onBegan_3() const { return ___onBegan_3; } inline Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 ** get_address_of_onBegan_3() { return &___onBegan_3; } inline void set_onBegan_3(Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * value) { ___onBegan_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBegan_3), (void*)value); } inline static int32_t get_offset_of_onMoved_4() { return static_cast(offsetof(TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED, ___onMoved_4)); } inline Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * get_onMoved_4() const { return ___onMoved_4; } inline Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 ** get_address_of_onMoved_4() { return &___onMoved_4; } inline void set_onMoved_4(Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * value) { ___onMoved_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onMoved_4), (void*)value); } inline static int32_t get_offset_of_onEnded_5() { return static_cast(offsetof(TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED, ___onEnded_5)); } inline Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * get_onEnded_5() const { return ___onEnded_5; } inline Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 ** get_address_of_onEnded_5() { return &___onEnded_5; } inline void set_onEnded_5(Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * value) { ___onEnded_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onEnded_5), (void*)value); } }; // DragonBones.TransformDB struct TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 : public RuntimeObject { public: // System.Single DragonBones.TransformDB::x float ___x_6; // System.Single DragonBones.TransformDB::y float ___y_7; // System.Single DragonBones.TransformDB::skew float ___skew_8; // System.Single DragonBones.TransformDB::rotation float ___rotation_9; // System.Single DragonBones.TransformDB::scaleX float ___scaleX_10; // System.Single DragonBones.TransformDB::scaleY float ___scaleY_11; public: inline static int32_t get_offset_of_x_6() { return static_cast(offsetof(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17, ___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(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17, ___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_skew_8() { return static_cast(offsetof(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17, ___skew_8)); } inline float get_skew_8() const { return ___skew_8; } inline float* get_address_of_skew_8() { return &___skew_8; } inline void set_skew_8(float value) { ___skew_8 = value; } inline static int32_t get_offset_of_rotation_9() { return static_cast(offsetof(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17, ___rotation_9)); } inline float get_rotation_9() const { return ___rotation_9; } inline float* get_address_of_rotation_9() { return &___rotation_9; } inline void set_rotation_9(float value) { ___rotation_9 = value; } inline static int32_t get_offset_of_scaleX_10() { return static_cast(offsetof(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17, ___scaleX_10)); } inline float get_scaleX_10() const { return ___scaleX_10; } inline float* get_address_of_scaleX_10() { return &___scaleX_10; } inline void set_scaleX_10(float value) { ___scaleX_10 = value; } inline static int32_t get_offset_of_scaleY_11() { return static_cast(offsetof(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17, ___scaleY_11)); } inline float get_scaleY_11() const { return ___scaleY_11; } inline float* get_address_of_scaleY_11() { return &___scaleY_11; } inline void set_scaleY_11(float value) { ___scaleY_11 = value; } }; struct TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields { public: // System.Single DragonBones.TransformDB::PI float ___PI_0; // System.Single DragonBones.TransformDB::PI_D float ___PI_D_1; // System.Single DragonBones.TransformDB::PI_H float ___PI_H_2; // System.Single DragonBones.TransformDB::PI_Q float ___PI_Q_3; // System.Single DragonBones.TransformDB::RAD_DEG float ___RAD_DEG_4; // System.Single DragonBones.TransformDB::DEG_RAD float ___DEG_RAD_5; public: inline static int32_t get_offset_of_PI_0() { return static_cast(offsetof(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields, ___PI_0)); } inline float get_PI_0() const { return ___PI_0; } inline float* get_address_of_PI_0() { return &___PI_0; } inline void set_PI_0(float value) { ___PI_0 = value; } inline static int32_t get_offset_of_PI_D_1() { return static_cast(offsetof(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields, ___PI_D_1)); } inline float get_PI_D_1() const { return ___PI_D_1; } inline float* get_address_of_PI_D_1() { return &___PI_D_1; } inline void set_PI_D_1(float value) { ___PI_D_1 = value; } inline static int32_t get_offset_of_PI_H_2() { return static_cast(offsetof(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields, ___PI_H_2)); } inline float get_PI_H_2() const { return ___PI_H_2; } inline float* get_address_of_PI_H_2() { return &___PI_H_2; } inline void set_PI_H_2(float value) { ___PI_H_2 = value; } inline static int32_t get_offset_of_PI_Q_3() { return static_cast(offsetof(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields, ___PI_Q_3)); } inline float get_PI_Q_3() const { return ___PI_Q_3; } inline float* get_address_of_PI_Q_3() { return &___PI_Q_3; } inline void set_PI_Q_3(float value) { ___PI_Q_3 = value; } inline static int32_t get_offset_of_RAD_DEG_4() { return static_cast(offsetof(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields, ___RAD_DEG_4)); } inline float get_RAD_DEG_4() const { return ___RAD_DEG_4; } inline float* get_address_of_RAD_DEG_4() { return &___RAD_DEG_4; } inline void set_RAD_DEG_4(float value) { ___RAD_DEG_4 = value; } inline static int32_t get_offset_of_DEG_RAD_5() { return static_cast(offsetof(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields, ___DEG_RAD_5)); } inline float get_DEG_RAD_5() const { return ___DEG_RAD_5; } inline float* get_address_of_DEG_RAD_5() { return &___DEG_RAD_5; } inline void set_DEG_RAD_5(float value) { ___DEG_RAD_5 = 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::avatarUrl String_t* ___avatarUrl_2; // System.String UserInfo::nickname String_t* ___nickname_3; // System.Int32 UserInfo::gender int32_t ___gender_4; // System.String UserInfo::phone String_t* ___phone_5; // System.String UserInfo::email String_t* ___email_6; // System.String UserInfo::birthday String_t* ___birthday_7; // System.String UserInfo::country String_t* ___country_8; // System.String UserInfo::state String_t* ___state_9; // System.String UserInfo::city String_t* ___city_10; // System.Int32 UserInfo::integral int32_t ___integral_11; // System.Int32 UserInfo::coin int32_t ___coin_12; // System.Int32 UserInfo::diamond int32_t ___diamond_13; // System.String UserInfo::mac String_t* ___mac_14; // System.Collections.Generic.List`1 UserInfo::bagList List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * ___bagList_15; // System.Collections.Generic.List`1 UserInfo::deviceList List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * ___deviceList_16; // System.Collections.Generic.Dictionary`2 UserInfo::timeLimitGameScores Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * ___timeLimitGameScores_17; // System.Collections.Generic.Dictionary`2 UserInfo::challengeLevels Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * ___challengeLevels_18; // System.String UserInfo::guideRecord String_t* ___guideRecord_19; 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_avatarUrl_2() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___avatarUrl_2)); } inline String_t* get_avatarUrl_2() const { return ___avatarUrl_2; } inline String_t** get_address_of_avatarUrl_2() { return &___avatarUrl_2; } inline void set_avatarUrl_2(String_t* value) { ___avatarUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___avatarUrl_2), (void*)value); } inline static int32_t get_offset_of_nickname_3() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___nickname_3)); } inline String_t* get_nickname_3() const { return ___nickname_3; } inline String_t** get_address_of_nickname_3() { return &___nickname_3; } inline void set_nickname_3(String_t* value) { ___nickname_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___nickname_3), (void*)value); } inline static int32_t get_offset_of_gender_4() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___gender_4)); } inline int32_t get_gender_4() const { return ___gender_4; } inline int32_t* get_address_of_gender_4() { return &___gender_4; } inline void set_gender_4(int32_t value) { ___gender_4 = value; } inline static int32_t get_offset_of_phone_5() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___phone_5)); } inline String_t* get_phone_5() const { return ___phone_5; } inline String_t** get_address_of_phone_5() { return &___phone_5; } inline void set_phone_5(String_t* value) { ___phone_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___phone_5), (void*)value); } inline static int32_t get_offset_of_email_6() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___email_6)); } inline String_t* get_email_6() const { return ___email_6; } inline String_t** get_address_of_email_6() { return &___email_6; } inline void set_email_6(String_t* value) { ___email_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_6), (void*)value); } inline static int32_t get_offset_of_birthday_7() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___birthday_7)); } inline String_t* get_birthday_7() const { return ___birthday_7; } inline String_t** get_address_of_birthday_7() { return &___birthday_7; } inline void set_birthday_7(String_t* value) { ___birthday_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___birthday_7), (void*)value); } inline static int32_t get_offset_of_country_8() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___country_8)); } inline String_t* get_country_8() const { return ___country_8; } inline String_t** get_address_of_country_8() { return &___country_8; } inline void set_country_8(String_t* value) { ___country_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___country_8), (void*)value); } inline static int32_t get_offset_of_state_9() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___state_9)); } inline String_t* get_state_9() const { return ___state_9; } inline String_t** get_address_of_state_9() { return &___state_9; } inline void set_state_9(String_t* value) { ___state_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_9), (void*)value); } inline static int32_t get_offset_of_city_10() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___city_10)); } inline String_t* get_city_10() const { return ___city_10; } inline String_t** get_address_of_city_10() { return &___city_10; } inline void set_city_10(String_t* value) { ___city_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___city_10), (void*)value); } inline static int32_t get_offset_of_integral_11() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___integral_11)); } inline int32_t get_integral_11() const { return ___integral_11; } inline int32_t* get_address_of_integral_11() { return &___integral_11; } inline void set_integral_11(int32_t value) { ___integral_11 = value; } inline static int32_t get_offset_of_coin_12() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___coin_12)); } inline int32_t get_coin_12() const { return ___coin_12; } inline int32_t* get_address_of_coin_12() { return &___coin_12; } inline void set_coin_12(int32_t value) { ___coin_12 = value; } inline static int32_t get_offset_of_diamond_13() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___diamond_13)); } inline int32_t get_diamond_13() const { return ___diamond_13; } inline int32_t* get_address_of_diamond_13() { return &___diamond_13; } inline void set_diamond_13(int32_t value) { ___diamond_13 = value; } inline static int32_t get_offset_of_mac_14() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___mac_14)); } inline String_t* get_mac_14() const { return ___mac_14; } inline String_t** get_address_of_mac_14() { return &___mac_14; } inline void set_mac_14(String_t* value) { ___mac_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_14), (void*)value); } inline static int32_t get_offset_of_bagList_15() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___bagList_15)); } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * get_bagList_15() const { return ___bagList_15; } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C ** get_address_of_bagList_15() { return &___bagList_15; } inline void set_bagList_15(List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * value) { ___bagList_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___bagList_15), (void*)value); } inline static int32_t get_offset_of_deviceList_16() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___deviceList_16)); } inline List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * get_deviceList_16() const { return ___deviceList_16; } inline List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C ** get_address_of_deviceList_16() { return &___deviceList_16; } inline void set_deviceList_16(List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * value) { ___deviceList_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceList_16), (void*)value); } inline static int32_t get_offset_of_timeLimitGameScores_17() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___timeLimitGameScores_17)); } inline Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * get_timeLimitGameScores_17() const { return ___timeLimitGameScores_17; } inline Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 ** get_address_of_timeLimitGameScores_17() { return &___timeLimitGameScores_17; } inline void set_timeLimitGameScores_17(Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * value) { ___timeLimitGameScores_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeLimitGameScores_17), (void*)value); } inline static int32_t get_offset_of_challengeLevels_18() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___challengeLevels_18)); } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * get_challengeLevels_18() const { return ___challengeLevels_18; } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 ** get_address_of_challengeLevels_18() { return &___challengeLevels_18; } inline void set_challengeLevels_18(Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * value) { ___challengeLevels_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___challengeLevels_18), (void*)value); } inline static int32_t get_offset_of_guideRecord_19() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___guideRecord_19)); } inline String_t* get_guideRecord_19() const { return ___guideRecord_19; } inline String_t** get_address_of_guideRecord_19() { return &___guideRecord_19; } inline void set_guideRecord_19(String_t* value) { ___guideRecord_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___guideRecord_19), (void*)value); } }; // UserSettings struct UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 : public RuntimeObject { public: // System.Boolean UserSettings::openBGM bool ___openBGM_0; // System.Boolean UserSettings::openEffect bool ___openEffect_1; // System.Boolean UserSettings::openCrossHair bool ___openCrossHair_2; // System.Int32 UserSettings::shootLevel int32_t ___shootLevel_3; // System.Single UserSettings::actualArrowWeight float ___actualArrowWeight_4; // BowRotateConvert UserSettings::bowRotateConvert BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * ___bowRotateConvert_5; // System.Boolean UserSettings::bowCameraFixed bool ___bowCameraFixed_6; // System.Boolean UserSettings::trainMode bool ___trainMode_7; // System.Boolean UserSettings::deviceCalibrateGuideFinish bool ___deviceCalibrateGuideFinish_8; // System.Collections.Generic.HashSet`1 UserSettings::gameRuleGuideFinish HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___gameRuleGuideFinish_9; public: inline static int32_t get_offset_of_openBGM_0() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___openBGM_0)); } inline bool get_openBGM_0() const { return ___openBGM_0; } inline bool* get_address_of_openBGM_0() { return &___openBGM_0; } inline void set_openBGM_0(bool value) { ___openBGM_0 = value; } inline static int32_t get_offset_of_openEffect_1() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___openEffect_1)); } inline bool get_openEffect_1() const { return ___openEffect_1; } inline bool* get_address_of_openEffect_1() { return &___openEffect_1; } inline void set_openEffect_1(bool value) { ___openEffect_1 = value; } inline static int32_t get_offset_of_openCrossHair_2() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___openCrossHair_2)); } inline bool get_openCrossHair_2() const { return ___openCrossHair_2; } inline bool* get_address_of_openCrossHair_2() { return &___openCrossHair_2; } inline void set_openCrossHair_2(bool value) { ___openCrossHair_2 = value; } inline static int32_t get_offset_of_shootLevel_3() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___shootLevel_3)); } inline int32_t get_shootLevel_3() const { return ___shootLevel_3; } inline int32_t* get_address_of_shootLevel_3() { return &___shootLevel_3; } inline void set_shootLevel_3(int32_t value) { ___shootLevel_3 = value; } inline static int32_t get_offset_of_actualArrowWeight_4() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___actualArrowWeight_4)); } inline float get_actualArrowWeight_4() const { return ___actualArrowWeight_4; } inline float* get_address_of_actualArrowWeight_4() { return &___actualArrowWeight_4; } inline void set_actualArrowWeight_4(float value) { ___actualArrowWeight_4 = value; } inline static int32_t get_offset_of_bowRotateConvert_5() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___bowRotateConvert_5)); } inline BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * get_bowRotateConvert_5() const { return ___bowRotateConvert_5; } inline BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 ** get_address_of_bowRotateConvert_5() { return &___bowRotateConvert_5; } inline void set_bowRotateConvert_5(BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * value) { ___bowRotateConvert_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___bowRotateConvert_5), (void*)value); } inline static int32_t get_offset_of_bowCameraFixed_6() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___bowCameraFixed_6)); } inline bool get_bowCameraFixed_6() const { return ___bowCameraFixed_6; } inline bool* get_address_of_bowCameraFixed_6() { return &___bowCameraFixed_6; } inline void set_bowCameraFixed_6(bool value) { ___bowCameraFixed_6 = value; } inline static int32_t get_offset_of_trainMode_7() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___trainMode_7)); } inline bool get_trainMode_7() const { return ___trainMode_7; } inline bool* get_address_of_trainMode_7() { return &___trainMode_7; } inline void set_trainMode_7(bool value) { ___trainMode_7 = value; } inline static int32_t get_offset_of_deviceCalibrateGuideFinish_8() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___deviceCalibrateGuideFinish_8)); } inline bool get_deviceCalibrateGuideFinish_8() const { return ___deviceCalibrateGuideFinish_8; } inline bool* get_address_of_deviceCalibrateGuideFinish_8() { return &___deviceCalibrateGuideFinish_8; } inline void set_deviceCalibrateGuideFinish_8(bool value) { ___deviceCalibrateGuideFinish_8 = value; } inline static int32_t get_offset_of_gameRuleGuideFinish_9() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___gameRuleGuideFinish_9)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_gameRuleGuideFinish_9() const { return ___gameRuleGuideFinish_9; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_gameRuleGuideFinish_9() { return &___gameRuleGuideFinish_9; } inline void set_gameRuleGuideFinish_9(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___gameRuleGuideFinish_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameRuleGuideFinish_9), (void*)value); } }; struct UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84_StaticFields { public: // UserSettings UserSettings::_ins UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * ____ins_10; public: inline static int32_t get_offset_of__ins_10() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84_StaticFields, ____ins_10)); } inline UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * get__ins_10() const { return ____ins_10; } inline UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 ** get_address_of__ins_10() { return &____ins_10; } inline void set__ins_10(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * value) { ____ins_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_10), (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 { }; // BluetoothAim/<>c__DisplayClass48_0 struct U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 : public RuntimeObject { public: // BluetoothAim BluetoothAim/<>c__DisplayClass48_0::<>4__this BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * ___U3CU3E4__this_0; // DG.Tweening.Sequence BluetoothAim/<>c__DisplayClass48_0::sequence Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___sequence_1; // BluetoothAim/CmdToSend BluetoothAim/<>c__DisplayClass48_0::cmdToSend CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * ___cmdToSend_2; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7, ___U3CU3E4__this_0)); } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_sequence_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7, ___sequence_1)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_sequence_1() const { return ___sequence_1; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_sequence_1() { return &___sequence_1; } inline void set_sequence_1(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___sequence_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequence_1), (void*)value); } inline static int32_t get_offset_of_cmdToSend_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7, ___cmdToSend_2)); } inline CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * get_cmdToSend_2() const { return ___cmdToSend_2; } inline CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 ** get_address_of_cmdToSend_2() { return &___cmdToSend_2; } inline void set_cmdToSend_2(CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * value) { ___cmdToSend_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmdToSend_2), (void*)value); } }; // BluetoothAim/<>c__DisplayClass48_1 struct U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405 : public RuntimeObject { public: // System.String BluetoothAim/<>c__DisplayClass48_1::cmd String_t* ___cmd_0; // BluetoothAim/<>c__DisplayClass48_0 BluetoothAim/<>c__DisplayClass48_1::CS$<>8__locals1 U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * ___CSU24U3CU3E8__locals1_1; public: inline static int32_t get_offset_of_cmd_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405, ___cmd_0)); } inline String_t* get_cmd_0() const { return ___cmd_0; } inline String_t** get_address_of_cmd_0() { return &___cmd_0; } inline void set_cmd_0(String_t* value) { ___cmd_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmd_0), (void*)value); } inline static int32_t get_offset_of_CSU24U3CU3E8__locals1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405, ___CSU24U3CU3E8__locals1_1)); } inline U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * get_CSU24U3CU3E8__locals1_1() const { return ___CSU24U3CU3E8__locals1_1; } inline U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 ** get_address_of_CSU24U3CU3E8__locals1_1() { return &___CSU24U3CU3E8__locals1_1; } inline void set_CSU24U3CU3E8__locals1_1(U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * value) { ___CSU24U3CU3E8__locals1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals1_1), (void*)value); } }; // BluetoothAim/CmdToSend struct CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 : public RuntimeObject { public: // System.String[] BluetoothAim/CmdToSend::cmds StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___cmds_0; // System.Action BluetoothAim/CmdToSend::onComplete Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onComplete_1; // System.Func`1 BluetoothAim/CmdToSend::canDo Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___canDo_2; public: inline static int32_t get_offset_of_cmds_0() { return static_cast(offsetof(CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9, ___cmds_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_cmds_0() const { return ___cmds_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_cmds_0() { return &___cmds_0; } inline void set_cmds_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___cmds_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmds_0), (void*)value); } inline static int32_t get_offset_of_onComplete_1() { return static_cast(offsetof(CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9, ___onComplete_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onComplete_1() const { return ___onComplete_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onComplete_1() { return &___onComplete_1; } inline void set_onComplete_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onComplete_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___onComplete_1), (void*)value); } inline static int32_t get_offset_of_canDo_2() { return static_cast(offsetof(CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9, ___canDo_2)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_canDo_2() const { return ___canDo_2; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_canDo_2() { return &___canDo_2; } inline void set_canDo_2(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___canDo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___canDo_2), (void*)value); } }; // BluetoothHelperAndroid/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D : public RuntimeObject { public: // UnityEngine.Events.UnityAction BluetoothHelperAndroid/<>c__DisplayClass1_0::onAllGranted UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onAllGranted_0; // UnityEngine.Events.UnityAction`1 BluetoothHelperAndroid/<>c__DisplayClass1_0::onDenied UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * ___onDenied_1; // System.Collections.Generic.List`1 BluetoothHelperAndroid/<>c__DisplayClass1_0::permissionListB List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___permissionListB_2; public: inline static int32_t get_offset_of_onAllGranted_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D, ___onAllGranted_0)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_onAllGranted_0() const { return ___onAllGranted_0; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_onAllGranted_0() { return &___onAllGranted_0; } inline void set_onAllGranted_0(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___onAllGranted_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAllGranted_0), (void*)value); } inline static int32_t get_offset_of_onDenied_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D, ___onDenied_1)); } inline UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * get_onDenied_1() const { return ___onDenied_1; } inline UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 ** get_address_of_onDenied_1() { return &___onDenied_1; } inline void set_onDenied_1(UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * value) { ___onDenied_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDenied_1), (void*)value); } inline static int32_t get_offset_of_permissionListB_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D, ___permissionListB_2)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_permissionListB_2() const { return ___permissionListB_2; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_permissionListB_2() { return &___permissionListB_2; } inline void set_permissionListB_2(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___permissionListB_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___permissionListB_2), (void*)value); } }; // BluetoothHelperAndroid/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 : public RuntimeObject { public: // System.Collections.Generic.List`1 BluetoothHelperAndroid/<>c__DisplayClass3_0::permissionsNeedRequest List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___permissionsNeedRequest_0; // UnityEngine.Events.UnityAction BluetoothHelperAndroid/<>c__DisplayClass3_0::onAllGranted UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onAllGranted_1; // System.Boolean BluetoothHelperAndroid/<>c__DisplayClass3_0::hasExecuteOnDenied bool ___hasExecuteOnDenied_2; // UnityEngine.Events.UnityAction`1 BluetoothHelperAndroid/<>c__DisplayClass3_0::onDenied UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * ___onDenied_3; public: inline static int32_t get_offset_of_permissionsNeedRequest_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7, ___permissionsNeedRequest_0)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_permissionsNeedRequest_0() const { return ___permissionsNeedRequest_0; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_permissionsNeedRequest_0() { return &___permissionsNeedRequest_0; } inline void set_permissionsNeedRequest_0(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___permissionsNeedRequest_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___permissionsNeedRequest_0), (void*)value); } inline static int32_t get_offset_of_onAllGranted_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7, ___onAllGranted_1)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_onAllGranted_1() const { return ___onAllGranted_1; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_onAllGranted_1() { return &___onAllGranted_1; } inline void set_onAllGranted_1(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___onAllGranted_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAllGranted_1), (void*)value); } inline static int32_t get_offset_of_hasExecuteOnDenied_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7, ___hasExecuteOnDenied_2)); } inline bool get_hasExecuteOnDenied_2() const { return ___hasExecuteOnDenied_2; } inline bool* get_address_of_hasExecuteOnDenied_2() { return &___hasExecuteOnDenied_2; } inline void set_hasExecuteOnDenied_2(bool value) { ___hasExecuteOnDenied_2 = value; } inline static int32_t get_offset_of_onDenied_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7, ___onDenied_3)); } inline UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * get_onDenied_3() const { return ___onDenied_3; } inline UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 ** get_address_of_onDenied_3() { return &___onDenied_3; } inline void set_onDenied_3(UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * value) { ___onDenied_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDenied_3), (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.LinkedList`1/Enumerator struct Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedList`1/Enumerator::_list LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * ____list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1/Enumerator::_node LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 * ____node_1; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.LinkedList`1/Enumerator::_current BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * ____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_t798BE184229895CEBE1EA4E63709DBA660A3460C, ____list_0)); } inline LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * get__list_0() const { return ____list_0; } inline LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 ** get_address_of__list_0() { return &____list_0; } inline void set__list_0(LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____list_0), (void*)value); } inline static int32_t get_offset_of__node_1() { return static_cast(offsetof(Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C, ____node_1)); } inline LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 * get__node_1() const { return ____node_1; } inline LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 ** get_address_of__node_1() { return &____node_1; } inline void set__node_1(LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 * value) { ____node_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____node_1), (void*)value); } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C, ____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_t798BE184229895CEBE1EA4E63709DBA660A3460C, ____current_3)); } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * get__current_3() const { return ____current_3; } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } inline static int32_t get_offset_of__index_4() { return static_cast(offsetof(Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C, ____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_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 * ___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 BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2, ___list_0)); } inline List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 * get_list_0() const { return ___list_0; } inline List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2, ___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_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2, ___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_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2, ___current_3)); } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * get_current_3() const { return ___current_3; } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 * ___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 Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C, ___list_0)); } inline List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 * get_list_0() const { return ___list_0; } inline List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C, ___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_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C, ___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_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C, ___current_3)); } inline Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D * get_current_3() const { return ___current_3; } inline Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D * 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_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * ___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 Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1, ___list_0)); } inline List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * get_list_0() const { return ___list_0; } inline List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1, ___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_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1, ___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_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1, ___current_3)); } inline Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * get_current_3() const { return ___current_3; } inline Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___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 String_t* ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B, ___list_0)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_list_0() const { return ___list_0; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B, ___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_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B, ___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_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B, ___current_3)); } inline String_t* get_current_3() const { return ___current_3; } inline String_t** get_address_of_current_3() { return &___current_3; } inline void set_current_3(String_t* value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // UnityEngine.AndroidJavaClass struct AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 : public AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E { public: public: }; // DragonBones.AnimationData struct AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.UInt32 DragonBones.AnimationData::frameIntOffset uint32_t ___frameIntOffset_5; // System.UInt32 DragonBones.AnimationData::frameFloatOffset uint32_t ___frameFloatOffset_6; // System.UInt32 DragonBones.AnimationData::frameOffset uint32_t ___frameOffset_7; // System.UInt32 DragonBones.AnimationData::frameCount uint32_t ___frameCount_8; // System.UInt32 DragonBones.AnimationData::playTimes uint32_t ___playTimes_9; // System.Single DragonBones.AnimationData::duration float ___duration_10; // System.Single DragonBones.AnimationData::scale float ___scale_11; // System.Single DragonBones.AnimationData::fadeInTime float ___fadeInTime_12; // System.Single DragonBones.AnimationData::cacheFrameRate float ___cacheFrameRate_13; // System.String DragonBones.AnimationData::name String_t* ___name_14; // System.Collections.Generic.List`1 DragonBones.AnimationData::cachedFrames List_1_tD4D2BACE5281B6C85799892C1F12F5F2F81A2DF3 * ___cachedFrames_15; // System.Collections.Generic.Dictionary`2> DragonBones.AnimationData::boneTimelines Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * ___boneTimelines_16; // System.Collections.Generic.Dictionary`2> DragonBones.AnimationData::slotTimelines Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * ___slotTimelines_17; // System.Collections.Generic.Dictionary`2> DragonBones.AnimationData::constraintTimelines Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * ___constraintTimelines_18; // System.Collections.Generic.Dictionary`2> DragonBones.AnimationData::boneCachedFrameIndices Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 * ___boneCachedFrameIndices_19; // System.Collections.Generic.Dictionary`2> DragonBones.AnimationData::slotCachedFrameIndices Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 * ___slotCachedFrameIndices_20; // DragonBones.TimelineData DragonBones.AnimationData::actionTimeline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * ___actionTimeline_21; // DragonBones.TimelineData DragonBones.AnimationData::zOrderTimeline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * ___zOrderTimeline_22; // DragonBones.ArmatureData DragonBones.AnimationData::parent ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * ___parent_23; public: inline static int32_t get_offset_of_frameIntOffset_5() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___frameIntOffset_5)); } inline uint32_t get_frameIntOffset_5() const { return ___frameIntOffset_5; } inline uint32_t* get_address_of_frameIntOffset_5() { return &___frameIntOffset_5; } inline void set_frameIntOffset_5(uint32_t value) { ___frameIntOffset_5 = value; } inline static int32_t get_offset_of_frameFloatOffset_6() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___frameFloatOffset_6)); } inline uint32_t get_frameFloatOffset_6() const { return ___frameFloatOffset_6; } inline uint32_t* get_address_of_frameFloatOffset_6() { return &___frameFloatOffset_6; } inline void set_frameFloatOffset_6(uint32_t value) { ___frameFloatOffset_6 = value; } inline static int32_t get_offset_of_frameOffset_7() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___frameOffset_7)); } inline uint32_t get_frameOffset_7() const { return ___frameOffset_7; } inline uint32_t* get_address_of_frameOffset_7() { return &___frameOffset_7; } inline void set_frameOffset_7(uint32_t value) { ___frameOffset_7 = value; } inline static int32_t get_offset_of_frameCount_8() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___frameCount_8)); } inline uint32_t get_frameCount_8() const { return ___frameCount_8; } inline uint32_t* get_address_of_frameCount_8() { return &___frameCount_8; } inline void set_frameCount_8(uint32_t value) { ___frameCount_8 = value; } inline static int32_t get_offset_of_playTimes_9() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___playTimes_9)); } inline uint32_t get_playTimes_9() const { return ___playTimes_9; } inline uint32_t* get_address_of_playTimes_9() { return &___playTimes_9; } inline void set_playTimes_9(uint32_t value) { ___playTimes_9 = value; } inline static int32_t get_offset_of_duration_10() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___duration_10)); } inline float get_duration_10() const { return ___duration_10; } inline float* get_address_of_duration_10() { return &___duration_10; } inline void set_duration_10(float value) { ___duration_10 = value; } inline static int32_t get_offset_of_scale_11() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___scale_11)); } inline float get_scale_11() const { return ___scale_11; } inline float* get_address_of_scale_11() { return &___scale_11; } inline void set_scale_11(float value) { ___scale_11 = value; } inline static int32_t get_offset_of_fadeInTime_12() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___fadeInTime_12)); } inline float get_fadeInTime_12() const { return ___fadeInTime_12; } inline float* get_address_of_fadeInTime_12() { return &___fadeInTime_12; } inline void set_fadeInTime_12(float value) { ___fadeInTime_12 = value; } inline static int32_t get_offset_of_cacheFrameRate_13() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___cacheFrameRate_13)); } inline float get_cacheFrameRate_13() const { return ___cacheFrameRate_13; } inline float* get_address_of_cacheFrameRate_13() { return &___cacheFrameRate_13; } inline void set_cacheFrameRate_13(float value) { ___cacheFrameRate_13 = value; } inline static int32_t get_offset_of_name_14() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___name_14)); } inline String_t* get_name_14() const { return ___name_14; } inline String_t** get_address_of_name_14() { return &___name_14; } inline void set_name_14(String_t* value) { ___name_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_14), (void*)value); } inline static int32_t get_offset_of_cachedFrames_15() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___cachedFrames_15)); } inline List_1_tD4D2BACE5281B6C85799892C1F12F5F2F81A2DF3 * get_cachedFrames_15() const { return ___cachedFrames_15; } inline List_1_tD4D2BACE5281B6C85799892C1F12F5F2F81A2DF3 ** get_address_of_cachedFrames_15() { return &___cachedFrames_15; } inline void set_cachedFrames_15(List_1_tD4D2BACE5281B6C85799892C1F12F5F2F81A2DF3 * value) { ___cachedFrames_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedFrames_15), (void*)value); } inline static int32_t get_offset_of_boneTimelines_16() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___boneTimelines_16)); } inline Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * get_boneTimelines_16() const { return ___boneTimelines_16; } inline Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD ** get_address_of_boneTimelines_16() { return &___boneTimelines_16; } inline void set_boneTimelines_16(Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * value) { ___boneTimelines_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___boneTimelines_16), (void*)value); } inline static int32_t get_offset_of_slotTimelines_17() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___slotTimelines_17)); } inline Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * get_slotTimelines_17() const { return ___slotTimelines_17; } inline Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD ** get_address_of_slotTimelines_17() { return &___slotTimelines_17; } inline void set_slotTimelines_17(Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * value) { ___slotTimelines_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___slotTimelines_17), (void*)value); } inline static int32_t get_offset_of_constraintTimelines_18() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___constraintTimelines_18)); } inline Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * get_constraintTimelines_18() const { return ___constraintTimelines_18; } inline Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD ** get_address_of_constraintTimelines_18() { return &___constraintTimelines_18; } inline void set_constraintTimelines_18(Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * value) { ___constraintTimelines_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___constraintTimelines_18), (void*)value); } inline static int32_t get_offset_of_boneCachedFrameIndices_19() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___boneCachedFrameIndices_19)); } inline Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 * get_boneCachedFrameIndices_19() const { return ___boneCachedFrameIndices_19; } inline Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 ** get_address_of_boneCachedFrameIndices_19() { return &___boneCachedFrameIndices_19; } inline void set_boneCachedFrameIndices_19(Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 * value) { ___boneCachedFrameIndices_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___boneCachedFrameIndices_19), (void*)value); } inline static int32_t get_offset_of_slotCachedFrameIndices_20() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___slotCachedFrameIndices_20)); } inline Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 * get_slotCachedFrameIndices_20() const { return ___slotCachedFrameIndices_20; } inline Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 ** get_address_of_slotCachedFrameIndices_20() { return &___slotCachedFrameIndices_20; } inline void set_slotCachedFrameIndices_20(Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 * value) { ___slotCachedFrameIndices_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___slotCachedFrameIndices_20), (void*)value); } inline static int32_t get_offset_of_actionTimeline_21() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___actionTimeline_21)); } inline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * get_actionTimeline_21() const { return ___actionTimeline_21; } inline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D ** get_address_of_actionTimeline_21() { return &___actionTimeline_21; } inline void set_actionTimeline_21(TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * value) { ___actionTimeline_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___actionTimeline_21), (void*)value); } inline static int32_t get_offset_of_zOrderTimeline_22() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___zOrderTimeline_22)); } inline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * get_zOrderTimeline_22() const { return ___zOrderTimeline_22; } inline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D ** get_address_of_zOrderTimeline_22() { return &___zOrderTimeline_22; } inline void set_zOrderTimeline_22(TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * value) { ___zOrderTimeline_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___zOrderTimeline_22), (void*)value); } inline static int32_t get_offset_of_parent_23() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___parent_23)); } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * get_parent_23() const { return ___parent_23; } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 ** get_address_of_parent_23() { return &___parent_23; } inline void set_parent_23(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * value) { ___parent_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_23), (void*)value); } }; // DragonBones.AnimationState struct AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Boolean DragonBones.AnimationState::actionEnabled bool ___actionEnabled_5; // System.Boolean DragonBones.AnimationState::additiveBlending bool ___additiveBlending_6; // System.Boolean DragonBones.AnimationState::displayControl bool ___displayControl_7; // System.Boolean DragonBones.AnimationState::resetToPose bool ___resetToPose_8; // System.Int32 DragonBones.AnimationState::playTimes int32_t ___playTimes_9; // System.Int32 DragonBones.AnimationState::layer int32_t ___layer_10; // System.Single DragonBones.AnimationState::timeScale float ___timeScale_11; // System.Single DragonBones.AnimationState::weight float ___weight_12; // System.Single DragonBones.AnimationState::autoFadeOutTime float ___autoFadeOutTime_13; // System.Single DragonBones.AnimationState::fadeTotalTime float ___fadeTotalTime_14; // System.String DragonBones.AnimationState::name String_t* ___name_15; // System.String DragonBones.AnimationState::group String_t* ___group_16; // System.Int32 DragonBones.AnimationState::_timelineDirty int32_t ____timelineDirty_17; // System.Int32 DragonBones.AnimationState::_playheadState int32_t ____playheadState_18; // System.Int32 DragonBones.AnimationState::_fadeState int32_t ____fadeState_19; // System.Int32 DragonBones.AnimationState::_subFadeState int32_t ____subFadeState_20; // System.Single DragonBones.AnimationState::_position float ____position_21; // System.Single DragonBones.AnimationState::_duration float ____duration_22; // System.Single DragonBones.AnimationState::_fadeTime float ____fadeTime_23; // System.Single DragonBones.AnimationState::_time float ____time_24; // System.Single DragonBones.AnimationState::_fadeProgress float ____fadeProgress_25; // System.Single DragonBones.AnimationState::_weightResult float ____weightResult_26; // DragonBones.BlendState DragonBones.AnimationState::_blendState BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * ____blendState_27; // System.Collections.Generic.List`1 DragonBones.AnimationState::_boneMask List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ____boneMask_28; // System.Collections.Generic.List`1 DragonBones.AnimationState::_boneTimelines List_1_tE9D4B1308758B015E7896CFC7B7539E7BA125A52 * ____boneTimelines_29; // System.Collections.Generic.List`1 DragonBones.AnimationState::_slotTimelines List_1_t49E0D36FEF6F7F303A2639D59E5E4BC720E21443 * ____slotTimelines_30; // System.Collections.Generic.List`1 DragonBones.AnimationState::_constraintTimelines List_1_tA9C6A826FF8894E1473AECD79B02D415610E1E0E * ____constraintTimelines_31; // System.Collections.Generic.List`1 DragonBones.AnimationState::_poseTimelines List_1_tB80B48012D1DE98AB4A4278987A96DCDAB63BE17 * ____poseTimelines_32; // System.Collections.Generic.Dictionary`2 DragonBones.AnimationState::_bonePoses Dictionary_2_tF0C151F99B9B255CCACEC634462B2A4E94B81155 * ____bonePoses_33; // DragonBones.AnimationData DragonBones.AnimationState::_animationData AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * ____animationData_34; // DragonBones.Armature DragonBones.AnimationState::_armature Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * ____armature_35; // DragonBones.ActionTimelineState DragonBones.AnimationState::_actionTimeline ActionTimelineState_t79CB33CE53B76625B651EABA221654B4C956AE3B * ____actionTimeline_36; // DragonBones.ZOrderTimelineState DragonBones.AnimationState::_zOrderTimeline ZOrderTimelineState_t2AD5BF4D8D8CDA7B357E37BC7FAF9492F73A24AF * ____zOrderTimeline_37; // DragonBones.AnimationState DragonBones.AnimationState::_parent AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * ____parent_38; public: inline static int32_t get_offset_of_actionEnabled_5() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___actionEnabled_5)); } inline bool get_actionEnabled_5() const { return ___actionEnabled_5; } inline bool* get_address_of_actionEnabled_5() { return &___actionEnabled_5; } inline void set_actionEnabled_5(bool value) { ___actionEnabled_5 = value; } inline static int32_t get_offset_of_additiveBlending_6() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___additiveBlending_6)); } inline bool get_additiveBlending_6() const { return ___additiveBlending_6; } inline bool* get_address_of_additiveBlending_6() { return &___additiveBlending_6; } inline void set_additiveBlending_6(bool value) { ___additiveBlending_6 = value; } inline static int32_t get_offset_of_displayControl_7() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___displayControl_7)); } inline bool get_displayControl_7() const { return ___displayControl_7; } inline bool* get_address_of_displayControl_7() { return &___displayControl_7; } inline void set_displayControl_7(bool value) { ___displayControl_7 = value; } inline static int32_t get_offset_of_resetToPose_8() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___resetToPose_8)); } inline bool get_resetToPose_8() const { return ___resetToPose_8; } inline bool* get_address_of_resetToPose_8() { return &___resetToPose_8; } inline void set_resetToPose_8(bool value) { ___resetToPose_8 = value; } inline static int32_t get_offset_of_playTimes_9() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___playTimes_9)); } inline int32_t get_playTimes_9() const { return ___playTimes_9; } inline int32_t* get_address_of_playTimes_9() { return &___playTimes_9; } inline void set_playTimes_9(int32_t value) { ___playTimes_9 = value; } inline static int32_t get_offset_of_layer_10() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___layer_10)); } inline int32_t get_layer_10() const { return ___layer_10; } inline int32_t* get_address_of_layer_10() { return &___layer_10; } inline void set_layer_10(int32_t value) { ___layer_10 = value; } inline static int32_t get_offset_of_timeScale_11() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___timeScale_11)); } inline float get_timeScale_11() const { return ___timeScale_11; } inline float* get_address_of_timeScale_11() { return &___timeScale_11; } inline void set_timeScale_11(float value) { ___timeScale_11 = value; } inline static int32_t get_offset_of_weight_12() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___weight_12)); } inline float get_weight_12() const { return ___weight_12; } inline float* get_address_of_weight_12() { return &___weight_12; } inline void set_weight_12(float value) { ___weight_12 = value; } inline static int32_t get_offset_of_autoFadeOutTime_13() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___autoFadeOutTime_13)); } inline float get_autoFadeOutTime_13() const { return ___autoFadeOutTime_13; } inline float* get_address_of_autoFadeOutTime_13() { return &___autoFadeOutTime_13; } inline void set_autoFadeOutTime_13(float value) { ___autoFadeOutTime_13 = value; } inline static int32_t get_offset_of_fadeTotalTime_14() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___fadeTotalTime_14)); } inline float get_fadeTotalTime_14() const { return ___fadeTotalTime_14; } inline float* get_address_of_fadeTotalTime_14() { return &___fadeTotalTime_14; } inline void set_fadeTotalTime_14(float value) { ___fadeTotalTime_14 = value; } inline static int32_t get_offset_of_name_15() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___name_15)); } inline String_t* get_name_15() const { return ___name_15; } inline String_t** get_address_of_name_15() { return &___name_15; } inline void set_name_15(String_t* value) { ___name_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_15), (void*)value); } inline static int32_t get_offset_of_group_16() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___group_16)); } inline String_t* get_group_16() const { return ___group_16; } inline String_t** get_address_of_group_16() { return &___group_16; } inline void set_group_16(String_t* value) { ___group_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___group_16), (void*)value); } inline static int32_t get_offset_of__timelineDirty_17() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____timelineDirty_17)); } inline int32_t get__timelineDirty_17() const { return ____timelineDirty_17; } inline int32_t* get_address_of__timelineDirty_17() { return &____timelineDirty_17; } inline void set__timelineDirty_17(int32_t value) { ____timelineDirty_17 = value; } inline static int32_t get_offset_of__playheadState_18() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____playheadState_18)); } inline int32_t get__playheadState_18() const { return ____playheadState_18; } inline int32_t* get_address_of__playheadState_18() { return &____playheadState_18; } inline void set__playheadState_18(int32_t value) { ____playheadState_18 = value; } inline static int32_t get_offset_of__fadeState_19() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____fadeState_19)); } inline int32_t get__fadeState_19() const { return ____fadeState_19; } inline int32_t* get_address_of__fadeState_19() { return &____fadeState_19; } inline void set__fadeState_19(int32_t value) { ____fadeState_19 = value; } inline static int32_t get_offset_of__subFadeState_20() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____subFadeState_20)); } inline int32_t get__subFadeState_20() const { return ____subFadeState_20; } inline int32_t* get_address_of__subFadeState_20() { return &____subFadeState_20; } inline void set__subFadeState_20(int32_t value) { ____subFadeState_20 = value; } inline static int32_t get_offset_of__position_21() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____position_21)); } inline float get__position_21() const { return ____position_21; } inline float* get_address_of__position_21() { return &____position_21; } inline void set__position_21(float value) { ____position_21 = value; } inline static int32_t get_offset_of__duration_22() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____duration_22)); } inline float get__duration_22() const { return ____duration_22; } inline float* get_address_of__duration_22() { return &____duration_22; } inline void set__duration_22(float value) { ____duration_22 = value; } inline static int32_t get_offset_of__fadeTime_23() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____fadeTime_23)); } inline float get__fadeTime_23() const { return ____fadeTime_23; } inline float* get_address_of__fadeTime_23() { return &____fadeTime_23; } inline void set__fadeTime_23(float value) { ____fadeTime_23 = value; } inline static int32_t get_offset_of__time_24() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____time_24)); } inline float get__time_24() const { return ____time_24; } inline float* get_address_of__time_24() { return &____time_24; } inline void set__time_24(float value) { ____time_24 = value; } inline static int32_t get_offset_of__fadeProgress_25() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____fadeProgress_25)); } inline float get__fadeProgress_25() const { return ____fadeProgress_25; } inline float* get_address_of__fadeProgress_25() { return &____fadeProgress_25; } inline void set__fadeProgress_25(float value) { ____fadeProgress_25 = value; } inline static int32_t get_offset_of__weightResult_26() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____weightResult_26)); } inline float get__weightResult_26() const { return ____weightResult_26; } inline float* get_address_of__weightResult_26() { return &____weightResult_26; } inline void set__weightResult_26(float value) { ____weightResult_26 = value; } inline static int32_t get_offset_of__blendState_27() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____blendState_27)); } inline BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * get__blendState_27() const { return ____blendState_27; } inline BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE ** get_address_of__blendState_27() { return &____blendState_27; } inline void set__blendState_27(BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * value) { ____blendState_27 = value; Il2CppCodeGenWriteBarrier((void**)(&____blendState_27), (void*)value); } inline static int32_t get_offset_of__boneMask_28() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____boneMask_28)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get__boneMask_28() const { return ____boneMask_28; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of__boneMask_28() { return &____boneMask_28; } inline void set__boneMask_28(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ____boneMask_28 = value; Il2CppCodeGenWriteBarrier((void**)(&____boneMask_28), (void*)value); } inline static int32_t get_offset_of__boneTimelines_29() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____boneTimelines_29)); } inline List_1_tE9D4B1308758B015E7896CFC7B7539E7BA125A52 * get__boneTimelines_29() const { return ____boneTimelines_29; } inline List_1_tE9D4B1308758B015E7896CFC7B7539E7BA125A52 ** get_address_of__boneTimelines_29() { return &____boneTimelines_29; } inline void set__boneTimelines_29(List_1_tE9D4B1308758B015E7896CFC7B7539E7BA125A52 * value) { ____boneTimelines_29 = value; Il2CppCodeGenWriteBarrier((void**)(&____boneTimelines_29), (void*)value); } inline static int32_t get_offset_of__slotTimelines_30() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____slotTimelines_30)); } inline List_1_t49E0D36FEF6F7F303A2639D59E5E4BC720E21443 * get__slotTimelines_30() const { return ____slotTimelines_30; } inline List_1_t49E0D36FEF6F7F303A2639D59E5E4BC720E21443 ** get_address_of__slotTimelines_30() { return &____slotTimelines_30; } inline void set__slotTimelines_30(List_1_t49E0D36FEF6F7F303A2639D59E5E4BC720E21443 * value) { ____slotTimelines_30 = value; Il2CppCodeGenWriteBarrier((void**)(&____slotTimelines_30), (void*)value); } inline static int32_t get_offset_of__constraintTimelines_31() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____constraintTimelines_31)); } inline List_1_tA9C6A826FF8894E1473AECD79B02D415610E1E0E * get__constraintTimelines_31() const { return ____constraintTimelines_31; } inline List_1_tA9C6A826FF8894E1473AECD79B02D415610E1E0E ** get_address_of__constraintTimelines_31() { return &____constraintTimelines_31; } inline void set__constraintTimelines_31(List_1_tA9C6A826FF8894E1473AECD79B02D415610E1E0E * value) { ____constraintTimelines_31 = value; Il2CppCodeGenWriteBarrier((void**)(&____constraintTimelines_31), (void*)value); } inline static int32_t get_offset_of__poseTimelines_32() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____poseTimelines_32)); } inline List_1_tB80B48012D1DE98AB4A4278987A96DCDAB63BE17 * get__poseTimelines_32() const { return ____poseTimelines_32; } inline List_1_tB80B48012D1DE98AB4A4278987A96DCDAB63BE17 ** get_address_of__poseTimelines_32() { return &____poseTimelines_32; } inline void set__poseTimelines_32(List_1_tB80B48012D1DE98AB4A4278987A96DCDAB63BE17 * value) { ____poseTimelines_32 = value; Il2CppCodeGenWriteBarrier((void**)(&____poseTimelines_32), (void*)value); } inline static int32_t get_offset_of__bonePoses_33() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____bonePoses_33)); } inline Dictionary_2_tF0C151F99B9B255CCACEC634462B2A4E94B81155 * get__bonePoses_33() const { return ____bonePoses_33; } inline Dictionary_2_tF0C151F99B9B255CCACEC634462B2A4E94B81155 ** get_address_of__bonePoses_33() { return &____bonePoses_33; } inline void set__bonePoses_33(Dictionary_2_tF0C151F99B9B255CCACEC634462B2A4E94B81155 * value) { ____bonePoses_33 = value; Il2CppCodeGenWriteBarrier((void**)(&____bonePoses_33), (void*)value); } inline static int32_t get_offset_of__animationData_34() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____animationData_34)); } inline AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * get__animationData_34() const { return ____animationData_34; } inline AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 ** get_address_of__animationData_34() { return &____animationData_34; } inline void set__animationData_34(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * value) { ____animationData_34 = value; Il2CppCodeGenWriteBarrier((void**)(&____animationData_34), (void*)value); } inline static int32_t get_offset_of__armature_35() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____armature_35)); } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * get__armature_35() const { return ____armature_35; } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD ** get_address_of__armature_35() { return &____armature_35; } inline void set__armature_35(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * value) { ____armature_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____armature_35), (void*)value); } inline static int32_t get_offset_of__actionTimeline_36() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____actionTimeline_36)); } inline ActionTimelineState_t79CB33CE53B76625B651EABA221654B4C956AE3B * get__actionTimeline_36() const { return ____actionTimeline_36; } inline ActionTimelineState_t79CB33CE53B76625B651EABA221654B4C956AE3B ** get_address_of__actionTimeline_36() { return &____actionTimeline_36; } inline void set__actionTimeline_36(ActionTimelineState_t79CB33CE53B76625B651EABA221654B4C956AE3B * value) { ____actionTimeline_36 = value; Il2CppCodeGenWriteBarrier((void**)(&____actionTimeline_36), (void*)value); } inline static int32_t get_offset_of__zOrderTimeline_37() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____zOrderTimeline_37)); } inline ZOrderTimelineState_t2AD5BF4D8D8CDA7B357E37BC7FAF9492F73A24AF * get__zOrderTimeline_37() const { return ____zOrderTimeline_37; } inline ZOrderTimelineState_t2AD5BF4D8D8CDA7B357E37BC7FAF9492F73A24AF ** get_address_of__zOrderTimeline_37() { return &____zOrderTimeline_37; } inline void set__zOrderTimeline_37(ZOrderTimelineState_t2AD5BF4D8D8CDA7B357E37BC7FAF9492F73A24AF * value) { ____zOrderTimeline_37 = value; Il2CppCodeGenWriteBarrier((void**)(&____zOrderTimeline_37), (void*)value); } inline static int32_t get_offset_of__parent_38() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____parent_38)); } inline AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * get__parent_38() const { return ____parent_38; } inline AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E ** get_address_of__parent_38() { return &____parent_38; } inline void set__parent_38(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * value) { ____parent_38 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_38), (void*)value); } }; // DragonBones.Armature struct Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Boolean DragonBones.Armature::inheritAnimation bool ___inheritAnimation_5; // System.Object DragonBones.Armature::userData RuntimeObject * ___userData_6; // System.Boolean DragonBones.Armature::_lockUpdate bool ____lockUpdate_7; // System.Boolean DragonBones.Armature::_slotsDirty bool ____slotsDirty_8; // System.Boolean DragonBones.Armature::_zOrderDirty bool ____zOrderDirty_9; // System.Boolean DragonBones.Armature::_flipX bool ____flipX_10; // System.Boolean DragonBones.Armature::_flipY bool ____flipY_11; // System.Int32 DragonBones.Armature::_cacheFrameIndex int32_t ____cacheFrameIndex_12; // System.Collections.Generic.List`1 DragonBones.Armature::_bones List_1_tF1E43011AB0614B670EB6F2FD37F6D93F021532A * ____bones_13; // System.Collections.Generic.List`1 DragonBones.Armature::_slots List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * ____slots_14; // System.Collections.Generic.List`1 DragonBones.Armature::_constraints List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 * ____constraints_15; // System.Collections.Generic.List`1 DragonBones.Armature::_actions List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA * ____actions_16; // DragonBones.ArmatureData DragonBones.Armature::_armatureData ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * ____armatureData_17; // DragonBones.AnimationDB DragonBones.Armature::_animation AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A * ____animation_18; // DragonBones.IArmatureProxy DragonBones.Armature::_proxy RuntimeObject* ____proxy_19; // System.Object DragonBones.Armature::_display RuntimeObject * ____display_20; // DragonBones.TextureAtlasData DragonBones.Armature::_replaceTextureAtlasData TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 * ____replaceTextureAtlasData_21; // System.Object DragonBones.Armature::_replacedTexture RuntimeObject * ____replacedTexture_22; // DragonBones.DragonBones DragonBones.Armature::_dragonBones DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D * ____dragonBones_23; // DragonBones.WorldClock DragonBones.Armature::_clock WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * ____clock_24; // DragonBones.Slot DragonBones.Armature::_parent Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * ____parent_25; public: inline static int32_t get_offset_of_inheritAnimation_5() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ___inheritAnimation_5)); } inline bool get_inheritAnimation_5() const { return ___inheritAnimation_5; } inline bool* get_address_of_inheritAnimation_5() { return &___inheritAnimation_5; } inline void set_inheritAnimation_5(bool value) { ___inheritAnimation_5 = value; } inline static int32_t get_offset_of_userData_6() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ___userData_6)); } inline RuntimeObject * get_userData_6() const { return ___userData_6; } inline RuntimeObject ** get_address_of_userData_6() { return &___userData_6; } inline void set_userData_6(RuntimeObject * value) { ___userData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___userData_6), (void*)value); } inline static int32_t get_offset_of__lockUpdate_7() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____lockUpdate_7)); } inline bool get__lockUpdate_7() const { return ____lockUpdate_7; } inline bool* get_address_of__lockUpdate_7() { return &____lockUpdate_7; } inline void set__lockUpdate_7(bool value) { ____lockUpdate_7 = value; } inline static int32_t get_offset_of__slotsDirty_8() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____slotsDirty_8)); } inline bool get__slotsDirty_8() const { return ____slotsDirty_8; } inline bool* get_address_of__slotsDirty_8() { return &____slotsDirty_8; } inline void set__slotsDirty_8(bool value) { ____slotsDirty_8 = value; } inline static int32_t get_offset_of__zOrderDirty_9() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____zOrderDirty_9)); } inline bool get__zOrderDirty_9() const { return ____zOrderDirty_9; } inline bool* get_address_of__zOrderDirty_9() { return &____zOrderDirty_9; } inline void set__zOrderDirty_9(bool value) { ____zOrderDirty_9 = value; } inline static int32_t get_offset_of__flipX_10() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____flipX_10)); } inline bool get__flipX_10() const { return ____flipX_10; } inline bool* get_address_of__flipX_10() { return &____flipX_10; } inline void set__flipX_10(bool value) { ____flipX_10 = value; } inline static int32_t get_offset_of__flipY_11() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____flipY_11)); } inline bool get__flipY_11() const { return ____flipY_11; } inline bool* get_address_of__flipY_11() { return &____flipY_11; } inline void set__flipY_11(bool value) { ____flipY_11 = value; } inline static int32_t get_offset_of__cacheFrameIndex_12() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____cacheFrameIndex_12)); } inline int32_t get__cacheFrameIndex_12() const { return ____cacheFrameIndex_12; } inline int32_t* get_address_of__cacheFrameIndex_12() { return &____cacheFrameIndex_12; } inline void set__cacheFrameIndex_12(int32_t value) { ____cacheFrameIndex_12 = value; } inline static int32_t get_offset_of__bones_13() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____bones_13)); } inline List_1_tF1E43011AB0614B670EB6F2FD37F6D93F021532A * get__bones_13() const { return ____bones_13; } inline List_1_tF1E43011AB0614B670EB6F2FD37F6D93F021532A ** get_address_of__bones_13() { return &____bones_13; } inline void set__bones_13(List_1_tF1E43011AB0614B670EB6F2FD37F6D93F021532A * value) { ____bones_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____bones_13), (void*)value); } inline static int32_t get_offset_of__slots_14() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____slots_14)); } inline List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * get__slots_14() const { return ____slots_14; } inline List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 ** get_address_of__slots_14() { return &____slots_14; } inline void set__slots_14(List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * value) { ____slots_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_14), (void*)value); } inline static int32_t get_offset_of__constraints_15() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____constraints_15)); } inline List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 * get__constraints_15() const { return ____constraints_15; } inline List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 ** get_address_of__constraints_15() { return &____constraints_15; } inline void set__constraints_15(List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 * value) { ____constraints_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____constraints_15), (void*)value); } inline static int32_t get_offset_of__actions_16() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____actions_16)); } inline List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA * get__actions_16() const { return ____actions_16; } inline List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA ** get_address_of__actions_16() { return &____actions_16; } inline void set__actions_16(List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA * value) { ____actions_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____actions_16), (void*)value); } inline static int32_t get_offset_of__armatureData_17() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____armatureData_17)); } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * get__armatureData_17() const { return ____armatureData_17; } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 ** get_address_of__armatureData_17() { return &____armatureData_17; } inline void set__armatureData_17(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * value) { ____armatureData_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____armatureData_17), (void*)value); } inline static int32_t get_offset_of__animation_18() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____animation_18)); } inline AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A * get__animation_18() const { return ____animation_18; } inline AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A ** get_address_of__animation_18() { return &____animation_18; } inline void set__animation_18(AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A * value) { ____animation_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____animation_18), (void*)value); } inline static int32_t get_offset_of__proxy_19() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____proxy_19)); } inline RuntimeObject* get__proxy_19() const { return ____proxy_19; } inline RuntimeObject** get_address_of__proxy_19() { return &____proxy_19; } inline void set__proxy_19(RuntimeObject* value) { ____proxy_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____proxy_19), (void*)value); } inline static int32_t get_offset_of__display_20() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____display_20)); } inline RuntimeObject * get__display_20() const { return ____display_20; } inline RuntimeObject ** get_address_of__display_20() { return &____display_20; } inline void set__display_20(RuntimeObject * value) { ____display_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____display_20), (void*)value); } inline static int32_t get_offset_of__replaceTextureAtlasData_21() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____replaceTextureAtlasData_21)); } inline TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 * get__replaceTextureAtlasData_21() const { return ____replaceTextureAtlasData_21; } inline TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 ** get_address_of__replaceTextureAtlasData_21() { return &____replaceTextureAtlasData_21; } inline void set__replaceTextureAtlasData_21(TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 * value) { ____replaceTextureAtlasData_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____replaceTextureAtlasData_21), (void*)value); } inline static int32_t get_offset_of__replacedTexture_22() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____replacedTexture_22)); } inline RuntimeObject * get__replacedTexture_22() const { return ____replacedTexture_22; } inline RuntimeObject ** get_address_of__replacedTexture_22() { return &____replacedTexture_22; } inline void set__replacedTexture_22(RuntimeObject * value) { ____replacedTexture_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____replacedTexture_22), (void*)value); } inline static int32_t get_offset_of__dragonBones_23() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____dragonBones_23)); } inline DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D * get__dragonBones_23() const { return ____dragonBones_23; } inline DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D ** get_address_of__dragonBones_23() { return &____dragonBones_23; } inline void set__dragonBones_23(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D * value) { ____dragonBones_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____dragonBones_23), (void*)value); } inline static int32_t get_offset_of__clock_24() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____clock_24)); } inline WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * get__clock_24() const { return ____clock_24; } inline WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 ** get_address_of__clock_24() { return &____clock_24; } inline void set__clock_24(WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * value) { ____clock_24 = value; Il2CppCodeGenWriteBarrier((void**)(&____clock_24), (void*)value); } inline static int32_t get_offset_of__parent_25() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____parent_25)); } inline Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * get__parent_25() const { return ____parent_25; } inline Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE ** get_address_of__parent_25() { return &____parent_25; } inline void set__parent_25(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * value) { ____parent_25 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_25), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // BleDebugClient struct BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252 : public JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB { public: public: }; // DragonBones.BoneData struct BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Boolean DragonBones.BoneData::inheritTranslation bool ___inheritTranslation_5; // System.Boolean DragonBones.BoneData::inheritRotation bool ___inheritRotation_6; // System.Boolean DragonBones.BoneData::inheritScale bool ___inheritScale_7; // System.Boolean DragonBones.BoneData::inheritReflection bool ___inheritReflection_8; // System.Single DragonBones.BoneData::length float ___length_9; // System.String DragonBones.BoneData::name String_t* ___name_10; // DragonBones.TransformDB DragonBones.BoneData::transform TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___transform_11; // DragonBones.UserData DragonBones.BoneData::userData UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * ___userData_12; // DragonBones.BoneData DragonBones.BoneData::parent BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * ___parent_13; public: inline static int32_t get_offset_of_inheritTranslation_5() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___inheritTranslation_5)); } inline bool get_inheritTranslation_5() const { return ___inheritTranslation_5; } inline bool* get_address_of_inheritTranslation_5() { return &___inheritTranslation_5; } inline void set_inheritTranslation_5(bool value) { ___inheritTranslation_5 = value; } inline static int32_t get_offset_of_inheritRotation_6() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___inheritRotation_6)); } inline bool get_inheritRotation_6() const { return ___inheritRotation_6; } inline bool* get_address_of_inheritRotation_6() { return &___inheritRotation_6; } inline void set_inheritRotation_6(bool value) { ___inheritRotation_6 = value; } inline static int32_t get_offset_of_inheritScale_7() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___inheritScale_7)); } inline bool get_inheritScale_7() const { return ___inheritScale_7; } inline bool* get_address_of_inheritScale_7() { return &___inheritScale_7; } inline void set_inheritScale_7(bool value) { ___inheritScale_7 = value; } inline static int32_t get_offset_of_inheritReflection_8() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___inheritReflection_8)); } inline bool get_inheritReflection_8() const { return ___inheritReflection_8; } inline bool* get_address_of_inheritReflection_8() { return &___inheritReflection_8; } inline void set_inheritReflection_8(bool value) { ___inheritReflection_8 = value; } inline static int32_t get_offset_of_length_9() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___length_9)); } inline float get_length_9() const { return ___length_9; } inline float* get_address_of_length_9() { return &___length_9; } inline void set_length_9(float value) { ___length_9 = value; } inline static int32_t get_offset_of_name_10() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___name_10)); } inline String_t* get_name_10() const { return ___name_10; } inline String_t** get_address_of_name_10() { return &___name_10; } inline void set_name_10(String_t* value) { ___name_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_10), (void*)value); } inline static int32_t get_offset_of_transform_11() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___transform_11)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_transform_11() const { return ___transform_11; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_transform_11() { return &___transform_11; } inline void set_transform_11(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___transform_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___transform_11), (void*)value); } inline static int32_t get_offset_of_userData_12() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___userData_12)); } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * get_userData_12() const { return ___userData_12; } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A ** get_address_of_userData_12() { return &___userData_12; } inline void set_userData_12(UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * value) { ___userData_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___userData_12), (void*)value); } inline static int32_t get_offset_of_parent_13() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___parent_13)); } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * get_parent_13() const { return ___parent_13; } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 ** get_address_of_parent_13() { return &___parent_13; } inline void set_parent_13(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * value) { ___parent_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_13), (void*)value); } }; // DragonBones.BonePose struct BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // DragonBones.TransformDB DragonBones.BonePose::current TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___current_5; // DragonBones.TransformDB DragonBones.BonePose::delta TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___delta_6; // DragonBones.TransformDB DragonBones.BonePose::result TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___result_7; public: inline static int32_t get_offset_of_current_5() { return static_cast(offsetof(BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60, ___current_5)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_current_5() const { return ___current_5; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_current_5() { return &___current_5; } inline void set_current_5(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___current_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_5), (void*)value); } inline static int32_t get_offset_of_delta_6() { return static_cast(offsetof(BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60, ___delta_6)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_delta_6() const { return ___delta_6; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_delta_6() { return &___delta_6; } inline void set_delta_6(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___delta_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___delta_6), (void*)value); } inline static int32_t get_offset_of_result_7() { return static_cast(offsetof(BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60, ___result_7)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_result_7() const { return ___result_7; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_result_7() { return &___result_7; } inline void set_result_7(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___result_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___result_7), (void*)value); } }; // 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); } }; // BestHTTP.Extensions.BufferStore struct BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491 { public: // System.Int64 BestHTTP.Extensions.BufferStore::Size int64_t ___Size_0; // System.Collections.Generic.List`1 BestHTTP.Extensions.BufferStore::buffers List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * ___buffers_1; public: inline static int32_t get_offset_of_Size_0() { return static_cast(offsetof(BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491, ___Size_0)); } inline int64_t get_Size_0() const { return ___Size_0; } inline int64_t* get_address_of_Size_0() { return &___Size_0; } inline void set_Size_0(int64_t value) { ___Size_0 = value; } inline static int32_t get_offset_of_buffers_1() { return static_cast(offsetof(BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491, ___buffers_1)); } inline List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * get_buffers_1() const { return ___buffers_1; } inline List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 ** get_address_of_buffers_1() { return &___buffers_1; } inline void set_buffers_1(List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * value) { ___buffers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffers_1), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.Extensions.BufferStore struct BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshaled_pinvoke { int64_t ___Size_0; List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * ___buffers_1; }; // Native definition for COM marshalling of BestHTTP.Extensions.BufferStore struct BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshaled_com { int64_t ___Size_0; List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * ___buffers_1; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher struct BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B : public BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::cipher RuntimeObject* ___cipher_1; public: inline static int32_t get_offset_of_cipher_1() { return static_cast(offsetof(BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B, ___cipher_1)); } inline RuntimeObject* get_cipher_1() const { return ___cipher_1; } inline RuntimeObject** get_address_of_cipher_1() { return &___cipher_1; } inline void set_cipher_1(RuntimeObject* value) { ___cipher_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher struct BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 : public BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::cipher RuntimeObject* ___cipher_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::bufOff int32_t ___bufOff_3; public: inline static int32_t get_offset_of_cipher_1() { return static_cast(offsetof(BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296, ___cipher_1)); } inline RuntimeObject* get_cipher_1() const { return ___cipher_1; } inline RuntimeObject** get_address_of_cipher_1() { return &___cipher_1; } inline void set_cipher_1(RuntimeObject* value) { ___cipher_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_1), (void*)value); } inline static int32_t get_offset_of_buffer_2() { return static_cast(offsetof(BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296, ___buffer_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_2() const { return ___buffer_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_2() { return &___buffer_2; } inline void set_buffer_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_2), (void*)value); } inline static int32_t get_offset_of_bufOff_3() { return static_cast(offsetof(BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296, ___bufOff_3)); } inline int32_t get_bufOff_3() const { return ___bufOff_3; } inline int32_t* get_address_of_bufOff_3() { return &___bufOff_3; } inline void set_bufOff_3(int32_t value) { ___bufOff_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher struct BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB : public BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::bufOff int32_t ___bufOff_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::forEncryption bool ___forEncryption_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::cipher RuntimeObject* ___cipher_4; public: inline static int32_t get_offset_of_buf_1() { return static_cast(offsetof(BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB, ___buf_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_1() const { return ___buf_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_1() { return &___buf_1; } inline void set_buf_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_1), (void*)value); } inline static int32_t get_offset_of_bufOff_2() { return static_cast(offsetof(BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB, ___bufOff_2)); } inline int32_t get_bufOff_2() const { return ___bufOff_2; } inline int32_t* get_address_of_bufOff_2() { return &___bufOff_2; } inline void set_bufOff_2(int32_t value) { ___bufOff_2 = value; } inline static int32_t get_offset_of_forEncryption_3() { return static_cast(offsetof(BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB, ___forEncryption_3)); } inline bool get_forEncryption_3() const { return ___forEncryption_3; } inline bool* get_address_of_forEncryption_3() { return &___forEncryption_3; } inline void set_forEncryption_3(bool value) { ___forEncryption_3 = value; } inline static int32_t get_offset_of_cipher_4() { return static_cast(offsetof(BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB, ___cipher_4)); } inline RuntimeObject* get_cipher_4() const { return ___cipher_4; } inline RuntimeObject** get_address_of_cipher_4() { return &___cipher_4; } inline void set_cipher_4(RuntimeObject* value) { ___cipher_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_4), (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; } }; // DragonBones.Constraint struct Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // DragonBones.ConstraintData DragonBones.Constraint::_constraintData ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3 * ____constraintData_8; // DragonBones.Armature DragonBones.Constraint::_armature Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * ____armature_9; // DragonBones.Bone DragonBones.Constraint::_target Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * ____target_10; // DragonBones.Bone DragonBones.Constraint::_root Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * ____root_11; // DragonBones.Bone DragonBones.Constraint::_bone Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * ____bone_12; public: inline static int32_t get_offset_of__constraintData_8() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D, ____constraintData_8)); } inline ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3 * get__constraintData_8() const { return ____constraintData_8; } inline ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3 ** get_address_of__constraintData_8() { return &____constraintData_8; } inline void set__constraintData_8(ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3 * value) { ____constraintData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____constraintData_8), (void*)value); } inline static int32_t get_offset_of__armature_9() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D, ____armature_9)); } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * get__armature_9() const { return ____armature_9; } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD ** get_address_of__armature_9() { return &____armature_9; } inline void set__armature_9(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * value) { ____armature_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____armature_9), (void*)value); } inline static int32_t get_offset_of__target_10() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D, ____target_10)); } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * get__target_10() const { return ____target_10; } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 ** get_address_of__target_10() { return &____target_10; } inline void set__target_10(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * value) { ____target_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____target_10), (void*)value); } inline static int32_t get_offset_of__root_11() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D, ____root_11)); } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * get__root_11() const { return ____root_11; } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 ** get_address_of__root_11() { return &____root_11; } inline void set__root_11(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * value) { ____root_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____root_11), (void*)value); } inline static int32_t get_offset_of__bone_12() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D, ____bone_12)); } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * get__bone_12() const { return ____bone_12; } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 ** get_address_of__bone_12() { return &____bone_12; } inline void set__bone_12(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * value) { ____bone_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____bone_12), (void*)value); } }; struct Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D_StaticFields { public: // DragonBones.Matrix DragonBones.Constraint::_helpMatrix Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * ____helpMatrix_5; // DragonBones.TransformDB DragonBones.Constraint::_helpTransform TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ____helpTransform_6; // DragonBones.Point DragonBones.Constraint::_helpPoint Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * ____helpPoint_7; public: inline static int32_t get_offset_of__helpMatrix_5() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D_StaticFields, ____helpMatrix_5)); } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * get__helpMatrix_5() const { return ____helpMatrix_5; } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 ** get_address_of__helpMatrix_5() { return &____helpMatrix_5; } inline void set__helpMatrix_5(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * value) { ____helpMatrix_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpMatrix_5), (void*)value); } inline static int32_t get_offset_of__helpTransform_6() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D_StaticFields, ____helpTransform_6)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get__helpTransform_6() const { return ____helpTransform_6; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of__helpTransform_6() { return &____helpTransform_6; } inline void set__helpTransform_6(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ____helpTransform_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpTransform_6), (void*)value); } inline static int32_t get_offset_of__helpPoint_7() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D_StaticFields, ____helpPoint_7)); } inline Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * get__helpPoint_7() const { return ____helpPoint_7; } inline Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D ** get_address_of__helpPoint_7() { return &____helpPoint_7; } inline void set__helpPoint_7(Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * value) { ____helpPoint_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpPoint_7), (void*)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; } }; // DragonBones.DragonBonesData struct DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Boolean DragonBones.DragonBonesData::autoSearch bool ___autoSearch_5; // System.UInt32 DragonBones.DragonBonesData::frameRate uint32_t ___frameRate_6; // System.String DragonBones.DragonBonesData::version String_t* ___version_7; // System.String DragonBones.DragonBonesData::name String_t* ___name_8; // DragonBones.ArmatureData DragonBones.DragonBonesData::stage ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * ___stage_9; // System.Collections.Generic.List`1 DragonBones.DragonBonesData::frameIndices List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * ___frameIndices_10; // System.Collections.Generic.List`1 DragonBones.DragonBonesData::cachedFrames List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * ___cachedFrames_11; // System.Collections.Generic.List`1 DragonBones.DragonBonesData::armatureNames List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___armatureNames_12; // System.Collections.Generic.Dictionary`2 DragonBones.DragonBonesData::armatures Dictionary_2_tDE1849D7E67BFF624AFCB09A93BE238548E44290 * ___armatures_13; // System.Byte[] DragonBones.DragonBonesData::binary ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___binary_14; // System.Int16[] DragonBones.DragonBonesData::intArray Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___intArray_15; // System.Single[] DragonBones.DragonBonesData::floatArray SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___floatArray_16; // System.Int16[] DragonBones.DragonBonesData::frameIntArray Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___frameIntArray_17; // System.Single[] DragonBones.DragonBonesData::frameFloatArray SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___frameFloatArray_18; // System.Int16[] DragonBones.DragonBonesData::frameArray Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___frameArray_19; // System.UInt16[] DragonBones.DragonBonesData::timelineArray UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___timelineArray_20; // DragonBones.UserData DragonBones.DragonBonesData::userData UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * ___userData_21; public: inline static int32_t get_offset_of_autoSearch_5() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___autoSearch_5)); } inline bool get_autoSearch_5() const { return ___autoSearch_5; } inline bool* get_address_of_autoSearch_5() { return &___autoSearch_5; } inline void set_autoSearch_5(bool value) { ___autoSearch_5 = value; } inline static int32_t get_offset_of_frameRate_6() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___frameRate_6)); } inline uint32_t get_frameRate_6() const { return ___frameRate_6; } inline uint32_t* get_address_of_frameRate_6() { return &___frameRate_6; } inline void set_frameRate_6(uint32_t value) { ___frameRate_6 = value; } inline static int32_t get_offset_of_version_7() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___version_7)); } inline String_t* get_version_7() const { return ___version_7; } inline String_t** get_address_of_version_7() { return &___version_7; } inline void set_version_7(String_t* value) { ___version_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_7), (void*)value); } inline static int32_t get_offset_of_name_8() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___name_8)); } inline String_t* get_name_8() const { return ___name_8; } inline String_t** get_address_of_name_8() { return &___name_8; } inline void set_name_8(String_t* value) { ___name_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_8), (void*)value); } inline static int32_t get_offset_of_stage_9() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___stage_9)); } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * get_stage_9() const { return ___stage_9; } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 ** get_address_of_stage_9() { return &___stage_9; } inline void set_stage_9(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * value) { ___stage_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___stage_9), (void*)value); } inline static int32_t get_offset_of_frameIndices_10() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___frameIndices_10)); } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * get_frameIndices_10() const { return ___frameIndices_10; } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 ** get_address_of_frameIndices_10() { return &___frameIndices_10; } inline void set_frameIndices_10(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * value) { ___frameIndices_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameIndices_10), (void*)value); } inline static int32_t get_offset_of_cachedFrames_11() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___cachedFrames_11)); } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * get_cachedFrames_11() const { return ___cachedFrames_11; } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA ** get_address_of_cachedFrames_11() { return &___cachedFrames_11; } inline void set_cachedFrames_11(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * value) { ___cachedFrames_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedFrames_11), (void*)value); } inline static int32_t get_offset_of_armatureNames_12() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___armatureNames_12)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_armatureNames_12() const { return ___armatureNames_12; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_armatureNames_12() { return &___armatureNames_12; } inline void set_armatureNames_12(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___armatureNames_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___armatureNames_12), (void*)value); } inline static int32_t get_offset_of_armatures_13() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___armatures_13)); } inline Dictionary_2_tDE1849D7E67BFF624AFCB09A93BE238548E44290 * get_armatures_13() const { return ___armatures_13; } inline Dictionary_2_tDE1849D7E67BFF624AFCB09A93BE238548E44290 ** get_address_of_armatures_13() { return &___armatures_13; } inline void set_armatures_13(Dictionary_2_tDE1849D7E67BFF624AFCB09A93BE238548E44290 * value) { ___armatures_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___armatures_13), (void*)value); } inline static int32_t get_offset_of_binary_14() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___binary_14)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_binary_14() const { return ___binary_14; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_binary_14() { return &___binary_14; } inline void set_binary_14(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___binary_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___binary_14), (void*)value); } inline static int32_t get_offset_of_intArray_15() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___intArray_15)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_intArray_15() const { return ___intArray_15; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_intArray_15() { return &___intArray_15; } inline void set_intArray_15(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___intArray_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___intArray_15), (void*)value); } inline static int32_t get_offset_of_floatArray_16() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___floatArray_16)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_floatArray_16() const { return ___floatArray_16; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_floatArray_16() { return &___floatArray_16; } inline void set_floatArray_16(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___floatArray_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___floatArray_16), (void*)value); } inline static int32_t get_offset_of_frameIntArray_17() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___frameIntArray_17)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_frameIntArray_17() const { return ___frameIntArray_17; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_frameIntArray_17() { return &___frameIntArray_17; } inline void set_frameIntArray_17(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___frameIntArray_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameIntArray_17), (void*)value); } inline static int32_t get_offset_of_frameFloatArray_18() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___frameFloatArray_18)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_frameFloatArray_18() const { return ___frameFloatArray_18; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_frameFloatArray_18() { return &___frameFloatArray_18; } inline void set_frameFloatArray_18(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___frameFloatArray_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameFloatArray_18), (void*)value); } inline static int32_t get_offset_of_frameArray_19() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___frameArray_19)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_frameArray_19() const { return ___frameArray_19; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_frameArray_19() { return &___frameArray_19; } inline void set_frameArray_19(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___frameArray_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameArray_19), (void*)value); } inline static int32_t get_offset_of_timelineArray_20() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___timelineArray_20)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_timelineArray_20() const { return ___timelineArray_20; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_timelineArray_20() { return &___timelineArray_20; } inline void set_timelineArray_20(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___timelineArray_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___timelineArray_20), (void*)value); } inline static int32_t get_offset_of_userData_21() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___userData_21)); } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * get_userData_21() const { return ___userData_21; } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A ** get_address_of_userData_21() { return &___userData_21; } inline void set_userData_21(UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * value) { ___userData_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___userData_21), (void*)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.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.Mathf struct Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194 { public: union { struct { }; uint8_t Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194__padding[1]; }; public: }; struct Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_StaticFields { public: // System.Single UnityEngine.Mathf::Epsilon float ___Epsilon_0; public: inline static int32_t get_offset_of_Epsilon_0() { return static_cast(offsetof(Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_StaticFields, ___Epsilon_0)); } inline float get_Epsilon_0() const { return ___Epsilon_0; } inline float* get_address_of_Epsilon_0() { return &___Epsilon_0; } inline void set_Epsilon_0(float value) { ___Epsilon_0 = 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; } }; // UnityEngine.SceneManagement.Scene struct Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE { public: // System.Int32 UnityEngine.SceneManagement.Scene::m_Handle int32_t ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE, ___m_Handle_0)); } inline int32_t get_m_Handle_0() const { return ___m_Handle_0; } inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(int32_t value) { ___m_Handle_0 = 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; } }; // UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_HighlightedSprite_0)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedSprite_0), (void*)value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_PressedSprite_1)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressedSprite_1), (void*)value); } inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_SelectedSprite_2)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_SelectedSprite_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value); } inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_DisabledSprite_3)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_pinvoke { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_com { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // 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); } }; // DragonBones.TransformObject struct TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // DragonBones.Matrix DragonBones.TransformObject::globalTransformMatrix Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * ___globalTransformMatrix_8; // DragonBones.TransformDB DragonBones.TransformObject::global TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___global_9; // DragonBones.TransformDB DragonBones.TransformObject::offset TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___offset_10; // DragonBones.TransformDB DragonBones.TransformObject::origin TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___origin_11; // System.Object DragonBones.TransformObject::userData RuntimeObject * ___userData_12; // System.Boolean DragonBones.TransformObject::_globalDirty bool ____globalDirty_13; // DragonBones.Armature DragonBones.TransformObject::_armature Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * ____armature_14; public: inline static int32_t get_offset_of_globalTransformMatrix_8() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F, ___globalTransformMatrix_8)); } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * get_globalTransformMatrix_8() const { return ___globalTransformMatrix_8; } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 ** get_address_of_globalTransformMatrix_8() { return &___globalTransformMatrix_8; } inline void set_globalTransformMatrix_8(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * value) { ___globalTransformMatrix_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___globalTransformMatrix_8), (void*)value); } inline static int32_t get_offset_of_global_9() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F, ___global_9)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_global_9() const { return ___global_9; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_global_9() { return &___global_9; } inline void set_global_9(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___global_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___global_9), (void*)value); } inline static int32_t get_offset_of_offset_10() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F, ___offset_10)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_offset_10() const { return ___offset_10; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_offset_10() { return &___offset_10; } inline void set_offset_10(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___offset_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___offset_10), (void*)value); } inline static int32_t get_offset_of_origin_11() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F, ___origin_11)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_origin_11() const { return ___origin_11; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_origin_11() { return &___origin_11; } inline void set_origin_11(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___origin_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___origin_11), (void*)value); } inline static int32_t get_offset_of_userData_12() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F, ___userData_12)); } inline RuntimeObject * get_userData_12() const { return ___userData_12; } inline RuntimeObject ** get_address_of_userData_12() { return &___userData_12; } inline void set_userData_12(RuntimeObject * value) { ___userData_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___userData_12), (void*)value); } inline static int32_t get_offset_of__globalDirty_13() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F, ____globalDirty_13)); } inline bool get__globalDirty_13() const { return ____globalDirty_13; } inline bool* get_address_of__globalDirty_13() { return &____globalDirty_13; } inline void set__globalDirty_13(bool value) { ____globalDirty_13 = value; } inline static int32_t get_offset_of__armature_14() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F, ____armature_14)); } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * get__armature_14() const { return ____armature_14; } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD ** get_address_of__armature_14() { return &____armature_14; } inline void set__armature_14(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * value) { ____armature_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____armature_14), (void*)value); } }; struct TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F_StaticFields { public: // DragonBones.Matrix DragonBones.TransformObject::_helpMatrix Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * ____helpMatrix_5; // DragonBones.TransformDB DragonBones.TransformObject::_helpTransform TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ____helpTransform_6; // DragonBones.Point DragonBones.TransformObject::_helpPoint Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * ____helpPoint_7; public: inline static int32_t get_offset_of__helpMatrix_5() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F_StaticFields, ____helpMatrix_5)); } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * get__helpMatrix_5() const { return ____helpMatrix_5; } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 ** get_address_of__helpMatrix_5() { return &____helpMatrix_5; } inline void set__helpMatrix_5(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * value) { ____helpMatrix_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpMatrix_5), (void*)value); } inline static int32_t get_offset_of__helpTransform_6() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F_StaticFields, ____helpTransform_6)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get__helpTransform_6() const { return ____helpTransform_6; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of__helpTransform_6() { return &____helpTransform_6; } inline void set__helpTransform_6(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ____helpTransform_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpTransform_6), (void*)value); } inline static int32_t get_offset_of__helpPoint_7() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F_StaticFields, ____helpPoint_7)); } inline Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * get__helpPoint_7() const { return ____helpPoint_7; } inline Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D ** get_address_of__helpPoint_7() { return &____helpPoint_7; } inline void set__helpPoint_7(Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * value) { ____helpPoint_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpPoint_7), (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; } }; // UserComp struct UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7 : public Singleton_1_t4657C1A850465243FABDC49AC48EE7810EF7F5CC { public: // System.String UserComp::_lastSaveMac String_t* ____lastSaveMac_1; public: inline static int32_t get_offset_of__lastSaveMac_1() { return static_cast(offsetof(UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7, ____lastSaveMac_1)); } inline String_t* get__lastSaveMac_1() const { return ____lastSaveMac_1; } inline String_t** get_address_of__lastSaveMac_1() { return &____lastSaveMac_1; } inline void set__lastSaveMac_1(String_t* value) { ____lastSaveMac_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastSaveMac_1), (void*)value); } }; // DragonBones.UserData struct UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Collections.Generic.List`1 DragonBones.UserData::ints List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___ints_5; // System.Collections.Generic.List`1 DragonBones.UserData::floats List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * ___floats_6; // System.Collections.Generic.List`1 DragonBones.UserData::strings List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___strings_7; public: inline static int32_t get_offset_of_ints_5() { return static_cast(offsetof(UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A, ___ints_5)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_ints_5() const { return ___ints_5; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_ints_5() { return &___ints_5; } inline void set_ints_5(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___ints_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ints_5), (void*)value); } inline static int32_t get_offset_of_floats_6() { return static_cast(offsetof(UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A, ___floats_6)); } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * get_floats_6() const { return ___floats_6; } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA ** get_address_of_floats_6() { return &___floats_6; } inline void set_floats_6(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * value) { ___floats_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___floats_6), (void*)value); } inline static int32_t get_offset_of_strings_7() { return static_cast(offsetof(UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A, ___strings_7)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_strings_7() const { return ___strings_7; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_strings_7() { return &___strings_7; } inline void set_strings_7(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___strings_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___strings_7), (void*)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: }; // /__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: }; // UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig struct UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051 { public: // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::activeEventSystem EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * ___activeEventSystem_0; // System.Boolean UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::sendEvents bool ___sendEvents_1; // System.Boolean UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::createPanelGameObjectsOnStart bool ___createPanelGameObjectsOnStart_2; public: inline static int32_t get_offset_of_activeEventSystem_0() { return static_cast(offsetof(UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051, ___activeEventSystem_0)); } inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * get_activeEventSystem_0() const { return ___activeEventSystem_0; } inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C ** get_address_of_activeEventSystem_0() { return &___activeEventSystem_0; } inline void set_activeEventSystem_0(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * value) { ___activeEventSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___activeEventSystem_0), (void*)value); } inline static int32_t get_offset_of_sendEvents_1() { return static_cast(offsetof(UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051, ___sendEvents_1)); } inline bool get_sendEvents_1() const { return ___sendEvents_1; } inline bool* get_address_of_sendEvents_1() { return &___sendEvents_1; } inline void set_sendEvents_1(bool value) { ___sendEvents_1 = value; } inline static int32_t get_offset_of_createPanelGameObjectsOnStart_2() { return static_cast(offsetof(UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051, ___createPanelGameObjectsOnStart_2)); } inline bool get_createPanelGameObjectsOnStart_2() const { return ___createPanelGameObjectsOnStart_2; } inline bool* get_address_of_createPanelGameObjectsOnStart_2() { return &___createPanelGameObjectsOnStart_2; } inline void set_createPanelGameObjectsOnStart_2(bool value) { ___createPanelGameObjectsOnStart_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig struct UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051_marshaled_pinvoke { EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * ___activeEventSystem_0; int32_t ___sendEvents_1; int32_t ___createPanelGameObjectsOnStart_2; }; // Native definition for COM marshalling of UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig struct UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051_marshaled_com { EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * ___activeEventSystem_0; int32_t ___sendEvents_1; int32_t ___createPanelGameObjectsOnStart_2; }; // System.ValueTuple`2 struct ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 { public: // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8, ___Item1_0)); } inline int32_t get_Item1_0() const { return ___Item1_0; } inline int32_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int32_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8, ___Item2_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_Item2_1() const { return ___Item2_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___Item2_1 = value; } }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=16 ::00A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___00A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0; // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42; // /__StaticArrayInitTypeSize=16 ::256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57; // /__StaticArrayInitTypeSize=24 ::31DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___31DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313; // /__StaticArrayInitTypeSize=24 ::FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317; public: inline static int32_t get_offset_of_U300A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___00A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U300A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0() const { return ___00A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U300A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0() { return &___00A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0; } inline void set_U300A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___00A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0 = value; } inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42 = value; } inline static int32_t get_offset_of_U3256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43() const { return ___256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43() { return &___256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43; } inline void set_U3256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57 = value; } inline static int32_t get_offset_of_U331DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U331DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58() const { return ___31DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U331DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58() { return &___31DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58; } inline void set_U331DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___31DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313 = value; } inline static int32_t get_offset_of_FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314() const { return ___FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314() { return &___FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314; } inline void set_FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317 = value; } }; // UnityEngine.AndroidJavaProxy struct AndroidJavaProxy_tA8C86826A74CB7CC5511CB353DBA595C9270D9AF : public RuntimeObject { public: // UnityEngine.AndroidJavaClass UnityEngine.AndroidJavaProxy::javaInterface AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 * ___javaInterface_0; // System.IntPtr UnityEngine.AndroidJavaProxy::proxyObject intptr_t ___proxyObject_1; public: inline static int32_t get_offset_of_javaInterface_0() { return static_cast(offsetof(AndroidJavaProxy_tA8C86826A74CB7CC5511CB353DBA595C9270D9AF, ___javaInterface_0)); } inline AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 * get_javaInterface_0() const { return ___javaInterface_0; } inline AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 ** get_address_of_javaInterface_0() { return &___javaInterface_0; } inline void set_javaInterface_0(AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 * value) { ___javaInterface_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___javaInterface_0), (void*)value); } inline static int32_t get_offset_of_proxyObject_1() { return static_cast(offsetof(AndroidJavaProxy_tA8C86826A74CB7CC5511CB353DBA595C9270D9AF, ___proxyObject_1)); } inline intptr_t get_proxyObject_1() const { return ___proxyObject_1; } inline intptr_t* get_address_of_proxyObject_1() { return &___proxyObject_1; } inline void set_proxyObject_1(intptr_t value) { ___proxyObject_1 = value; } }; struct AndroidJavaProxy_tA8C86826A74CB7CC5511CB353DBA595C9270D9AF_StaticFields { public: // UnityEngine.GlobalJavaObjectRef UnityEngine.AndroidJavaProxy::s_JavaLangSystemClass GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * ___s_JavaLangSystemClass_2; // System.IntPtr UnityEngine.AndroidJavaProxy::s_HashCodeMethodID intptr_t ___s_HashCodeMethodID_3; public: inline static int32_t get_offset_of_s_JavaLangSystemClass_2() { return static_cast(offsetof(AndroidJavaProxy_tA8C86826A74CB7CC5511CB353DBA595C9270D9AF_StaticFields, ___s_JavaLangSystemClass_2)); } inline GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * get_s_JavaLangSystemClass_2() const { return ___s_JavaLangSystemClass_2; } inline GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 ** get_address_of_s_JavaLangSystemClass_2() { return &___s_JavaLangSystemClass_2; } inline void set_s_JavaLangSystemClass_2(GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * value) { ___s_JavaLangSystemClass_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_JavaLangSystemClass_2), (void*)value); } inline static int32_t get_offset_of_s_HashCodeMethodID_3() { return static_cast(offsetof(AndroidJavaProxy_tA8C86826A74CB7CC5511CB353DBA595C9270D9AF_StaticFields, ___s_HashCodeMethodID_3)); } inline intptr_t get_s_HashCodeMethodID_3() const { return ___s_HashCodeMethodID_3; } inline intptr_t* get_address_of_s_HashCodeMethodID_3() { return &___s_HashCodeMethodID_3; } inline void set_s_HashCodeMethodID_3(intptr_t value) { ___s_HashCodeMethodID_3 = value; } }; // DragonBones.ArmatureType struct ArmatureType_tC7FE9060059F6F9E573EFDC3450B19B26DE6E313 { public: // System.Int32 DragonBones.ArmatureType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ArmatureType_tC7FE9060059F6F9E573EFDC3450B19B26DE6E313, ___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.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; } }; // DragonBones.BlendMode struct BlendMode_t50D66FA0EF2FBA19642739A44735DCC10663D782 { public: // System.Int32 DragonBones.BlendMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlendMode_t50D66FA0EF2FBA19642739A44735DCC10663D782, ___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.BlockState struct BlockState_t8A84B62C774634A9CF7C15C7D1FF71CA1C7B4AD6 { public: // System.Int32 BestHTTP.Decompression.Zlib.BlockState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlockState_t8A84B62C774634A9CF7C15C7D1FF71CA1C7B4AD6, ___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.ImageEffects.BloomScreenBlendMode struct BloomScreenBlendMode_t2CFF6ABE8764EE417746C6B7A78DE7405B4227D9 { public: // System.Int32 UnityStandardAssets.ImageEffects.BloomScreenBlendMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BloomScreenBlendMode_t2CFF6ABE8764EE417746C6B7A78DE7405B4227D9, ___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; } }; // DragonBones.BoundingBoxType struct BoundingBoxType_tA557FD04080278628BC07E69E1E10850753B656F { public: // System.Int32 DragonBones.BoundingBoxType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BoundingBoxType_tA557FD04080278628BC07E69E1E10850753B656F, ___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.Extensions.BufferDesc struct BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 { public: // System.Byte[] BestHTTP.Extensions.BufferDesc::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_1; // System.DateTime BestHTTP.Extensions.BufferDesc::released DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___released_2; public: inline static int32_t get_offset_of_buffer_1() { return static_cast(offsetof(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9, ___buffer_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_1() const { return ___buffer_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_1() { return &___buffer_1; } inline void set_buffer_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_1), (void*)value); } inline static int32_t get_offset_of_released_2() { return static_cast(offsetof(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9, ___released_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_released_2() const { return ___released_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_released_2() { return &___released_2; } inline void set_released_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___released_2 = value; } }; struct BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_StaticFields { public: // BestHTTP.Extensions.BufferDesc BestHTTP.Extensions.BufferDesc::Empty BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_StaticFields, ___Empty_0)); } inline BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 get_Empty_0() const { return ___Empty_0; } inline BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Empty_0))->___buffer_1), (void*)NULL); } }; // Native definition for P/Invoke marshalling of BestHTTP.Extensions.BufferDesc struct BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___buffer_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___released_2; }; // Native definition for COM marshalling of BestHTTP.Extensions.BufferDesc struct BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshaled_com { Il2CppSafeArray/*NONE*/* ___buffer_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___released_2; }; // BestHTTP.Extensions.BufferPoolMemoryStream struct BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::canWrite bool ___canWrite_5; // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::allowGetBuffer bool ___allowGetBuffer_6; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::capacity int32_t ___capacity_7; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::length int32_t ___length_8; // System.Byte[] BestHTTP.Extensions.BufferPoolMemoryStream::internalBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___internalBuffer_9; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::initialIndex int32_t ___initialIndex_10; // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::expandable bool ___expandable_11; // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::streamClosed bool ___streamClosed_12; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::position int32_t ___position_13; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::dirty_bytes int32_t ___dirty_bytes_14; public: inline static int32_t get_offset_of_canWrite_5() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___canWrite_5)); } inline bool get_canWrite_5() const { return ___canWrite_5; } inline bool* get_address_of_canWrite_5() { return &___canWrite_5; } inline void set_canWrite_5(bool value) { ___canWrite_5 = value; } inline static int32_t get_offset_of_allowGetBuffer_6() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___allowGetBuffer_6)); } inline bool get_allowGetBuffer_6() const { return ___allowGetBuffer_6; } inline bool* get_address_of_allowGetBuffer_6() { return &___allowGetBuffer_6; } inline void set_allowGetBuffer_6(bool value) { ___allowGetBuffer_6 = value; } inline static int32_t get_offset_of_capacity_7() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___capacity_7)); } inline int32_t get_capacity_7() const { return ___capacity_7; } inline int32_t* get_address_of_capacity_7() { return &___capacity_7; } inline void set_capacity_7(int32_t value) { ___capacity_7 = value; } inline static int32_t get_offset_of_length_8() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___length_8)); } inline int32_t get_length_8() const { return ___length_8; } inline int32_t* get_address_of_length_8() { return &___length_8; } inline void set_length_8(int32_t value) { ___length_8 = value; } inline static int32_t get_offset_of_internalBuffer_9() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___internalBuffer_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_internalBuffer_9() const { return ___internalBuffer_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_internalBuffer_9() { return &___internalBuffer_9; } inline void set_internalBuffer_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___internalBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalBuffer_9), (void*)value); } inline static int32_t get_offset_of_initialIndex_10() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___initialIndex_10)); } inline int32_t get_initialIndex_10() const { return ___initialIndex_10; } inline int32_t* get_address_of_initialIndex_10() { return &___initialIndex_10; } inline void set_initialIndex_10(int32_t value) { ___initialIndex_10 = value; } inline static int32_t get_offset_of_expandable_11() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___expandable_11)); } inline bool get_expandable_11() const { return ___expandable_11; } inline bool* get_address_of_expandable_11() { return &___expandable_11; } inline void set_expandable_11(bool value) { ___expandable_11 = value; } inline static int32_t get_offset_of_streamClosed_12() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___streamClosed_12)); } inline bool get_streamClosed_12() const { return ___streamClosed_12; } inline bool* get_address_of_streamClosed_12() { return &___streamClosed_12; } inline void set_streamClosed_12(bool value) { ___streamClosed_12 = value; } inline static int32_t get_offset_of_position_13() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___position_13)); } inline int32_t get_position_13() const { return ___position_13; } inline int32_t* get_address_of_position_13() { return &___position_13; } inline void set_position_13(int32_t value) { ___position_13 = value; } inline static int32_t get_offset_of_dirty_bytes_14() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___dirty_bytes_14)); } inline int32_t get_dirty_bytes_14() const { return ___dirty_bytes_14; } inline int32_t* get_address_of_dirty_bytes_14() { return &___dirty_bytes_14; } inline void set_dirty_bytes_14(int32_t value) { ___dirty_bytes_14 = value; } }; // UnityStandardAssets.Vehicles.Car.CarDriveType struct CarDriveType_t551E52344B12CEEC73A46A69351158CE314B5866 { public: // System.Int32 UnityStandardAssets.Vehicles.Car.CarDriveType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CarDriveType_t551E52344B12CEEC73A46A69351158CE314B5866, ___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.UI.ColorBlock struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectedColor_3; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_DisabledColor_4; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_5; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_6; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_NormalColor_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_HighlightedColor_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_PressedColor_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_SelectedColor_3() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_SelectedColor_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectedColor_3() const { return ___m_SelectedColor_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectedColor_3() { return &___m_SelectedColor_3; } inline void set_m_SelectedColor_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectedColor_3 = value; } inline static int32_t get_offset_of_m_DisabledColor_4() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_DisabledColor_4)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_DisabledColor_4() const { return ___m_DisabledColor_4; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_DisabledColor_4() { return &___m_DisabledColor_4; } inline void set_m_DisabledColor_4(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_DisabledColor_4 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_5() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_ColorMultiplier_5)); } inline float get_m_ColorMultiplier_5() const { return ___m_ColorMultiplier_5; } inline float* get_address_of_m_ColorMultiplier_5() { return &___m_ColorMultiplier_5; } inline void set_m_ColorMultiplier_5(float value) { ___m_ColorMultiplier_5 = value; } inline static int32_t get_offset_of_m_FadeDuration_6() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_FadeDuration_6)); } inline float get_m_FadeDuration_6() const { return ___m_FadeDuration_6; } inline float* get_address_of_m_FadeDuration_6() { return &___m_FadeDuration_6; } inline void set_m_FadeDuration_6(float value) { ___m_FadeDuration_6 = value; } }; struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields { public: // UnityEngine.UI.ColorBlock UnityEngine.UI.ColorBlock::defaultColorBlock ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___defaultColorBlock_7; public: inline static int32_t get_offset_of_defaultColorBlock_7() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields, ___defaultColorBlock_7)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_defaultColorBlock_7() const { return ___defaultColorBlock_7; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_defaultColorBlock_7() { return &___defaultColorBlock_7; } inline void set_defaultColorBlock_7(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___defaultColorBlock_7 = value; } }; // 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; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::identifier String_t* ___identifier_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::body ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body_3; public: inline static int32_t get_offset_of_identifier_2() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___identifier_2)); } inline String_t* get_identifier_2() const { return ___identifier_2; } inline String_t** get_address_of_identifier_2() { return &___identifier_2; } inline void set_identifier_2(String_t* value) { ___identifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_2), (void*)value); } inline static int32_t get_offset_of_body_3() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___body_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_body_3() const { return ___body_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_body_3() { return &___body_3; } inline void set_body_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___body_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_3), (void*)value); } }; struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::cache DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* ___cache_5; public: inline static int32_t get_offset_of_cache_5() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields, ___cache_5)); } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* get_cache_5() const { return ___cache_5; } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F** get_address_of_cache_5() { return &___cache_5; } inline void set_cache_5(DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* value) { ___cache_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_5), (void*)value); } }; // DragonBones.DisplayType struct DisplayType_tE5EEF1BD05554411A28F0B17E1A6CBCEE3674620 { public: // System.Int32 DragonBones.DisplayType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DisplayType_tE5EEF1BD05554411A28F0B17E1A6CBCEE3674620, ___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; } }; // DG.Tweening.Ease struct Ease_tB04D625230DDC5B40D74E825C8A9DBBE37A146B4 { public: // System.Int32 DG.Tweening.Ease::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Ease_tB04D625230DDC5B40D74E825C8A9DBBE37A146B4, ___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.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; }; // UnityEngine.FilterMode struct FilterMode_tE90A08FD96A142C761463D65E524BCDBFEEE3D19 { public: // System.Int32 UnityEngine.FilterMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FilterMode_tE90A08FD96A142C761463D65E524BCDBFEEE3D19, ___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.ImageEffects.HDRBloomMode struct HDRBloomMode_t51AF98D2B97191B7E6253EE8495D8C4837F89A03 { public: // System.Int32 UnityStandardAssets.ImageEffects.HDRBloomMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HDRBloomMode_t51AF98D2B97191B7E6253EE8495D8C4837F89A03, ___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.HideFlags struct HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12, ___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.ImageEffects.LensflareStyle34 struct LensflareStyle34_t385737D4D3850C4E022292CD01D1E0965EA4B708 { public: // System.Int32 UnityStandardAssets.ImageEffects.LensflareStyle34::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LensflareStyle34_t385737D4D3850C4E022292CD01D1E0965EA4B708, ___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; } }; // DG.Tweening.LoopType struct LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A, ___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; }; // DragonBones.OffsetMode struct OffsetMode_t57E5115DBEAF0DB4797A9B28FDC18A0871057686 { public: // System.Int32 DragonBones.OffsetMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OffsetMode_t57E5115DBEAF0DB4797A9B28FDC18A0871057686, ___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.RenderTextureFormat struct RenderTextureFormat_t8371287102ED67772EF78229CF4AB9D38C2CD626 { public: // System.Int32 UnityEngine.RenderTextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderTextureFormat_t8371287102ED67772EF78229CF4AB9D38C2CD626, ___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.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___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; } }; // 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; } }; // DG.Tweening.Core.Enums.SpecialStartupMode struct SpecialStartupMode_t0086D2AE798C217210762DD17C8D3572414ACD92 { public: // System.Int32 DG.Tweening.Core.Enums.SpecialStartupMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpecialStartupMode_t0086D2AE798C217210762DD17C8D3572414ACD92, ___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.Vehicles.Car.SpeedType struct SpeedType_t6C8AAEE07858A3DAAD147D760FA050E229A6F24E { public: // System.Int32 UnityStandardAssets.Vehicles.Car.SpeedType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpeedType_t6C8AAEE07858A3DAAD147D760FA050E229A6F24E, ___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; } }; // DragonBones.TimelineType struct TimelineType_t0EE2123D7DC960F14D02CB413C86F151B99C61F1 { public: // System.Int32 DragonBones.TimelineType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TimelineType_t0EE2123D7DC960F14D02CB413C86F151B99C61F1, ___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.TouchPhase struct TouchPhase_tB52B8A497547FB9575DE7975D13AC7D64C3A958A { public: // System.Int32 UnityEngine.TouchPhase::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchPhase_tB52B8A497547FB9575DE7975D13AC7D64C3A958A, ___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.TouchScreenKeyboardType struct TouchScreenKeyboardType_tBD90DFB07923EC19E5EA59FAF26292AC2799A932 { public: // System.Int32 UnityEngine.TouchScreenKeyboardType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchScreenKeyboardType_tBD90DFB07923EC19E5EA59FAF26292AC2799A932, ___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.TouchType struct TouchType_t2EF726465ABD45681A6686BAC426814AA087C20F { public: // System.Int32 UnityEngine.TouchType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchType_t2EF726465ABD45681A6686BAC426814AA087C20F, ___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.ImageEffects.TweakMode34 struct TweakMode34_tA1BC4531C39FD8719B22FED2D7ECAFF9386051A3 { public: // System.Int32 UnityStandardAssets.ImageEffects.TweakMode34::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweakMode34_tA1BC4531C39FD8719B22FED2D7ECAFF9386051A3, ___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; } }; // DragonBones.TweenState struct TweenState_tCEF0A56434BC2174FB21DE3A516259EEC962B642 { public: // System.Int32 DragonBones.TweenState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweenState_tCEF0A56434BC2174FB21DE3A516259EEC962B642, ___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; } }; // DG.Tweening.TweenType struct TweenType_tAB2DEC1268409EA172594368494218E51696EF5D { public: // System.Int32 DG.Tweening.TweenType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweenType_tAB2DEC1268409EA172594368494218E51696EF5D, ___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; } }; // DragonBones.TweenType struct TweenType_t3A422AE1002169393D7BD92C6FFC9979A3634D5E { public: // System.Int32 DragonBones.TweenType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweenType_t3A422AE1002169393D7BD92C6FFC9979A3634D5E, ___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; } }; // DG.Tweening.UpdateType struct UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED { public: // System.Int32 DG.Tweening.UpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED, ___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.ImageEffects.Bloom/BloomQuality struct BloomQuality_tBABD4E45E0B3FBE453ECE45414D8061623708970 { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/BloomQuality::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BloomQuality_tBABD4E45E0B3FBE453ECE45414D8061623708970, ___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.ImageEffects.Bloom/BloomScreenBlendMode struct BloomScreenBlendMode_t6DD092993C8BBE6BB032391244848CB236B4CD49 { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/BloomScreenBlendMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BloomScreenBlendMode_t6DD092993C8BBE6BB032391244848CB236B4CD49, ___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.ImageEffects.Bloom/HDRBloomMode struct HDRBloomMode_tD05CF34EBC04A0E153A20933612721F1DB34631D { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/HDRBloomMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HDRBloomMode_tD05CF34EBC04A0E153A20933612721F1DB34631D, ___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.ImageEffects.Bloom/LensFlareStyle struct LensFlareStyle_t26A73EC00BEC079F19141DD54A43E2AA8423ECF1 { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/LensFlareStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LensFlareStyle_t26A73EC00BEC079F19141DD54A43E2AA8423ECF1, ___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.ImageEffects.Bloom/TweakMode struct TweakMode_t94413EBB247EE99219E4249EDCF74E9AC0C87776 { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/TweakMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweakMode_t94413EBB247EE99219E4249EDCF74E9AC0C87776, ___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.ImageEffects.BloomOptimized/BlurType struct BlurType_t94A911ADBD4916CBDC4FFB5AD1B64297D64AC761 { public: // System.Int32 UnityStandardAssets.ImageEffects.BloomOptimized/BlurType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlurType_t94A911ADBD4916CBDC4FFB5AD1B64297D64AC761, ___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.ImageEffects.BloomOptimized/Resolution struct Resolution_tED3167AE8EA34198994C3A9B589C2D65ACFFAC97 { public: // System.Int32 UnityStandardAssets.ImageEffects.BloomOptimized/Resolution::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Resolution_tED3167AE8EA34198994C3A9B589C2D65ACFFAC97, ___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.ImageEffects.BlurOptimized/BlurType struct BlurType_t49CF0EBEF18DD0C887302EF05FEC568FB7393CED { public: // System.Int32 UnityStandardAssets.ImageEffects.BlurOptimized/BlurType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlurType_t49CF0EBEF18DD0C887302EF05FEC568FB7393CED, ___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; } }; // BowCamera/BowCameraFixed struct BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 : public RuntimeObject { public: // UnityEngine.GameObject BowCamera/BowCameraFixed::gameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject_0; // UnityEngine.Transform BowCamera/BowCameraFixed::transform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform_1; // UnityEngine.Camera BowCamera/BowCameraFixed::camera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera_2; // UnityStandardAssets.ImageEffects.Blur BowCamera/BowCameraFixed::blur Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * ___blur_3; // BowCamera BowCamera/BowCameraFixed::bowCamera BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * ___bowCamera_4; // UnityEngine.Camera BowCamera/BowCameraFixed::targetCamera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___targetCamera_5; // UnityStandardAssets.ImageEffects.Blur BowCamera/BowCameraFixed::targetBlur Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * ___targetBlur_6; // System.Single[] BowCamera/BowCameraFixed::rangeRotateY SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___rangeRotateY_7; // System.Single BowCamera/BowCameraFixed::rangeRotateX float ___rangeRotateX_8; // UnityEngine.Vector3 BowCamera/BowCameraFixed::vecF Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___vecF_9; // UnityEngine.Vector3 BowCamera/BowCameraFixed::vecU Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___vecU_10; // System.Int32 BowCamera/BowCameraFixed::outBoundIndex int32_t ___outBoundIndex_11; public: inline static int32_t get_offset_of_gameObject_0() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___gameObject_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_gameObject_0() const { return ___gameObject_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_gameObject_0() { return &___gameObject_0; } inline void set_gameObject_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___gameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameObject_0), (void*)value); } inline static int32_t get_offset_of_transform_1() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___transform_1)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_transform_1() const { return ___transform_1; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_transform_1() { return &___transform_1; } inline void set_transform_1(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___transform_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___transform_1), (void*)value); } inline static int32_t get_offset_of_camera_2() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___camera_2)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_camera_2() const { return ___camera_2; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_camera_2() { return &___camera_2; } inline void set_camera_2(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___camera_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___camera_2), (void*)value); } inline static int32_t get_offset_of_blur_3() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___blur_3)); } inline Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * get_blur_3() const { return ___blur_3; } inline Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B ** get_address_of_blur_3() { return &___blur_3; } inline void set_blur_3(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * value) { ___blur_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___blur_3), (void*)value); } inline static int32_t get_offset_of_bowCamera_4() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___bowCamera_4)); } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * get_bowCamera_4() const { return ___bowCamera_4; } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 ** get_address_of_bowCamera_4() { return &___bowCamera_4; } inline void set_bowCamera_4(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * value) { ___bowCamera_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___bowCamera_4), (void*)value); } inline static int32_t get_offset_of_targetCamera_5() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___targetCamera_5)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_targetCamera_5() const { return ___targetCamera_5; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_targetCamera_5() { return &___targetCamera_5; } inline void set_targetCamera_5(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___targetCamera_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetCamera_5), (void*)value); } inline static int32_t get_offset_of_targetBlur_6() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___targetBlur_6)); } inline Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * get_targetBlur_6() const { return ___targetBlur_6; } inline Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B ** get_address_of_targetBlur_6() { return &___targetBlur_6; } inline void set_targetBlur_6(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * value) { ___targetBlur_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetBlur_6), (void*)value); } inline static int32_t get_offset_of_rangeRotateY_7() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___rangeRotateY_7)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_rangeRotateY_7() const { return ___rangeRotateY_7; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_rangeRotateY_7() { return &___rangeRotateY_7; } inline void set_rangeRotateY_7(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___rangeRotateY_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___rangeRotateY_7), (void*)value); } inline static int32_t get_offset_of_rangeRotateX_8() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___rangeRotateX_8)); } inline float get_rangeRotateX_8() const { return ___rangeRotateX_8; } inline float* get_address_of_rangeRotateX_8() { return &___rangeRotateX_8; } inline void set_rangeRotateX_8(float value) { ___rangeRotateX_8 = value; } inline static int32_t get_offset_of_vecF_9() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___vecF_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_vecF_9() const { return ___vecF_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_vecF_9() { return &___vecF_9; } inline void set_vecF_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___vecF_9 = value; } inline static int32_t get_offset_of_vecU_10() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___vecU_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_vecU_10() const { return ___vecU_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_vecU_10() { return &___vecU_10; } inline void set_vecU_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___vecU_10 = value; } inline static int32_t get_offset_of_outBoundIndex_11() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___outBoundIndex_11)); } inline int32_t get_outBoundIndex_11() const { return ___outBoundIndex_11; } inline int32_t* get_address_of_outBoundIndex_11() { return &___outBoundIndex_11; } inline void set_outBoundIndex_11(int32_t value) { ___outBoundIndex_11 = value; } }; // CommonConfig/ServerType struct ServerType_t62D2D428D5BEB4AA51A25A18FA755682C0756E71 { public: // System.Int32 CommonConfig/ServerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ServerType_t62D2D428D5BEB4AA51A25A18FA755682C0756E71, ___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.UI.InputField/CharacterValidation struct CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41 { public: // System.Int32 UnityEngine.UI.InputField/CharacterValidation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41, ___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.UI.InputField/ContentType struct ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1 { public: // System.Int32 UnityEngine.UI.InputField/ContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1, ___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.UI.InputField/InputType struct InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2 { public: // System.Int32 UnityEngine.UI.InputField/InputType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2, ___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.UI.InputField/LineType struct LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE { public: // System.Int32 UnityEngine.UI.InputField/LineType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE, ___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.UI.Navigation/Mode struct Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F, ___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.UI.Selectable/Transition struct Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14, ___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; } }; // DG.Tweening.Core.ABSSequentiable struct ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76 : public RuntimeObject { public: // DG.Tweening.TweenType DG.Tweening.Core.ABSSequentiable::tweenType int32_t ___tweenType_0; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedPosition float ___sequencedPosition_1; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedEndPosition float ___sequencedEndPosition_2; // DG.Tweening.TweenCallback DG.Tweening.Core.ABSSequentiable::onStart TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onStart_3; public: inline static int32_t get_offset_of_tweenType_0() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___tweenType_0)); } inline int32_t get_tweenType_0() const { return ___tweenType_0; } inline int32_t* get_address_of_tweenType_0() { return &___tweenType_0; } inline void set_tweenType_0(int32_t value) { ___tweenType_0 = value; } inline static int32_t get_offset_of_sequencedPosition_1() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___sequencedPosition_1)); } inline float get_sequencedPosition_1() const { return ___sequencedPosition_1; } inline float* get_address_of_sequencedPosition_1() { return &___sequencedPosition_1; } inline void set_sequencedPosition_1(float value) { ___sequencedPosition_1 = value; } inline static int32_t get_offset_of_sequencedEndPosition_2() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___sequencedEndPosition_2)); } inline float get_sequencedEndPosition_2() const { return ___sequencedEndPosition_2; } inline float* get_address_of_sequencedEndPosition_2() { return &___sequencedEndPosition_2; } inline void set_sequencedEndPosition_2(float value) { ___sequencedEndPosition_2 = value; } inline static int32_t get_offset_of_onStart_3() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___onStart_3)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onStart_3() const { return ___onStart_3; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onStart_3() { return &___onStart_3; } inline void set_onStart_3(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onStart_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___onStart_3), (void*)value); } }; // DragonBones.ArmatureData struct ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // DragonBones.ArmatureType DragonBones.ArmatureData::type int32_t ___type_5; // System.UInt32 DragonBones.ArmatureData::frameRate uint32_t ___frameRate_6; // System.UInt32 DragonBones.ArmatureData::cacheFrameRate uint32_t ___cacheFrameRate_7; // System.Single DragonBones.ArmatureData::scale float ___scale_8; // System.String DragonBones.ArmatureData::name String_t* ___name_9; // DragonBones.Rectangle DragonBones.ArmatureData::aabb Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E * ___aabb_10; // System.Collections.Generic.List`1 DragonBones.ArmatureData::animationNames List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___animationNames_11; // System.Collections.Generic.List`1 DragonBones.ArmatureData::sortedBones List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA * ___sortedBones_12; // System.Collections.Generic.List`1 DragonBones.ArmatureData::sortedSlots List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE * ___sortedSlots_13; // System.Collections.Generic.List`1 DragonBones.ArmatureData::defaultActions List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * ___defaultActions_14; // System.Collections.Generic.List`1 DragonBones.ArmatureData::actions List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * ___actions_15; // System.Collections.Generic.Dictionary`2 DragonBones.ArmatureData::bones Dictionary_2_t491114FBB2DDEF4758775D9ABB26C581A6BD6569 * ___bones_16; // System.Collections.Generic.Dictionary`2 DragonBones.ArmatureData::slots Dictionary_2_tF0E3EB5B67FF7DF756A45486A5A1D18D35A30BEE * ___slots_17; // System.Collections.Generic.Dictionary`2 DragonBones.ArmatureData::constraints Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 * ___constraints_18; // System.Collections.Generic.Dictionary`2 DragonBones.ArmatureData::skins Dictionary_2_t0110ED12D944C8CED1DCFB85FF9CB26C3D31C3F3 * ___skins_19; // System.Collections.Generic.Dictionary`2 DragonBones.ArmatureData::animations Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * ___animations_20; // DragonBones.SkinData DragonBones.ArmatureData::defaultSkin SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * ___defaultSkin_21; // DragonBones.AnimationData DragonBones.ArmatureData::defaultAnimation AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * ___defaultAnimation_22; // DragonBones.CanvasData DragonBones.ArmatureData::canvas CanvasData_t378879F059E749546F485846D8FC31F4A489A774 * ___canvas_23; // DragonBones.UserData DragonBones.ArmatureData::userData UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * ___userData_24; // DragonBones.DragonBonesData DragonBones.ArmatureData::parent DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * ___parent_25; public: inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___type_5)); } inline int32_t get_type_5() const { return ___type_5; } inline int32_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(int32_t value) { ___type_5 = value; } inline static int32_t get_offset_of_frameRate_6() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___frameRate_6)); } inline uint32_t get_frameRate_6() const { return ___frameRate_6; } inline uint32_t* get_address_of_frameRate_6() { return &___frameRate_6; } inline void set_frameRate_6(uint32_t value) { ___frameRate_6 = value; } inline static int32_t get_offset_of_cacheFrameRate_7() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___cacheFrameRate_7)); } inline uint32_t get_cacheFrameRate_7() const { return ___cacheFrameRate_7; } inline uint32_t* get_address_of_cacheFrameRate_7() { return &___cacheFrameRate_7; } inline void set_cacheFrameRate_7(uint32_t value) { ___cacheFrameRate_7 = value; } inline static int32_t get_offset_of_scale_8() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___scale_8)); } inline float get_scale_8() const { return ___scale_8; } inline float* get_address_of_scale_8() { return &___scale_8; } inline void set_scale_8(float value) { ___scale_8 = value; } inline static int32_t get_offset_of_name_9() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___name_9)); } inline String_t* get_name_9() const { return ___name_9; } inline String_t** get_address_of_name_9() { return &___name_9; } inline void set_name_9(String_t* value) { ___name_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_9), (void*)value); } inline static int32_t get_offset_of_aabb_10() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___aabb_10)); } inline Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E * get_aabb_10() const { return ___aabb_10; } inline Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E ** get_address_of_aabb_10() { return &___aabb_10; } inline void set_aabb_10(Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E * value) { ___aabb_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___aabb_10), (void*)value); } inline static int32_t get_offset_of_animationNames_11() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___animationNames_11)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_animationNames_11() const { return ___animationNames_11; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_animationNames_11() { return &___animationNames_11; } inline void set_animationNames_11(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___animationNames_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationNames_11), (void*)value); } inline static int32_t get_offset_of_sortedBones_12() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___sortedBones_12)); } inline List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA * get_sortedBones_12() const { return ___sortedBones_12; } inline List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA ** get_address_of_sortedBones_12() { return &___sortedBones_12; } inline void set_sortedBones_12(List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA * value) { ___sortedBones_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___sortedBones_12), (void*)value); } inline static int32_t get_offset_of_sortedSlots_13() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___sortedSlots_13)); } inline List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE * get_sortedSlots_13() const { return ___sortedSlots_13; } inline List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE ** get_address_of_sortedSlots_13() { return &___sortedSlots_13; } inline void set_sortedSlots_13(List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE * value) { ___sortedSlots_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___sortedSlots_13), (void*)value); } inline static int32_t get_offset_of_defaultActions_14() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___defaultActions_14)); } inline List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * get_defaultActions_14() const { return ___defaultActions_14; } inline List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 ** get_address_of_defaultActions_14() { return &___defaultActions_14; } inline void set_defaultActions_14(List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * value) { ___defaultActions_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultActions_14), (void*)value); } inline static int32_t get_offset_of_actions_15() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___actions_15)); } inline List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * get_actions_15() const { return ___actions_15; } inline List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 ** get_address_of_actions_15() { return &___actions_15; } inline void set_actions_15(List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * value) { ___actions_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___actions_15), (void*)value); } inline static int32_t get_offset_of_bones_16() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___bones_16)); } inline Dictionary_2_t491114FBB2DDEF4758775D9ABB26C581A6BD6569 * get_bones_16() const { return ___bones_16; } inline Dictionary_2_t491114FBB2DDEF4758775D9ABB26C581A6BD6569 ** get_address_of_bones_16() { return &___bones_16; } inline void set_bones_16(Dictionary_2_t491114FBB2DDEF4758775D9ABB26C581A6BD6569 * value) { ___bones_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___bones_16), (void*)value); } inline static int32_t get_offset_of_slots_17() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___slots_17)); } inline Dictionary_2_tF0E3EB5B67FF7DF756A45486A5A1D18D35A30BEE * get_slots_17() const { return ___slots_17; } inline Dictionary_2_tF0E3EB5B67FF7DF756A45486A5A1D18D35A30BEE ** get_address_of_slots_17() { return &___slots_17; } inline void set_slots_17(Dictionary_2_tF0E3EB5B67FF7DF756A45486A5A1D18D35A30BEE * value) { ___slots_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___slots_17), (void*)value); } inline static int32_t get_offset_of_constraints_18() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___constraints_18)); } inline Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 * get_constraints_18() const { return ___constraints_18; } inline Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 ** get_address_of_constraints_18() { return &___constraints_18; } inline void set_constraints_18(Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 * value) { ___constraints_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___constraints_18), (void*)value); } inline static int32_t get_offset_of_skins_19() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___skins_19)); } inline Dictionary_2_t0110ED12D944C8CED1DCFB85FF9CB26C3D31C3F3 * get_skins_19() const { return ___skins_19; } inline Dictionary_2_t0110ED12D944C8CED1DCFB85FF9CB26C3D31C3F3 ** get_address_of_skins_19() { return &___skins_19; } inline void set_skins_19(Dictionary_2_t0110ED12D944C8CED1DCFB85FF9CB26C3D31C3F3 * value) { ___skins_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___skins_19), (void*)value); } inline static int32_t get_offset_of_animations_20() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___animations_20)); } inline Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * get_animations_20() const { return ___animations_20; } inline Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 ** get_address_of_animations_20() { return &___animations_20; } inline void set_animations_20(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * value) { ___animations_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___animations_20), (void*)value); } inline static int32_t get_offset_of_defaultSkin_21() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___defaultSkin_21)); } inline SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * get_defaultSkin_21() const { return ___defaultSkin_21; } inline SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 ** get_address_of_defaultSkin_21() { return &___defaultSkin_21; } inline void set_defaultSkin_21(SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * value) { ___defaultSkin_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultSkin_21), (void*)value); } inline static int32_t get_offset_of_defaultAnimation_22() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___defaultAnimation_22)); } inline AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * get_defaultAnimation_22() const { return ___defaultAnimation_22; } inline AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 ** get_address_of_defaultAnimation_22() { return &___defaultAnimation_22; } inline void set_defaultAnimation_22(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * value) { ___defaultAnimation_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultAnimation_22), (void*)value); } inline static int32_t get_offset_of_canvas_23() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___canvas_23)); } inline CanvasData_t378879F059E749546F485846D8FC31F4A489A774 * get_canvas_23() const { return ___canvas_23; } inline CanvasData_t378879F059E749546F485846D8FC31F4A489A774 ** get_address_of_canvas_23() { return &___canvas_23; } inline void set_canvas_23(CanvasData_t378879F059E749546F485846D8FC31F4A489A774 * value) { ___canvas_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___canvas_23), (void*)value); } inline static int32_t get_offset_of_userData_24() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___userData_24)); } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * get_userData_24() const { return ___userData_24; } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A ** get_address_of_userData_24() { return &___userData_24; } inline void set_userData_24(UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * value) { ___userData_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___userData_24), (void*)value); } inline static int32_t get_offset_of_parent_25() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___parent_25)); } inline DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * get_parent_25() const { return ___parent_25; } inline DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 ** get_address_of_parent_25() { return &___parent_25; } inline void set_parent_25(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * value) { ___parent_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_25), (void*)value); } }; // DragonBones.Bone struct Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 : public TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F { public: // DragonBones.OffsetMode DragonBones.Bone::offsetMode int32_t ___offsetMode_15; // DragonBones.TransformDB DragonBones.Bone::animationPose TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___animationPose_16; // System.Boolean DragonBones.Bone::_transformDirty bool ____transformDirty_17; // System.Boolean DragonBones.Bone::_childrenTransformDirty bool ____childrenTransformDirty_18; // System.Boolean DragonBones.Bone::_localDirty bool ____localDirty_19; // System.Boolean DragonBones.Bone::_hasConstraint bool ____hasConstraint_20; // System.Boolean DragonBones.Bone::_visible bool ____visible_21; // System.Int32 DragonBones.Bone::_cachedFrameIndex int32_t ____cachedFrameIndex_22; // DragonBones.BlendState DragonBones.Bone::_blendState BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * ____blendState_23; // DragonBones.BoneData DragonBones.Bone::_boneData BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * ____boneData_24; // DragonBones.Bone DragonBones.Bone::_parent Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * ____parent_25; // System.Collections.Generic.List`1 DragonBones.Bone::_cachedFrameIndices List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ____cachedFrameIndices_26; public: inline static int32_t get_offset_of_offsetMode_15() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ___offsetMode_15)); } inline int32_t get_offsetMode_15() const { return ___offsetMode_15; } inline int32_t* get_address_of_offsetMode_15() { return &___offsetMode_15; } inline void set_offsetMode_15(int32_t value) { ___offsetMode_15 = value; } inline static int32_t get_offset_of_animationPose_16() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ___animationPose_16)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_animationPose_16() const { return ___animationPose_16; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_animationPose_16() { return &___animationPose_16; } inline void set_animationPose_16(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___animationPose_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationPose_16), (void*)value); } inline static int32_t get_offset_of__transformDirty_17() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____transformDirty_17)); } inline bool get__transformDirty_17() const { return ____transformDirty_17; } inline bool* get_address_of__transformDirty_17() { return &____transformDirty_17; } inline void set__transformDirty_17(bool value) { ____transformDirty_17 = value; } inline static int32_t get_offset_of__childrenTransformDirty_18() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____childrenTransformDirty_18)); } inline bool get__childrenTransformDirty_18() const { return ____childrenTransformDirty_18; } inline bool* get_address_of__childrenTransformDirty_18() { return &____childrenTransformDirty_18; } inline void set__childrenTransformDirty_18(bool value) { ____childrenTransformDirty_18 = value; } inline static int32_t get_offset_of__localDirty_19() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____localDirty_19)); } inline bool get__localDirty_19() const { return ____localDirty_19; } inline bool* get_address_of__localDirty_19() { return &____localDirty_19; } inline void set__localDirty_19(bool value) { ____localDirty_19 = value; } inline static int32_t get_offset_of__hasConstraint_20() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____hasConstraint_20)); } inline bool get__hasConstraint_20() const { return ____hasConstraint_20; } inline bool* get_address_of__hasConstraint_20() { return &____hasConstraint_20; } inline void set__hasConstraint_20(bool value) { ____hasConstraint_20 = value; } inline static int32_t get_offset_of__visible_21() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____visible_21)); } inline bool get__visible_21() const { return ____visible_21; } inline bool* get_address_of__visible_21() { return &____visible_21; } inline void set__visible_21(bool value) { ____visible_21 = value; } inline static int32_t get_offset_of__cachedFrameIndex_22() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____cachedFrameIndex_22)); } inline int32_t get__cachedFrameIndex_22() const { return ____cachedFrameIndex_22; } inline int32_t* get_address_of__cachedFrameIndex_22() { return &____cachedFrameIndex_22; } inline void set__cachedFrameIndex_22(int32_t value) { ____cachedFrameIndex_22 = value; } inline static int32_t get_offset_of__blendState_23() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____blendState_23)); } inline BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * get__blendState_23() const { return ____blendState_23; } inline BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE ** get_address_of__blendState_23() { return &____blendState_23; } inline void set__blendState_23(BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * value) { ____blendState_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____blendState_23), (void*)value); } inline static int32_t get_offset_of__boneData_24() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____boneData_24)); } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * get__boneData_24() const { return ____boneData_24; } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 ** get_address_of__boneData_24() { return &____boneData_24; } inline void set__boneData_24(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * value) { ____boneData_24 = value; Il2CppCodeGenWriteBarrier((void**)(&____boneData_24), (void*)value); } inline static int32_t get_offset_of__parent_25() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____parent_25)); } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * get__parent_25() const { return ____parent_25; } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 ** get_address_of__parent_25() { return &____parent_25; } inline void set__parent_25(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * value) { ____parent_25 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_25), (void*)value); } inline static int32_t get_offset_of__cachedFrameIndices_26() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____cachedFrameIndices_26)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get__cachedFrameIndices_26() const { return ____cachedFrameIndices_26; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of__cachedFrameIndices_26() { return &____cachedFrameIndices_26; } inline void set__cachedFrameIndices_26(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ____cachedFrameIndices_26 = value; Il2CppCodeGenWriteBarrier((void**)(&____cachedFrameIndices_26), (void*)value); } }; // DragonBones.BoundingBoxData struct BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // DragonBones.BoundingBoxType DragonBones.BoundingBoxData::type int32_t ___type_5; // System.UInt32 DragonBones.BoundingBoxData::color uint32_t ___color_6; // System.Single DragonBones.BoundingBoxData::width float ___width_7; // System.Single DragonBones.BoundingBoxData::height float ___height_8; public: inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F, ___type_5)); } inline int32_t get_type_5() const { return ___type_5; } inline int32_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(int32_t value) { ___type_5 = value; } inline static int32_t get_offset_of_color_6() { return static_cast(offsetof(BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F, ___color_6)); } inline uint32_t get_color_6() const { return ___color_6; } inline uint32_t* get_address_of_color_6() { return &___color_6; } inline void set_color_6(uint32_t value) { ___color_6 = value; } inline static int32_t get_offset_of_width_7() { return static_cast(offsetof(BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F, ___width_7)); } inline float get_width_7() const { return ___width_7; } inline float* get_address_of_width_7() { return &___width_7; } inline void set_width_7(float value) { ___width_7 = value; } inline static int32_t get_offset_of_height_8() { return static_cast(offsetof(BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F, ___height_8)); } inline float get_height_8() const { return ___height_8; } inline float* get_address_of_height_8() { return &___height_8; } inline void set_height_8(float value) { ___height_8 = value; } }; // CommonConfig struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3 : public RuntimeObject { public: public: }; struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields { public: // System.String[] CommonConfig::AppNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___AppNames_0; // System.Boolean CommonConfig::iosTaoKe bool ___iosTaoKe_1; // System.Boolean CommonConfig::ReleaseVersion2 bool ___ReleaseVersion2_2; // System.Boolean CommonConfig::SpecialVersion1 bool ___SpecialVersion1_3; // System.Boolean CommonConfig::needToExamine bool ___needToExamine_4; // System.Boolean CommonConfig::isReleaseVersion bool ___isReleaseVersion_5; // System.Int32 CommonConfig::devicePlan int32_t ___devicePlan_6; // System.Int32 CommonConfig::ringsPrecision int32_t ___ringsPrecision_7; // System.Int32 CommonConfig::arrowSpeedPrecision int32_t ___arrowSpeedPrecision_8; // System.Single CommonConfig::arrowWeight float ___arrowWeight_9; // CommonConfig/ServerType CommonConfig::serverType int32_t ___serverType_10; // System.String CommonConfig::businessServerWsURL String_t* ___businessServerWsURL_11; // System.String CommonConfig::gamePKServerWsURL String_t* ___gamePKServerWsURL_12; public: inline static int32_t get_offset_of_AppNames_0() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___AppNames_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_AppNames_0() const { return ___AppNames_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_AppNames_0() { return &___AppNames_0; } inline void set_AppNames_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___AppNames_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___AppNames_0), (void*)value); } inline static int32_t get_offset_of_iosTaoKe_1() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___iosTaoKe_1)); } inline bool get_iosTaoKe_1() const { return ___iosTaoKe_1; } inline bool* get_address_of_iosTaoKe_1() { return &___iosTaoKe_1; } inline void set_iosTaoKe_1(bool value) { ___iosTaoKe_1 = value; } inline static int32_t get_offset_of_ReleaseVersion2_2() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ReleaseVersion2_2)); } inline bool get_ReleaseVersion2_2() const { return ___ReleaseVersion2_2; } inline bool* get_address_of_ReleaseVersion2_2() { return &___ReleaseVersion2_2; } inline void set_ReleaseVersion2_2(bool value) { ___ReleaseVersion2_2 = value; } inline static int32_t get_offset_of_SpecialVersion1_3() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___SpecialVersion1_3)); } inline bool get_SpecialVersion1_3() const { return ___SpecialVersion1_3; } inline bool* get_address_of_SpecialVersion1_3() { return &___SpecialVersion1_3; } inline void set_SpecialVersion1_3(bool value) { ___SpecialVersion1_3 = value; } inline static int32_t get_offset_of_needToExamine_4() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___needToExamine_4)); } inline bool get_needToExamine_4() const { return ___needToExamine_4; } inline bool* get_address_of_needToExamine_4() { return &___needToExamine_4; } inline void set_needToExamine_4(bool value) { ___needToExamine_4 = value; } inline static int32_t get_offset_of_isReleaseVersion_5() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___isReleaseVersion_5)); } inline bool get_isReleaseVersion_5() const { return ___isReleaseVersion_5; } inline bool* get_address_of_isReleaseVersion_5() { return &___isReleaseVersion_5; } inline void set_isReleaseVersion_5(bool value) { ___isReleaseVersion_5 = value; } inline static int32_t get_offset_of_devicePlan_6() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___devicePlan_6)); } inline int32_t get_devicePlan_6() const { return ___devicePlan_6; } inline int32_t* get_address_of_devicePlan_6() { return &___devicePlan_6; } inline void set_devicePlan_6(int32_t value) { ___devicePlan_6 = value; } inline static int32_t get_offset_of_ringsPrecision_7() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ringsPrecision_7)); } inline int32_t get_ringsPrecision_7() const { return ___ringsPrecision_7; } inline int32_t* get_address_of_ringsPrecision_7() { return &___ringsPrecision_7; } inline void set_ringsPrecision_7(int32_t value) { ___ringsPrecision_7 = value; } inline static int32_t get_offset_of_arrowSpeedPrecision_8() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowSpeedPrecision_8)); } inline int32_t get_arrowSpeedPrecision_8() const { return ___arrowSpeedPrecision_8; } inline int32_t* get_address_of_arrowSpeedPrecision_8() { return &___arrowSpeedPrecision_8; } inline void set_arrowSpeedPrecision_8(int32_t value) { ___arrowSpeedPrecision_8 = value; } inline static int32_t get_offset_of_arrowWeight_9() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowWeight_9)); } inline float get_arrowWeight_9() const { return ___arrowWeight_9; } inline float* get_address_of_arrowWeight_9() { return &___arrowWeight_9; } inline void set_arrowWeight_9(float value) { ___arrowWeight_9 = value; } inline static int32_t get_offset_of_serverType_10() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___serverType_10)); } inline int32_t get_serverType_10() const { return ___serverType_10; } inline int32_t* get_address_of_serverType_10() { return &___serverType_10; } inline void set_serverType_10(int32_t value) { ___serverType_10 = value; } inline static int32_t get_offset_of_businessServerWsURL_11() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___businessServerWsURL_11)); } inline String_t* get_businessServerWsURL_11() const { return ___businessServerWsURL_11; } inline String_t** get_address_of_businessServerWsURL_11() { return &___businessServerWsURL_11; } inline void set_businessServerWsURL_11(String_t* value) { ___businessServerWsURL_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___businessServerWsURL_11), (void*)value); } inline static int32_t get_offset_of_gamePKServerWsURL_12() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___gamePKServerWsURL_12)); } inline String_t* get_gamePKServerWsURL_12() const { return ___gamePKServerWsURL_12; } inline String_t** get_address_of_gamePKServerWsURL_12() { return &___gamePKServerWsURL_12; } inline void set_gamePKServerWsURL_12(String_t* value) { ___gamePKServerWsURL_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___gamePKServerWsURL_12), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { public: public: }; // DragonBones.DisplayData struct DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // DragonBones.DisplayType DragonBones.DisplayData::type int32_t ___type_5; // System.String DragonBones.DisplayData::name String_t* ___name_6; // System.String DragonBones.DisplayData::path String_t* ___path_7; // DragonBones.SkinData DragonBones.DisplayData::parent SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * ___parent_8; // DragonBones.TransformDB DragonBones.DisplayData::transform TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___transform_9; public: inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB, ___type_5)); } inline int32_t get_type_5() const { return ___type_5; } inline int32_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(int32_t value) { ___type_5 = value; } inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB, ___name_6)); } inline String_t* get_name_6() const { return ___name_6; } inline String_t** get_address_of_name_6() { return &___name_6; } inline void set_name_6(String_t* value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_6), (void*)value); } inline static int32_t get_offset_of_path_7() { return static_cast(offsetof(DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB, ___path_7)); } inline String_t* get_path_7() const { return ___path_7; } inline String_t** get_address_of_path_7() { return &___path_7; } inline void set_path_7(String_t* value) { ___path_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___path_7), (void*)value); } inline static int32_t get_offset_of_parent_8() { return static_cast(offsetof(DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB, ___parent_8)); } inline SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * get_parent_8() const { return ___parent_8; } inline SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 ** get_address_of_parent_8() { return &___parent_8; } inline void set_parent_8(SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * value) { ___parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_8), (void*)value); } inline static int32_t get_offset_of_transform_9() { return static_cast(offsetof(DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB, ___transform_9)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_transform_9() const { return ___transform_9; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_transform_9() { return &___transform_9; } inline void set_transform_9(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___transform_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___transform_9), (void*)value); } }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // 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; }; // UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A { public: // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // System.Boolean UnityEngine.UI.Navigation::m_WrapAround bool ___m_WrapAround_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_WrapAround_1() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_WrapAround_1)); } inline bool get_m_WrapAround_1() const { return ___m_WrapAround_1; } inline bool* get_address_of_m_WrapAround_1() { return &___m_WrapAround_1; } inline void set_m_WrapAround_1(bool value) { ___m_WrapAround_1 = value; } inline static int32_t get_offset_of_m_SelectOnUp_2() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnUp_2)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnUp_2() const { return ___m_SelectOnUp_2; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnUp_2() { return &___m_SelectOnUp_2; } inline void set_m_SelectOnUp_2(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnUp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnUp_2), (void*)value); } inline static int32_t get_offset_of_m_SelectOnDown_3() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnDown_3)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnDown_3() const { return ___m_SelectOnDown_3; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnDown_3() { return &___m_SelectOnDown_3; } inline void set_m_SelectOnDown_3(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnDown_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnDown_3), (void*)value); } inline static int32_t get_offset_of_m_SelectOnLeft_4() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnLeft_4)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnLeft_4() const { return ___m_SelectOnLeft_4; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnLeft_4() { return &___m_SelectOnLeft_4; } inline void set_m_SelectOnLeft_4(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnLeft_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnLeft_4), (void*)value); } inline static int32_t get_offset_of_m_SelectOnRight_5() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnRight_5)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnRight_5() const { return ___m_SelectOnRight_5; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnRight_5() { return &___m_SelectOnRight_5; } inline void set_m_SelectOnRight_5(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnRight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnRight_5), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_pinvoke { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_com { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // UnityEngine.Android.PermissionCallbacks struct PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5 : public AndroidJavaProxy_tA8C86826A74CB7CC5511CB353DBA595C9270D9AF { public: // System.Action`1 UnityEngine.Android.PermissionCallbacks::PermissionGranted Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * ___PermissionGranted_4; // System.Action`1 UnityEngine.Android.PermissionCallbacks::PermissionDenied Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * ___PermissionDenied_5; // System.Action`1 UnityEngine.Android.PermissionCallbacks::PermissionDeniedAndDontAskAgain Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * ___PermissionDeniedAndDontAskAgain_6; public: inline static int32_t get_offset_of_PermissionGranted_4() { return static_cast(offsetof(PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5, ___PermissionGranted_4)); } inline Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * get_PermissionGranted_4() const { return ___PermissionGranted_4; } inline Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 ** get_address_of_PermissionGranted_4() { return &___PermissionGranted_4; } inline void set_PermissionGranted_4(Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * value) { ___PermissionGranted_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___PermissionGranted_4), (void*)value); } inline static int32_t get_offset_of_PermissionDenied_5() { return static_cast(offsetof(PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5, ___PermissionDenied_5)); } inline Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * get_PermissionDenied_5() const { return ___PermissionDenied_5; } inline Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 ** get_address_of_PermissionDenied_5() { return &___PermissionDenied_5; } inline void set_PermissionDenied_5(Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * value) { ___PermissionDenied_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___PermissionDenied_5), (void*)value); } inline static int32_t get_offset_of_PermissionDeniedAndDontAskAgain_6() { return static_cast(offsetof(PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5, ___PermissionDeniedAndDontAskAgain_6)); } inline Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * get_PermissionDeniedAndDontAskAgain_6() const { return ___PermissionDeniedAndDontAskAgain_6; } inline Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 ** get_address_of_PermissionDeniedAndDontAskAgain_6() { return &___PermissionDeniedAndDontAskAgain_6; } inline void set_PermissionDeniedAndDontAskAgain_6(Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * value) { ___PermissionDeniedAndDontAskAgain_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___PermissionDeniedAndDontAskAgain_6), (void*)value); } }; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // DragonBones.Slot struct Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE : public TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F { public: // System.String DragonBones.Slot::displayController String_t* ___displayController_15; // System.Boolean DragonBones.Slot::_displayDirty bool ____displayDirty_16; // System.Boolean DragonBones.Slot::_zOrderDirty bool ____zOrderDirty_17; // System.Boolean DragonBones.Slot::_visibleDirty bool ____visibleDirty_18; // System.Boolean DragonBones.Slot::_blendModeDirty bool ____blendModeDirty_19; // System.Boolean DragonBones.Slot::_colorDirty bool ____colorDirty_20; // System.Boolean DragonBones.Slot::_transformDirty bool ____transformDirty_21; // System.Boolean DragonBones.Slot::_visible bool ____visible_22; // DragonBones.BlendMode DragonBones.Slot::_blendMode int32_t ____blendMode_23; // System.Int32 DragonBones.Slot::_displayIndex int32_t ____displayIndex_24; // System.Int32 DragonBones.Slot::_animationDisplayIndex int32_t ____animationDisplayIndex_25; // System.Int32 DragonBones.Slot::_zOrder int32_t ____zOrder_26; // System.Int32 DragonBones.Slot::_cachedFrameIndex int32_t ____cachedFrameIndex_27; // System.Single DragonBones.Slot::_pivotX float ____pivotX_28; // System.Single DragonBones.Slot::_pivotY float ____pivotY_29; // DragonBones.Matrix DragonBones.Slot::_localMatrix Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * ____localMatrix_30; // DragonBones.ColorTransform DragonBones.Slot::_colorTransform ColorTransform_t7965BC401E2667E45E3704EDB91043704EF751ED * ____colorTransform_31; // System.Collections.Generic.List`1 DragonBones.Slot::_displayDatas List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE * ____displayDatas_32; // System.Collections.Generic.List`1 DragonBones.Slot::_displayList List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ____displayList_33; // DragonBones.SlotData DragonBones.Slot::_slotData SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 * ____slotData_34; // System.Collections.Generic.List`1 DragonBones.Slot::_rawDisplayDatas List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE * ____rawDisplayDatas_35; // DragonBones.DisplayData DragonBones.Slot::_displayData DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB * ____displayData_36; // DragonBones.BoundingBoxData DragonBones.Slot::_boundingBoxData BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F * ____boundingBoxData_37; // DragonBones.TextureData DragonBones.Slot::_textureData TextureData_t36EC038DFB2A0A187EA08DA7EAEF31C73EF76B6E * ____textureData_38; // DragonBones.DeformVertices DragonBones.Slot::_deformVertices DeformVertices_t0CF1027729D76F94E7E8836E3640E340A9810FEE * ____deformVertices_39; // System.Object DragonBones.Slot::_rawDisplay RuntimeObject * ____rawDisplay_40; // System.Object DragonBones.Slot::_meshDisplay RuntimeObject * ____meshDisplay_41; // System.Object DragonBones.Slot::_display RuntimeObject * ____display_42; // DragonBones.Armature DragonBones.Slot::_childArmature Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * ____childArmature_43; // DragonBones.Bone DragonBones.Slot::_parent Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * ____parent_44; // System.Collections.Generic.List`1 DragonBones.Slot::_cachedFrameIndices List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ____cachedFrameIndices_45; public: inline static int32_t get_offset_of_displayController_15() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ___displayController_15)); } inline String_t* get_displayController_15() const { return ___displayController_15; } inline String_t** get_address_of_displayController_15() { return &___displayController_15; } inline void set_displayController_15(String_t* value) { ___displayController_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayController_15), (void*)value); } inline static int32_t get_offset_of__displayDirty_16() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____displayDirty_16)); } inline bool get__displayDirty_16() const { return ____displayDirty_16; } inline bool* get_address_of__displayDirty_16() { return &____displayDirty_16; } inline void set__displayDirty_16(bool value) { ____displayDirty_16 = value; } inline static int32_t get_offset_of__zOrderDirty_17() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____zOrderDirty_17)); } inline bool get__zOrderDirty_17() const { return ____zOrderDirty_17; } inline bool* get_address_of__zOrderDirty_17() { return &____zOrderDirty_17; } inline void set__zOrderDirty_17(bool value) { ____zOrderDirty_17 = value; } inline static int32_t get_offset_of__visibleDirty_18() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____visibleDirty_18)); } inline bool get__visibleDirty_18() const { return ____visibleDirty_18; } inline bool* get_address_of__visibleDirty_18() { return &____visibleDirty_18; } inline void set__visibleDirty_18(bool value) { ____visibleDirty_18 = value; } inline static int32_t get_offset_of__blendModeDirty_19() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____blendModeDirty_19)); } inline bool get__blendModeDirty_19() const { return ____blendModeDirty_19; } inline bool* get_address_of__blendModeDirty_19() { return &____blendModeDirty_19; } inline void set__blendModeDirty_19(bool value) { ____blendModeDirty_19 = value; } inline static int32_t get_offset_of__colorDirty_20() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____colorDirty_20)); } inline bool get__colorDirty_20() const { return ____colorDirty_20; } inline bool* get_address_of__colorDirty_20() { return &____colorDirty_20; } inline void set__colorDirty_20(bool value) { ____colorDirty_20 = value; } inline static int32_t get_offset_of__transformDirty_21() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____transformDirty_21)); } inline bool get__transformDirty_21() const { return ____transformDirty_21; } inline bool* get_address_of__transformDirty_21() { return &____transformDirty_21; } inline void set__transformDirty_21(bool value) { ____transformDirty_21 = value; } inline static int32_t get_offset_of__visible_22() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____visible_22)); } inline bool get__visible_22() const { return ____visible_22; } inline bool* get_address_of__visible_22() { return &____visible_22; } inline void set__visible_22(bool value) { ____visible_22 = value; } inline static int32_t get_offset_of__blendMode_23() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____blendMode_23)); } inline int32_t get__blendMode_23() const { return ____blendMode_23; } inline int32_t* get_address_of__blendMode_23() { return &____blendMode_23; } inline void set__blendMode_23(int32_t value) { ____blendMode_23 = value; } inline static int32_t get_offset_of__displayIndex_24() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____displayIndex_24)); } inline int32_t get__displayIndex_24() const { return ____displayIndex_24; } inline int32_t* get_address_of__displayIndex_24() { return &____displayIndex_24; } inline void set__displayIndex_24(int32_t value) { ____displayIndex_24 = value; } inline static int32_t get_offset_of__animationDisplayIndex_25() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____animationDisplayIndex_25)); } inline int32_t get__animationDisplayIndex_25() const { return ____animationDisplayIndex_25; } inline int32_t* get_address_of__animationDisplayIndex_25() { return &____animationDisplayIndex_25; } inline void set__animationDisplayIndex_25(int32_t value) { ____animationDisplayIndex_25 = value; } inline static int32_t get_offset_of__zOrder_26() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____zOrder_26)); } inline int32_t get__zOrder_26() const { return ____zOrder_26; } inline int32_t* get_address_of__zOrder_26() { return &____zOrder_26; } inline void set__zOrder_26(int32_t value) { ____zOrder_26 = value; } inline static int32_t get_offset_of__cachedFrameIndex_27() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____cachedFrameIndex_27)); } inline int32_t get__cachedFrameIndex_27() const { return ____cachedFrameIndex_27; } inline int32_t* get_address_of__cachedFrameIndex_27() { return &____cachedFrameIndex_27; } inline void set__cachedFrameIndex_27(int32_t value) { ____cachedFrameIndex_27 = value; } inline static int32_t get_offset_of__pivotX_28() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____pivotX_28)); } inline float get__pivotX_28() const { return ____pivotX_28; } inline float* get_address_of__pivotX_28() { return &____pivotX_28; } inline void set__pivotX_28(float value) { ____pivotX_28 = value; } inline static int32_t get_offset_of__pivotY_29() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____pivotY_29)); } inline float get__pivotY_29() const { return ____pivotY_29; } inline float* get_address_of__pivotY_29() { return &____pivotY_29; } inline void set__pivotY_29(float value) { ____pivotY_29 = value; } inline static int32_t get_offset_of__localMatrix_30() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____localMatrix_30)); } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * get__localMatrix_30() const { return ____localMatrix_30; } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 ** get_address_of__localMatrix_30() { return &____localMatrix_30; } inline void set__localMatrix_30(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * value) { ____localMatrix_30 = value; Il2CppCodeGenWriteBarrier((void**)(&____localMatrix_30), (void*)value); } inline static int32_t get_offset_of__colorTransform_31() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____colorTransform_31)); } inline ColorTransform_t7965BC401E2667E45E3704EDB91043704EF751ED * get__colorTransform_31() const { return ____colorTransform_31; } inline ColorTransform_t7965BC401E2667E45E3704EDB91043704EF751ED ** get_address_of__colorTransform_31() { return &____colorTransform_31; } inline void set__colorTransform_31(ColorTransform_t7965BC401E2667E45E3704EDB91043704EF751ED * value) { ____colorTransform_31 = value; Il2CppCodeGenWriteBarrier((void**)(&____colorTransform_31), (void*)value); } inline static int32_t get_offset_of__displayDatas_32() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____displayDatas_32)); } inline List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE * get__displayDatas_32() const { return ____displayDatas_32; } inline List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE ** get_address_of__displayDatas_32() { return &____displayDatas_32; } inline void set__displayDatas_32(List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE * value) { ____displayDatas_32 = value; Il2CppCodeGenWriteBarrier((void**)(&____displayDatas_32), (void*)value); } inline static int32_t get_offset_of__displayList_33() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____displayList_33)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get__displayList_33() const { return ____displayList_33; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of__displayList_33() { return &____displayList_33; } inline void set__displayList_33(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ____displayList_33 = value; Il2CppCodeGenWriteBarrier((void**)(&____displayList_33), (void*)value); } inline static int32_t get_offset_of__slotData_34() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____slotData_34)); } inline SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 * get__slotData_34() const { return ____slotData_34; } inline SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 ** get_address_of__slotData_34() { return &____slotData_34; } inline void set__slotData_34(SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 * value) { ____slotData_34 = value; Il2CppCodeGenWriteBarrier((void**)(&____slotData_34), (void*)value); } inline static int32_t get_offset_of__rawDisplayDatas_35() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____rawDisplayDatas_35)); } inline List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE * get__rawDisplayDatas_35() const { return ____rawDisplayDatas_35; } inline List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE ** get_address_of__rawDisplayDatas_35() { return &____rawDisplayDatas_35; } inline void set__rawDisplayDatas_35(List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE * value) { ____rawDisplayDatas_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____rawDisplayDatas_35), (void*)value); } inline static int32_t get_offset_of__displayData_36() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____displayData_36)); } inline DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB * get__displayData_36() const { return ____displayData_36; } inline DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB ** get_address_of__displayData_36() { return &____displayData_36; } inline void set__displayData_36(DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB * value) { ____displayData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&____displayData_36), (void*)value); } inline static int32_t get_offset_of__boundingBoxData_37() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____boundingBoxData_37)); } inline BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F * get__boundingBoxData_37() const { return ____boundingBoxData_37; } inline BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F ** get_address_of__boundingBoxData_37() { return &____boundingBoxData_37; } inline void set__boundingBoxData_37(BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F * value) { ____boundingBoxData_37 = value; Il2CppCodeGenWriteBarrier((void**)(&____boundingBoxData_37), (void*)value); } inline static int32_t get_offset_of__textureData_38() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____textureData_38)); } inline TextureData_t36EC038DFB2A0A187EA08DA7EAEF31C73EF76B6E * get__textureData_38() const { return ____textureData_38; } inline TextureData_t36EC038DFB2A0A187EA08DA7EAEF31C73EF76B6E ** get_address_of__textureData_38() { return &____textureData_38; } inline void set__textureData_38(TextureData_t36EC038DFB2A0A187EA08DA7EAEF31C73EF76B6E * value) { ____textureData_38 = value; Il2CppCodeGenWriteBarrier((void**)(&____textureData_38), (void*)value); } inline static int32_t get_offset_of__deformVertices_39() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____deformVertices_39)); } inline DeformVertices_t0CF1027729D76F94E7E8836E3640E340A9810FEE * get__deformVertices_39() const { return ____deformVertices_39; } inline DeformVertices_t0CF1027729D76F94E7E8836E3640E340A9810FEE ** get_address_of__deformVertices_39() { return &____deformVertices_39; } inline void set__deformVertices_39(DeformVertices_t0CF1027729D76F94E7E8836E3640E340A9810FEE * value) { ____deformVertices_39 = value; Il2CppCodeGenWriteBarrier((void**)(&____deformVertices_39), (void*)value); } inline static int32_t get_offset_of__rawDisplay_40() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____rawDisplay_40)); } inline RuntimeObject * get__rawDisplay_40() const { return ____rawDisplay_40; } inline RuntimeObject ** get_address_of__rawDisplay_40() { return &____rawDisplay_40; } inline void set__rawDisplay_40(RuntimeObject * value) { ____rawDisplay_40 = value; Il2CppCodeGenWriteBarrier((void**)(&____rawDisplay_40), (void*)value); } inline static int32_t get_offset_of__meshDisplay_41() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____meshDisplay_41)); } inline RuntimeObject * get__meshDisplay_41() const { return ____meshDisplay_41; } inline RuntimeObject ** get_address_of__meshDisplay_41() { return &____meshDisplay_41; } inline void set__meshDisplay_41(RuntimeObject * value) { ____meshDisplay_41 = value; Il2CppCodeGenWriteBarrier((void**)(&____meshDisplay_41), (void*)value); } inline static int32_t get_offset_of__display_42() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____display_42)); } inline RuntimeObject * get__display_42() const { return ____display_42; } inline RuntimeObject ** get_address_of__display_42() { return &____display_42; } inline void set__display_42(RuntimeObject * value) { ____display_42 = value; Il2CppCodeGenWriteBarrier((void**)(&____display_42), (void*)value); } inline static int32_t get_offset_of__childArmature_43() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____childArmature_43)); } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * get__childArmature_43() const { return ____childArmature_43; } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD ** get_address_of__childArmature_43() { return &____childArmature_43; } inline void set__childArmature_43(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * value) { ____childArmature_43 = value; Il2CppCodeGenWriteBarrier((void**)(&____childArmature_43), (void*)value); } inline static int32_t get_offset_of__parent_44() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____parent_44)); } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * get__parent_44() const { return ____parent_44; } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 ** get_address_of__parent_44() { return &____parent_44; } inline void set__parent_44(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * value) { ____parent_44 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_44), (void*)value); } inline static int32_t get_offset_of__cachedFrameIndices_45() { return static_cast(offsetof(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE, ____cachedFrameIndices_45)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get__cachedFrameIndices_45() const { return ____cachedFrameIndices_45; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of__cachedFrameIndices_45() { return &____cachedFrameIndices_45; } inline void set__cachedFrameIndices_45(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ____cachedFrameIndices_45 = value; Il2CppCodeGenWriteBarrier((void**)(&____cachedFrameIndices_45), (void*)value); } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { 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; } }; // DragonBones.TimelineData struct TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // DragonBones.TimelineType DragonBones.TimelineData::type int32_t ___type_5; // System.UInt32 DragonBones.TimelineData::offset uint32_t ___offset_6; // System.Int32 DragonBones.TimelineData::frameIndicesOffset int32_t ___frameIndicesOffset_7; public: inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D, ___type_5)); } inline int32_t get_type_5() const { return ___type_5; } inline int32_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(int32_t value) { ___type_5 = value; } inline static int32_t get_offset_of_offset_6() { return static_cast(offsetof(TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D, ___offset_6)); } inline uint32_t get_offset_6() const { return ___offset_6; } inline uint32_t* get_address_of_offset_6() { return &___offset_6; } inline void set_offset_6(uint32_t value) { ___offset_6 = value; } inline static int32_t get_offset_of_frameIndicesOffset_7() { return static_cast(offsetof(TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D, ___frameIndicesOffset_7)); } inline int32_t get_frameIndicesOffset_7() const { return ___frameIndicesOffset_7; } inline int32_t* get_address_of_frameIndicesOffset_7() { return &___frameIndicesOffset_7; } inline void set_frameIndicesOffset_7(int32_t value) { ___frameIndicesOffset_7 = value; } }; // DragonBones.TimelineState struct TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Int32 DragonBones.TimelineState::playState int32_t ___playState_5; // System.Int32 DragonBones.TimelineState::currentPlayTimes int32_t ___currentPlayTimes_6; // System.Single DragonBones.TimelineState::currentTime float ___currentTime_7; // DragonBones.TweenState DragonBones.TimelineState::_tweenState int32_t ____tweenState_8; // System.UInt32 DragonBones.TimelineState::_frameRate uint32_t ____frameRate_9; // System.Int32 DragonBones.TimelineState::_frameValueOffset int32_t ____frameValueOffset_10; // System.UInt32 DragonBones.TimelineState::_frameCount uint32_t ____frameCount_11; // System.UInt32 DragonBones.TimelineState::_frameOffset uint32_t ____frameOffset_12; // System.Int32 DragonBones.TimelineState::_frameIndex int32_t ____frameIndex_13; // System.Single DragonBones.TimelineState::_frameRateR float ____frameRateR_14; // System.Single DragonBones.TimelineState::_position float ____position_15; // System.Single DragonBones.TimelineState::_duration float ____duration_16; // System.Single DragonBones.TimelineState::_timeScale float ____timeScale_17; // System.Single DragonBones.TimelineState::_timeOffset float ____timeOffset_18; // DragonBones.DragonBonesData DragonBones.TimelineState::_dragonBonesData DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * ____dragonBonesData_19; // DragonBones.AnimationData DragonBones.TimelineState::_animationData AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * ____animationData_20; // DragonBones.TimelineData DragonBones.TimelineState::_timelineData TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * ____timelineData_21; // DragonBones.Armature DragonBones.TimelineState::_armature Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * ____armature_22; // DragonBones.AnimationState DragonBones.TimelineState::_animationState AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * ____animationState_23; // DragonBones.TimelineState DragonBones.TimelineState::_actionTimeline TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 * ____actionTimeline_24; // System.Int16[] DragonBones.TimelineState::_frameArray Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ____frameArray_25; // System.Int16[] DragonBones.TimelineState::_frameIntArray Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ____frameIntArray_26; // System.Single[] DragonBones.TimelineState::_frameFloatArray SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ____frameFloatArray_27; // System.UInt16[] DragonBones.TimelineState::_timelineArray UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ____timelineArray_28; // System.Collections.Generic.List`1 DragonBones.TimelineState::_frameIndices List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * ____frameIndices_29; public: inline static int32_t get_offset_of_playState_5() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ___playState_5)); } inline int32_t get_playState_5() const { return ___playState_5; } inline int32_t* get_address_of_playState_5() { return &___playState_5; } inline void set_playState_5(int32_t value) { ___playState_5 = value; } inline static int32_t get_offset_of_currentPlayTimes_6() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ___currentPlayTimes_6)); } inline int32_t get_currentPlayTimes_6() const { return ___currentPlayTimes_6; } inline int32_t* get_address_of_currentPlayTimes_6() { return &___currentPlayTimes_6; } inline void set_currentPlayTimes_6(int32_t value) { ___currentPlayTimes_6 = value; } inline static int32_t get_offset_of_currentTime_7() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ___currentTime_7)); } inline float get_currentTime_7() const { return ___currentTime_7; } inline float* get_address_of_currentTime_7() { return &___currentTime_7; } inline void set_currentTime_7(float value) { ___currentTime_7 = value; } inline static int32_t get_offset_of__tweenState_8() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____tweenState_8)); } inline int32_t get__tweenState_8() const { return ____tweenState_8; } inline int32_t* get_address_of__tweenState_8() { return &____tweenState_8; } inline void set__tweenState_8(int32_t value) { ____tweenState_8 = value; } inline static int32_t get_offset_of__frameRate_9() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____frameRate_9)); } inline uint32_t get__frameRate_9() const { return ____frameRate_9; } inline uint32_t* get_address_of__frameRate_9() { return &____frameRate_9; } inline void set__frameRate_9(uint32_t value) { ____frameRate_9 = value; } inline static int32_t get_offset_of__frameValueOffset_10() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____frameValueOffset_10)); } inline int32_t get__frameValueOffset_10() const { return ____frameValueOffset_10; } inline int32_t* get_address_of__frameValueOffset_10() { return &____frameValueOffset_10; } inline void set__frameValueOffset_10(int32_t value) { ____frameValueOffset_10 = value; } inline static int32_t get_offset_of__frameCount_11() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____frameCount_11)); } inline uint32_t get__frameCount_11() const { return ____frameCount_11; } inline uint32_t* get_address_of__frameCount_11() { return &____frameCount_11; } inline void set__frameCount_11(uint32_t value) { ____frameCount_11 = value; } inline static int32_t get_offset_of__frameOffset_12() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____frameOffset_12)); } inline uint32_t get__frameOffset_12() const { return ____frameOffset_12; } inline uint32_t* get_address_of__frameOffset_12() { return &____frameOffset_12; } inline void set__frameOffset_12(uint32_t value) { ____frameOffset_12 = value; } inline static int32_t get_offset_of__frameIndex_13() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____frameIndex_13)); } inline int32_t get__frameIndex_13() const { return ____frameIndex_13; } inline int32_t* get_address_of__frameIndex_13() { return &____frameIndex_13; } inline void set__frameIndex_13(int32_t value) { ____frameIndex_13 = value; } inline static int32_t get_offset_of__frameRateR_14() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____frameRateR_14)); } inline float get__frameRateR_14() const { return ____frameRateR_14; } inline float* get_address_of__frameRateR_14() { return &____frameRateR_14; } inline void set__frameRateR_14(float value) { ____frameRateR_14 = value; } inline static int32_t get_offset_of__position_15() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____position_15)); } inline float get__position_15() const { return ____position_15; } inline float* get_address_of__position_15() { return &____position_15; } inline void set__position_15(float value) { ____position_15 = value; } inline static int32_t get_offset_of__duration_16() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____duration_16)); } inline float get__duration_16() const { return ____duration_16; } inline float* get_address_of__duration_16() { return &____duration_16; } inline void set__duration_16(float value) { ____duration_16 = value; } inline static int32_t get_offset_of__timeScale_17() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____timeScale_17)); } inline float get__timeScale_17() const { return ____timeScale_17; } inline float* get_address_of__timeScale_17() { return &____timeScale_17; } inline void set__timeScale_17(float value) { ____timeScale_17 = value; } inline static int32_t get_offset_of__timeOffset_18() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____timeOffset_18)); } inline float get__timeOffset_18() const { return ____timeOffset_18; } inline float* get_address_of__timeOffset_18() { return &____timeOffset_18; } inline void set__timeOffset_18(float value) { ____timeOffset_18 = value; } inline static int32_t get_offset_of__dragonBonesData_19() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____dragonBonesData_19)); } inline DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * get__dragonBonesData_19() const { return ____dragonBonesData_19; } inline DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 ** get_address_of__dragonBonesData_19() { return &____dragonBonesData_19; } inline void set__dragonBonesData_19(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * value) { ____dragonBonesData_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____dragonBonesData_19), (void*)value); } inline static int32_t get_offset_of__animationData_20() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____animationData_20)); } inline AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * get__animationData_20() const { return ____animationData_20; } inline AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 ** get_address_of__animationData_20() { return &____animationData_20; } inline void set__animationData_20(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * value) { ____animationData_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____animationData_20), (void*)value); } inline static int32_t get_offset_of__timelineData_21() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____timelineData_21)); } inline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * get__timelineData_21() const { return ____timelineData_21; } inline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D ** get_address_of__timelineData_21() { return &____timelineData_21; } inline void set__timelineData_21(TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * value) { ____timelineData_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____timelineData_21), (void*)value); } inline static int32_t get_offset_of__armature_22() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____armature_22)); } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * get__armature_22() const { return ____armature_22; } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD ** get_address_of__armature_22() { return &____armature_22; } inline void set__armature_22(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * value) { ____armature_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____armature_22), (void*)value); } inline static int32_t get_offset_of__animationState_23() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____animationState_23)); } inline AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * get__animationState_23() const { return ____animationState_23; } inline AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E ** get_address_of__animationState_23() { return &____animationState_23; } inline void set__animationState_23(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * value) { ____animationState_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____animationState_23), (void*)value); } inline static int32_t get_offset_of__actionTimeline_24() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____actionTimeline_24)); } inline TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 * get__actionTimeline_24() const { return ____actionTimeline_24; } inline TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 ** get_address_of__actionTimeline_24() { return &____actionTimeline_24; } inline void set__actionTimeline_24(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 * value) { ____actionTimeline_24 = value; Il2CppCodeGenWriteBarrier((void**)(&____actionTimeline_24), (void*)value); } inline static int32_t get_offset_of__frameArray_25() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____frameArray_25)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get__frameArray_25() const { return ____frameArray_25; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of__frameArray_25() { return &____frameArray_25; } inline void set__frameArray_25(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ____frameArray_25 = value; Il2CppCodeGenWriteBarrier((void**)(&____frameArray_25), (void*)value); } inline static int32_t get_offset_of__frameIntArray_26() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____frameIntArray_26)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get__frameIntArray_26() const { return ____frameIntArray_26; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of__frameIntArray_26() { return &____frameIntArray_26; } inline void set__frameIntArray_26(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ____frameIntArray_26 = value; Il2CppCodeGenWriteBarrier((void**)(&____frameIntArray_26), (void*)value); } inline static int32_t get_offset_of__frameFloatArray_27() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____frameFloatArray_27)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get__frameFloatArray_27() const { return ____frameFloatArray_27; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of__frameFloatArray_27() { return &____frameFloatArray_27; } inline void set__frameFloatArray_27(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ____frameFloatArray_27 = value; Il2CppCodeGenWriteBarrier((void**)(&____frameFloatArray_27), (void*)value); } inline static int32_t get_offset_of__timelineArray_28() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____timelineArray_28)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get__timelineArray_28() const { return ____timelineArray_28; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of__timelineArray_28() { return &____timelineArray_28; } inline void set__timelineArray_28(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ____timelineArray_28 = value; Il2CppCodeGenWriteBarrier((void**)(&____timelineArray_28), (void*)value); } inline static int32_t get_offset_of__frameIndices_29() { return static_cast(offsetof(TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696, ____frameIndices_29)); } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * get__frameIndices_29() const { return ____frameIndices_29; } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 ** get_address_of__frameIndices_29() { return &____frameIndices_29; } inline void set__frameIndices_29(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * value) { ____frameIndices_29 = value; Il2CppCodeGenWriteBarrier((void**)(&____frameIndices_29), (void*)value); } }; // UnityEngine.Touch struct Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C { public: // System.Int32 UnityEngine.Touch::m_FingerId int32_t ___m_FingerId_0; // UnityEngine.Vector2 UnityEngine.Touch::m_Position Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Position_1; // UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_RawPosition_2; // UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PositionDelta_3; // System.Single UnityEngine.Touch::m_TimeDelta float ___m_TimeDelta_4; // System.Int32 UnityEngine.Touch::m_TapCount int32_t ___m_TapCount_5; // UnityEngine.TouchPhase UnityEngine.Touch::m_Phase int32_t ___m_Phase_6; // UnityEngine.TouchType UnityEngine.Touch::m_Type int32_t ___m_Type_7; // System.Single UnityEngine.Touch::m_Pressure float ___m_Pressure_8; // System.Single UnityEngine.Touch::m_maximumPossiblePressure float ___m_maximumPossiblePressure_9; // System.Single UnityEngine.Touch::m_Radius float ___m_Radius_10; // System.Single UnityEngine.Touch::m_RadiusVariance float ___m_RadiusVariance_11; // System.Single UnityEngine.Touch::m_AltitudeAngle float ___m_AltitudeAngle_12; // System.Single UnityEngine.Touch::m_AzimuthAngle float ___m_AzimuthAngle_13; public: inline static int32_t get_offset_of_m_FingerId_0() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_FingerId_0)); } inline int32_t get_m_FingerId_0() const { return ___m_FingerId_0; } inline int32_t* get_address_of_m_FingerId_0() { return &___m_FingerId_0; } inline void set_m_FingerId_0(int32_t value) { ___m_FingerId_0 = value; } inline static int32_t get_offset_of_m_Position_1() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Position_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Position_1() const { return ___m_Position_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Position_1() { return &___m_Position_1; } inline void set_m_Position_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Position_1 = value; } inline static int32_t get_offset_of_m_RawPosition_2() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_RawPosition_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_RawPosition_2() const { return ___m_RawPosition_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_RawPosition_2() { return &___m_RawPosition_2; } inline void set_m_RawPosition_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_RawPosition_2 = value; } inline static int32_t get_offset_of_m_PositionDelta_3() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_PositionDelta_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_PositionDelta_3() const { return ___m_PositionDelta_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_PositionDelta_3() { return &___m_PositionDelta_3; } inline void set_m_PositionDelta_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_PositionDelta_3 = value; } inline static int32_t get_offset_of_m_TimeDelta_4() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_TimeDelta_4)); } inline float get_m_TimeDelta_4() const { return ___m_TimeDelta_4; } inline float* get_address_of_m_TimeDelta_4() { return &___m_TimeDelta_4; } inline void set_m_TimeDelta_4(float value) { ___m_TimeDelta_4 = value; } inline static int32_t get_offset_of_m_TapCount_5() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_TapCount_5)); } inline int32_t get_m_TapCount_5() const { return ___m_TapCount_5; } inline int32_t* get_address_of_m_TapCount_5() { return &___m_TapCount_5; } inline void set_m_TapCount_5(int32_t value) { ___m_TapCount_5 = value; } inline static int32_t get_offset_of_m_Phase_6() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Phase_6)); } inline int32_t get_m_Phase_6() const { return ___m_Phase_6; } inline int32_t* get_address_of_m_Phase_6() { return &___m_Phase_6; } inline void set_m_Phase_6(int32_t value) { ___m_Phase_6 = value; } inline static int32_t get_offset_of_m_Type_7() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Type_7)); } inline int32_t get_m_Type_7() const { return ___m_Type_7; } inline int32_t* get_address_of_m_Type_7() { return &___m_Type_7; } inline void set_m_Type_7(int32_t value) { ___m_Type_7 = value; } inline static int32_t get_offset_of_m_Pressure_8() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Pressure_8)); } inline float get_m_Pressure_8() const { return ___m_Pressure_8; } inline float* get_address_of_m_Pressure_8() { return &___m_Pressure_8; } inline void set_m_Pressure_8(float value) { ___m_Pressure_8 = value; } inline static int32_t get_offset_of_m_maximumPossiblePressure_9() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_maximumPossiblePressure_9)); } inline float get_m_maximumPossiblePressure_9() const { return ___m_maximumPossiblePressure_9; } inline float* get_address_of_m_maximumPossiblePressure_9() { return &___m_maximumPossiblePressure_9; } inline void set_m_maximumPossiblePressure_9(float value) { ___m_maximumPossiblePressure_9 = value; } inline static int32_t get_offset_of_m_Radius_10() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Radius_10)); } inline float get_m_Radius_10() const { return ___m_Radius_10; } inline float* get_address_of_m_Radius_10() { return &___m_Radius_10; } inline void set_m_Radius_10(float value) { ___m_Radius_10 = value; } inline static int32_t get_offset_of_m_RadiusVariance_11() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_RadiusVariance_11)); } inline float get_m_RadiusVariance_11() const { return ___m_RadiusVariance_11; } inline float* get_address_of_m_RadiusVariance_11() { return &___m_RadiusVariance_11; } inline void set_m_RadiusVariance_11(float value) { ___m_RadiusVariance_11 = value; } inline static int32_t get_offset_of_m_AltitudeAngle_12() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_AltitudeAngle_12)); } inline float get_m_AltitudeAngle_12() const { return ___m_AltitudeAngle_12; } inline float* get_address_of_m_AltitudeAngle_12() { return &___m_AltitudeAngle_12; } inline void set_m_AltitudeAngle_12(float value) { ___m_AltitudeAngle_12 = value; } inline static int32_t get_offset_of_m_AzimuthAngle_13() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_AzimuthAngle_13)); } inline float get_m_AzimuthAngle_13() const { return ___m_AzimuthAngle_13; } inline float* get_address_of_m_AzimuthAngle_13() { return &___m_AzimuthAngle_13; } inline void set_m_AzimuthAngle_13(float value) { ___m_AzimuthAngle_13 = 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); } }; // BestHTTP.Extensions.VariableSizedBufferPool struct VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E : public RuntimeObject { public: public: }; struct VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields { public: // System.Byte[] BestHTTP.Extensions.VariableSizedBufferPool::NoData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___NoData_0; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.Extensions.VariableSizedBufferPool::_isEnabled bool ____isEnabled_1; // System.TimeSpan BestHTTP.Extensions.VariableSizedBufferPool::RemoveOlderThan TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___RemoveOlderThan_2; // System.TimeSpan BestHTTP.Extensions.VariableSizedBufferPool::RunMaintenanceEvery TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___RunMaintenanceEvery_3; // System.Int64 BestHTTP.Extensions.VariableSizedBufferPool::MinBufferSize int64_t ___MinBufferSize_4; // System.Int64 BestHTTP.Extensions.VariableSizedBufferPool::MaxBufferSize int64_t ___MaxBufferSize_5; // System.Int64 BestHTTP.Extensions.VariableSizedBufferPool::MaxPoolSize int64_t ___MaxPoolSize_6; // System.Boolean BestHTTP.Extensions.VariableSizedBufferPool::RemoveEmptyLists bool ___RemoveEmptyLists_7; // System.Boolean BestHTTP.Extensions.VariableSizedBufferPool::IsDoubleReleaseCheckEnabled bool ___IsDoubleReleaseCheckEnabled_8; // System.Collections.Generic.List`1 BestHTTP.Extensions.VariableSizedBufferPool::FreeBuffers List_1_tAD12AAEF731C82149A38A979F0E10F94A6F3F913 * ___FreeBuffers_9; // System.DateTime BestHTTP.Extensions.VariableSizedBufferPool::lastMaintenance DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastMaintenance_10; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.Extensions.VariableSizedBufferPool::PoolSize int32_t ___PoolSize_11; // System.UInt32 modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.Extensions.VariableSizedBufferPool::GetBuffers uint32_t ___GetBuffers_12; // System.UInt32 modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.Extensions.VariableSizedBufferPool::ReleaseBuffers uint32_t ___ReleaseBuffers_13; // System.Text.StringBuilder BestHTTP.Extensions.VariableSizedBufferPool::statiscticsBuilder StringBuilder_t * ___statiscticsBuilder_14; public: inline static int32_t get_offset_of_NoData_0() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___NoData_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_NoData_0() const { return ___NoData_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_NoData_0() { return &___NoData_0; } inline void set_NoData_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___NoData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___NoData_0), (void*)value); } inline static int32_t get_offset_of__isEnabled_1() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ____isEnabled_1)); } inline bool get__isEnabled_1() const { return ____isEnabled_1; } inline bool* get_address_of__isEnabled_1() { return &____isEnabled_1; } inline void set__isEnabled_1(bool value) { ____isEnabled_1 = value; } inline static int32_t get_offset_of_RemoveOlderThan_2() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___RemoveOlderThan_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_RemoveOlderThan_2() const { return ___RemoveOlderThan_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_RemoveOlderThan_2() { return &___RemoveOlderThan_2; } inline void set_RemoveOlderThan_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___RemoveOlderThan_2 = value; } inline static int32_t get_offset_of_RunMaintenanceEvery_3() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___RunMaintenanceEvery_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_RunMaintenanceEvery_3() const { return ___RunMaintenanceEvery_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_RunMaintenanceEvery_3() { return &___RunMaintenanceEvery_3; } inline void set_RunMaintenanceEvery_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___RunMaintenanceEvery_3 = value; } inline static int32_t get_offset_of_MinBufferSize_4() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___MinBufferSize_4)); } inline int64_t get_MinBufferSize_4() const { return ___MinBufferSize_4; } inline int64_t* get_address_of_MinBufferSize_4() { return &___MinBufferSize_4; } inline void set_MinBufferSize_4(int64_t value) { ___MinBufferSize_4 = value; } inline static int32_t get_offset_of_MaxBufferSize_5() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___MaxBufferSize_5)); } inline int64_t get_MaxBufferSize_5() const { return ___MaxBufferSize_5; } inline int64_t* get_address_of_MaxBufferSize_5() { return &___MaxBufferSize_5; } inline void set_MaxBufferSize_5(int64_t value) { ___MaxBufferSize_5 = value; } inline static int32_t get_offset_of_MaxPoolSize_6() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___MaxPoolSize_6)); } inline int64_t get_MaxPoolSize_6() const { return ___MaxPoolSize_6; } inline int64_t* get_address_of_MaxPoolSize_6() { return &___MaxPoolSize_6; } inline void set_MaxPoolSize_6(int64_t value) { ___MaxPoolSize_6 = value; } inline static int32_t get_offset_of_RemoveEmptyLists_7() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___RemoveEmptyLists_7)); } inline bool get_RemoveEmptyLists_7() const { return ___RemoveEmptyLists_7; } inline bool* get_address_of_RemoveEmptyLists_7() { return &___RemoveEmptyLists_7; } inline void set_RemoveEmptyLists_7(bool value) { ___RemoveEmptyLists_7 = value; } inline static int32_t get_offset_of_IsDoubleReleaseCheckEnabled_8() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___IsDoubleReleaseCheckEnabled_8)); } inline bool get_IsDoubleReleaseCheckEnabled_8() const { return ___IsDoubleReleaseCheckEnabled_8; } inline bool* get_address_of_IsDoubleReleaseCheckEnabled_8() { return &___IsDoubleReleaseCheckEnabled_8; } inline void set_IsDoubleReleaseCheckEnabled_8(bool value) { ___IsDoubleReleaseCheckEnabled_8 = value; } inline static int32_t get_offset_of_FreeBuffers_9() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___FreeBuffers_9)); } inline List_1_tAD12AAEF731C82149A38A979F0E10F94A6F3F913 * get_FreeBuffers_9() const { return ___FreeBuffers_9; } inline List_1_tAD12AAEF731C82149A38A979F0E10F94A6F3F913 ** get_address_of_FreeBuffers_9() { return &___FreeBuffers_9; } inline void set_FreeBuffers_9(List_1_tAD12AAEF731C82149A38A979F0E10F94A6F3F913 * value) { ___FreeBuffers_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreeBuffers_9), (void*)value); } inline static int32_t get_offset_of_lastMaintenance_10() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___lastMaintenance_10)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastMaintenance_10() const { return ___lastMaintenance_10; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastMaintenance_10() { return &___lastMaintenance_10; } inline void set_lastMaintenance_10(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastMaintenance_10 = value; } inline static int32_t get_offset_of_PoolSize_11() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___PoolSize_11)); } inline int32_t get_PoolSize_11() const { return ___PoolSize_11; } inline int32_t* get_address_of_PoolSize_11() { return &___PoolSize_11; } inline void set_PoolSize_11(int32_t value) { ___PoolSize_11 = value; } inline static int32_t get_offset_of_GetBuffers_12() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___GetBuffers_12)); } inline uint32_t get_GetBuffers_12() const { return ___GetBuffers_12; } inline uint32_t* get_address_of_GetBuffers_12() { return &___GetBuffers_12; } inline void set_GetBuffers_12(uint32_t value) { ___GetBuffers_12 = value; } inline static int32_t get_offset_of_ReleaseBuffers_13() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___ReleaseBuffers_13)); } inline uint32_t get_ReleaseBuffers_13() const { return ___ReleaseBuffers_13; } inline uint32_t* get_address_of_ReleaseBuffers_13() { return &___ReleaseBuffers_13; } inline void set_ReleaseBuffers_13(uint32_t value) { ___ReleaseBuffers_13 = value; } inline static int32_t get_offset_of_statiscticsBuilder_14() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___statiscticsBuilder_14)); } inline StringBuilder_t * get_statiscticsBuilder_14() const { return ___statiscticsBuilder_14; } inline StringBuilder_t ** get_address_of_statiscticsBuilder_14() { return &___statiscticsBuilder_14; } inline void set_statiscticsBuilder_14(StringBuilder_t * value) { ___statiscticsBuilder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___statiscticsBuilder_14), (void*)value); } }; // System.Action`1 struct Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t69B57FA560202CA74CA20771AE0002374A008E07 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : 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.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // DragonBones.BoundingBoxDisplayData struct BoundingBoxDisplayData_tF218BA57CE4F3CA2B909EDF51148EBEC1C68431F : public DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB { public: // DragonBones.BoundingBoxData DragonBones.BoundingBoxDisplayData::boundingBox BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F * ___boundingBox_10; public: inline static int32_t get_offset_of_boundingBox_10() { return static_cast(offsetof(BoundingBoxDisplayData_tF218BA57CE4F3CA2B909EDF51148EBEC1C68431F, ___boundingBox_10)); } inline BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F * get_boundingBox_10() const { return ___boundingBox_10; } inline BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F ** get_address_of_boundingBox_10() { return &___boundingBox_10; } inline void set_boundingBox_10(BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F * value) { ___boundingBox_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___boundingBox_10), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { 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: }; // DG.Tweening.Tween struct Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 : public ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76 { public: // System.Single DG.Tweening.Tween::timeScale float ___timeScale_4; // System.Boolean DG.Tweening.Tween::isBackwards bool ___isBackwards_5; // System.Object DG.Tweening.Tween::id RuntimeObject * ___id_6; // System.String DG.Tweening.Tween::stringId String_t* ___stringId_7; // System.Int32 DG.Tweening.Tween::intId int32_t ___intId_8; // System.Object DG.Tweening.Tween::target RuntimeObject * ___target_9; // DG.Tweening.UpdateType DG.Tweening.Tween::updateType int32_t ___updateType_10; // System.Boolean DG.Tweening.Tween::isIndependentUpdate bool ___isIndependentUpdate_11; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPlay TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onPlay_12; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPause TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onPause_13; // DG.Tweening.TweenCallback DG.Tweening.Tween::onRewind TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onRewind_14; // DG.Tweening.TweenCallback DG.Tweening.Tween::onUpdate TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onUpdate_15; // DG.Tweening.TweenCallback DG.Tweening.Tween::onStepComplete TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onStepComplete_16; // DG.Tweening.TweenCallback DG.Tweening.Tween::onComplete TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onComplete_17; // DG.Tweening.TweenCallback DG.Tweening.Tween::onKill TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onKill_18; // DG.Tweening.TweenCallback`1 DG.Tweening.Tween::onWaypointChange TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * ___onWaypointChange_19; // System.Boolean DG.Tweening.Tween::isFrom bool ___isFrom_20; // System.Boolean DG.Tweening.Tween::isBlendable bool ___isBlendable_21; // System.Boolean DG.Tweening.Tween::isRecyclable bool ___isRecyclable_22; // System.Boolean DG.Tweening.Tween::isSpeedBased bool ___isSpeedBased_23; // System.Boolean DG.Tweening.Tween::autoKill bool ___autoKill_24; // System.Single DG.Tweening.Tween::duration float ___duration_25; // System.Int32 DG.Tweening.Tween::loops int32_t ___loops_26; // DG.Tweening.LoopType DG.Tweening.Tween::loopType int32_t ___loopType_27; // System.Single DG.Tweening.Tween::delay float ___delay_28; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CisRelativeU3Ek__BackingField_29; // DG.Tweening.Ease DG.Tweening.Tween::easeType int32_t ___easeType_30; // DG.Tweening.EaseFunction DG.Tweening.Tween::customEase EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * ___customEase_31; // System.Single DG.Tweening.Tween::easeOvershootOrAmplitude float ___easeOvershootOrAmplitude_32; // System.Single DG.Tweening.Tween::easePeriod float ___easePeriod_33; // System.String DG.Tweening.Tween::debugTargetId String_t* ___debugTargetId_34; // System.Type DG.Tweening.Tween::typeofT1 Type_t * ___typeofT1_35; // System.Type DG.Tweening.Tween::typeofT2 Type_t * ___typeofT2_36; // System.Type DG.Tweening.Tween::typeofTPlugOptions Type_t * ___typeofTPlugOptions_37; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CactiveU3Ek__BackingField_38; // System.Boolean DG.Tweening.Tween::isSequenced bool ___isSequenced_39; // DG.Tweening.Sequence DG.Tweening.Tween::sequenceParent Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___sequenceParent_40; // System.Int32 DG.Tweening.Tween::activeId int32_t ___activeId_41; // DG.Tweening.Core.Enums.SpecialStartupMode DG.Tweening.Tween::specialStartupMode int32_t ___specialStartupMode_42; // System.Boolean DG.Tweening.Tween::creationLocked bool ___creationLocked_43; // System.Boolean DG.Tweening.Tween::startupDone bool ___startupDone_44; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CplayedOnceU3Ek__BackingField_45; // System.Single DG.Tweening.Tween::k__BackingField float ___U3CpositionU3Ek__BackingField_46; // System.Single DG.Tweening.Tween::fullDuration float ___fullDuration_47; // System.Int32 DG.Tweening.Tween::completedLoops int32_t ___completedLoops_48; // System.Boolean DG.Tweening.Tween::isPlaying bool ___isPlaying_49; // System.Boolean DG.Tweening.Tween::isComplete bool ___isComplete_50; // System.Single DG.Tweening.Tween::elapsedDelay float ___elapsedDelay_51; // System.Boolean DG.Tweening.Tween::delayComplete bool ___delayComplete_52; // System.Int32 DG.Tweening.Tween::miscInt int32_t ___miscInt_53; public: inline static int32_t get_offset_of_timeScale_4() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___timeScale_4)); } inline float get_timeScale_4() const { return ___timeScale_4; } inline float* get_address_of_timeScale_4() { return &___timeScale_4; } inline void set_timeScale_4(float value) { ___timeScale_4 = value; } inline static int32_t get_offset_of_isBackwards_5() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isBackwards_5)); } inline bool get_isBackwards_5() const { return ___isBackwards_5; } inline bool* get_address_of_isBackwards_5() { return &___isBackwards_5; } inline void set_isBackwards_5(bool value) { ___isBackwards_5 = value; } inline static int32_t get_offset_of_id_6() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___id_6)); } inline RuntimeObject * get_id_6() const { return ___id_6; } inline RuntimeObject ** get_address_of_id_6() { return &___id_6; } inline void set_id_6(RuntimeObject * value) { ___id_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_6), (void*)value); } inline static int32_t get_offset_of_stringId_7() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___stringId_7)); } inline String_t* get_stringId_7() const { return ___stringId_7; } inline String_t** get_address_of_stringId_7() { return &___stringId_7; } inline void set_stringId_7(String_t* value) { ___stringId_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringId_7), (void*)value); } inline static int32_t get_offset_of_intId_8() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___intId_8)); } inline int32_t get_intId_8() const { return ___intId_8; } inline int32_t* get_address_of_intId_8() { return &___intId_8; } inline void set_intId_8(int32_t value) { ___intId_8 = value; } inline static int32_t get_offset_of_target_9() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___target_9)); } inline RuntimeObject * get_target_9() const { return ___target_9; } inline RuntimeObject ** get_address_of_target_9() { return &___target_9; } inline void set_target_9(RuntimeObject * value) { ___target_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_9), (void*)value); } inline static int32_t get_offset_of_updateType_10() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___updateType_10)); } inline int32_t get_updateType_10() const { return ___updateType_10; } inline int32_t* get_address_of_updateType_10() { return &___updateType_10; } inline void set_updateType_10(int32_t value) { ___updateType_10 = value; } inline static int32_t get_offset_of_isIndependentUpdate_11() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isIndependentUpdate_11)); } inline bool get_isIndependentUpdate_11() const { return ___isIndependentUpdate_11; } inline bool* get_address_of_isIndependentUpdate_11() { return &___isIndependentUpdate_11; } inline void set_isIndependentUpdate_11(bool value) { ___isIndependentUpdate_11 = value; } inline static int32_t get_offset_of_onPlay_12() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onPlay_12)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onPlay_12() const { return ___onPlay_12; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onPlay_12() { return &___onPlay_12; } inline void set_onPlay_12(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onPlay_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPlay_12), (void*)value); } inline static int32_t get_offset_of_onPause_13() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onPause_13)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onPause_13() const { return ___onPause_13; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onPause_13() { return &___onPause_13; } inline void set_onPause_13(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onPause_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPause_13), (void*)value); } inline static int32_t get_offset_of_onRewind_14() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onRewind_14)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onRewind_14() const { return ___onRewind_14; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onRewind_14() { return &___onRewind_14; } inline void set_onRewind_14(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onRewind_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onRewind_14), (void*)value); } inline static int32_t get_offset_of_onUpdate_15() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onUpdate_15)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onUpdate_15() const { return ___onUpdate_15; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onUpdate_15() { return &___onUpdate_15; } inline void set_onUpdate_15(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onUpdate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_15), (void*)value); } inline static int32_t get_offset_of_onStepComplete_16() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onStepComplete_16)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onStepComplete_16() const { return ___onStepComplete_16; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onStepComplete_16() { return &___onStepComplete_16; } inline void set_onStepComplete_16(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onStepComplete_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___onStepComplete_16), (void*)value); } inline static int32_t get_offset_of_onComplete_17() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onComplete_17)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onComplete_17() const { return ___onComplete_17; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onComplete_17() { return &___onComplete_17; } inline void set_onComplete_17(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onComplete_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___onComplete_17), (void*)value); } inline static int32_t get_offset_of_onKill_18() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onKill_18)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onKill_18() const { return ___onKill_18; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onKill_18() { return &___onKill_18; } inline void set_onKill_18(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onKill_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___onKill_18), (void*)value); } inline static int32_t get_offset_of_onWaypointChange_19() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onWaypointChange_19)); } inline TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * get_onWaypointChange_19() const { return ___onWaypointChange_19; } inline TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B ** get_address_of_onWaypointChange_19() { return &___onWaypointChange_19; } inline void set_onWaypointChange_19(TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * value) { ___onWaypointChange_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___onWaypointChange_19), (void*)value); } inline static int32_t get_offset_of_isFrom_20() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isFrom_20)); } inline bool get_isFrom_20() const { return ___isFrom_20; } inline bool* get_address_of_isFrom_20() { return &___isFrom_20; } inline void set_isFrom_20(bool value) { ___isFrom_20 = value; } inline static int32_t get_offset_of_isBlendable_21() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isBlendable_21)); } inline bool get_isBlendable_21() const { return ___isBlendable_21; } inline bool* get_address_of_isBlendable_21() { return &___isBlendable_21; } inline void set_isBlendable_21(bool value) { ___isBlendable_21 = value; } inline static int32_t get_offset_of_isRecyclable_22() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isRecyclable_22)); } inline bool get_isRecyclable_22() const { return ___isRecyclable_22; } inline bool* get_address_of_isRecyclable_22() { return &___isRecyclable_22; } inline void set_isRecyclable_22(bool value) { ___isRecyclable_22 = value; } inline static int32_t get_offset_of_isSpeedBased_23() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isSpeedBased_23)); } inline bool get_isSpeedBased_23() const { return ___isSpeedBased_23; } inline bool* get_address_of_isSpeedBased_23() { return &___isSpeedBased_23; } inline void set_isSpeedBased_23(bool value) { ___isSpeedBased_23 = value; } inline static int32_t get_offset_of_autoKill_24() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___autoKill_24)); } inline bool get_autoKill_24() const { return ___autoKill_24; } inline bool* get_address_of_autoKill_24() { return &___autoKill_24; } inline void set_autoKill_24(bool value) { ___autoKill_24 = value; } inline static int32_t get_offset_of_duration_25() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___duration_25)); } inline float get_duration_25() const { return ___duration_25; } inline float* get_address_of_duration_25() { return &___duration_25; } inline void set_duration_25(float value) { ___duration_25 = value; } inline static int32_t get_offset_of_loops_26() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___loops_26)); } inline int32_t get_loops_26() const { return ___loops_26; } inline int32_t* get_address_of_loops_26() { return &___loops_26; } inline void set_loops_26(int32_t value) { ___loops_26 = value; } inline static int32_t get_offset_of_loopType_27() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___loopType_27)); } inline int32_t get_loopType_27() const { return ___loopType_27; } inline int32_t* get_address_of_loopType_27() { return &___loopType_27; } inline void set_loopType_27(int32_t value) { ___loopType_27 = value; } inline static int32_t get_offset_of_delay_28() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___delay_28)); } inline float get_delay_28() const { return ___delay_28; } inline float* get_address_of_delay_28() { return &___delay_28; } inline void set_delay_28(float value) { ___delay_28 = value; } inline static int32_t get_offset_of_U3CisRelativeU3Ek__BackingField_29() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CisRelativeU3Ek__BackingField_29)); } inline bool get_U3CisRelativeU3Ek__BackingField_29() const { return ___U3CisRelativeU3Ek__BackingField_29; } inline bool* get_address_of_U3CisRelativeU3Ek__BackingField_29() { return &___U3CisRelativeU3Ek__BackingField_29; } inline void set_U3CisRelativeU3Ek__BackingField_29(bool value) { ___U3CisRelativeU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_easeType_30() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easeType_30)); } inline int32_t get_easeType_30() const { return ___easeType_30; } inline int32_t* get_address_of_easeType_30() { return &___easeType_30; } inline void set_easeType_30(int32_t value) { ___easeType_30 = value; } inline static int32_t get_offset_of_customEase_31() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___customEase_31)); } inline EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * get_customEase_31() const { return ___customEase_31; } inline EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 ** get_address_of_customEase_31() { return &___customEase_31; } inline void set_customEase_31(EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * value) { ___customEase_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___customEase_31), (void*)value); } inline static int32_t get_offset_of_easeOvershootOrAmplitude_32() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easeOvershootOrAmplitude_32)); } inline float get_easeOvershootOrAmplitude_32() const { return ___easeOvershootOrAmplitude_32; } inline float* get_address_of_easeOvershootOrAmplitude_32() { return &___easeOvershootOrAmplitude_32; } inline void set_easeOvershootOrAmplitude_32(float value) { ___easeOvershootOrAmplitude_32 = value; } inline static int32_t get_offset_of_easePeriod_33() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easePeriod_33)); } inline float get_easePeriod_33() const { return ___easePeriod_33; } inline float* get_address_of_easePeriod_33() { return &___easePeriod_33; } inline void set_easePeriod_33(float value) { ___easePeriod_33 = value; } inline static int32_t get_offset_of_debugTargetId_34() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___debugTargetId_34)); } inline String_t* get_debugTargetId_34() const { return ___debugTargetId_34; } inline String_t** get_address_of_debugTargetId_34() { return &___debugTargetId_34; } inline void set_debugTargetId_34(String_t* value) { ___debugTargetId_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___debugTargetId_34), (void*)value); } inline static int32_t get_offset_of_typeofT1_35() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofT1_35)); } inline Type_t * get_typeofT1_35() const { return ___typeofT1_35; } inline Type_t ** get_address_of_typeofT1_35() { return &___typeofT1_35; } inline void set_typeofT1_35(Type_t * value) { ___typeofT1_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofT1_35), (void*)value); } inline static int32_t get_offset_of_typeofT2_36() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofT2_36)); } inline Type_t * get_typeofT2_36() const { return ___typeofT2_36; } inline Type_t ** get_address_of_typeofT2_36() { return &___typeofT2_36; } inline void set_typeofT2_36(Type_t * value) { ___typeofT2_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofT2_36), (void*)value); } inline static int32_t get_offset_of_typeofTPlugOptions_37() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofTPlugOptions_37)); } inline Type_t * get_typeofTPlugOptions_37() const { return ___typeofTPlugOptions_37; } inline Type_t ** get_address_of_typeofTPlugOptions_37() { return &___typeofTPlugOptions_37; } inline void set_typeofTPlugOptions_37(Type_t * value) { ___typeofTPlugOptions_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofTPlugOptions_37), (void*)value); } inline static int32_t get_offset_of_U3CactiveU3Ek__BackingField_38() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CactiveU3Ek__BackingField_38)); } inline bool get_U3CactiveU3Ek__BackingField_38() const { return ___U3CactiveU3Ek__BackingField_38; } inline bool* get_address_of_U3CactiveU3Ek__BackingField_38() { return &___U3CactiveU3Ek__BackingField_38; } inline void set_U3CactiveU3Ek__BackingField_38(bool value) { ___U3CactiveU3Ek__BackingField_38 = value; } inline static int32_t get_offset_of_isSequenced_39() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isSequenced_39)); } inline bool get_isSequenced_39() const { return ___isSequenced_39; } inline bool* get_address_of_isSequenced_39() { return &___isSequenced_39; } inline void set_isSequenced_39(bool value) { ___isSequenced_39 = value; } inline static int32_t get_offset_of_sequenceParent_40() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___sequenceParent_40)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_sequenceParent_40() const { return ___sequenceParent_40; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_sequenceParent_40() { return &___sequenceParent_40; } inline void set_sequenceParent_40(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___sequenceParent_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequenceParent_40), (void*)value); } inline static int32_t get_offset_of_activeId_41() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___activeId_41)); } inline int32_t get_activeId_41() const { return ___activeId_41; } inline int32_t* get_address_of_activeId_41() { return &___activeId_41; } inline void set_activeId_41(int32_t value) { ___activeId_41 = value; } inline static int32_t get_offset_of_specialStartupMode_42() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___specialStartupMode_42)); } inline int32_t get_specialStartupMode_42() const { return ___specialStartupMode_42; } inline int32_t* get_address_of_specialStartupMode_42() { return &___specialStartupMode_42; } inline void set_specialStartupMode_42(int32_t value) { ___specialStartupMode_42 = value; } inline static int32_t get_offset_of_creationLocked_43() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___creationLocked_43)); } inline bool get_creationLocked_43() const { return ___creationLocked_43; } inline bool* get_address_of_creationLocked_43() { return &___creationLocked_43; } inline void set_creationLocked_43(bool value) { ___creationLocked_43 = value; } inline static int32_t get_offset_of_startupDone_44() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___startupDone_44)); } inline bool get_startupDone_44() const { return ___startupDone_44; } inline bool* get_address_of_startupDone_44() { return &___startupDone_44; } inline void set_startupDone_44(bool value) { ___startupDone_44 = value; } inline static int32_t get_offset_of_U3CplayedOnceU3Ek__BackingField_45() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CplayedOnceU3Ek__BackingField_45)); } inline bool get_U3CplayedOnceU3Ek__BackingField_45() const { return ___U3CplayedOnceU3Ek__BackingField_45; } inline bool* get_address_of_U3CplayedOnceU3Ek__BackingField_45() { return &___U3CplayedOnceU3Ek__BackingField_45; } inline void set_U3CplayedOnceU3Ek__BackingField_45(bool value) { ___U3CplayedOnceU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_U3CpositionU3Ek__BackingField_46() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CpositionU3Ek__BackingField_46)); } inline float get_U3CpositionU3Ek__BackingField_46() const { return ___U3CpositionU3Ek__BackingField_46; } inline float* get_address_of_U3CpositionU3Ek__BackingField_46() { return &___U3CpositionU3Ek__BackingField_46; } inline void set_U3CpositionU3Ek__BackingField_46(float value) { ___U3CpositionU3Ek__BackingField_46 = value; } inline static int32_t get_offset_of_fullDuration_47() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___fullDuration_47)); } inline float get_fullDuration_47() const { return ___fullDuration_47; } inline float* get_address_of_fullDuration_47() { return &___fullDuration_47; } inline void set_fullDuration_47(float value) { ___fullDuration_47 = value; } inline static int32_t get_offset_of_completedLoops_48() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___completedLoops_48)); } inline int32_t get_completedLoops_48() const { return ___completedLoops_48; } inline int32_t* get_address_of_completedLoops_48() { return &___completedLoops_48; } inline void set_completedLoops_48(int32_t value) { ___completedLoops_48 = value; } inline static int32_t get_offset_of_isPlaying_49() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isPlaying_49)); } inline bool get_isPlaying_49() const { return ___isPlaying_49; } inline bool* get_address_of_isPlaying_49() { return &___isPlaying_49; } inline void set_isPlaying_49(bool value) { ___isPlaying_49 = value; } inline static int32_t get_offset_of_isComplete_50() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isComplete_50)); } inline bool get_isComplete_50() const { return ___isComplete_50; } inline bool* get_address_of_isComplete_50() { return &___isComplete_50; } inline void set_isComplete_50(bool value) { ___isComplete_50 = value; } inline static int32_t get_offset_of_elapsedDelay_51() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___elapsedDelay_51)); } inline float get_elapsedDelay_51() const { return ___elapsedDelay_51; } inline float* get_address_of_elapsedDelay_51() { return &___elapsedDelay_51; } inline void set_elapsedDelay_51(float value) { ___elapsedDelay_51 = value; } inline static int32_t get_offset_of_delayComplete_52() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___delayComplete_52)); } inline bool get_delayComplete_52() const { return ___delayComplete_52; } inline bool* get_address_of_delayComplete_52() { return &___delayComplete_52; } inline void set_delayComplete_52(bool value) { ___delayComplete_52 = value; } inline static int32_t get_offset_of_miscInt_53() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___miscInt_53)); } inline int32_t get_miscInt_53() const { return ___miscInt_53; } inline int32_t* get_address_of_miscInt_53() { return &___miscInt_53; } inline void set_miscInt_53(int32_t value) { ___miscInt_53 = value; } }; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB : public MulticastDelegate_t { public: public: }; // DragonBones.TweenTimelineState struct TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 : public TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 { public: // DragonBones.TweenType DragonBones.TweenTimelineState::_tweenType int32_t ____tweenType_30; // System.Int32 DragonBones.TweenTimelineState::_curveCount int32_t ____curveCount_31; // System.Single DragonBones.TweenTimelineState::_framePosition float ____framePosition_32; // System.Single DragonBones.TweenTimelineState::_frameDurationR float ____frameDurationR_33; // System.Single DragonBones.TweenTimelineState::_tweenProgress float ____tweenProgress_34; // System.Single DragonBones.TweenTimelineState::_tweenEasing float ____tweenEasing_35; public: inline static int32_t get_offset_of__tweenType_30() { return static_cast(offsetof(TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207, ____tweenType_30)); } inline int32_t get__tweenType_30() const { return ____tweenType_30; } inline int32_t* get_address_of__tweenType_30() { return &____tweenType_30; } inline void set__tweenType_30(int32_t value) { ____tweenType_30 = value; } inline static int32_t get_offset_of__curveCount_31() { return static_cast(offsetof(TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207, ____curveCount_31)); } inline int32_t get__curveCount_31() const { return ____curveCount_31; } inline int32_t* get_address_of__curveCount_31() { return &____curveCount_31; } inline void set__curveCount_31(int32_t value) { ____curveCount_31 = value; } inline static int32_t get_offset_of__framePosition_32() { return static_cast(offsetof(TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207, ____framePosition_32)); } inline float get__framePosition_32() const { return ____framePosition_32; } inline float* get_address_of__framePosition_32() { return &____framePosition_32; } inline void set__framePosition_32(float value) { ____framePosition_32 = value; } inline static int32_t get_offset_of__frameDurationR_33() { return static_cast(offsetof(TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207, ____frameDurationR_33)); } inline float get__frameDurationR_33() const { return ____frameDurationR_33; } inline float* get_address_of__frameDurationR_33() { return &____frameDurationR_33; } inline void set__frameDurationR_33(float value) { ____frameDurationR_33 = value; } inline static int32_t get_offset_of__tweenProgress_34() { return static_cast(offsetof(TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207, ____tweenProgress_34)); } inline float get__tweenProgress_34() const { return ____tweenProgress_34; } inline float* get_address_of__tweenProgress_34() { return &____tweenProgress_34; } inline void set__tweenProgress_34(float value) { ____tweenProgress_34 = value; } inline static int32_t get_offset_of__tweenEasing_35() { return static_cast(offsetof(TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207, ____tweenEasing_35)); } inline float get__tweenEasing_35() const { return ____tweenEasing_35; } inline float* get_address_of__tweenEasing_35() { return &____tweenEasing_35; } inline void set__tweenEasing_35(float value) { ____tweenEasing_35 = value; } }; // System.UnauthorizedAccessException struct UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 : public MulticastDelegate_t { public: public: }; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents struct BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 : public MulticastDelegate_t { public: public: }; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothLEDataEvent struct BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD : public MulticastDelegate_t { public: public: }; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothScanEvents struct BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B : 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); } }; // DragonBones.BoneTimelineState struct BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F : public TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 { public: // DragonBones.Bone DragonBones.BoneTimelineState::bone Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * ___bone_36; // DragonBones.BonePose DragonBones.BoneTimelineState::bonePose BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * ___bonePose_37; public: inline static int32_t get_offset_of_bone_36() { return static_cast(offsetof(BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F, ___bone_36)); } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * get_bone_36() const { return ___bone_36; } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 ** get_address_of_bone_36() { return &___bone_36; } inline void set_bone_36(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * value) { ___bone_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___bone_36), (void*)value); } inline static int32_t get_offset_of_bonePose_37() { return static_cast(offsetof(BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F, ___bonePose_37)); } inline BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * get_bonePose_37() const { return ___bonePose_37; } inline BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 ** get_address_of_bonePose_37() { return &___bonePose_37; } inline void set_bonePose_37(BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * value) { ___bonePose_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___bonePose_37), (void*)value); } }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { public: // System.String System.ObjectDisposedException::objectName String_t* ___objectName_17; public: inline static int32_t get_offset_of_objectName_17() { return static_cast(offsetof(ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A, ___objectName_17)); } inline String_t* get_objectName_17() const { return ___objectName_17; } inline String_t** get_address_of_objectName_17() { return &___objectName_17; } inline void set_objectName_17(String_t* value) { ___objectName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value); } }; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E : public Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 { public: // System.Collections.Generic.List`1 DG.Tweening.Sequence::sequencedTweens List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * ___sequencedTweens_54; // System.Collections.Generic.List`1 DG.Tweening.Sequence::_sequencedObjs List_1_t6642D08E578C77292ED5537CF3192269131C189C * ____sequencedObjs_55; // System.Single DG.Tweening.Sequence::lastTweenInsertTime float ___lastTweenInsertTime_56; public: inline static int32_t get_offset_of_sequencedTweens_54() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ___sequencedTweens_54)); } inline List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * get_sequencedTweens_54() const { return ___sequencedTweens_54; } inline List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 ** get_address_of_sequencedTweens_54() { return &___sequencedTweens_54; } inline void set_sequencedTweens_54(List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * value) { ___sequencedTweens_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequencedTweens_54), (void*)value); } inline static int32_t get_offset_of__sequencedObjs_55() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ____sequencedObjs_55)); } inline List_1_t6642D08E578C77292ED5537CF3192269131C189C * get__sequencedObjs_55() const { return ____sequencedObjs_55; } inline List_1_t6642D08E578C77292ED5537CF3192269131C189C ** get_address_of__sequencedObjs_55() { return &____sequencedObjs_55; } inline void set__sequencedObjs_55(List_1_t6642D08E578C77292ED5537CF3192269131C189C * value) { ____sequencedObjs_55 = value; Il2CppCodeGenWriteBarrier((void**)(&____sequencedObjs_55), (void*)value); } inline static int32_t get_offset_of_lastTweenInsertTime_56() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ___lastTweenInsertTime_56)); } inline float get_lastTweenInsertTime_56() const { return ___lastTweenInsertTime_56; } inline float* get_address_of_lastTweenInsertTime_56() { return &___lastTweenInsertTime_56; } inline void set_lastTweenInsertTime_56(float value) { ___lastTweenInsertTime_56 = value; } }; // 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); } }; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // AnimationPlayer ArmBow::AP_arm AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___AP_arm_4; // AnimationPlayer ArmBow::AP_bow AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___AP_bow_5; // UnityEngine.GameObject ArmBow::arrow GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___arrow_6; // BowCamera ArmBow::_bowCamera BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * ____bowCamera_7; // System.Collections.Generic.HashSet`1 ArmBow::validTargets HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * ___validTargets_8; // System.Int32 ArmBow::shootBackTime int32_t ___shootBackTime_10; // System.Single ArmBow::shootOffsetAngleScale float ___shootOffsetAngleScale_11; // System.Boolean ArmBow::banReady bool ___banReady_12; // System.Boolean ArmBow::banShoot bool ___banShoot_13; // System.Boolean ArmBow::banLogic bool ___banLogic_14; // UnityEngine.Quaternion[] ArmBow::cameraRotations QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* ___cameraRotations_15; // System.Int32 ArmBow::cameraRotationHasRecordCount int32_t ___cameraRotationHasRecordCount_16; // System.Int32 ArmBow::phase int32_t ___phase_17; // System.Int32 ArmBow::arm_ani_index_cur int32_t ___arm_ani_index_cur_18; // System.Int32 ArmBow::bow_ani_index_cur int32_t ___bow_ani_index_cur_19; public: inline static int32_t get_offset_of_AP_arm_4() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___AP_arm_4)); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * get_AP_arm_4() const { return ___AP_arm_4; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** get_address_of_AP_arm_4() { return &___AP_arm_4; } inline void set_AP_arm_4(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { ___AP_arm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___AP_arm_4), (void*)value); } inline static int32_t get_offset_of_AP_bow_5() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___AP_bow_5)); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * get_AP_bow_5() const { return ___AP_bow_5; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** get_address_of_AP_bow_5() { return &___AP_bow_5; } inline void set_AP_bow_5(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { ___AP_bow_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___AP_bow_5), (void*)value); } inline static int32_t get_offset_of_arrow_6() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___arrow_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_arrow_6() const { return ___arrow_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_arrow_6() { return &___arrow_6; } inline void set_arrow_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___arrow_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrow_6), (void*)value); } inline static int32_t get_offset_of__bowCamera_7() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ____bowCamera_7)); } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * get__bowCamera_7() const { return ____bowCamera_7; } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 ** get_address_of__bowCamera_7() { return &____bowCamera_7; } inline void set__bowCamera_7(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * value) { ____bowCamera_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____bowCamera_7), (void*)value); } inline static int32_t get_offset_of_validTargets_8() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___validTargets_8)); } inline HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * get_validTargets_8() const { return ___validTargets_8; } inline HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 ** get_address_of_validTargets_8() { return &___validTargets_8; } inline void set_validTargets_8(HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * value) { ___validTargets_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___validTargets_8), (void*)value); } inline static int32_t get_offset_of_shootBackTime_10() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___shootBackTime_10)); } inline int32_t get_shootBackTime_10() const { return ___shootBackTime_10; } inline int32_t* get_address_of_shootBackTime_10() { return &___shootBackTime_10; } inline void set_shootBackTime_10(int32_t value) { ___shootBackTime_10 = value; } inline static int32_t get_offset_of_shootOffsetAngleScale_11() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___shootOffsetAngleScale_11)); } inline float get_shootOffsetAngleScale_11() const { return ___shootOffsetAngleScale_11; } inline float* get_address_of_shootOffsetAngleScale_11() { return &___shootOffsetAngleScale_11; } inline void set_shootOffsetAngleScale_11(float value) { ___shootOffsetAngleScale_11 = value; } inline static int32_t get_offset_of_banReady_12() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banReady_12)); } inline bool get_banReady_12() const { return ___banReady_12; } inline bool* get_address_of_banReady_12() { return &___banReady_12; } inline void set_banReady_12(bool value) { ___banReady_12 = value; } inline static int32_t get_offset_of_banShoot_13() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banShoot_13)); } inline bool get_banShoot_13() const { return ___banShoot_13; } inline bool* get_address_of_banShoot_13() { return &___banShoot_13; } inline void set_banShoot_13(bool value) { ___banShoot_13 = value; } inline static int32_t get_offset_of_banLogic_14() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banLogic_14)); } inline bool get_banLogic_14() const { return ___banLogic_14; } inline bool* get_address_of_banLogic_14() { return &___banLogic_14; } inline void set_banLogic_14(bool value) { ___banLogic_14 = value; } inline static int32_t get_offset_of_cameraRotations_15() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___cameraRotations_15)); } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* get_cameraRotations_15() const { return ___cameraRotations_15; } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6** get_address_of_cameraRotations_15() { return &___cameraRotations_15; } inline void set_cameraRotations_15(QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* value) { ___cameraRotations_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraRotations_15), (void*)value); } inline static int32_t get_offset_of_cameraRotationHasRecordCount_16() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___cameraRotationHasRecordCount_16)); } inline int32_t get_cameraRotationHasRecordCount_16() const { return ___cameraRotationHasRecordCount_16; } inline int32_t* get_address_of_cameraRotationHasRecordCount_16() { return &___cameraRotationHasRecordCount_16; } inline void set_cameraRotationHasRecordCount_16(int32_t value) { ___cameraRotationHasRecordCount_16 = value; } inline static int32_t get_offset_of_phase_17() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___phase_17)); } inline int32_t get_phase_17() const { return ___phase_17; } inline int32_t* get_address_of_phase_17() { return &___phase_17; } inline void set_phase_17(int32_t value) { ___phase_17 = value; } inline static int32_t get_offset_of_arm_ani_index_cur_18() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___arm_ani_index_cur_18)); } inline int32_t get_arm_ani_index_cur_18() const { return ___arm_ani_index_cur_18; } inline int32_t* get_address_of_arm_ani_index_cur_18() { return &___arm_ani_index_cur_18; } inline void set_arm_ani_index_cur_18(int32_t value) { ___arm_ani_index_cur_18 = value; } inline static int32_t get_offset_of_bow_ani_index_cur_19() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___bow_ani_index_cur_19)); } inline int32_t get_bow_ani_index_cur_19() const { return ___bow_ani_index_cur_19; } inline int32_t* get_address_of_bow_ani_index_cur_19() { return &___bow_ani_index_cur_19; } inline void set_bow_ani_index_cur_19(int32_t value) { ___bow_ani_index_cur_19 = value; } }; struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_StaticFields { public: // ArmBow ArmBow::_ins ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ____ins_20; public: inline static int32_t get_offset_of__ins_20() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_StaticFields, ____ins_20)); } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * get__ins_20() const { return ____ins_20; } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 ** get_address_of__ins_20() { return &____ins_20; } inline void set__ins_20(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * value) { ____ins_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_20), (void*)value); } }; // BleUDP struct BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String BleUDP::localIP String_t* ___localIP_5; // System.Int32 BleUDP::myPort int32_t ___myPort_6; // System.Int32 BleUDP::targetPort int32_t ___targetPort_7; // System.Net.Sockets.Socket BleUDP::client Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___client_8; // System.Single BleUDP::noneMsgTime float ___noneMsgTime_9; // System.Collections.Generic.Queue`1 BleUDP::byteQueue Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * ___byteQueue_10; // System.Collections.Generic.Queue`1 BleUDP::byteMainQueue Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * ___byteMainQueue_11; // System.Action BleUDP::OnConnected Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___OnConnected_12; // System.Action BleUDP::OnConnectionFailed Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___OnConnectionFailed_13; // System.Action`1 BleUDP::OnCharacteristicChanged Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * ___OnCharacteristicChanged_14; // System.Action BleUDP::OnScanEnded Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___OnScanEnded_15; // BluetoothStatusEnum BleUDP::bluetoothStatusEnum int32_t ___bluetoothStatusEnum_16; // System.Boolean BleUDP::_inited bool ____inited_17; public: inline static int32_t get_offset_of_localIP_5() { return static_cast(offsetof(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA, ___localIP_5)); } inline String_t* get_localIP_5() const { return ___localIP_5; } inline String_t** get_address_of_localIP_5() { return &___localIP_5; } inline void set_localIP_5(String_t* value) { ___localIP_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___localIP_5), (void*)value); } inline static int32_t get_offset_of_myPort_6() { return static_cast(offsetof(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA, ___myPort_6)); } inline int32_t get_myPort_6() const { return ___myPort_6; } inline int32_t* get_address_of_myPort_6() { return &___myPort_6; } inline void set_myPort_6(int32_t value) { ___myPort_6 = value; } inline static int32_t get_offset_of_targetPort_7() { return static_cast(offsetof(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA, ___targetPort_7)); } inline int32_t get_targetPort_7() const { return ___targetPort_7; } inline int32_t* get_address_of_targetPort_7() { return &___targetPort_7; } inline void set_targetPort_7(int32_t value) { ___targetPort_7 = value; } inline static int32_t get_offset_of_client_8() { return static_cast(offsetof(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA, ___client_8)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_client_8() const { return ___client_8; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_client_8() { return &___client_8; } inline void set_client_8(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___client_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___client_8), (void*)value); } inline static int32_t get_offset_of_noneMsgTime_9() { return static_cast(offsetof(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA, ___noneMsgTime_9)); } inline float get_noneMsgTime_9() const { return ___noneMsgTime_9; } inline float* get_address_of_noneMsgTime_9() { return &___noneMsgTime_9; } inline void set_noneMsgTime_9(float value) { ___noneMsgTime_9 = value; } inline static int32_t get_offset_of_byteQueue_10() { return static_cast(offsetof(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA, ___byteQueue_10)); } inline Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * get_byteQueue_10() const { return ___byteQueue_10; } inline Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 ** get_address_of_byteQueue_10() { return &___byteQueue_10; } inline void set_byteQueue_10(Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * value) { ___byteQueue_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteQueue_10), (void*)value); } inline static int32_t get_offset_of_byteMainQueue_11() { return static_cast(offsetof(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA, ___byteMainQueue_11)); } inline Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * get_byteMainQueue_11() const { return ___byteMainQueue_11; } inline Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 ** get_address_of_byteMainQueue_11() { return &___byteMainQueue_11; } inline void set_byteMainQueue_11(Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * value) { ___byteMainQueue_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteMainQueue_11), (void*)value); } inline static int32_t get_offset_of_OnConnected_12() { return static_cast(offsetof(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA, ___OnConnected_12)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_OnConnected_12() const { return ___OnConnected_12; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_OnConnected_12() { return &___OnConnected_12; } inline void set_OnConnected_12(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___OnConnected_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_12), (void*)value); } inline static int32_t get_offset_of_OnConnectionFailed_13() { return static_cast(offsetof(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA, ___OnConnectionFailed_13)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_OnConnectionFailed_13() const { return ___OnConnectionFailed_13; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_OnConnectionFailed_13() { return &___OnConnectionFailed_13; } inline void set_OnConnectionFailed_13(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___OnConnectionFailed_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnectionFailed_13), (void*)value); } inline static int32_t get_offset_of_OnCharacteristicChanged_14() { return static_cast(offsetof(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA, ___OnCharacteristicChanged_14)); } inline Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * get_OnCharacteristicChanged_14() const { return ___OnCharacteristicChanged_14; } inline Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 ** get_address_of_OnCharacteristicChanged_14() { return &___OnCharacteristicChanged_14; } inline void set_OnCharacteristicChanged_14(Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * value) { ___OnCharacteristicChanged_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnCharacteristicChanged_14), (void*)value); } inline static int32_t get_offset_of_OnScanEnded_15() { return static_cast(offsetof(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA, ___OnScanEnded_15)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_OnScanEnded_15() const { return ___OnScanEnded_15; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_OnScanEnded_15() { return &___OnScanEnded_15; } inline void set_OnScanEnded_15(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___OnScanEnded_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnScanEnded_15), (void*)value); } inline static int32_t get_offset_of_bluetoothStatusEnum_16() { return static_cast(offsetof(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA, ___bluetoothStatusEnum_16)); } inline int32_t get_bluetoothStatusEnum_16() const { return ___bluetoothStatusEnum_16; } inline int32_t* get_address_of_bluetoothStatusEnum_16() { return &___bluetoothStatusEnum_16; } inline void set_bluetoothStatusEnum_16(int32_t value) { ___bluetoothStatusEnum_16 = value; } inline static int32_t get_offset_of__inited_17() { return static_cast(offsetof(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA, ____inited_17)); } inline bool get__inited_17() const { return ____inited_17; } inline bool* get_address_of__inited_17() { return &____inited_17; } inline void set__inited_17(bool value) { ____inited_17 = value; } }; struct BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_StaticFields { public: // BleUDP BleUDP::ins BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_StaticFields, ___ins_4)); } inline BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA * get_ins_4() const { return ___ins_4; } inline BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)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.Boolean BluetoothAim::connectCanceled bool ___connectCanceled_20; // System.Int32 BluetoothAim::_scanCanRetryCount int32_t ____scanCanRetryCount_21; // System.Collections.Generic.Queue`1 BluetoothAim::cmdWaitingList Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * ___cmdWaitingList_22; // System.Boolean BluetoothAim::isSendCmdLocked bool ___isSendCmdLocked_23; // System.Boolean BluetoothAim::canAutoDormancy bool ___canAutoDormancy_24; // System.Boolean BluetoothAim::isStartUp bool ___isStartUp_25; // JCUnityLib.CountLock BluetoothAim::needModularAwake CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * ___needModularAwake_26; // System.String BluetoothAim::curMac String_t* ___curMac_27; 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_connectCanceled_20() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___connectCanceled_20)); } inline bool get_connectCanceled_20() const { return ___connectCanceled_20; } inline bool* get_address_of_connectCanceled_20() { return &___connectCanceled_20; } inline void set_connectCanceled_20(bool value) { ___connectCanceled_20 = value; } inline static int32_t get_offset_of__scanCanRetryCount_21() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ____scanCanRetryCount_21)); } inline int32_t get__scanCanRetryCount_21() const { return ____scanCanRetryCount_21; } inline int32_t* get_address_of__scanCanRetryCount_21() { return &____scanCanRetryCount_21; } inline void set__scanCanRetryCount_21(int32_t value) { ____scanCanRetryCount_21 = value; } inline static int32_t get_offset_of_cmdWaitingList_22() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___cmdWaitingList_22)); } inline Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * get_cmdWaitingList_22() const { return ___cmdWaitingList_22; } inline Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 ** get_address_of_cmdWaitingList_22() { return &___cmdWaitingList_22; } inline void set_cmdWaitingList_22(Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * value) { ___cmdWaitingList_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmdWaitingList_22), (void*)value); } inline static int32_t get_offset_of_isSendCmdLocked_23() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___isSendCmdLocked_23)); } inline bool get_isSendCmdLocked_23() const { return ___isSendCmdLocked_23; } inline bool* get_address_of_isSendCmdLocked_23() { return &___isSendCmdLocked_23; } inline void set_isSendCmdLocked_23(bool value) { ___isSendCmdLocked_23 = value; } inline static int32_t get_offset_of_canAutoDormancy_24() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___canAutoDormancy_24)); } inline bool get_canAutoDormancy_24() const { return ___canAutoDormancy_24; } inline bool* get_address_of_canAutoDormancy_24() { return &___canAutoDormancy_24; } inline void set_canAutoDormancy_24(bool value) { ___canAutoDormancy_24 = value; } inline static int32_t get_offset_of_isStartUp_25() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___isStartUp_25)); } inline bool get_isStartUp_25() const { return ___isStartUp_25; } inline bool* get_address_of_isStartUp_25() { return &___isStartUp_25; } inline void set_isStartUp_25(bool value) { ___isStartUp_25 = value; } inline static int32_t get_offset_of_needModularAwake_26() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___needModularAwake_26)); } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * get_needModularAwake_26() const { return ___needModularAwake_26; } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 ** get_address_of_needModularAwake_26() { return &___needModularAwake_26; } inline void set_needModularAwake_26(CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * value) { ___needModularAwake_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___needModularAwake_26), (void*)value); } inline static int32_t get_offset_of_curMac_27() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___curMac_27)); } inline String_t* get_curMac_27() const { return ___curMac_27; } inline String_t** get_address_of_curMac_27() { return &___curMac_27; } inline void set_curMac_27(String_t* value) { ___curMac_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___curMac_27), (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); } }; // BluetoothClient struct BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String BluetoothClient::serverIP String_t* ___serverIP_4; // UnityEngine.UI.Text BluetoothClient::text Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text_5; // BleDebugClient BluetoothClient::client BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252 * ___client_6; public: inline static int32_t get_offset_of_serverIP_4() { return static_cast(offsetof(BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476, ___serverIP_4)); } inline String_t* get_serverIP_4() const { return ___serverIP_4; } inline String_t** get_address_of_serverIP_4() { return &___serverIP_4; } inline void set_serverIP_4(String_t* value) { ___serverIP_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverIP_4), (void*)value); } inline static int32_t get_offset_of_text_5() { return static_cast(offsetof(BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476, ___text_5)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text_5() const { return ___text_5; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text_5() { return &___text_5; } inline void set_text_5(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_5), (void*)value); } inline static int32_t get_offset_of_client_6() { return static_cast(offsetof(BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476, ___client_6)); } inline BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252 * get_client_6() const { return ___client_6; } inline BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252 ** get_address_of_client_6() { return &___client_6; } inline void set_client_6(BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252 * value) { ___client_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___client_6), (void*)value); } }; struct BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_StaticFields { public: // System.Action`2 BluetoothClient::onDataReceived Action_2_t69B57FA560202CA74CA20771AE0002374A008E07 * ___onDataReceived_7; // BluetoothClient BluetoothClient::ins BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 * ___ins_8; public: inline static int32_t get_offset_of_onDataReceived_7() { return static_cast(offsetof(BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_StaticFields, ___onDataReceived_7)); } inline Action_2_t69B57FA560202CA74CA20771AE0002374A008E07 * get_onDataReceived_7() const { return ___onDataReceived_7; } inline Action_2_t69B57FA560202CA74CA20771AE0002374A008E07 ** get_address_of_onDataReceived_7() { return &___onDataReceived_7; } inline void set_onDataReceived_7(Action_2_t69B57FA560202CA74CA20771AE0002374A008E07 * value) { ___onDataReceived_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDataReceived_7), (void*)value); } inline static int32_t get_offset_of_ins_8() { return static_cast(offsetof(BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_StaticFields, ___ins_8)); } inline BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 * get_ins_8() const { return ___ins_8; } inline BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 ** get_address_of_ins_8() { return &___ins_8; } inline void set_ins_8(BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 * value) { ___ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_8), (void*)value); } }; // BluetoothDispatcher struct BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 BluetoothDispatcher::platformID int32_t ___platformID_6; public: inline static int32_t get_offset_of_platformID_6() { return static_cast(offsetof(BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39, ___platformID_6)); } inline int32_t get_platformID_6() const { return ___platformID_6; } inline int32_t* get_address_of_platformID_6() { return &___platformID_6; } inline void set_platformID_6(int32_t value) { ___platformID_6 = value; } }; struct BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_StaticFields { public: // System.Action`1 BluetoothDispatcher::aim Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * ___aim_4; // System.Action`1 BluetoothDispatcher::shoot Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * ___shoot_5; public: inline static int32_t get_offset_of_aim_4() { return static_cast(offsetof(BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_StaticFields, ___aim_4)); } inline Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * get_aim_4() const { return ___aim_4; } inline Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 ** get_address_of_aim_4() { return &___aim_4; } inline void set_aim_4(Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * value) { ___aim_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___aim_4), (void*)value); } inline static int32_t get_offset_of_shoot_5() { return static_cast(offsetof(BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_StaticFields, ___shoot_5)); } inline Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * get_shoot_5() const { return ___shoot_5; } inline Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 ** get_address_of_shoot_5() { return &___shoot_5; } inline void set_shoot_5(Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * value) { ___shoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___shoot_5), (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); } }; // BluetoothShoot struct BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // ArduinoBluetoothAPI.BluetoothHelper BluetoothShoot::bluetoothHelper BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___bluetoothHelper_4; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic BluetoothShoot::characteristicWrite BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * ___characteristicWrite_5; // ArduinoBluetoothAPI.BluetoothHelperService BluetoothShoot::bluetoothService BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * ___bluetoothService_6; // System.String BluetoothShoot::targetDeviceName String_t* ___targetDeviceName_7; // System.String BluetoothShoot::deviceName String_t* ___deviceName_8; // System.Boolean BluetoothShoot::canConnect bool ___canConnect_9; // UnityEngine.UI.Text BluetoothShoot::textUI Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___textUI_10; // BluetoothStatusEnum BluetoothShoot::status int32_t ___status_11; // System.Boolean BluetoothShoot::hasData bool ___hasData_12; // System.Boolean BluetoothShoot::userDoConnect bool ___userDoConnect_15; // System.Boolean BluetoothShoot::doConnect bool ___doConnect_16; // System.Boolean BluetoothShoot::dataGetting bool ___dataGetting_17; // System.Int32 BluetoothShoot::dataGetLen int32_t ___dataGetLen_18; // System.Collections.Generic.List`1 BluetoothShoot::dataBytes List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * ___dataBytes_19; public: inline static int32_t get_offset_of_bluetoothHelper_4() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___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_characteristicWrite_5() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___characteristicWrite_5)); } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * get_characteristicWrite_5() const { return ___characteristicWrite_5; } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 ** get_address_of_characteristicWrite_5() { return &___characteristicWrite_5; } inline void set_characteristicWrite_5(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * value) { ___characteristicWrite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___characteristicWrite_5), (void*)value); } inline static int32_t get_offset_of_bluetoothService_6() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___bluetoothService_6)); } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * get_bluetoothService_6() const { return ___bluetoothService_6; } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 ** get_address_of_bluetoothService_6() { return &___bluetoothService_6; } inline void set_bluetoothService_6(BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * value) { ___bluetoothService_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothService_6), (void*)value); } inline static int32_t get_offset_of_targetDeviceName_7() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___targetDeviceName_7)); } inline String_t* get_targetDeviceName_7() const { return ___targetDeviceName_7; } inline String_t** get_address_of_targetDeviceName_7() { return &___targetDeviceName_7; } inline void set_targetDeviceName_7(String_t* value) { ___targetDeviceName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetDeviceName_7), (void*)value); } inline static int32_t get_offset_of_deviceName_8() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___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(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___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(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___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(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___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_hasData_12() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___hasData_12)); } inline bool get_hasData_12() const { return ___hasData_12; } inline bool* get_address_of_hasData_12() { return &___hasData_12; } inline void set_hasData_12(bool value) { ___hasData_12 = value; } inline static int32_t get_offset_of_userDoConnect_15() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___userDoConnect_15)); } inline bool get_userDoConnect_15() const { return ___userDoConnect_15; } inline bool* get_address_of_userDoConnect_15() { return &___userDoConnect_15; } inline void set_userDoConnect_15(bool value) { ___userDoConnect_15 = value; } inline static int32_t get_offset_of_doConnect_16() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___doConnect_16)); } inline bool get_doConnect_16() const { return ___doConnect_16; } inline bool* get_address_of_doConnect_16() { return &___doConnect_16; } inline void set_doConnect_16(bool value) { ___doConnect_16 = value; } inline static int32_t get_offset_of_dataGetting_17() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___dataGetting_17)); } inline bool get_dataGetting_17() const { return ___dataGetting_17; } inline bool* get_address_of_dataGetting_17() { return &___dataGetting_17; } inline void set_dataGetting_17(bool value) { ___dataGetting_17 = value; } inline static int32_t get_offset_of_dataGetLen_18() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___dataGetLen_18)); } inline int32_t get_dataGetLen_18() const { return ___dataGetLen_18; } inline int32_t* get_address_of_dataGetLen_18() { return &___dataGetLen_18; } inline void set_dataGetLen_18(int32_t value) { ___dataGetLen_18 = value; } inline static int32_t get_offset_of_dataBytes_19() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___dataBytes_19)); } inline List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * get_dataBytes_19() const { return ___dataBytes_19; } inline List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF ** get_address_of_dataBytes_19() { return &___dataBytes_19; } inline void set_dataBytes_19(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * value) { ___dataBytes_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataBytes_19), (void*)value); } }; struct BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields { public: // System.Boolean BluetoothShoot::scanLock bool ___scanLock_13; // BluetoothShoot BluetoothShoot::ins BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * ___ins_14; public: inline static int32_t get_offset_of_scanLock_13() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields, ___scanLock_13)); } inline bool get_scanLock_13() const { return ___scanLock_13; } inline bool* get_address_of_scanLock_13() { return &___scanLock_13; } inline void set_scanLock_13(bool value) { ___scanLock_13 = value; } inline static int32_t get_offset_of_ins_14() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields, ___ins_14)); } inline BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * get_ins_14() const { return ___ins_14; } inline BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 ** get_address_of_ins_14() { return &___ins_14; } inline void set_ins_14(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * value) { ___ins_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_14), (void*)value); } }; // UnityStandardAssets.ImageEffects.Blur struct Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 UnityStandardAssets.ImageEffects.Blur::iterations int32_t ___iterations_4; // System.Single UnityStandardAssets.ImageEffects.Blur::blurSpread float ___blurSpread_5; // UnityEngine.Shader UnityStandardAssets.ImageEffects.Blur::blurShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___blurShader_6; public: inline static int32_t get_offset_of_iterations_4() { return static_cast(offsetof(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B, ___iterations_4)); } inline int32_t get_iterations_4() const { return ___iterations_4; } inline int32_t* get_address_of_iterations_4() { return &___iterations_4; } inline void set_iterations_4(int32_t value) { ___iterations_4 = value; } inline static int32_t get_offset_of_blurSpread_5() { return static_cast(offsetof(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B, ___blurSpread_5)); } inline float get_blurSpread_5() const { return ___blurSpread_5; } inline float* get_address_of_blurSpread_5() { return &___blurSpread_5; } inline void set_blurSpread_5(float value) { ___blurSpread_5 = value; } inline static int32_t get_offset_of_blurShader_6() { return static_cast(offsetof(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B, ___blurShader_6)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_blurShader_6() const { return ___blurShader_6; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_blurShader_6() { return &___blurShader_6; } inline void set_blurShader_6(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___blurShader_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___blurShader_6), (void*)value); } }; struct Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_StaticFields { public: // UnityEngine.Material UnityStandardAssets.ImageEffects.Blur::m_Material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_Material_7; public: inline static int32_t get_offset_of_m_Material_7() { return static_cast(offsetof(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_StaticFields, ___m_Material_7)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_Material_7() const { return ___m_Material_7; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_Material_7() { return &___m_Material_7; } inline void set_m_Material_7(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_Material_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Material_7), (void*)value); } }; // DragonBones.BoneAllTimelineState struct BoneAllTimelineState_tF11911740FDB013B79042378F46B61DEA21A9EB5 : public BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F { public: public: }; // DragonBones.BoneRotateTimelineState struct BoneRotateTimelineState_t5A06B46EA7C0ACA5A330F0CB67234CB95D732C58 : public BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F { public: public: }; // DragonBones.BoneScaleTimelineState struct BoneScaleTimelineState_t88FB7BC0419076C15DC033C4CA4936B066114F96 : public BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F { public: public: }; // DragonBones.BoneTranslateTimelineState struct BoneTranslateTimelineState_tBEFFA4CA8CC009F420C1E71ACA11C563676F3DD6 : public BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F { public: public: }; // BowCamera struct BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Camera BowCamera::_cameraComp Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ____cameraComp_4; // ArmBow BowCamera::_armBow ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ____armBow_5; // UnityEngine.Vector3 BowCamera::localEulerAngles Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___localEulerAngles_6; // JCUnityLib.TouchChecker BowCamera::touchChecker TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * ___touchChecker_7; // System.Single[] BowCamera::limitRangeRotateY SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___limitRangeRotateY_9; // System.Single[] BowCamera::limitRangeRotateX SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___limitRangeRotateX_10; // System.Boolean BowCamera::banLogic bool ___banLogic_11; // System.Boolean BowCamera::needLookAtPoint bool ___needLookAtPoint_13; // System.Single[] BowCamera::_bowRotateConvertRate SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ____bowRotateConvertRate_14; // System.Action BowCamera::onAfterLateUpdate Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onAfterLateUpdate_15; // System.Single BowCamera::cameraFieldOfView float ___cameraFieldOfView_16; // System.Single BowCamera::defaultCameraFieldOfView float ___defaultCameraFieldOfView_17; // System.Boolean BowCamera::banCameraFieldOfView bool ___banCameraFieldOfView_18; // System.Boolean BowCamera::isArrowFollowing bool ___isArrowFollowing_19; // System.Boolean BowCamera::isScaleAimDisplaying bool ___isScaleAimDisplaying_20; // BowCamera/BowCameraFixed BowCamera::bowCameraFixed BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * ___bowCameraFixed_21; public: inline static int32_t get_offset_of__cameraComp_4() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ____cameraComp_4)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get__cameraComp_4() const { return ____cameraComp_4; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of__cameraComp_4() { return &____cameraComp_4; } inline void set__cameraComp_4(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ____cameraComp_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____cameraComp_4), (void*)value); } inline static int32_t get_offset_of__armBow_5() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ____armBow_5)); } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * get__armBow_5() const { return ____armBow_5; } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 ** get_address_of__armBow_5() { return &____armBow_5; } inline void set__armBow_5(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * value) { ____armBow_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____armBow_5), (void*)value); } inline static int32_t get_offset_of_localEulerAngles_6() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___localEulerAngles_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_localEulerAngles_6() const { return ___localEulerAngles_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_localEulerAngles_6() { return &___localEulerAngles_6; } inline void set_localEulerAngles_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___localEulerAngles_6 = value; } inline static int32_t get_offset_of_touchChecker_7() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___touchChecker_7)); } inline TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * get_touchChecker_7() const { return ___touchChecker_7; } inline TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED ** get_address_of_touchChecker_7() { return &___touchChecker_7; } inline void set_touchChecker_7(TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * value) { ___touchChecker_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___touchChecker_7), (void*)value); } inline static int32_t get_offset_of_limitRangeRotateY_9() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___limitRangeRotateY_9)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_limitRangeRotateY_9() const { return ___limitRangeRotateY_9; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_limitRangeRotateY_9() { return &___limitRangeRotateY_9; } inline void set_limitRangeRotateY_9(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___limitRangeRotateY_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___limitRangeRotateY_9), (void*)value); } inline static int32_t get_offset_of_limitRangeRotateX_10() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___limitRangeRotateX_10)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_limitRangeRotateX_10() const { return ___limitRangeRotateX_10; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_limitRangeRotateX_10() { return &___limitRangeRotateX_10; } inline void set_limitRangeRotateX_10(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___limitRangeRotateX_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___limitRangeRotateX_10), (void*)value); } inline static int32_t get_offset_of_banLogic_11() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___banLogic_11)); } inline bool get_banLogic_11() const { return ___banLogic_11; } inline bool* get_address_of_banLogic_11() { return &___banLogic_11; } inline void set_banLogic_11(bool value) { ___banLogic_11 = value; } inline static int32_t get_offset_of_needLookAtPoint_13() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___needLookAtPoint_13)); } inline bool get_needLookAtPoint_13() const { return ___needLookAtPoint_13; } inline bool* get_address_of_needLookAtPoint_13() { return &___needLookAtPoint_13; } inline void set_needLookAtPoint_13(bool value) { ___needLookAtPoint_13 = value; } inline static int32_t get_offset_of__bowRotateConvertRate_14() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ____bowRotateConvertRate_14)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get__bowRotateConvertRate_14() const { return ____bowRotateConvertRate_14; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of__bowRotateConvertRate_14() { return &____bowRotateConvertRate_14; } inline void set__bowRotateConvertRate_14(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ____bowRotateConvertRate_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____bowRotateConvertRate_14), (void*)value); } inline static int32_t get_offset_of_onAfterLateUpdate_15() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___onAfterLateUpdate_15)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onAfterLateUpdate_15() const { return ___onAfterLateUpdate_15; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onAfterLateUpdate_15() { return &___onAfterLateUpdate_15; } inline void set_onAfterLateUpdate_15(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onAfterLateUpdate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAfterLateUpdate_15), (void*)value); } inline static int32_t get_offset_of_cameraFieldOfView_16() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___cameraFieldOfView_16)); } inline float get_cameraFieldOfView_16() const { return ___cameraFieldOfView_16; } inline float* get_address_of_cameraFieldOfView_16() { return &___cameraFieldOfView_16; } inline void set_cameraFieldOfView_16(float value) { ___cameraFieldOfView_16 = value; } inline static int32_t get_offset_of_defaultCameraFieldOfView_17() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___defaultCameraFieldOfView_17)); } inline float get_defaultCameraFieldOfView_17() const { return ___defaultCameraFieldOfView_17; } inline float* get_address_of_defaultCameraFieldOfView_17() { return &___defaultCameraFieldOfView_17; } inline void set_defaultCameraFieldOfView_17(float value) { ___defaultCameraFieldOfView_17 = value; } inline static int32_t get_offset_of_banCameraFieldOfView_18() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___banCameraFieldOfView_18)); } inline bool get_banCameraFieldOfView_18() const { return ___banCameraFieldOfView_18; } inline bool* get_address_of_banCameraFieldOfView_18() { return &___banCameraFieldOfView_18; } inline void set_banCameraFieldOfView_18(bool value) { ___banCameraFieldOfView_18 = value; } inline static int32_t get_offset_of_isArrowFollowing_19() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___isArrowFollowing_19)); } inline bool get_isArrowFollowing_19() const { return ___isArrowFollowing_19; } inline bool* get_address_of_isArrowFollowing_19() { return &___isArrowFollowing_19; } inline void set_isArrowFollowing_19(bool value) { ___isArrowFollowing_19 = value; } inline static int32_t get_offset_of_isScaleAimDisplaying_20() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___isScaleAimDisplaying_20)); } inline bool get_isScaleAimDisplaying_20() const { return ___isScaleAimDisplaying_20; } inline bool* get_address_of_isScaleAimDisplaying_20() { return &___isScaleAimDisplaying_20; } inline void set_isScaleAimDisplaying_20(bool value) { ___isScaleAimDisplaying_20 = value; } inline static int32_t get_offset_of_bowCameraFixed_21() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___bowCameraFixed_21)); } inline BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * get_bowCameraFixed_21() const { return ___bowCameraFixed_21; } inline BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 ** get_address_of_bowCameraFixed_21() { return &___bowCameraFixed_21; } inline void set_bowCameraFixed_21(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * value) { ___bowCameraFixed_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___bowCameraFixed_21), (void*)value); } }; struct BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields { public: // System.Boolean BowCamera::_isTouchMode bool ____isTouchMode_8; // BowCamera BowCamera::_ins BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * ____ins_12; public: inline static int32_t get_offset_of__isTouchMode_8() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields, ____isTouchMode_8)); } inline bool get__isTouchMode_8() const { return ____isTouchMode_8; } inline bool* get_address_of__isTouchMode_8() { return &____isTouchMode_8; } inline void set__isTouchMode_8(bool value) { ____isTouchMode_8 = value; } inline static int32_t get_offset_of__ins_12() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields, ____ins_12)); } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * get__ins_12() const { return ____ins_12; } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 ** get_address_of__ins_12() { return &____ins_12; } inline void set__ins_12(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * value) { ____ins_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_12), (void*)value); } }; // BowQuatDebug struct BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text BowQuatDebug::text Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text_4; public: inline static int32_t get_offset_of_text_4() { return static_cast(offsetof(BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1, ___text_4)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text_4() const { return ___text_4; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text_4() { return &___text_4; } inline void set_text_4(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_4), (void*)value); } }; struct BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1_StaticFields { public: // BowQuatDebug BowQuatDebug::ins BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1_StaticFields, ___ins_5)); } inline BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1 * get_ins_5() const { return ___ins_5; } inline BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } }; // UnityStandardAssets.Vehicles.Car.BrakeLight struct BrakeLight_t254A9AB31CAB20CFCEFD008E99891810D6BF8431 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityStandardAssets.Vehicles.Car.CarController UnityStandardAssets.Vehicles.Car.BrakeLight::car CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * ___car_4; // UnityEngine.Renderer UnityStandardAssets.Vehicles.Car.BrakeLight::m_Renderer Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * ___m_Renderer_5; public: inline static int32_t get_offset_of_car_4() { return static_cast(offsetof(BrakeLight_t254A9AB31CAB20CFCEFD008E99891810D6BF8431, ___car_4)); } inline CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * get_car_4() const { return ___car_4; } inline CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 ** get_address_of_car_4() { return &___car_4; } inline void set_car_4(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * value) { ___car_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___car_4), (void*)value); } inline static int32_t get_offset_of_m_Renderer_5() { return static_cast(offsetof(BrakeLight_t254A9AB31CAB20CFCEFD008E99891810D6BF8431, ___m_Renderer_5)); } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * get_m_Renderer_5() const { return ___m_Renderer_5; } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C ** get_address_of_m_Renderer_5() { return &___m_Renderer_5; } inline void set_m_Renderer_5(Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * value) { ___m_Renderer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Renderer_5), (void*)value); } }; // CameraToLook struct CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform CameraToLook::point Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___point_4; // System.Boolean CameraToLook::onlyParseRotation bool ___onlyParseRotation_5; // System.Action`1 CameraToLook::onParseRotation Action_1_t9EE38C3F05872852B5987533032B1D14686EBEBE * ___onParseRotation_6; public: inline static int32_t get_offset_of_point_4() { return static_cast(offsetof(CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733, ___point_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_point_4() const { return ___point_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_point_4() { return &___point_4; } inline void set_point_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___point_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___point_4), (void*)value); } inline static int32_t get_offset_of_onlyParseRotation_5() { return static_cast(offsetof(CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733, ___onlyParseRotation_5)); } inline bool get_onlyParseRotation_5() const { return ___onlyParseRotation_5; } inline bool* get_address_of_onlyParseRotation_5() { return &___onlyParseRotation_5; } inline void set_onlyParseRotation_5(bool value) { ___onlyParseRotation_5 = value; } inline static int32_t get_offset_of_onParseRotation_6() { return static_cast(offsetof(CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733, ___onParseRotation_6)); } inline Action_1_t9EE38C3F05872852B5987533032B1D14686EBEBE * get_onParseRotation_6() const { return ___onParseRotation_6; } inline Action_1_t9EE38C3F05872852B5987533032B1D14686EBEBE ** get_address_of_onParseRotation_6() { return &___onParseRotation_6; } inline void set_onParseRotation_6(Action_1_t9EE38C3F05872852B5987533032B1D14686EBEBE * value) { ___onParseRotation_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onParseRotation_6), (void*)value); } }; struct CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_StaticFields { public: // CameraToLook CameraToLook::ins CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 * ___ins_7; public: inline static int32_t get_offset_of_ins_7() { return static_cast(offsetof(CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_StaticFields, ___ins_7)); } inline CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 * get_ins_7() const { return ___ins_7; } inline CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 ** get_address_of_ins_7() { return &___ins_7; } inline void set_ins_7(CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 * value) { ___ins_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_7), (void*)value); } }; // UnityStandardAssets.Vehicles.Car.CarController struct CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityStandardAssets.Vehicles.Car.CarDriveType UnityStandardAssets.Vehicles.Car.CarController::m_CarDriveType int32_t ___m_CarDriveType_4; // UnityEngine.WheelCollider[] UnityStandardAssets.Vehicles.Car.CarController::m_WheelColliders WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* ___m_WheelColliders_5; // UnityEngine.GameObject[] UnityStandardAssets.Vehicles.Car.CarController::m_WheelMeshes GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___m_WheelMeshes_6; // UnityStandardAssets.Vehicles.Car.WheelEffects[] UnityStandardAssets.Vehicles.Car.CarController::m_WheelEffects WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A* ___m_WheelEffects_7; // UnityEngine.Vector3 UnityStandardAssets.Vehicles.Car.CarController::m_CentreOfMassOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_CentreOfMassOffset_8; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_MaximumSteerAngle float ___m_MaximumSteerAngle_9; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_SteerHelper float ___m_SteerHelper_10; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_TractionControl float ___m_TractionControl_11; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_FullTorqueOverAllWheels float ___m_FullTorqueOverAllWheels_12; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_ReverseTorque float ___m_ReverseTorque_13; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_MaxHandbrakeTorque float ___m_MaxHandbrakeTorque_14; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_Downforce float ___m_Downforce_15; // UnityStandardAssets.Vehicles.Car.SpeedType UnityStandardAssets.Vehicles.Car.CarController::m_SpeedType int32_t ___m_SpeedType_16; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_Topspeed float ___m_Topspeed_17; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_RevRangeBoundary float ___m_RevRangeBoundary_19; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_SlipLimit float ___m_SlipLimit_20; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_BrakeTorque float ___m_BrakeTorque_21; // UnityEngine.Quaternion[] UnityStandardAssets.Vehicles.Car.CarController::m_WheelMeshLocalRotations QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* ___m_WheelMeshLocalRotations_22; // UnityEngine.Vector3 UnityStandardAssets.Vehicles.Car.CarController::m_Prevpos Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Prevpos_23; // UnityEngine.Vector3 UnityStandardAssets.Vehicles.Car.CarController::m_Pos Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Pos_24; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_SteerAngle float ___m_SteerAngle_25; // System.Int32 UnityStandardAssets.Vehicles.Car.CarController::m_GearNum int32_t ___m_GearNum_26; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_GearFactor float ___m_GearFactor_27; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_OldRotation float ___m_OldRotation_28; // System.Single UnityStandardAssets.Vehicles.Car.CarController::m_CurrentTorque float ___m_CurrentTorque_29; // UnityEngine.Rigidbody UnityStandardAssets.Vehicles.Car.CarController::m_Rigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_30; // System.Boolean UnityStandardAssets.Vehicles.Car.CarController::k__BackingField bool ___U3CSkiddingU3Ek__BackingField_32; // System.Single UnityStandardAssets.Vehicles.Car.CarController::k__BackingField float ___U3CBrakeInputU3Ek__BackingField_33; // System.Single UnityStandardAssets.Vehicles.Car.CarController::k__BackingField float ___U3CRevsU3Ek__BackingField_34; // System.Single UnityStandardAssets.Vehicles.Car.CarController::k__BackingField float ___U3CAccelInputU3Ek__BackingField_35; public: inline static int32_t get_offset_of_m_CarDriveType_4() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_CarDriveType_4)); } inline int32_t get_m_CarDriveType_4() const { return ___m_CarDriveType_4; } inline int32_t* get_address_of_m_CarDriveType_4() { return &___m_CarDriveType_4; } inline void set_m_CarDriveType_4(int32_t value) { ___m_CarDriveType_4 = value; } inline static int32_t get_offset_of_m_WheelColliders_5() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_WheelColliders_5)); } inline WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* get_m_WheelColliders_5() const { return ___m_WheelColliders_5; } inline WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6** get_address_of_m_WheelColliders_5() { return &___m_WheelColliders_5; } inline void set_m_WheelColliders_5(WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* value) { ___m_WheelColliders_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WheelColliders_5), (void*)value); } inline static int32_t get_offset_of_m_WheelMeshes_6() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_WheelMeshes_6)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_m_WheelMeshes_6() const { return ___m_WheelMeshes_6; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_m_WheelMeshes_6() { return &___m_WheelMeshes_6; } inline void set_m_WheelMeshes_6(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___m_WheelMeshes_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WheelMeshes_6), (void*)value); } inline static int32_t get_offset_of_m_WheelEffects_7() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_WheelEffects_7)); } inline WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A* get_m_WheelEffects_7() const { return ___m_WheelEffects_7; } inline WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A** get_address_of_m_WheelEffects_7() { return &___m_WheelEffects_7; } inline void set_m_WheelEffects_7(WheelEffectsU5BU5D_t6F7BA193D88127FD117EE39A5B44FDE8F9717B5A* value) { ___m_WheelEffects_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WheelEffects_7), (void*)value); } inline static int32_t get_offset_of_m_CentreOfMassOffset_8() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_CentreOfMassOffset_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_CentreOfMassOffset_8() const { return ___m_CentreOfMassOffset_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_CentreOfMassOffset_8() { return &___m_CentreOfMassOffset_8; } inline void set_m_CentreOfMassOffset_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_CentreOfMassOffset_8 = value; } inline static int32_t get_offset_of_m_MaximumSteerAngle_9() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_MaximumSteerAngle_9)); } inline float get_m_MaximumSteerAngle_9() const { return ___m_MaximumSteerAngle_9; } inline float* get_address_of_m_MaximumSteerAngle_9() { return &___m_MaximumSteerAngle_9; } inline void set_m_MaximumSteerAngle_9(float value) { ___m_MaximumSteerAngle_9 = value; } inline static int32_t get_offset_of_m_SteerHelper_10() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_SteerHelper_10)); } inline float get_m_SteerHelper_10() const { return ___m_SteerHelper_10; } inline float* get_address_of_m_SteerHelper_10() { return &___m_SteerHelper_10; } inline void set_m_SteerHelper_10(float value) { ___m_SteerHelper_10 = value; } inline static int32_t get_offset_of_m_TractionControl_11() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_TractionControl_11)); } inline float get_m_TractionControl_11() const { return ___m_TractionControl_11; } inline float* get_address_of_m_TractionControl_11() { return &___m_TractionControl_11; } inline void set_m_TractionControl_11(float value) { ___m_TractionControl_11 = value; } inline static int32_t get_offset_of_m_FullTorqueOverAllWheels_12() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_FullTorqueOverAllWheels_12)); } inline float get_m_FullTorqueOverAllWheels_12() const { return ___m_FullTorqueOverAllWheels_12; } inline float* get_address_of_m_FullTorqueOverAllWheels_12() { return &___m_FullTorqueOverAllWheels_12; } inline void set_m_FullTorqueOverAllWheels_12(float value) { ___m_FullTorqueOverAllWheels_12 = value; } inline static int32_t get_offset_of_m_ReverseTorque_13() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_ReverseTorque_13)); } inline float get_m_ReverseTorque_13() const { return ___m_ReverseTorque_13; } inline float* get_address_of_m_ReverseTorque_13() { return &___m_ReverseTorque_13; } inline void set_m_ReverseTorque_13(float value) { ___m_ReverseTorque_13 = value; } inline static int32_t get_offset_of_m_MaxHandbrakeTorque_14() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_MaxHandbrakeTorque_14)); } inline float get_m_MaxHandbrakeTorque_14() const { return ___m_MaxHandbrakeTorque_14; } inline float* get_address_of_m_MaxHandbrakeTorque_14() { return &___m_MaxHandbrakeTorque_14; } inline void set_m_MaxHandbrakeTorque_14(float value) { ___m_MaxHandbrakeTorque_14 = value; } inline static int32_t get_offset_of_m_Downforce_15() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_Downforce_15)); } inline float get_m_Downforce_15() const { return ___m_Downforce_15; } inline float* get_address_of_m_Downforce_15() { return &___m_Downforce_15; } inline void set_m_Downforce_15(float value) { ___m_Downforce_15 = value; } inline static int32_t get_offset_of_m_SpeedType_16() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_SpeedType_16)); } inline int32_t get_m_SpeedType_16() const { return ___m_SpeedType_16; } inline int32_t* get_address_of_m_SpeedType_16() { return &___m_SpeedType_16; } inline void set_m_SpeedType_16(int32_t value) { ___m_SpeedType_16 = value; } inline static int32_t get_offset_of_m_Topspeed_17() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_Topspeed_17)); } inline float get_m_Topspeed_17() const { return ___m_Topspeed_17; } inline float* get_address_of_m_Topspeed_17() { return &___m_Topspeed_17; } inline void set_m_Topspeed_17(float value) { ___m_Topspeed_17 = value; } inline static int32_t get_offset_of_m_RevRangeBoundary_19() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_RevRangeBoundary_19)); } inline float get_m_RevRangeBoundary_19() const { return ___m_RevRangeBoundary_19; } inline float* get_address_of_m_RevRangeBoundary_19() { return &___m_RevRangeBoundary_19; } inline void set_m_RevRangeBoundary_19(float value) { ___m_RevRangeBoundary_19 = value; } inline static int32_t get_offset_of_m_SlipLimit_20() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_SlipLimit_20)); } inline float get_m_SlipLimit_20() const { return ___m_SlipLimit_20; } inline float* get_address_of_m_SlipLimit_20() { return &___m_SlipLimit_20; } inline void set_m_SlipLimit_20(float value) { ___m_SlipLimit_20 = value; } inline static int32_t get_offset_of_m_BrakeTorque_21() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_BrakeTorque_21)); } inline float get_m_BrakeTorque_21() const { return ___m_BrakeTorque_21; } inline float* get_address_of_m_BrakeTorque_21() { return &___m_BrakeTorque_21; } inline void set_m_BrakeTorque_21(float value) { ___m_BrakeTorque_21 = value; } inline static int32_t get_offset_of_m_WheelMeshLocalRotations_22() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_WheelMeshLocalRotations_22)); } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* get_m_WheelMeshLocalRotations_22() const { return ___m_WheelMeshLocalRotations_22; } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6** get_address_of_m_WheelMeshLocalRotations_22() { return &___m_WheelMeshLocalRotations_22; } inline void set_m_WheelMeshLocalRotations_22(QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* value) { ___m_WheelMeshLocalRotations_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WheelMeshLocalRotations_22), (void*)value); } inline static int32_t get_offset_of_m_Prevpos_23() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_Prevpos_23)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Prevpos_23() const { return ___m_Prevpos_23; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Prevpos_23() { return &___m_Prevpos_23; } inline void set_m_Prevpos_23(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Prevpos_23 = value; } inline static int32_t get_offset_of_m_Pos_24() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_Pos_24)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Pos_24() const { return ___m_Pos_24; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Pos_24() { return &___m_Pos_24; } inline void set_m_Pos_24(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Pos_24 = value; } inline static int32_t get_offset_of_m_SteerAngle_25() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_SteerAngle_25)); } inline float get_m_SteerAngle_25() const { return ___m_SteerAngle_25; } inline float* get_address_of_m_SteerAngle_25() { return &___m_SteerAngle_25; } inline void set_m_SteerAngle_25(float value) { ___m_SteerAngle_25 = value; } inline static int32_t get_offset_of_m_GearNum_26() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_GearNum_26)); } inline int32_t get_m_GearNum_26() const { return ___m_GearNum_26; } inline int32_t* get_address_of_m_GearNum_26() { return &___m_GearNum_26; } inline void set_m_GearNum_26(int32_t value) { ___m_GearNum_26 = value; } inline static int32_t get_offset_of_m_GearFactor_27() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_GearFactor_27)); } inline float get_m_GearFactor_27() const { return ___m_GearFactor_27; } inline float* get_address_of_m_GearFactor_27() { return &___m_GearFactor_27; } inline void set_m_GearFactor_27(float value) { ___m_GearFactor_27 = value; } inline static int32_t get_offset_of_m_OldRotation_28() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_OldRotation_28)); } inline float get_m_OldRotation_28() const { return ___m_OldRotation_28; } inline float* get_address_of_m_OldRotation_28() { return &___m_OldRotation_28; } inline void set_m_OldRotation_28(float value) { ___m_OldRotation_28 = value; } inline static int32_t get_offset_of_m_CurrentTorque_29() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_CurrentTorque_29)); } inline float get_m_CurrentTorque_29() const { return ___m_CurrentTorque_29; } inline float* get_address_of_m_CurrentTorque_29() { return &___m_CurrentTorque_29; } inline void set_m_CurrentTorque_29(float value) { ___m_CurrentTorque_29 = value; } inline static int32_t get_offset_of_m_Rigidbody_30() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___m_Rigidbody_30)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_m_Rigidbody_30() const { return ___m_Rigidbody_30; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_m_Rigidbody_30() { return &___m_Rigidbody_30; } inline void set_m_Rigidbody_30(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___m_Rigidbody_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rigidbody_30), (void*)value); } inline static int32_t get_offset_of_U3CSkiddingU3Ek__BackingField_32() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___U3CSkiddingU3Ek__BackingField_32)); } inline bool get_U3CSkiddingU3Ek__BackingField_32() const { return ___U3CSkiddingU3Ek__BackingField_32; } inline bool* get_address_of_U3CSkiddingU3Ek__BackingField_32() { return &___U3CSkiddingU3Ek__BackingField_32; } inline void set_U3CSkiddingU3Ek__BackingField_32(bool value) { ___U3CSkiddingU3Ek__BackingField_32 = value; } inline static int32_t get_offset_of_U3CBrakeInputU3Ek__BackingField_33() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___U3CBrakeInputU3Ek__BackingField_33)); } inline float get_U3CBrakeInputU3Ek__BackingField_33() const { return ___U3CBrakeInputU3Ek__BackingField_33; } inline float* get_address_of_U3CBrakeInputU3Ek__BackingField_33() { return &___U3CBrakeInputU3Ek__BackingField_33; } inline void set_U3CBrakeInputU3Ek__BackingField_33(float value) { ___U3CBrakeInputU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CRevsU3Ek__BackingField_34() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___U3CRevsU3Ek__BackingField_34)); } inline float get_U3CRevsU3Ek__BackingField_34() const { return ___U3CRevsU3Ek__BackingField_34; } inline float* get_address_of_U3CRevsU3Ek__BackingField_34() { return &___U3CRevsU3Ek__BackingField_34; } inline void set_U3CRevsU3Ek__BackingField_34(float value) { ___U3CRevsU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CAccelInputU3Ek__BackingField_35() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7, ___U3CAccelInputU3Ek__BackingField_35)); } inline float get_U3CAccelInputU3Ek__BackingField_35() const { return ___U3CAccelInputU3Ek__BackingField_35; } inline float* get_address_of_U3CAccelInputU3Ek__BackingField_35() { return &___U3CAccelInputU3Ek__BackingField_35; } inline void set_U3CAccelInputU3Ek__BackingField_35(float value) { ___U3CAccelInputU3Ek__BackingField_35 = value; } }; struct CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_StaticFields { public: // System.Int32 UnityStandardAssets.Vehicles.Car.CarController::NoOfGears int32_t ___NoOfGears_18; public: inline static int32_t get_offset_of_NoOfGears_18() { return static_cast(offsetof(CarController_t87801B6F32429964995257C1625E7B615B6B9FC7_StaticFields, ___NoOfGears_18)); } inline int32_t get_NoOfGears_18() const { return ___NoOfGears_18; } inline int32_t* get_address_of_NoOfGears_18() { return &___NoOfGears_18; } inline void set_NoOfGears_18(int32_t value) { ___NoOfGears_18 = value; } }; // DebugDeviceCMD struct DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform DebugDeviceCMD::textGroup Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___textGroup_5; // System.String[] DebugDeviceCMD::textStrList StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___textStrList_6; // System.Int32 DebugDeviceCMD::index int32_t ___index_7; public: inline static int32_t get_offset_of_textGroup_5() { return static_cast(offsetof(DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD, ___textGroup_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_textGroup_5() const { return ___textGroup_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_textGroup_5() { return &___textGroup_5; } inline void set_textGroup_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___textGroup_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___textGroup_5), (void*)value); } inline static int32_t get_offset_of_textStrList_6() { return static_cast(offsetof(DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD, ___textStrList_6)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_textStrList_6() const { return ___textStrList_6; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_textStrList_6() { return &___textStrList_6; } inline void set_textStrList_6(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___textStrList_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___textStrList_6), (void*)value); } inline static int32_t get_offset_of_index_7() { return static_cast(offsetof(DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD, ___index_7)); } inline int32_t get_index_7() const { return ___index_7; } inline int32_t* get_address_of_index_7() { return &___index_7; } inline void set_index_7(int32_t value) { ___index_7 = value; } }; struct DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD_StaticFields { public: // DebugDeviceCMD DebugDeviceCMD::ins DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD_StaticFields, ___ins_4)); } inline DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD * get_ins_4() const { return ___ins_4; } inline DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // DeviceBatteryView struct DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text DeviceBatteryView::labelTemperature Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___labelTemperature_5; // System.Single DeviceBatteryView::countingTime1 float ___countingTime1_6; // System.Single DeviceBatteryView::countingTime2 float ___countingTime2_7; public: inline static int32_t get_offset_of_labelTemperature_5() { return static_cast(offsetof(DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF, ___labelTemperature_5)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_labelTemperature_5() const { return ___labelTemperature_5; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_labelTemperature_5() { return &___labelTemperature_5; } inline void set_labelTemperature_5(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___labelTemperature_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___labelTemperature_5), (void*)value); } inline static int32_t get_offset_of_countingTime1_6() { return static_cast(offsetof(DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF, ___countingTime1_6)); } inline float get_countingTime1_6() const { return ___countingTime1_6; } inline float* get_address_of_countingTime1_6() { return &___countingTime1_6; } inline void set_countingTime1_6(float value) { ___countingTime1_6 = value; } inline static int32_t get_offset_of_countingTime2_7() { return static_cast(offsetof(DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF, ___countingTime2_7)); } inline float get_countingTime2_7() const { return ___countingTime2_7; } inline float* get_address_of_countingTime2_7() { return &___countingTime2_7; } inline void set_countingTime2_7(float value) { ___countingTime2_7 = value; } }; struct DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF_StaticFields { public: // DeviceBatteryView DeviceBatteryView::ins DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF_StaticFields, ___ins_4)); } inline DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * get_ins_4() const { return ___ins_4; } inline DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // GameMgr struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // GameMode GameMgr::gameMode GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * ___gameMode_6; // System.Boolean GameMgr::gameOver bool ___gameOver_7; // System.Boolean GameMgr::guideFinish bool ___guideFinish_9; // System.Collections.Generic.HashSet`1 GameMgr::gamePauseLockers HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * ___gamePauseLockers_10; public: inline static int32_t get_offset_of_gameMode_6() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gameMode_6)); } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * get_gameMode_6() const { return ___gameMode_6; } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 ** get_address_of_gameMode_6() { return &___gameMode_6; } inline void set_gameMode_6(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * value) { ___gameMode_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_6), (void*)value); } inline static int32_t get_offset_of_gameOver_7() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gameOver_7)); } inline bool get_gameOver_7() const { return ___gameOver_7; } inline bool* get_address_of_gameOver_7() { return &___gameOver_7; } inline void set_gameOver_7(bool value) { ___gameOver_7 = value; } inline static int32_t get_offset_of_guideFinish_9() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___guideFinish_9)); } inline bool get_guideFinish_9() const { return ___guideFinish_9; } inline bool* get_address_of_guideFinish_9() { return &___guideFinish_9; } inline void set_guideFinish_9(bool value) { ___guideFinish_9 = value; } inline static int32_t get_offset_of_gamePauseLockers_10() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gamePauseLockers_10)); } inline HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * get_gamePauseLockers_10() const { return ___gamePauseLockers_10; } inline HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 ** get_address_of_gamePauseLockers_10() { return &___gamePauseLockers_10; } inline void set_gamePauseLockers_10(HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * value) { ___gamePauseLockers_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___gamePauseLockers_10), (void*)value); } }; struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields { public: // System.Boolean GameMgr::debugInEditor bool ___debugInEditor_4; // System.Int32 GameMgr::gameType int32_t ___gameType_5; // GameMgr GameMgr::ins GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___ins_8; public: inline static int32_t get_offset_of_debugInEditor_4() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___debugInEditor_4)); } inline bool get_debugInEditor_4() const { return ___debugInEditor_4; } inline bool* get_address_of_debugInEditor_4() { return &___debugInEditor_4; } inline void set_debugInEditor_4(bool value) { ___debugInEditor_4 = value; } inline static int32_t get_offset_of_gameType_5() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___gameType_5)); } inline int32_t get_gameType_5() const { return ___gameType_5; } inline int32_t* get_address_of_gameType_5() { return &___gameType_5; } inline void set_gameType_5(int32_t value) { ___gameType_5 = value; } inline static int32_t get_offset_of_ins_8() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___ins_8)); } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * get_ins_8() const { return ___ins_8; } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 ** get_address_of_ins_8() { return &___ins_8; } inline void set_ins_8(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * value) { ___ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_8), (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); } }; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform PopupMgr::popupRoot Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___popupRoot_5; public: inline static int32_t get_offset_of_popupRoot_5() { return static_cast(offsetof(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC, ___popupRoot_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_popupRoot_5() const { return ___popupRoot_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_popupRoot_5() { return &___popupRoot_5; } inline void set_popupRoot_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___popupRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___popupRoot_5), (void*)value); } }; struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC_StaticFields { public: // PopupMgr PopupMgr::_ins PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * ____ins_4; public: inline static int32_t get_offset_of__ins_4() { return static_cast(offsetof(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC_StaticFields, ____ins_4)); } inline PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * get__ins_4() const { return ____ins_4; } inline PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC ** get_address_of__ins_4() { return &____ins_4; } inline void set__ins_4(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * value) { ____ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_4), (void*)value); } }; // UnityStandardAssets.ImageEffects.PostEffectsBase struct PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::supportHDRTextures bool ___supportHDRTextures_4; // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::supportDX11 bool ___supportDX11_5; // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::isSupported bool ___isSupported_6; public: inline static int32_t get_offset_of_supportHDRTextures_4() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___supportHDRTextures_4)); } inline bool get_supportHDRTextures_4() const { return ___supportHDRTextures_4; } inline bool* get_address_of_supportHDRTextures_4() { return &___supportHDRTextures_4; } inline void set_supportHDRTextures_4(bool value) { ___supportHDRTextures_4 = value; } inline static int32_t get_offset_of_supportDX11_5() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___supportDX11_5)); } inline bool get_supportDX11_5() const { return ___supportDX11_5; } inline bool* get_address_of_supportDX11_5() { return &___supportDX11_5; } inline void set_supportDX11_5(bool value) { ___supportDX11_5 = value; } inline static int32_t get_offset_of_isSupported_6() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___isSupported_6)); } inline bool get_isSupported_6() const { return ___isSupported_6; } inline bool* get_address_of_isSupported_6() { return &___isSupported_6; } inline void set_isSupported_6(bool value) { ___isSupported_6 = value; } }; // SB_EventSystem struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // MouseConfirm SB_EventSystem::mouseConfirm MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * ___mouseConfirm_5; // JC.Unity.SimulateMouse SB_EventSystem::simulateMouse SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * ___simulateMouse_6; // System.Boolean SB_EventSystem::simulateMouseIsAwaked bool ___simulateMouseIsAwaked_7; // UnityEngine.Quaternion SB_EventSystem::nowAxisQuat Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___nowAxisQuat_8; // UnityEngine.Quaternion SB_EventSystem::newAxisQuat Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___newAxisQuat_9; // UnityEngine.Vector2 SB_EventSystem::mousePointerPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___mousePointerPosition_10; // System.Single SB_EventSystem::_lastClickMouseTime float ____lastClickMouseTime_11; // SB_EventSystem/MouseTest SB_EventSystem::mouseTest MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * ___mouseTest_12; public: inline static int32_t get_offset_of_mouseConfirm_5() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mouseConfirm_5)); } inline MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * get_mouseConfirm_5() const { return ___mouseConfirm_5; } inline MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA ** get_address_of_mouseConfirm_5() { return &___mouseConfirm_5; } inline void set_mouseConfirm_5(MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * value) { ___mouseConfirm_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouseConfirm_5), (void*)value); } inline static int32_t get_offset_of_simulateMouse_6() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___simulateMouse_6)); } inline SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * get_simulateMouse_6() const { return ___simulateMouse_6; } inline SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 ** get_address_of_simulateMouse_6() { return &___simulateMouse_6; } inline void set_simulateMouse_6(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * value) { ___simulateMouse_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___simulateMouse_6), (void*)value); } inline static int32_t get_offset_of_simulateMouseIsAwaked_7() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___simulateMouseIsAwaked_7)); } inline bool get_simulateMouseIsAwaked_7() const { return ___simulateMouseIsAwaked_7; } inline bool* get_address_of_simulateMouseIsAwaked_7() { return &___simulateMouseIsAwaked_7; } inline void set_simulateMouseIsAwaked_7(bool value) { ___simulateMouseIsAwaked_7 = value; } inline static int32_t get_offset_of_nowAxisQuat_8() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___nowAxisQuat_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_nowAxisQuat_8() const { return ___nowAxisQuat_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_nowAxisQuat_8() { return &___nowAxisQuat_8; } inline void set_nowAxisQuat_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___nowAxisQuat_8 = value; } inline static int32_t get_offset_of_newAxisQuat_9() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___newAxisQuat_9)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_newAxisQuat_9() const { return ___newAxisQuat_9; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_newAxisQuat_9() { return &___newAxisQuat_9; } inline void set_newAxisQuat_9(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___newAxisQuat_9 = value; } inline static int32_t get_offset_of_mousePointerPosition_10() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mousePointerPosition_10)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_mousePointerPosition_10() const { return ___mousePointerPosition_10; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_mousePointerPosition_10() { return &___mousePointerPosition_10; } inline void set_mousePointerPosition_10(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___mousePointerPosition_10 = value; } inline static int32_t get_offset_of__lastClickMouseTime_11() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ____lastClickMouseTime_11)); } inline float get__lastClickMouseTime_11() const { return ____lastClickMouseTime_11; } inline float* get_address_of__lastClickMouseTime_11() { return &____lastClickMouseTime_11; } inline void set__lastClickMouseTime_11(float value) { ____lastClickMouseTime_11 = value; } inline static int32_t get_offset_of_mouseTest_12() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mouseTest_12)); } inline MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * get_mouseTest_12() const { return ___mouseTest_12; } inline MouseTest_t19667380CD6500B956B18AF63436737941DB14FD ** get_address_of_mouseTest_12() { return &___mouseTest_12; } inline void set_mouseTest_12(MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * value) { ___mouseTest_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouseTest_12), (void*)value); } }; struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields { public: // SB_EventSystem SB_EventSystem::ins SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields, ___ins_4)); } inline SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * get_ins_4() const { return ___ins_4; } inline SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // ShootCheck struct ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text ShootCheck::text Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text_4; // CMD ShootCheck::cmd CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * ___cmd_5; // System.Boolean ShootCheck::locked bool ___locked_6; // System.Single ShootCheck::maxAcc float ___maxAcc_7; // System.Collections.Generic.Queue`1 ShootCheck::keyAccList Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * ___keyAccList_8; // System.Collections.Generic.Queue`1 ShootCheck::keyTimeList Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * ___keyTimeList_9; // System.Single ShootCheck::shootSpeed float ___shootSpeed_10; // UnityEngine.UI.InputField ShootCheck::ipInputField InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___ipInputField_12; // BestHTTP.WebSocket.WebSocket ShootCheck::webSocket WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket_13; // UnityEngine.UI.InputField ShootCheck::ArmBowInputField InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___ArmBowInputField_14; // System.Boolean ShootCheck::canAdjustNormalOrHightMode bool ___canAdjustNormalOrHightMode_15; // System.Int32 ShootCheck::transportMode int32_t ___transportMode_16; // System.Byte ShootCheck::byteTime1 uint8_t ___byteTime1_17; // System.Byte ShootCheck::byteTime2 uint8_t ___byteTime2_18; public: inline static int32_t get_offset_of_text_4() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___text_4)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text_4() const { return ___text_4; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text_4() { return &___text_4; } inline void set_text_4(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_4), (void*)value); } inline static int32_t get_offset_of_cmd_5() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___cmd_5)); } inline CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * get_cmd_5() const { return ___cmd_5; } inline CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 ** get_address_of_cmd_5() { return &___cmd_5; } inline void set_cmd_5(CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * value) { ___cmd_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmd_5), (void*)value); } inline static int32_t get_offset_of_locked_6() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___locked_6)); } inline bool get_locked_6() const { return ___locked_6; } inline bool* get_address_of_locked_6() { return &___locked_6; } inline void set_locked_6(bool value) { ___locked_6 = value; } inline static int32_t get_offset_of_maxAcc_7() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___maxAcc_7)); } inline float get_maxAcc_7() const { return ___maxAcc_7; } inline float* get_address_of_maxAcc_7() { return &___maxAcc_7; } inline void set_maxAcc_7(float value) { ___maxAcc_7 = value; } inline static int32_t get_offset_of_keyAccList_8() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___keyAccList_8)); } inline Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * get_keyAccList_8() const { return ___keyAccList_8; } inline Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 ** get_address_of_keyAccList_8() { return &___keyAccList_8; } inline void set_keyAccList_8(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * value) { ___keyAccList_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyAccList_8), (void*)value); } inline static int32_t get_offset_of_keyTimeList_9() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___keyTimeList_9)); } inline Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * get_keyTimeList_9() const { return ___keyTimeList_9; } inline Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D ** get_address_of_keyTimeList_9() { return &___keyTimeList_9; } inline void set_keyTimeList_9(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * value) { ___keyTimeList_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyTimeList_9), (void*)value); } inline static int32_t get_offset_of_shootSpeed_10() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___shootSpeed_10)); } inline float get_shootSpeed_10() const { return ___shootSpeed_10; } inline float* get_address_of_shootSpeed_10() { return &___shootSpeed_10; } inline void set_shootSpeed_10(float value) { ___shootSpeed_10 = value; } inline static int32_t get_offset_of_ipInputField_12() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___ipInputField_12)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_ipInputField_12() const { return ___ipInputField_12; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_ipInputField_12() { return &___ipInputField_12; } inline void set_ipInputField_12(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___ipInputField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ipInputField_12), (void*)value); } inline static int32_t get_offset_of_webSocket_13() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___webSocket_13)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get_webSocket_13() const { return ___webSocket_13; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of_webSocket_13() { return &___webSocket_13; } inline void set_webSocket_13(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ___webSocket_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___webSocket_13), (void*)value); } inline static int32_t get_offset_of_ArmBowInputField_14() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___ArmBowInputField_14)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_ArmBowInputField_14() const { return ___ArmBowInputField_14; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_ArmBowInputField_14() { return &___ArmBowInputField_14; } inline void set_ArmBowInputField_14(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___ArmBowInputField_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ArmBowInputField_14), (void*)value); } inline static int32_t get_offset_of_canAdjustNormalOrHightMode_15() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___canAdjustNormalOrHightMode_15)); } inline bool get_canAdjustNormalOrHightMode_15() const { return ___canAdjustNormalOrHightMode_15; } inline bool* get_address_of_canAdjustNormalOrHightMode_15() { return &___canAdjustNormalOrHightMode_15; } inline void set_canAdjustNormalOrHightMode_15(bool value) { ___canAdjustNormalOrHightMode_15 = value; } inline static int32_t get_offset_of_transportMode_16() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___transportMode_16)); } inline int32_t get_transportMode_16() const { return ___transportMode_16; } inline int32_t* get_address_of_transportMode_16() { return &___transportMode_16; } inline void set_transportMode_16(int32_t value) { ___transportMode_16 = value; } inline static int32_t get_offset_of_byteTime1_17() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___byteTime1_17)); } inline uint8_t get_byteTime1_17() const { return ___byteTime1_17; } inline uint8_t* get_address_of_byteTime1_17() { return &___byteTime1_17; } inline void set_byteTime1_17(uint8_t value) { ___byteTime1_17 = value; } inline static int32_t get_offset_of_byteTime2_18() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___byteTime2_18)); } inline uint8_t get_byteTime2_18() const { return ___byteTime2_18; } inline uint8_t* get_address_of_byteTime2_18() { return &___byteTime2_18; } inline void set_byteTime2_18(uint8_t value) { ___byteTime2_18 = value; } }; struct ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields { public: // ShootCheck ShootCheck::ins ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * ___ins_11; public: inline static int32_t get_offset_of_ins_11() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields, ___ins_11)); } inline ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * get_ins_11() const { return ___ins_11; } inline ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 ** get_address_of_ins_11() { return &___ins_11; } inline void set_ins_11(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * value) { ___ins_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_11), (void*)value); } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UnityStandardAssets.ImageEffects.Bloom struct Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // UnityStandardAssets.ImageEffects.Bloom/TweakMode UnityStandardAssets.ImageEffects.Bloom::tweakMode int32_t ___tweakMode_7; // UnityStandardAssets.ImageEffects.Bloom/BloomScreenBlendMode UnityStandardAssets.ImageEffects.Bloom::screenBlendMode int32_t ___screenBlendMode_8; // UnityStandardAssets.ImageEffects.Bloom/HDRBloomMode UnityStandardAssets.ImageEffects.Bloom::hdr int32_t ___hdr_9; // System.Boolean UnityStandardAssets.ImageEffects.Bloom::doHdr bool ___doHdr_10; // System.Single UnityStandardAssets.ImageEffects.Bloom::sepBlurSpread float ___sepBlurSpread_11; // UnityStandardAssets.ImageEffects.Bloom/BloomQuality UnityStandardAssets.ImageEffects.Bloom::quality int32_t ___quality_12; // System.Single UnityStandardAssets.ImageEffects.Bloom::bloomIntensity float ___bloomIntensity_13; // System.Single UnityStandardAssets.ImageEffects.Bloom::bloomThreshold float ___bloomThreshold_14; // UnityEngine.Color UnityStandardAssets.ImageEffects.Bloom::bloomThresholdColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___bloomThresholdColor_15; // System.Int32 UnityStandardAssets.ImageEffects.Bloom::bloomBlurIterations int32_t ___bloomBlurIterations_16; // System.Int32 UnityStandardAssets.ImageEffects.Bloom::hollywoodFlareBlurIterations int32_t ___hollywoodFlareBlurIterations_17; // System.Single UnityStandardAssets.ImageEffects.Bloom::flareRotation float ___flareRotation_18; // UnityStandardAssets.ImageEffects.Bloom/LensFlareStyle UnityStandardAssets.ImageEffects.Bloom::lensflareMode int32_t ___lensflareMode_19; // System.Single UnityStandardAssets.ImageEffects.Bloom::hollyStretchWidth float ___hollyStretchWidth_20; // System.Single UnityStandardAssets.ImageEffects.Bloom::lensflareIntensity float ___lensflareIntensity_21; // System.Single UnityStandardAssets.ImageEffects.Bloom::lensflareThreshold float ___lensflareThreshold_22; // System.Single UnityStandardAssets.ImageEffects.Bloom::lensFlareSaturation float ___lensFlareSaturation_23; // UnityEngine.Color UnityStandardAssets.ImageEffects.Bloom::flareColorA Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___flareColorA_24; // UnityEngine.Color UnityStandardAssets.ImageEffects.Bloom::flareColorB Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___flareColorB_25; // UnityEngine.Color UnityStandardAssets.ImageEffects.Bloom::flareColorC Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___flareColorC_26; // UnityEngine.Color UnityStandardAssets.ImageEffects.Bloom::flareColorD Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___flareColorD_27; // UnityEngine.Texture2D UnityStandardAssets.ImageEffects.Bloom::lensFlareVignetteMask Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___lensFlareVignetteMask_28; // UnityEngine.Shader UnityStandardAssets.ImageEffects.Bloom::lensFlareShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___lensFlareShader_29; // UnityEngine.Material UnityStandardAssets.ImageEffects.Bloom::lensFlareMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___lensFlareMaterial_30; // UnityEngine.Shader UnityStandardAssets.ImageEffects.Bloom::screenBlendShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___screenBlendShader_31; // UnityEngine.Material UnityStandardAssets.ImageEffects.Bloom::screenBlend Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___screenBlend_32; // UnityEngine.Shader UnityStandardAssets.ImageEffects.Bloom::blurAndFlaresShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___blurAndFlaresShader_33; // UnityEngine.Material UnityStandardAssets.ImageEffects.Bloom::blurAndFlaresMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___blurAndFlaresMaterial_34; // UnityEngine.Shader UnityStandardAssets.ImageEffects.Bloom::brightPassFilterShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___brightPassFilterShader_35; // UnityEngine.Material UnityStandardAssets.ImageEffects.Bloom::brightPassFilterMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___brightPassFilterMaterial_36; public: inline static int32_t get_offset_of_tweakMode_7() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___tweakMode_7)); } inline int32_t get_tweakMode_7() const { return ___tweakMode_7; } inline int32_t* get_address_of_tweakMode_7() { return &___tweakMode_7; } inline void set_tweakMode_7(int32_t value) { ___tweakMode_7 = value; } inline static int32_t get_offset_of_screenBlendMode_8() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___screenBlendMode_8)); } inline int32_t get_screenBlendMode_8() const { return ___screenBlendMode_8; } inline int32_t* get_address_of_screenBlendMode_8() { return &___screenBlendMode_8; } inline void set_screenBlendMode_8(int32_t value) { ___screenBlendMode_8 = value; } inline static int32_t get_offset_of_hdr_9() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___hdr_9)); } inline int32_t get_hdr_9() const { return ___hdr_9; } inline int32_t* get_address_of_hdr_9() { return &___hdr_9; } inline void set_hdr_9(int32_t value) { ___hdr_9 = value; } inline static int32_t get_offset_of_doHdr_10() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___doHdr_10)); } inline bool get_doHdr_10() const { return ___doHdr_10; } inline bool* get_address_of_doHdr_10() { return &___doHdr_10; } inline void set_doHdr_10(bool value) { ___doHdr_10 = value; } inline static int32_t get_offset_of_sepBlurSpread_11() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___sepBlurSpread_11)); } inline float get_sepBlurSpread_11() const { return ___sepBlurSpread_11; } inline float* get_address_of_sepBlurSpread_11() { return &___sepBlurSpread_11; } inline void set_sepBlurSpread_11(float value) { ___sepBlurSpread_11 = value; } inline static int32_t get_offset_of_quality_12() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___quality_12)); } inline int32_t get_quality_12() const { return ___quality_12; } inline int32_t* get_address_of_quality_12() { return &___quality_12; } inline void set_quality_12(int32_t value) { ___quality_12 = value; } inline static int32_t get_offset_of_bloomIntensity_13() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___bloomIntensity_13)); } inline float get_bloomIntensity_13() const { return ___bloomIntensity_13; } inline float* get_address_of_bloomIntensity_13() { return &___bloomIntensity_13; } inline void set_bloomIntensity_13(float value) { ___bloomIntensity_13 = value; } inline static int32_t get_offset_of_bloomThreshold_14() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___bloomThreshold_14)); } inline float get_bloomThreshold_14() const { return ___bloomThreshold_14; } inline float* get_address_of_bloomThreshold_14() { return &___bloomThreshold_14; } inline void set_bloomThreshold_14(float value) { ___bloomThreshold_14 = value; } inline static int32_t get_offset_of_bloomThresholdColor_15() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___bloomThresholdColor_15)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_bloomThresholdColor_15() const { return ___bloomThresholdColor_15; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_bloomThresholdColor_15() { return &___bloomThresholdColor_15; } inline void set_bloomThresholdColor_15(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___bloomThresholdColor_15 = value; } inline static int32_t get_offset_of_bloomBlurIterations_16() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___bloomBlurIterations_16)); } inline int32_t get_bloomBlurIterations_16() const { return ___bloomBlurIterations_16; } inline int32_t* get_address_of_bloomBlurIterations_16() { return &___bloomBlurIterations_16; } inline void set_bloomBlurIterations_16(int32_t value) { ___bloomBlurIterations_16 = value; } inline static int32_t get_offset_of_hollywoodFlareBlurIterations_17() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___hollywoodFlareBlurIterations_17)); } inline int32_t get_hollywoodFlareBlurIterations_17() const { return ___hollywoodFlareBlurIterations_17; } inline int32_t* get_address_of_hollywoodFlareBlurIterations_17() { return &___hollywoodFlareBlurIterations_17; } inline void set_hollywoodFlareBlurIterations_17(int32_t value) { ___hollywoodFlareBlurIterations_17 = value; } inline static int32_t get_offset_of_flareRotation_18() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___flareRotation_18)); } inline float get_flareRotation_18() const { return ___flareRotation_18; } inline float* get_address_of_flareRotation_18() { return &___flareRotation_18; } inline void set_flareRotation_18(float value) { ___flareRotation_18 = value; } inline static int32_t get_offset_of_lensflareMode_19() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___lensflareMode_19)); } inline int32_t get_lensflareMode_19() const { return ___lensflareMode_19; } inline int32_t* get_address_of_lensflareMode_19() { return &___lensflareMode_19; } inline void set_lensflareMode_19(int32_t value) { ___lensflareMode_19 = value; } inline static int32_t get_offset_of_hollyStretchWidth_20() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___hollyStretchWidth_20)); } inline float get_hollyStretchWidth_20() const { return ___hollyStretchWidth_20; } inline float* get_address_of_hollyStretchWidth_20() { return &___hollyStretchWidth_20; } inline void set_hollyStretchWidth_20(float value) { ___hollyStretchWidth_20 = value; } inline static int32_t get_offset_of_lensflareIntensity_21() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___lensflareIntensity_21)); } inline float get_lensflareIntensity_21() const { return ___lensflareIntensity_21; } inline float* get_address_of_lensflareIntensity_21() { return &___lensflareIntensity_21; } inline void set_lensflareIntensity_21(float value) { ___lensflareIntensity_21 = value; } inline static int32_t get_offset_of_lensflareThreshold_22() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___lensflareThreshold_22)); } inline float get_lensflareThreshold_22() const { return ___lensflareThreshold_22; } inline float* get_address_of_lensflareThreshold_22() { return &___lensflareThreshold_22; } inline void set_lensflareThreshold_22(float value) { ___lensflareThreshold_22 = value; } inline static int32_t get_offset_of_lensFlareSaturation_23() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___lensFlareSaturation_23)); } inline float get_lensFlareSaturation_23() const { return ___lensFlareSaturation_23; } inline float* get_address_of_lensFlareSaturation_23() { return &___lensFlareSaturation_23; } inline void set_lensFlareSaturation_23(float value) { ___lensFlareSaturation_23 = value; } inline static int32_t get_offset_of_flareColorA_24() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___flareColorA_24)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_flareColorA_24() const { return ___flareColorA_24; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_flareColorA_24() { return &___flareColorA_24; } inline void set_flareColorA_24(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___flareColorA_24 = value; } inline static int32_t get_offset_of_flareColorB_25() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___flareColorB_25)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_flareColorB_25() const { return ___flareColorB_25; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_flareColorB_25() { return &___flareColorB_25; } inline void set_flareColorB_25(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___flareColorB_25 = value; } inline static int32_t get_offset_of_flareColorC_26() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___flareColorC_26)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_flareColorC_26() const { return ___flareColorC_26; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_flareColorC_26() { return &___flareColorC_26; } inline void set_flareColorC_26(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___flareColorC_26 = value; } inline static int32_t get_offset_of_flareColorD_27() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___flareColorD_27)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_flareColorD_27() const { return ___flareColorD_27; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_flareColorD_27() { return &___flareColorD_27; } inline void set_flareColorD_27(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___flareColorD_27 = value; } inline static int32_t get_offset_of_lensFlareVignetteMask_28() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___lensFlareVignetteMask_28)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_lensFlareVignetteMask_28() const { return ___lensFlareVignetteMask_28; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_lensFlareVignetteMask_28() { return &___lensFlareVignetteMask_28; } inline void set_lensFlareVignetteMask_28(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___lensFlareVignetteMask_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___lensFlareVignetteMask_28), (void*)value); } inline static int32_t get_offset_of_lensFlareShader_29() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___lensFlareShader_29)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_lensFlareShader_29() const { return ___lensFlareShader_29; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_lensFlareShader_29() { return &___lensFlareShader_29; } inline void set_lensFlareShader_29(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___lensFlareShader_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___lensFlareShader_29), (void*)value); } inline static int32_t get_offset_of_lensFlareMaterial_30() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___lensFlareMaterial_30)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_lensFlareMaterial_30() const { return ___lensFlareMaterial_30; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_lensFlareMaterial_30() { return &___lensFlareMaterial_30; } inline void set_lensFlareMaterial_30(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___lensFlareMaterial_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___lensFlareMaterial_30), (void*)value); } inline static int32_t get_offset_of_screenBlendShader_31() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___screenBlendShader_31)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_screenBlendShader_31() const { return ___screenBlendShader_31; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_screenBlendShader_31() { return &___screenBlendShader_31; } inline void set_screenBlendShader_31(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___screenBlendShader_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___screenBlendShader_31), (void*)value); } inline static int32_t get_offset_of_screenBlend_32() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___screenBlend_32)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_screenBlend_32() const { return ___screenBlend_32; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_screenBlend_32() { return &___screenBlend_32; } inline void set_screenBlend_32(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___screenBlend_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___screenBlend_32), (void*)value); } inline static int32_t get_offset_of_blurAndFlaresShader_33() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___blurAndFlaresShader_33)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_blurAndFlaresShader_33() const { return ___blurAndFlaresShader_33; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_blurAndFlaresShader_33() { return &___blurAndFlaresShader_33; } inline void set_blurAndFlaresShader_33(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___blurAndFlaresShader_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___blurAndFlaresShader_33), (void*)value); } inline static int32_t get_offset_of_blurAndFlaresMaterial_34() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___blurAndFlaresMaterial_34)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_blurAndFlaresMaterial_34() const { return ___blurAndFlaresMaterial_34; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_blurAndFlaresMaterial_34() { return &___blurAndFlaresMaterial_34; } inline void set_blurAndFlaresMaterial_34(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___blurAndFlaresMaterial_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___blurAndFlaresMaterial_34), (void*)value); } inline static int32_t get_offset_of_brightPassFilterShader_35() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___brightPassFilterShader_35)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_brightPassFilterShader_35() const { return ___brightPassFilterShader_35; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_brightPassFilterShader_35() { return &___brightPassFilterShader_35; } inline void set_brightPassFilterShader_35(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___brightPassFilterShader_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___brightPassFilterShader_35), (void*)value); } inline static int32_t get_offset_of_brightPassFilterMaterial_36() { return static_cast(offsetof(Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57, ___brightPassFilterMaterial_36)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_brightPassFilterMaterial_36() const { return ___brightPassFilterMaterial_36; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_brightPassFilterMaterial_36() { return &___brightPassFilterMaterial_36; } inline void set_brightPassFilterMaterial_36(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___brightPassFilterMaterial_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___brightPassFilterMaterial_36), (void*)value); } }; // UnityStandardAssets.ImageEffects.BloomAndFlares struct BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // UnityStandardAssets.ImageEffects.TweakMode34 UnityStandardAssets.ImageEffects.BloomAndFlares::tweakMode int32_t ___tweakMode_7; // UnityStandardAssets.ImageEffects.BloomScreenBlendMode UnityStandardAssets.ImageEffects.BloomAndFlares::screenBlendMode int32_t ___screenBlendMode_8; // UnityStandardAssets.ImageEffects.HDRBloomMode UnityStandardAssets.ImageEffects.BloomAndFlares::hdr int32_t ___hdr_9; // System.Boolean UnityStandardAssets.ImageEffects.BloomAndFlares::doHdr bool ___doHdr_10; // System.Single UnityStandardAssets.ImageEffects.BloomAndFlares::sepBlurSpread float ___sepBlurSpread_11; // System.Single UnityStandardAssets.ImageEffects.BloomAndFlares::useSrcAlphaAsMask float ___useSrcAlphaAsMask_12; // System.Single UnityStandardAssets.ImageEffects.BloomAndFlares::bloomIntensity float ___bloomIntensity_13; // System.Single UnityStandardAssets.ImageEffects.BloomAndFlares::bloomThreshold float ___bloomThreshold_14; // System.Int32 UnityStandardAssets.ImageEffects.BloomAndFlares::bloomBlurIterations int32_t ___bloomBlurIterations_15; // System.Boolean UnityStandardAssets.ImageEffects.BloomAndFlares::lensflares bool ___lensflares_16; // System.Int32 UnityStandardAssets.ImageEffects.BloomAndFlares::hollywoodFlareBlurIterations int32_t ___hollywoodFlareBlurIterations_17; // UnityStandardAssets.ImageEffects.LensflareStyle34 UnityStandardAssets.ImageEffects.BloomAndFlares::lensflareMode int32_t ___lensflareMode_18; // System.Single UnityStandardAssets.ImageEffects.BloomAndFlares::hollyStretchWidth float ___hollyStretchWidth_19; // System.Single UnityStandardAssets.ImageEffects.BloomAndFlares::lensflareIntensity float ___lensflareIntensity_20; // System.Single UnityStandardAssets.ImageEffects.BloomAndFlares::lensflareThreshold float ___lensflareThreshold_21; // UnityEngine.Color UnityStandardAssets.ImageEffects.BloomAndFlares::flareColorA Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___flareColorA_22; // UnityEngine.Color UnityStandardAssets.ImageEffects.BloomAndFlares::flareColorB Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___flareColorB_23; // UnityEngine.Color UnityStandardAssets.ImageEffects.BloomAndFlares::flareColorC Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___flareColorC_24; // UnityEngine.Color UnityStandardAssets.ImageEffects.BloomAndFlares::flareColorD Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___flareColorD_25; // UnityEngine.Texture2D UnityStandardAssets.ImageEffects.BloomAndFlares::lensFlareVignetteMask Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___lensFlareVignetteMask_26; // UnityEngine.Shader UnityStandardAssets.ImageEffects.BloomAndFlares::lensFlareShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___lensFlareShader_27; // UnityEngine.Material UnityStandardAssets.ImageEffects.BloomAndFlares::lensFlareMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___lensFlareMaterial_28; // UnityEngine.Shader UnityStandardAssets.ImageEffects.BloomAndFlares::vignetteShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___vignetteShader_29; // UnityEngine.Material UnityStandardAssets.ImageEffects.BloomAndFlares::vignetteMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___vignetteMaterial_30; // UnityEngine.Shader UnityStandardAssets.ImageEffects.BloomAndFlares::separableBlurShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___separableBlurShader_31; // UnityEngine.Material UnityStandardAssets.ImageEffects.BloomAndFlares::separableBlurMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___separableBlurMaterial_32; // UnityEngine.Shader UnityStandardAssets.ImageEffects.BloomAndFlares::addBrightStuffOneOneShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___addBrightStuffOneOneShader_33; // UnityEngine.Material UnityStandardAssets.ImageEffects.BloomAndFlares::addBrightStuffBlendOneOneMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___addBrightStuffBlendOneOneMaterial_34; // UnityEngine.Shader UnityStandardAssets.ImageEffects.BloomAndFlares::screenBlendShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___screenBlendShader_35; // UnityEngine.Material UnityStandardAssets.ImageEffects.BloomAndFlares::screenBlend Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___screenBlend_36; // UnityEngine.Shader UnityStandardAssets.ImageEffects.BloomAndFlares::hollywoodFlaresShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___hollywoodFlaresShader_37; // UnityEngine.Material UnityStandardAssets.ImageEffects.BloomAndFlares::hollywoodFlaresMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___hollywoodFlaresMaterial_38; // UnityEngine.Shader UnityStandardAssets.ImageEffects.BloomAndFlares::brightPassFilterShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___brightPassFilterShader_39; // UnityEngine.Material UnityStandardAssets.ImageEffects.BloomAndFlares::brightPassFilterMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___brightPassFilterMaterial_40; public: inline static int32_t get_offset_of_tweakMode_7() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___tweakMode_7)); } inline int32_t get_tweakMode_7() const { return ___tweakMode_7; } inline int32_t* get_address_of_tweakMode_7() { return &___tweakMode_7; } inline void set_tweakMode_7(int32_t value) { ___tweakMode_7 = value; } inline static int32_t get_offset_of_screenBlendMode_8() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___screenBlendMode_8)); } inline int32_t get_screenBlendMode_8() const { return ___screenBlendMode_8; } inline int32_t* get_address_of_screenBlendMode_8() { return &___screenBlendMode_8; } inline void set_screenBlendMode_8(int32_t value) { ___screenBlendMode_8 = value; } inline static int32_t get_offset_of_hdr_9() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___hdr_9)); } inline int32_t get_hdr_9() const { return ___hdr_9; } inline int32_t* get_address_of_hdr_9() { return &___hdr_9; } inline void set_hdr_9(int32_t value) { ___hdr_9 = value; } inline static int32_t get_offset_of_doHdr_10() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___doHdr_10)); } inline bool get_doHdr_10() const { return ___doHdr_10; } inline bool* get_address_of_doHdr_10() { return &___doHdr_10; } inline void set_doHdr_10(bool value) { ___doHdr_10 = value; } inline static int32_t get_offset_of_sepBlurSpread_11() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___sepBlurSpread_11)); } inline float get_sepBlurSpread_11() const { return ___sepBlurSpread_11; } inline float* get_address_of_sepBlurSpread_11() { return &___sepBlurSpread_11; } inline void set_sepBlurSpread_11(float value) { ___sepBlurSpread_11 = value; } inline static int32_t get_offset_of_useSrcAlphaAsMask_12() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___useSrcAlphaAsMask_12)); } inline float get_useSrcAlphaAsMask_12() const { return ___useSrcAlphaAsMask_12; } inline float* get_address_of_useSrcAlphaAsMask_12() { return &___useSrcAlphaAsMask_12; } inline void set_useSrcAlphaAsMask_12(float value) { ___useSrcAlphaAsMask_12 = value; } inline static int32_t get_offset_of_bloomIntensity_13() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___bloomIntensity_13)); } inline float get_bloomIntensity_13() const { return ___bloomIntensity_13; } inline float* get_address_of_bloomIntensity_13() { return &___bloomIntensity_13; } inline void set_bloomIntensity_13(float value) { ___bloomIntensity_13 = value; } inline static int32_t get_offset_of_bloomThreshold_14() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___bloomThreshold_14)); } inline float get_bloomThreshold_14() const { return ___bloomThreshold_14; } inline float* get_address_of_bloomThreshold_14() { return &___bloomThreshold_14; } inline void set_bloomThreshold_14(float value) { ___bloomThreshold_14 = value; } inline static int32_t get_offset_of_bloomBlurIterations_15() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___bloomBlurIterations_15)); } inline int32_t get_bloomBlurIterations_15() const { return ___bloomBlurIterations_15; } inline int32_t* get_address_of_bloomBlurIterations_15() { return &___bloomBlurIterations_15; } inline void set_bloomBlurIterations_15(int32_t value) { ___bloomBlurIterations_15 = value; } inline static int32_t get_offset_of_lensflares_16() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___lensflares_16)); } inline bool get_lensflares_16() const { return ___lensflares_16; } inline bool* get_address_of_lensflares_16() { return &___lensflares_16; } inline void set_lensflares_16(bool value) { ___lensflares_16 = value; } inline static int32_t get_offset_of_hollywoodFlareBlurIterations_17() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___hollywoodFlareBlurIterations_17)); } inline int32_t get_hollywoodFlareBlurIterations_17() const { return ___hollywoodFlareBlurIterations_17; } inline int32_t* get_address_of_hollywoodFlareBlurIterations_17() { return &___hollywoodFlareBlurIterations_17; } inline void set_hollywoodFlareBlurIterations_17(int32_t value) { ___hollywoodFlareBlurIterations_17 = value; } inline static int32_t get_offset_of_lensflareMode_18() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___lensflareMode_18)); } inline int32_t get_lensflareMode_18() const { return ___lensflareMode_18; } inline int32_t* get_address_of_lensflareMode_18() { return &___lensflareMode_18; } inline void set_lensflareMode_18(int32_t value) { ___lensflareMode_18 = value; } inline static int32_t get_offset_of_hollyStretchWidth_19() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___hollyStretchWidth_19)); } inline float get_hollyStretchWidth_19() const { return ___hollyStretchWidth_19; } inline float* get_address_of_hollyStretchWidth_19() { return &___hollyStretchWidth_19; } inline void set_hollyStretchWidth_19(float value) { ___hollyStretchWidth_19 = value; } inline static int32_t get_offset_of_lensflareIntensity_20() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___lensflareIntensity_20)); } inline float get_lensflareIntensity_20() const { return ___lensflareIntensity_20; } inline float* get_address_of_lensflareIntensity_20() { return &___lensflareIntensity_20; } inline void set_lensflareIntensity_20(float value) { ___lensflareIntensity_20 = value; } inline static int32_t get_offset_of_lensflareThreshold_21() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___lensflareThreshold_21)); } inline float get_lensflareThreshold_21() const { return ___lensflareThreshold_21; } inline float* get_address_of_lensflareThreshold_21() { return &___lensflareThreshold_21; } inline void set_lensflareThreshold_21(float value) { ___lensflareThreshold_21 = value; } inline static int32_t get_offset_of_flareColorA_22() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___flareColorA_22)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_flareColorA_22() const { return ___flareColorA_22; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_flareColorA_22() { return &___flareColorA_22; } inline void set_flareColorA_22(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___flareColorA_22 = value; } inline static int32_t get_offset_of_flareColorB_23() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___flareColorB_23)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_flareColorB_23() const { return ___flareColorB_23; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_flareColorB_23() { return &___flareColorB_23; } inline void set_flareColorB_23(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___flareColorB_23 = value; } inline static int32_t get_offset_of_flareColorC_24() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___flareColorC_24)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_flareColorC_24() const { return ___flareColorC_24; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_flareColorC_24() { return &___flareColorC_24; } inline void set_flareColorC_24(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___flareColorC_24 = value; } inline static int32_t get_offset_of_flareColorD_25() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___flareColorD_25)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_flareColorD_25() const { return ___flareColorD_25; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_flareColorD_25() { return &___flareColorD_25; } inline void set_flareColorD_25(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___flareColorD_25 = value; } inline static int32_t get_offset_of_lensFlareVignetteMask_26() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___lensFlareVignetteMask_26)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_lensFlareVignetteMask_26() const { return ___lensFlareVignetteMask_26; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_lensFlareVignetteMask_26() { return &___lensFlareVignetteMask_26; } inline void set_lensFlareVignetteMask_26(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___lensFlareVignetteMask_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___lensFlareVignetteMask_26), (void*)value); } inline static int32_t get_offset_of_lensFlareShader_27() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___lensFlareShader_27)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_lensFlareShader_27() const { return ___lensFlareShader_27; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_lensFlareShader_27() { return &___lensFlareShader_27; } inline void set_lensFlareShader_27(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___lensFlareShader_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___lensFlareShader_27), (void*)value); } inline static int32_t get_offset_of_lensFlareMaterial_28() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___lensFlareMaterial_28)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_lensFlareMaterial_28() const { return ___lensFlareMaterial_28; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_lensFlareMaterial_28() { return &___lensFlareMaterial_28; } inline void set_lensFlareMaterial_28(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___lensFlareMaterial_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___lensFlareMaterial_28), (void*)value); } inline static int32_t get_offset_of_vignetteShader_29() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___vignetteShader_29)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_vignetteShader_29() const { return ___vignetteShader_29; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_vignetteShader_29() { return &___vignetteShader_29; } inline void set_vignetteShader_29(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___vignetteShader_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___vignetteShader_29), (void*)value); } inline static int32_t get_offset_of_vignetteMaterial_30() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___vignetteMaterial_30)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_vignetteMaterial_30() const { return ___vignetteMaterial_30; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_vignetteMaterial_30() { return &___vignetteMaterial_30; } inline void set_vignetteMaterial_30(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___vignetteMaterial_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___vignetteMaterial_30), (void*)value); } inline static int32_t get_offset_of_separableBlurShader_31() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___separableBlurShader_31)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_separableBlurShader_31() const { return ___separableBlurShader_31; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_separableBlurShader_31() { return &___separableBlurShader_31; } inline void set_separableBlurShader_31(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___separableBlurShader_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___separableBlurShader_31), (void*)value); } inline static int32_t get_offset_of_separableBlurMaterial_32() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___separableBlurMaterial_32)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_separableBlurMaterial_32() const { return ___separableBlurMaterial_32; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_separableBlurMaterial_32() { return &___separableBlurMaterial_32; } inline void set_separableBlurMaterial_32(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___separableBlurMaterial_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___separableBlurMaterial_32), (void*)value); } inline static int32_t get_offset_of_addBrightStuffOneOneShader_33() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___addBrightStuffOneOneShader_33)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_addBrightStuffOneOneShader_33() const { return ___addBrightStuffOneOneShader_33; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_addBrightStuffOneOneShader_33() { return &___addBrightStuffOneOneShader_33; } inline void set_addBrightStuffOneOneShader_33(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___addBrightStuffOneOneShader_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___addBrightStuffOneOneShader_33), (void*)value); } inline static int32_t get_offset_of_addBrightStuffBlendOneOneMaterial_34() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___addBrightStuffBlendOneOneMaterial_34)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_addBrightStuffBlendOneOneMaterial_34() const { return ___addBrightStuffBlendOneOneMaterial_34; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_addBrightStuffBlendOneOneMaterial_34() { return &___addBrightStuffBlendOneOneMaterial_34; } inline void set_addBrightStuffBlendOneOneMaterial_34(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___addBrightStuffBlendOneOneMaterial_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___addBrightStuffBlendOneOneMaterial_34), (void*)value); } inline static int32_t get_offset_of_screenBlendShader_35() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___screenBlendShader_35)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_screenBlendShader_35() const { return ___screenBlendShader_35; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_screenBlendShader_35() { return &___screenBlendShader_35; } inline void set_screenBlendShader_35(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___screenBlendShader_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___screenBlendShader_35), (void*)value); } inline static int32_t get_offset_of_screenBlend_36() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___screenBlend_36)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_screenBlend_36() const { return ___screenBlend_36; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_screenBlend_36() { return &___screenBlend_36; } inline void set_screenBlend_36(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___screenBlend_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___screenBlend_36), (void*)value); } inline static int32_t get_offset_of_hollywoodFlaresShader_37() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___hollywoodFlaresShader_37)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_hollywoodFlaresShader_37() const { return ___hollywoodFlaresShader_37; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_hollywoodFlaresShader_37() { return &___hollywoodFlaresShader_37; } inline void set_hollywoodFlaresShader_37(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___hollywoodFlaresShader_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___hollywoodFlaresShader_37), (void*)value); } inline static int32_t get_offset_of_hollywoodFlaresMaterial_38() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___hollywoodFlaresMaterial_38)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_hollywoodFlaresMaterial_38() const { return ___hollywoodFlaresMaterial_38; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_hollywoodFlaresMaterial_38() { return &___hollywoodFlaresMaterial_38; } inline void set_hollywoodFlaresMaterial_38(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___hollywoodFlaresMaterial_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___hollywoodFlaresMaterial_38), (void*)value); } inline static int32_t get_offset_of_brightPassFilterShader_39() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___brightPassFilterShader_39)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_brightPassFilterShader_39() const { return ___brightPassFilterShader_39; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_brightPassFilterShader_39() { return &___brightPassFilterShader_39; } inline void set_brightPassFilterShader_39(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___brightPassFilterShader_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___brightPassFilterShader_39), (void*)value); } inline static int32_t get_offset_of_brightPassFilterMaterial_40() { return static_cast(offsetof(BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F, ___brightPassFilterMaterial_40)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_brightPassFilterMaterial_40() const { return ___brightPassFilterMaterial_40; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_brightPassFilterMaterial_40() { return &___brightPassFilterMaterial_40; } inline void set_brightPassFilterMaterial_40(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___brightPassFilterMaterial_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___brightPassFilterMaterial_40), (void*)value); } }; // UnityStandardAssets.ImageEffects.BloomOptimized struct BloomOptimized_t099FF8FBFED1FFAFB0A943B0A19FA1FD2048F2E8 : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // System.Single UnityStandardAssets.ImageEffects.BloomOptimized::threshold float ___threshold_7; // System.Single UnityStandardAssets.ImageEffects.BloomOptimized::intensity float ___intensity_8; // System.Single UnityStandardAssets.ImageEffects.BloomOptimized::blurSize float ___blurSize_9; // UnityStandardAssets.ImageEffects.BloomOptimized/Resolution UnityStandardAssets.ImageEffects.BloomOptimized::resolution int32_t ___resolution_10; // System.Int32 UnityStandardAssets.ImageEffects.BloomOptimized::blurIterations int32_t ___blurIterations_11; // UnityStandardAssets.ImageEffects.BloomOptimized/BlurType UnityStandardAssets.ImageEffects.BloomOptimized::blurType int32_t ___blurType_12; // UnityEngine.Shader UnityStandardAssets.ImageEffects.BloomOptimized::fastBloomShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___fastBloomShader_13; // UnityEngine.Material UnityStandardAssets.ImageEffects.BloomOptimized::fastBloomMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___fastBloomMaterial_14; public: inline static int32_t get_offset_of_threshold_7() { return static_cast(offsetof(BloomOptimized_t099FF8FBFED1FFAFB0A943B0A19FA1FD2048F2E8, ___threshold_7)); } inline float get_threshold_7() const { return ___threshold_7; } inline float* get_address_of_threshold_7() { return &___threshold_7; } inline void set_threshold_7(float value) { ___threshold_7 = value; } inline static int32_t get_offset_of_intensity_8() { return static_cast(offsetof(BloomOptimized_t099FF8FBFED1FFAFB0A943B0A19FA1FD2048F2E8, ___intensity_8)); } inline float get_intensity_8() const { return ___intensity_8; } inline float* get_address_of_intensity_8() { return &___intensity_8; } inline void set_intensity_8(float value) { ___intensity_8 = value; } inline static int32_t get_offset_of_blurSize_9() { return static_cast(offsetof(BloomOptimized_t099FF8FBFED1FFAFB0A943B0A19FA1FD2048F2E8, ___blurSize_9)); } inline float get_blurSize_9() const { return ___blurSize_9; } inline float* get_address_of_blurSize_9() { return &___blurSize_9; } inline void set_blurSize_9(float value) { ___blurSize_9 = value; } inline static int32_t get_offset_of_resolution_10() { return static_cast(offsetof(BloomOptimized_t099FF8FBFED1FFAFB0A943B0A19FA1FD2048F2E8, ___resolution_10)); } inline int32_t get_resolution_10() const { return ___resolution_10; } inline int32_t* get_address_of_resolution_10() { return &___resolution_10; } inline void set_resolution_10(int32_t value) { ___resolution_10 = value; } inline static int32_t get_offset_of_blurIterations_11() { return static_cast(offsetof(BloomOptimized_t099FF8FBFED1FFAFB0A943B0A19FA1FD2048F2E8, ___blurIterations_11)); } inline int32_t get_blurIterations_11() const { return ___blurIterations_11; } inline int32_t* get_address_of_blurIterations_11() { return &___blurIterations_11; } inline void set_blurIterations_11(int32_t value) { ___blurIterations_11 = value; } inline static int32_t get_offset_of_blurType_12() { return static_cast(offsetof(BloomOptimized_t099FF8FBFED1FFAFB0A943B0A19FA1FD2048F2E8, ___blurType_12)); } inline int32_t get_blurType_12() const { return ___blurType_12; } inline int32_t* get_address_of_blurType_12() { return &___blurType_12; } inline void set_blurType_12(int32_t value) { ___blurType_12 = value; } inline static int32_t get_offset_of_fastBloomShader_13() { return static_cast(offsetof(BloomOptimized_t099FF8FBFED1FFAFB0A943B0A19FA1FD2048F2E8, ___fastBloomShader_13)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_fastBloomShader_13() const { return ___fastBloomShader_13; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_fastBloomShader_13() { return &___fastBloomShader_13; } inline void set_fastBloomShader_13(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___fastBloomShader_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___fastBloomShader_13), (void*)value); } inline static int32_t get_offset_of_fastBloomMaterial_14() { return static_cast(offsetof(BloomOptimized_t099FF8FBFED1FFAFB0A943B0A19FA1FD2048F2E8, ___fastBloomMaterial_14)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_fastBloomMaterial_14() const { return ___fastBloomMaterial_14; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_fastBloomMaterial_14() { return &___fastBloomMaterial_14; } inline void set_fastBloomMaterial_14(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___fastBloomMaterial_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___fastBloomMaterial_14), (void*)value); } }; // UnityStandardAssets.ImageEffects.BlurOptimized struct BlurOptimized_tEEAC2A7D396594CF7E03548F419FA988892CEAE9 : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // System.Int32 UnityStandardAssets.ImageEffects.BlurOptimized::downsample int32_t ___downsample_7; // System.Single UnityStandardAssets.ImageEffects.BlurOptimized::blurSize float ___blurSize_8; // System.Int32 UnityStandardAssets.ImageEffects.BlurOptimized::blurIterations int32_t ___blurIterations_9; // UnityStandardAssets.ImageEffects.BlurOptimized/BlurType UnityStandardAssets.ImageEffects.BlurOptimized::blurType int32_t ___blurType_10; // UnityEngine.Shader UnityStandardAssets.ImageEffects.BlurOptimized::blurShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___blurShader_11; // UnityEngine.Material UnityStandardAssets.ImageEffects.BlurOptimized::blurMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___blurMaterial_12; public: inline static int32_t get_offset_of_downsample_7() { return static_cast(offsetof(BlurOptimized_tEEAC2A7D396594CF7E03548F419FA988892CEAE9, ___downsample_7)); } inline int32_t get_downsample_7() const { return ___downsample_7; } inline int32_t* get_address_of_downsample_7() { return &___downsample_7; } inline void set_downsample_7(int32_t value) { ___downsample_7 = value; } inline static int32_t get_offset_of_blurSize_8() { return static_cast(offsetof(BlurOptimized_tEEAC2A7D396594CF7E03548F419FA988892CEAE9, ___blurSize_8)); } inline float get_blurSize_8() const { return ___blurSize_8; } inline float* get_address_of_blurSize_8() { return &___blurSize_8; } inline void set_blurSize_8(float value) { ___blurSize_8 = value; } inline static int32_t get_offset_of_blurIterations_9() { return static_cast(offsetof(BlurOptimized_tEEAC2A7D396594CF7E03548F419FA988892CEAE9, ___blurIterations_9)); } inline int32_t get_blurIterations_9() const { return ___blurIterations_9; } inline int32_t* get_address_of_blurIterations_9() { return &___blurIterations_9; } inline void set_blurIterations_9(int32_t value) { ___blurIterations_9 = value; } inline static int32_t get_offset_of_blurType_10() { return static_cast(offsetof(BlurOptimized_tEEAC2A7D396594CF7E03548F419FA988892CEAE9, ___blurType_10)); } inline int32_t get_blurType_10() const { return ___blurType_10; } inline int32_t* get_address_of_blurType_10() { return &___blurType_10; } inline void set_blurType_10(int32_t value) { ___blurType_10 = value; } inline static int32_t get_offset_of_blurShader_11() { return static_cast(offsetof(BlurOptimized_tEEAC2A7D396594CF7E03548F419FA988892CEAE9, ___blurShader_11)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_blurShader_11() const { return ___blurShader_11; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_blurShader_11() { return &___blurShader_11; } inline void set_blurShader_11(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___blurShader_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___blurShader_11), (void*)value); } inline static int32_t get_offset_of_blurMaterial_12() { return static_cast(offsetof(BlurOptimized_tEEAC2A7D396594CF7E03548F419FA988892CEAE9, ___blurMaterial_12)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_blurMaterial_12() const { return ___blurMaterial_12; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_blurMaterial_12() { return &___blurMaterial_12; } inline void set_blurMaterial_12(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___blurMaterial_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___blurMaterial_12), (void*)value); } }; // UnityEngine.EventSystems.EventSystem struct EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // System.Collections.Generic.List`1 UnityEngine.EventSystems.EventSystem::m_SystemInputModules List_1_t39946D94B66FAE9B0DED5D3A84AD116AF9DDDCC1 * ___m_SystemInputModules_4; // UnityEngine.EventSystems.BaseInputModule UnityEngine.EventSystems.EventSystem::m_CurrentInputModule BaseInputModule_t395DEB45C225A941B2C831CBDB000A23E5899924 * ___m_CurrentInputModule_5; // UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::m_FirstSelected GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_FirstSelected_7; // System.Boolean UnityEngine.EventSystems.EventSystem::m_sendNavigationEvents bool ___m_sendNavigationEvents_8; // System.Int32 UnityEngine.EventSystems.EventSystem::m_DragThreshold int32_t ___m_DragThreshold_9; // UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::m_CurrentSelected GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_CurrentSelected_10; // System.Boolean UnityEngine.EventSystems.EventSystem::m_HasFocus bool ___m_HasFocus_11; // System.Boolean UnityEngine.EventSystems.EventSystem::m_SelectionGuard bool ___m_SelectionGuard_12; // UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.EventSystem::m_DummyData BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E * ___m_DummyData_13; public: inline static int32_t get_offset_of_m_SystemInputModules_4() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_SystemInputModules_4)); } inline List_1_t39946D94B66FAE9B0DED5D3A84AD116AF9DDDCC1 * get_m_SystemInputModules_4() const { return ___m_SystemInputModules_4; } inline List_1_t39946D94B66FAE9B0DED5D3A84AD116AF9DDDCC1 ** get_address_of_m_SystemInputModules_4() { return &___m_SystemInputModules_4; } inline void set_m_SystemInputModules_4(List_1_t39946D94B66FAE9B0DED5D3A84AD116AF9DDDCC1 * value) { ___m_SystemInputModules_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SystemInputModules_4), (void*)value); } inline static int32_t get_offset_of_m_CurrentInputModule_5() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_CurrentInputModule_5)); } inline BaseInputModule_t395DEB45C225A941B2C831CBDB000A23E5899924 * get_m_CurrentInputModule_5() const { return ___m_CurrentInputModule_5; } inline BaseInputModule_t395DEB45C225A941B2C831CBDB000A23E5899924 ** get_address_of_m_CurrentInputModule_5() { return &___m_CurrentInputModule_5; } inline void set_m_CurrentInputModule_5(BaseInputModule_t395DEB45C225A941B2C831CBDB000A23E5899924 * value) { ___m_CurrentInputModule_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentInputModule_5), (void*)value); } inline static int32_t get_offset_of_m_FirstSelected_7() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_FirstSelected_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_FirstSelected_7() const { return ___m_FirstSelected_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_FirstSelected_7() { return &___m_FirstSelected_7; } inline void set_m_FirstSelected_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_FirstSelected_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FirstSelected_7), (void*)value); } inline static int32_t get_offset_of_m_sendNavigationEvents_8() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_sendNavigationEvents_8)); } inline bool get_m_sendNavigationEvents_8() const { return ___m_sendNavigationEvents_8; } inline bool* get_address_of_m_sendNavigationEvents_8() { return &___m_sendNavigationEvents_8; } inline void set_m_sendNavigationEvents_8(bool value) { ___m_sendNavigationEvents_8 = value; } inline static int32_t get_offset_of_m_DragThreshold_9() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_DragThreshold_9)); } inline int32_t get_m_DragThreshold_9() const { return ___m_DragThreshold_9; } inline int32_t* get_address_of_m_DragThreshold_9() { return &___m_DragThreshold_9; } inline void set_m_DragThreshold_9(int32_t value) { ___m_DragThreshold_9 = value; } inline static int32_t get_offset_of_m_CurrentSelected_10() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_CurrentSelected_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_CurrentSelected_10() const { return ___m_CurrentSelected_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_CurrentSelected_10() { return &___m_CurrentSelected_10; } inline void set_m_CurrentSelected_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_CurrentSelected_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentSelected_10), (void*)value); } inline static int32_t get_offset_of_m_HasFocus_11() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_HasFocus_11)); } inline bool get_m_HasFocus_11() const { return ___m_HasFocus_11; } inline bool* get_address_of_m_HasFocus_11() { return &___m_HasFocus_11; } inline void set_m_HasFocus_11(bool value) { ___m_HasFocus_11 = value; } inline static int32_t get_offset_of_m_SelectionGuard_12() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_SelectionGuard_12)); } inline bool get_m_SelectionGuard_12() const { return ___m_SelectionGuard_12; } inline bool* get_address_of_m_SelectionGuard_12() { return &___m_SelectionGuard_12; } inline void set_m_SelectionGuard_12(bool value) { ___m_SelectionGuard_12 = value; } inline static int32_t get_offset_of_m_DummyData_13() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_DummyData_13)); } inline BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E * get_m_DummyData_13() const { return ___m_DummyData_13; } inline BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E ** get_address_of_m_DummyData_13() { return &___m_DummyData_13; } inline void set_m_DummyData_13(BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E * value) { ___m_DummyData_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DummyData_13), (void*)value); } }; struct EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_StaticFields { public: // System.Collections.Generic.List`1 UnityEngine.EventSystems.EventSystem::m_EventSystems List_1_tEF3D2378B547F18609950BEABF54AF34FBBC9733 * ___m_EventSystems_6; // System.Comparison`1 UnityEngine.EventSystems.EventSystem::s_RaycastComparer Comparison_1_t47C8B3739FFDD51D29B281A2FD2C36A57DDF9E38 * ___s_RaycastComparer_14; // UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig UnityEngine.EventSystems.EventSystem::s_UIToolkitOverride UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051 ___s_UIToolkitOverride_15; public: inline static int32_t get_offset_of_m_EventSystems_6() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_StaticFields, ___m_EventSystems_6)); } inline List_1_tEF3D2378B547F18609950BEABF54AF34FBBC9733 * get_m_EventSystems_6() const { return ___m_EventSystems_6; } inline List_1_tEF3D2378B547F18609950BEABF54AF34FBBC9733 ** get_address_of_m_EventSystems_6() { return &___m_EventSystems_6; } inline void set_m_EventSystems_6(List_1_tEF3D2378B547F18609950BEABF54AF34FBBC9733 * value) { ___m_EventSystems_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EventSystems_6), (void*)value); } inline static int32_t get_offset_of_s_RaycastComparer_14() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_StaticFields, ___s_RaycastComparer_14)); } inline Comparison_1_t47C8B3739FFDD51D29B281A2FD2C36A57DDF9E38 * get_s_RaycastComparer_14() const { return ___s_RaycastComparer_14; } inline Comparison_1_t47C8B3739FFDD51D29B281A2FD2C36A57DDF9E38 ** get_address_of_s_RaycastComparer_14() { return &___s_RaycastComparer_14; } inline void set_s_RaycastComparer_14(Comparison_1_t47C8B3739FFDD51D29B281A2FD2C36A57DDF9E38 * value) { ___s_RaycastComparer_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_RaycastComparer_14), (void*)value); } inline static int32_t get_offset_of_s_UIToolkitOverride_15() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_StaticFields, ___s_UIToolkitOverride_15)); } inline UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051 get_s_UIToolkitOverride_15() const { return ___s_UIToolkitOverride_15; } inline UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051 * get_address_of_s_UIToolkitOverride_15() { return &___s_UIToolkitOverride_15; } inline void set_s_UIToolkitOverride_15(UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051 value) { ___s_UIToolkitOverride_15 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_UIToolkitOverride_15))->___activeEventSystem_0), (void*)NULL); } }; // 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.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // System.Boolean UnityEngine.UI.Selectable::m_EnableCalled bool ___m_EnableCalled_6; // UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A ___m_Navigation_7; // UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition int32_t ___m_Transition_8; // UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___m_Colors_9; // UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E ___m_SpriteState_10; // UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * ___m_AnimationTriggers_11; // System.Boolean UnityEngine.UI.Selectable::m_Interactable bool ___m_Interactable_12; // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_TargetGraphic_13; // System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction bool ___m_GroupsAllowInteraction_14; // System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex int32_t ___m_CurrentIndex_15; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerInsideU3Ek__BackingField_16; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerDownU3Ek__BackingField_17; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3ChasSelectionU3Ek__BackingField_18; // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::m_CanvasGroupCache List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * ___m_CanvasGroupCache_19; public: inline static int32_t get_offset_of_m_EnableCalled_6() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_EnableCalled_6)); } inline bool get_m_EnableCalled_6() const { return ___m_EnableCalled_6; } inline bool* get_address_of_m_EnableCalled_6() { return &___m_EnableCalled_6; } inline void set_m_EnableCalled_6(bool value) { ___m_EnableCalled_6 = value; } inline static int32_t get_offset_of_m_Navigation_7() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Navigation_7)); } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A get_m_Navigation_7() const { return ___m_Navigation_7; } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A * get_address_of_m_Navigation_7() { return &___m_Navigation_7; } inline void set_m_Navigation_7(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A value) { ___m_Navigation_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnUp_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnDown_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnLeft_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnRight_5), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Transition_8() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Transition_8)); } inline int32_t get_m_Transition_8() const { return ___m_Transition_8; } inline int32_t* get_address_of_m_Transition_8() { return &___m_Transition_8; } inline void set_m_Transition_8(int32_t value) { ___m_Transition_8 = value; } inline static int32_t get_offset_of_m_Colors_9() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Colors_9)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_m_Colors_9() const { return ___m_Colors_9; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_m_Colors_9() { return &___m_Colors_9; } inline void set_m_Colors_9(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___m_Colors_9 = value; } inline static int32_t get_offset_of_m_SpriteState_10() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_SpriteState_10)); } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E get_m_SpriteState_10() const { return ___m_SpriteState_10; } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E * get_address_of_m_SpriteState_10() { return &___m_SpriteState_10; } inline void set_m_SpriteState_10(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E value) { ___m_SpriteState_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_HighlightedSprite_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_PressedSprite_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_SelectedSprite_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_DisabledSprite_3), (void*)NULL); #endif } inline static int32_t get_offset_of_m_AnimationTriggers_11() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_AnimationTriggers_11)); } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * get_m_AnimationTriggers_11() const { return ___m_AnimationTriggers_11; } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 ** get_address_of_m_AnimationTriggers_11() { return &___m_AnimationTriggers_11; } inline void set_m_AnimationTriggers_11(AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * value) { ___m_AnimationTriggers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AnimationTriggers_11), (void*)value); } inline static int32_t get_offset_of_m_Interactable_12() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Interactable_12)); } inline bool get_m_Interactable_12() const { return ___m_Interactable_12; } inline bool* get_address_of_m_Interactable_12() { return &___m_Interactable_12; } inline void set_m_Interactable_12(bool value) { ___m_Interactable_12 = value; } inline static int32_t get_offset_of_m_TargetGraphic_13() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_TargetGraphic_13)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_TargetGraphic_13() const { return ___m_TargetGraphic_13; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_TargetGraphic_13() { return &___m_TargetGraphic_13; } inline void set_m_TargetGraphic_13(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_TargetGraphic_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TargetGraphic_13), (void*)value); } inline static int32_t get_offset_of_m_GroupsAllowInteraction_14() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_GroupsAllowInteraction_14)); } inline bool get_m_GroupsAllowInteraction_14() const { return ___m_GroupsAllowInteraction_14; } inline bool* get_address_of_m_GroupsAllowInteraction_14() { return &___m_GroupsAllowInteraction_14; } inline void set_m_GroupsAllowInteraction_14(bool value) { ___m_GroupsAllowInteraction_14 = value; } inline static int32_t get_offset_of_m_CurrentIndex_15() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CurrentIndex_15)); } inline int32_t get_m_CurrentIndex_15() const { return ___m_CurrentIndex_15; } inline int32_t* get_address_of_m_CurrentIndex_15() { return &___m_CurrentIndex_15; } inline void set_m_CurrentIndex_15(int32_t value) { ___m_CurrentIndex_15 = value; } inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_16() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerInsideU3Ek__BackingField_16)); } inline bool get_U3CisPointerInsideU3Ek__BackingField_16() const { return ___U3CisPointerInsideU3Ek__BackingField_16; } inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_16() { return &___U3CisPointerInsideU3Ek__BackingField_16; } inline void set_U3CisPointerInsideU3Ek__BackingField_16(bool value) { ___U3CisPointerInsideU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_17() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerDownU3Ek__BackingField_17)); } inline bool get_U3CisPointerDownU3Ek__BackingField_17() const { return ___U3CisPointerDownU3Ek__BackingField_17; } inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_17() { return &___U3CisPointerDownU3Ek__BackingField_17; } inline void set_U3CisPointerDownU3Ek__BackingField_17(bool value) { ___U3CisPointerDownU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_18() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3ChasSelectionU3Ek__BackingField_18)); } inline bool get_U3ChasSelectionU3Ek__BackingField_18() const { return ___U3ChasSelectionU3Ek__BackingField_18; } inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_18() { return &___U3ChasSelectionU3Ek__BackingField_18; } inline void set_U3ChasSelectionU3Ek__BackingField_18(bool value) { ___U3ChasSelectionU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_m_CanvasGroupCache_19() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CanvasGroupCache_19)); } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * get_m_CanvasGroupCache_19() const { return ___m_CanvasGroupCache_19; } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D ** get_address_of_m_CanvasGroupCache_19() { return &___m_CanvasGroupCache_19; } inline void set_m_CanvasGroupCache_19(List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * value) { ___m_CanvasGroupCache_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasGroupCache_19), (void*)value); } }; struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields { public: // UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* ___s_Selectables_4; // System.Int32 UnityEngine.UI.Selectable::s_SelectableCount int32_t ___s_SelectableCount_5; public: inline static int32_t get_offset_of_s_Selectables_4() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_Selectables_4)); } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* get_s_Selectables_4() const { return ___s_Selectables_4; } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535** get_address_of_s_Selectables_4() { return &___s_Selectables_4; } inline void set_s_Selectables_4(SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* value) { ___s_Selectables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Selectables_4), (void*)value); } inline static int32_t get_offset_of_s_SelectableCount_5() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_SelectableCount_5)); } inline int32_t get_s_SelectableCount_5() const { return ___s_SelectableCount_5; } inline int32_t* get_address_of_s_SelectableCount_5() { return &___s_SelectableCount_5; } inline void set_s_SelectableCount_5(int32_t value) { ___s_SelectableCount_5 = value; } }; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.TouchScreenKeyboard UnityEngine.UI.InputField::m_Keyboard TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * ___m_Keyboard_20; // UnityEngine.UI.Text UnityEngine.UI.InputField::m_TextComponent Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___m_TextComponent_22; // UnityEngine.UI.Graphic UnityEngine.UI.InputField::m_Placeholder Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_Placeholder_23; // UnityEngine.UI.InputField/ContentType UnityEngine.UI.InputField::m_ContentType int32_t ___m_ContentType_24; // UnityEngine.UI.InputField/InputType UnityEngine.UI.InputField::m_InputType int32_t ___m_InputType_25; // System.Char UnityEngine.UI.InputField::m_AsteriskChar Il2CppChar ___m_AsteriskChar_26; // UnityEngine.TouchScreenKeyboardType UnityEngine.UI.InputField::m_KeyboardType int32_t ___m_KeyboardType_27; // UnityEngine.UI.InputField/LineType UnityEngine.UI.InputField::m_LineType int32_t ___m_LineType_28; // System.Boolean UnityEngine.UI.InputField::m_HideMobileInput bool ___m_HideMobileInput_29; // UnityEngine.UI.InputField/CharacterValidation UnityEngine.UI.InputField::m_CharacterValidation int32_t ___m_CharacterValidation_30; // System.Int32 UnityEngine.UI.InputField::m_CharacterLimit int32_t ___m_CharacterLimit_31; // UnityEngine.UI.InputField/EndEditEvent UnityEngine.UI.InputField::m_OnEndEdit EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * ___m_OnEndEdit_32; // UnityEngine.UI.InputField/SubmitEvent UnityEngine.UI.InputField::m_OnSubmit SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * ___m_OnSubmit_33; // UnityEngine.UI.InputField/OnChangeEvent UnityEngine.UI.InputField::m_OnValueChanged OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * ___m_OnValueChanged_34; // UnityEngine.UI.InputField/OnValidateInput UnityEngine.UI.InputField::m_OnValidateInput OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * ___m_OnValidateInput_35; // UnityEngine.Color UnityEngine.UI.InputField::m_CaretColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_CaretColor_36; // System.Boolean UnityEngine.UI.InputField::m_CustomCaretColor bool ___m_CustomCaretColor_37; // UnityEngine.Color UnityEngine.UI.InputField::m_SelectionColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectionColor_38; // System.String UnityEngine.UI.InputField::m_Text String_t* ___m_Text_39; // System.Single UnityEngine.UI.InputField::m_CaretBlinkRate float ___m_CaretBlinkRate_40; // System.Int32 UnityEngine.UI.InputField::m_CaretWidth int32_t ___m_CaretWidth_41; // System.Boolean UnityEngine.UI.InputField::m_ReadOnly bool ___m_ReadOnly_42; // System.Boolean UnityEngine.UI.InputField::m_ShouldActivateOnSelect bool ___m_ShouldActivateOnSelect_43; // System.Int32 UnityEngine.UI.InputField::m_CaretPosition int32_t ___m_CaretPosition_44; // System.Int32 UnityEngine.UI.InputField::m_CaretSelectPosition int32_t ___m_CaretSelectPosition_45; // UnityEngine.RectTransform UnityEngine.UI.InputField::caretRectTrans RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___caretRectTrans_46; // UnityEngine.UIVertex[] UnityEngine.UI.InputField::m_CursorVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_CursorVerts_47; // UnityEngine.TextGenerator UnityEngine.UI.InputField::m_InputTextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_InputTextCache_48; // UnityEngine.CanvasRenderer UnityEngine.UI.InputField::m_CachedInputRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CachedInputRenderer_49; // System.Boolean UnityEngine.UI.InputField::m_PreventFontCallback bool ___m_PreventFontCallback_50; // UnityEngine.Mesh UnityEngine.UI.InputField::m_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_Mesh_51; // System.Boolean UnityEngine.UI.InputField::m_AllowInput bool ___m_AllowInput_52; // System.Boolean UnityEngine.UI.InputField::m_ShouldActivateNextUpdate bool ___m_ShouldActivateNextUpdate_53; // System.Boolean UnityEngine.UI.InputField::m_UpdateDrag bool ___m_UpdateDrag_54; // System.Boolean UnityEngine.UI.InputField::m_DragPositionOutOfBounds bool ___m_DragPositionOutOfBounds_55; // System.Boolean UnityEngine.UI.InputField::m_CaretVisible bool ___m_CaretVisible_58; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_BlinkCoroutine Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___m_BlinkCoroutine_59; // System.Single UnityEngine.UI.InputField::m_BlinkStartTime float ___m_BlinkStartTime_60; // System.Int32 UnityEngine.UI.InputField::m_DrawStart int32_t ___m_DrawStart_61; // System.Int32 UnityEngine.UI.InputField::m_DrawEnd int32_t ___m_DrawEnd_62; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_DragCoroutine Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___m_DragCoroutine_63; // System.String UnityEngine.UI.InputField::m_OriginalText String_t* ___m_OriginalText_64; // System.Boolean UnityEngine.UI.InputField::m_WasCanceled bool ___m_WasCanceled_65; // System.Boolean UnityEngine.UI.InputField::m_HasDoneFocusTransition bool ___m_HasDoneFocusTransition_66; // UnityEngine.WaitForSecondsRealtime UnityEngine.UI.InputField::m_WaitForSecondsRealtime WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * ___m_WaitForSecondsRealtime_67; // System.Boolean UnityEngine.UI.InputField::m_TouchKeyboardAllowsInPlaceEditing bool ___m_TouchKeyboardAllowsInPlaceEditing_68; // UnityEngine.Event UnityEngine.UI.InputField::m_ProcessingEvent Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___m_ProcessingEvent_70; public: inline static int32_t get_offset_of_m_Keyboard_20() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Keyboard_20)); } inline TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * get_m_Keyboard_20() const { return ___m_Keyboard_20; } inline TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E ** get_address_of_m_Keyboard_20() { return &___m_Keyboard_20; } inline void set_m_Keyboard_20(TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * value) { ___m_Keyboard_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Keyboard_20), (void*)value); } inline static int32_t get_offset_of_m_TextComponent_22() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_TextComponent_22)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_m_TextComponent_22() const { return ___m_TextComponent_22; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_m_TextComponent_22() { return &___m_TextComponent_22; } inline void set_m_TextComponent_22(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___m_TextComponent_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextComponent_22), (void*)value); } inline static int32_t get_offset_of_m_Placeholder_23() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Placeholder_23)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_Placeholder_23() const { return ___m_Placeholder_23; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_Placeholder_23() { return &___m_Placeholder_23; } inline void set_m_Placeholder_23(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_Placeholder_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Placeholder_23), (void*)value); } inline static int32_t get_offset_of_m_ContentType_24() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ContentType_24)); } inline int32_t get_m_ContentType_24() const { return ___m_ContentType_24; } inline int32_t* get_address_of_m_ContentType_24() { return &___m_ContentType_24; } inline void set_m_ContentType_24(int32_t value) { ___m_ContentType_24 = value; } inline static int32_t get_offset_of_m_InputType_25() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_InputType_25)); } inline int32_t get_m_InputType_25() const { return ___m_InputType_25; } inline int32_t* get_address_of_m_InputType_25() { return &___m_InputType_25; } inline void set_m_InputType_25(int32_t value) { ___m_InputType_25 = value; } inline static int32_t get_offset_of_m_AsteriskChar_26() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_AsteriskChar_26)); } inline Il2CppChar get_m_AsteriskChar_26() const { return ___m_AsteriskChar_26; } inline Il2CppChar* get_address_of_m_AsteriskChar_26() { return &___m_AsteriskChar_26; } inline void set_m_AsteriskChar_26(Il2CppChar value) { ___m_AsteriskChar_26 = value; } inline static int32_t get_offset_of_m_KeyboardType_27() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_KeyboardType_27)); } inline int32_t get_m_KeyboardType_27() const { return ___m_KeyboardType_27; } inline int32_t* get_address_of_m_KeyboardType_27() { return &___m_KeyboardType_27; } inline void set_m_KeyboardType_27(int32_t value) { ___m_KeyboardType_27 = value; } inline static int32_t get_offset_of_m_LineType_28() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_LineType_28)); } inline int32_t get_m_LineType_28() const { return ___m_LineType_28; } inline int32_t* get_address_of_m_LineType_28() { return &___m_LineType_28; } inline void set_m_LineType_28(int32_t value) { ___m_LineType_28 = value; } inline static int32_t get_offset_of_m_HideMobileInput_29() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_HideMobileInput_29)); } inline bool get_m_HideMobileInput_29() const { return ___m_HideMobileInput_29; } inline bool* get_address_of_m_HideMobileInput_29() { return &___m_HideMobileInput_29; } inline void set_m_HideMobileInput_29(bool value) { ___m_HideMobileInput_29 = value; } inline static int32_t get_offset_of_m_CharacterValidation_30() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CharacterValidation_30)); } inline int32_t get_m_CharacterValidation_30() const { return ___m_CharacterValidation_30; } inline int32_t* get_address_of_m_CharacterValidation_30() { return &___m_CharacterValidation_30; } inline void set_m_CharacterValidation_30(int32_t value) { ___m_CharacterValidation_30 = value; } inline static int32_t get_offset_of_m_CharacterLimit_31() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CharacterLimit_31)); } inline int32_t get_m_CharacterLimit_31() const { return ___m_CharacterLimit_31; } inline int32_t* get_address_of_m_CharacterLimit_31() { return &___m_CharacterLimit_31; } inline void set_m_CharacterLimit_31(int32_t value) { ___m_CharacterLimit_31 = value; } inline static int32_t get_offset_of_m_OnEndEdit_32() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnEndEdit_32)); } inline EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * get_m_OnEndEdit_32() const { return ___m_OnEndEdit_32; } inline EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D ** get_address_of_m_OnEndEdit_32() { return &___m_OnEndEdit_32; } inline void set_m_OnEndEdit_32(EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * value) { ___m_OnEndEdit_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnEndEdit_32), (void*)value); } inline static int32_t get_offset_of_m_OnSubmit_33() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnSubmit_33)); } inline SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * get_m_OnSubmit_33() const { return ___m_OnSubmit_33; } inline SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 ** get_address_of_m_OnSubmit_33() { return &___m_OnSubmit_33; } inline void set_m_OnSubmit_33(SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * value) { ___m_OnSubmit_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnSubmit_33), (void*)value); } inline static int32_t get_offset_of_m_OnValueChanged_34() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnValueChanged_34)); } inline OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * get_m_OnValueChanged_34() const { return ___m_OnValueChanged_34; } inline OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 ** get_address_of_m_OnValueChanged_34() { return &___m_OnValueChanged_34; } inline void set_m_OnValueChanged_34(OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * value) { ___m_OnValueChanged_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_34), (void*)value); } inline static int32_t get_offset_of_m_OnValidateInput_35() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnValidateInput_35)); } inline OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * get_m_OnValidateInput_35() const { return ___m_OnValidateInput_35; } inline OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F ** get_address_of_m_OnValidateInput_35() { return &___m_OnValidateInput_35; } inline void set_m_OnValidateInput_35(OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * value) { ___m_OnValidateInput_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValidateInput_35), (void*)value); } inline static int32_t get_offset_of_m_CaretColor_36() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretColor_36)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_CaretColor_36() const { return ___m_CaretColor_36; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_CaretColor_36() { return &___m_CaretColor_36; } inline void set_m_CaretColor_36(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_CaretColor_36 = value; } inline static int32_t get_offset_of_m_CustomCaretColor_37() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CustomCaretColor_37)); } inline bool get_m_CustomCaretColor_37() const { return ___m_CustomCaretColor_37; } inline bool* get_address_of_m_CustomCaretColor_37() { return &___m_CustomCaretColor_37; } inline void set_m_CustomCaretColor_37(bool value) { ___m_CustomCaretColor_37 = value; } inline static int32_t get_offset_of_m_SelectionColor_38() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_SelectionColor_38)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectionColor_38() const { return ___m_SelectionColor_38; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectionColor_38() { return &___m_SelectionColor_38; } inline void set_m_SelectionColor_38(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectionColor_38 = value; } inline static int32_t get_offset_of_m_Text_39() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Text_39)); } inline String_t* get_m_Text_39() const { return ___m_Text_39; } inline String_t** get_address_of_m_Text_39() { return &___m_Text_39; } inline void set_m_Text_39(String_t* value) { ___m_Text_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_39), (void*)value); } inline static int32_t get_offset_of_m_CaretBlinkRate_40() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretBlinkRate_40)); } inline float get_m_CaretBlinkRate_40() const { return ___m_CaretBlinkRate_40; } inline float* get_address_of_m_CaretBlinkRate_40() { return &___m_CaretBlinkRate_40; } inline void set_m_CaretBlinkRate_40(float value) { ___m_CaretBlinkRate_40 = value; } inline static int32_t get_offset_of_m_CaretWidth_41() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretWidth_41)); } inline int32_t get_m_CaretWidth_41() const { return ___m_CaretWidth_41; } inline int32_t* get_address_of_m_CaretWidth_41() { return &___m_CaretWidth_41; } inline void set_m_CaretWidth_41(int32_t value) { ___m_CaretWidth_41 = value; } inline static int32_t get_offset_of_m_ReadOnly_42() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ReadOnly_42)); } inline bool get_m_ReadOnly_42() const { return ___m_ReadOnly_42; } inline bool* get_address_of_m_ReadOnly_42() { return &___m_ReadOnly_42; } inline void set_m_ReadOnly_42(bool value) { ___m_ReadOnly_42 = value; } inline static int32_t get_offset_of_m_ShouldActivateOnSelect_43() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ShouldActivateOnSelect_43)); } inline bool get_m_ShouldActivateOnSelect_43() const { return ___m_ShouldActivateOnSelect_43; } inline bool* get_address_of_m_ShouldActivateOnSelect_43() { return &___m_ShouldActivateOnSelect_43; } inline void set_m_ShouldActivateOnSelect_43(bool value) { ___m_ShouldActivateOnSelect_43 = value; } inline static int32_t get_offset_of_m_CaretPosition_44() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretPosition_44)); } inline int32_t get_m_CaretPosition_44() const { return ___m_CaretPosition_44; } inline int32_t* get_address_of_m_CaretPosition_44() { return &___m_CaretPosition_44; } inline void set_m_CaretPosition_44(int32_t value) { ___m_CaretPosition_44 = value; } inline static int32_t get_offset_of_m_CaretSelectPosition_45() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretSelectPosition_45)); } inline int32_t get_m_CaretSelectPosition_45() const { return ___m_CaretSelectPosition_45; } inline int32_t* get_address_of_m_CaretSelectPosition_45() { return &___m_CaretSelectPosition_45; } inline void set_m_CaretSelectPosition_45(int32_t value) { ___m_CaretSelectPosition_45 = value; } inline static int32_t get_offset_of_caretRectTrans_46() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___caretRectTrans_46)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_caretRectTrans_46() const { return ___caretRectTrans_46; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_caretRectTrans_46() { return &___caretRectTrans_46; } inline void set_caretRectTrans_46(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___caretRectTrans_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___caretRectTrans_46), (void*)value); } inline static int32_t get_offset_of_m_CursorVerts_47() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CursorVerts_47)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_CursorVerts_47() const { return ___m_CursorVerts_47; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_CursorVerts_47() { return &___m_CursorVerts_47; } inline void set_m_CursorVerts_47(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_CursorVerts_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CursorVerts_47), (void*)value); } inline static int32_t get_offset_of_m_InputTextCache_48() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_InputTextCache_48)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_InputTextCache_48() const { return ___m_InputTextCache_48; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_InputTextCache_48() { return &___m_InputTextCache_48; } inline void set_m_InputTextCache_48(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_InputTextCache_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InputTextCache_48), (void*)value); } inline static int32_t get_offset_of_m_CachedInputRenderer_49() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CachedInputRenderer_49)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CachedInputRenderer_49() const { return ___m_CachedInputRenderer_49; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CachedInputRenderer_49() { return &___m_CachedInputRenderer_49; } inline void set_m_CachedInputRenderer_49(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CachedInputRenderer_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedInputRenderer_49), (void*)value); } inline static int32_t get_offset_of_m_PreventFontCallback_50() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_PreventFontCallback_50)); } inline bool get_m_PreventFontCallback_50() const { return ___m_PreventFontCallback_50; } inline bool* get_address_of_m_PreventFontCallback_50() { return &___m_PreventFontCallback_50; } inline void set_m_PreventFontCallback_50(bool value) { ___m_PreventFontCallback_50 = value; } inline static int32_t get_offset_of_m_Mesh_51() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Mesh_51)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_Mesh_51() const { return ___m_Mesh_51; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_Mesh_51() { return &___m_Mesh_51; } inline void set_m_Mesh_51(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_Mesh_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Mesh_51), (void*)value); } inline static int32_t get_offset_of_m_AllowInput_52() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_AllowInput_52)); } inline bool get_m_AllowInput_52() const { return ___m_AllowInput_52; } inline bool* get_address_of_m_AllowInput_52() { return &___m_AllowInput_52; } inline void set_m_AllowInput_52(bool value) { ___m_AllowInput_52 = value; } inline static int32_t get_offset_of_m_ShouldActivateNextUpdate_53() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ShouldActivateNextUpdate_53)); } inline bool get_m_ShouldActivateNextUpdate_53() const { return ___m_ShouldActivateNextUpdate_53; } inline bool* get_address_of_m_ShouldActivateNextUpdate_53() { return &___m_ShouldActivateNextUpdate_53; } inline void set_m_ShouldActivateNextUpdate_53(bool value) { ___m_ShouldActivateNextUpdate_53 = value; } inline static int32_t get_offset_of_m_UpdateDrag_54() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_UpdateDrag_54)); } inline bool get_m_UpdateDrag_54() const { return ___m_UpdateDrag_54; } inline bool* get_address_of_m_UpdateDrag_54() { return &___m_UpdateDrag_54; } inline void set_m_UpdateDrag_54(bool value) { ___m_UpdateDrag_54 = value; } inline static int32_t get_offset_of_m_DragPositionOutOfBounds_55() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DragPositionOutOfBounds_55)); } inline bool get_m_DragPositionOutOfBounds_55() const { return ___m_DragPositionOutOfBounds_55; } inline bool* get_address_of_m_DragPositionOutOfBounds_55() { return &___m_DragPositionOutOfBounds_55; } inline void set_m_DragPositionOutOfBounds_55(bool value) { ___m_DragPositionOutOfBounds_55 = value; } inline static int32_t get_offset_of_m_CaretVisible_58() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretVisible_58)); } inline bool get_m_CaretVisible_58() const { return ___m_CaretVisible_58; } inline bool* get_address_of_m_CaretVisible_58() { return &___m_CaretVisible_58; } inline void set_m_CaretVisible_58(bool value) { ___m_CaretVisible_58 = value; } inline static int32_t get_offset_of_m_BlinkCoroutine_59() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_BlinkCoroutine_59)); } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * get_m_BlinkCoroutine_59() const { return ___m_BlinkCoroutine_59; } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 ** get_address_of_m_BlinkCoroutine_59() { return &___m_BlinkCoroutine_59; } inline void set_m_BlinkCoroutine_59(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * value) { ___m_BlinkCoroutine_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BlinkCoroutine_59), (void*)value); } inline static int32_t get_offset_of_m_BlinkStartTime_60() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_BlinkStartTime_60)); } inline float get_m_BlinkStartTime_60() const { return ___m_BlinkStartTime_60; } inline float* get_address_of_m_BlinkStartTime_60() { return &___m_BlinkStartTime_60; } inline void set_m_BlinkStartTime_60(float value) { ___m_BlinkStartTime_60 = value; } inline static int32_t get_offset_of_m_DrawStart_61() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DrawStart_61)); } inline int32_t get_m_DrawStart_61() const { return ___m_DrawStart_61; } inline int32_t* get_address_of_m_DrawStart_61() { return &___m_DrawStart_61; } inline void set_m_DrawStart_61(int32_t value) { ___m_DrawStart_61 = value; } inline static int32_t get_offset_of_m_DrawEnd_62() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DrawEnd_62)); } inline int32_t get_m_DrawEnd_62() const { return ___m_DrawEnd_62; } inline int32_t* get_address_of_m_DrawEnd_62() { return &___m_DrawEnd_62; } inline void set_m_DrawEnd_62(int32_t value) { ___m_DrawEnd_62 = value; } inline static int32_t get_offset_of_m_DragCoroutine_63() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DragCoroutine_63)); } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * get_m_DragCoroutine_63() const { return ___m_DragCoroutine_63; } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 ** get_address_of_m_DragCoroutine_63() { return &___m_DragCoroutine_63; } inline void set_m_DragCoroutine_63(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * value) { ___m_DragCoroutine_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DragCoroutine_63), (void*)value); } inline static int32_t get_offset_of_m_OriginalText_64() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OriginalText_64)); } inline String_t* get_m_OriginalText_64() const { return ___m_OriginalText_64; } inline String_t** get_address_of_m_OriginalText_64() { return &___m_OriginalText_64; } inline void set_m_OriginalText_64(String_t* value) { ___m_OriginalText_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OriginalText_64), (void*)value); } inline static int32_t get_offset_of_m_WasCanceled_65() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_WasCanceled_65)); } inline bool get_m_WasCanceled_65() const { return ___m_WasCanceled_65; } inline bool* get_address_of_m_WasCanceled_65() { return &___m_WasCanceled_65; } inline void set_m_WasCanceled_65(bool value) { ___m_WasCanceled_65 = value; } inline static int32_t get_offset_of_m_HasDoneFocusTransition_66() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_HasDoneFocusTransition_66)); } inline bool get_m_HasDoneFocusTransition_66() const { return ___m_HasDoneFocusTransition_66; } inline bool* get_address_of_m_HasDoneFocusTransition_66() { return &___m_HasDoneFocusTransition_66; } inline void set_m_HasDoneFocusTransition_66(bool value) { ___m_HasDoneFocusTransition_66 = value; } inline static int32_t get_offset_of_m_WaitForSecondsRealtime_67() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_WaitForSecondsRealtime_67)); } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * get_m_WaitForSecondsRealtime_67() const { return ___m_WaitForSecondsRealtime_67; } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 ** get_address_of_m_WaitForSecondsRealtime_67() { return &___m_WaitForSecondsRealtime_67; } inline void set_m_WaitForSecondsRealtime_67(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * value) { ___m_WaitForSecondsRealtime_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WaitForSecondsRealtime_67), (void*)value); } inline static int32_t get_offset_of_m_TouchKeyboardAllowsInPlaceEditing_68() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_TouchKeyboardAllowsInPlaceEditing_68)); } inline bool get_m_TouchKeyboardAllowsInPlaceEditing_68() const { return ___m_TouchKeyboardAllowsInPlaceEditing_68; } inline bool* get_address_of_m_TouchKeyboardAllowsInPlaceEditing_68() { return &___m_TouchKeyboardAllowsInPlaceEditing_68; } inline void set_m_TouchKeyboardAllowsInPlaceEditing_68(bool value) { ___m_TouchKeyboardAllowsInPlaceEditing_68 = value; } inline static int32_t get_offset_of_m_ProcessingEvent_70() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ProcessingEvent_70)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_m_ProcessingEvent_70() const { return ___m_ProcessingEvent_70; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_m_ProcessingEvent_70() { return &___m_ProcessingEvent_70; } inline void set_m_ProcessingEvent_70(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___m_ProcessingEvent_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ProcessingEvent_70), (void*)value); } }; struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_StaticFields { public: // System.Char[] UnityEngine.UI.InputField::kSeparators CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___kSeparators_21; public: inline static int32_t get_offset_of_kSeparators_21() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_StaticFields, ___kSeparators_21)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_kSeparators_21() const { return ___kSeparators_21; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_kSeparators_21() { return &___kSeparators_21; } inline void set_kSeparators_21(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___kSeparators_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___kSeparators_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.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.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_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, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // 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.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.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.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 m_Items[1]; public: inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 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.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; } }; // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !0 System.Func`1::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_gshared (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * __this, const RuntimeMethod* method); // !!0 DG.Tweening.TweenSettingsExtensions::SetUpdate(!!0,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TweenSettingsExtensions_SetUpdate_TisRuntimeObject_m7B426C4B27D21FC5CD7C922AB56185A32E9CD29D_gshared (RuntimeObject * ___t0, bool ___isIndependentUpdate1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, 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_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* List_1_ToArray_mC6E0B3CF74090974475F845BF79EC5E66D3A71AC_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_gshared (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m569423674869D1BC83C295B8D0F156855406FA4E_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mD618588C9785F06D043BE6AAD0A0B8116B2A77A3_gshared_inline (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Queue`1::Dequeue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_Dequeue_m68EC2DECAF6CF6D92F2E2BDB5AD1CD84EB52AFC2_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Clear_m123D9273AFF968BD5C248D721870170B26FBEF6C_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // !0 JCUnityLib.Singleton`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Singleton_1_get_Instance_mD7F54CFD6D60327428D8C7A97E68BE95288A9A52_gshared (const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m197AE609773A2E87C6697AC65C8DFA0777ABC835_gshared (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___array0, Il2CppChar ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m065613451660A1479E4D6D00878FB7630AFE4E11_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, 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.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); // 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.String System.String::Join(System.String,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m4F0E8F8DB4463A686266DFBD54DF6F7D19B4251C_gshared (String_t* ___separator0, RuntimeObject* ___values1, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m5DF47A8FB9602878B889F257B1E462118ED0C0FF_gshared (Action_2_t25DC8F06CC3BB18B9ACD58BF6E22E52CC42A70AA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // !!0 UnityEngine.AndroidJavaObject::CallStatic(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AndroidJavaObject_CallStatic_TisRuntimeObject_m6489EA6ECBD1AEA0121CD0D82576F1312503149C_gshared (AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E * __this, String_t* ___methodName0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // !!0 UnityEngine.AndroidJavaObject::Call(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AndroidJavaObject_Call_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m13EC19F5D105614B86EADA87F5F73751D3CFF108_gshared (AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E * __this, String_t* ___methodName0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // !!0 UnityEngine.AndroidJavaObject::GetStatic(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AndroidJavaObject_GetStatic_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m2C6F66147F55ECD085FEE7504923772BB3726848_gshared (AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E * __this, String_t* ___fieldName0, 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); // !!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.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); // System.Int32 System.Collections.Generic.HashSet`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_gshared_inline (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, 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.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC92A676A3C9BFEFF1C88BADCAF85070A2DCABED4_gshared (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __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_m1C5E87EEF4B8F8CB985E6C4FD69D863ABAD79F14_gshared_inline (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.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.ValueTuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_m7EE9B0F3B7C1604E821E798C8CD2E2F98040242A_gshared (ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 * __this, int32_t ___item10, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___item21, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_gshared_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___index0, 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_m1C4A039A7BDDE12D728C6BA9145FA238B5F27041_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::FindObjectOfType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_FindObjectOfType_TisRuntimeObject_mBE0814B07DA8DDD57407CC2F0C8051AEC27D34BC_gshared (const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mA445808F366AB6BE911B8B18829498EA1FC3FF34_gshared (Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m51F19CEBA82D5C59D399C4F72B3BBD4DB7CE6E37_gshared (List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m7B862F51C4F5D7AD7FF9F30FF97ABF7E988B0BD5_gshared (List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * __this, BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 ___item0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckSupport(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostEffectsBase_CheckSupport_m20B1CB0EC0F019D345427F851C67A5FD2E01061A (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, bool ___needDepth0, const RuntimeMethod* method); // UnityEngine.Material UnityStandardAssets.ImageEffects.PostEffectsBase::CheckShaderAndCreateMaterial(UnityEngine.Shader,UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___s0, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m2Create1, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.PostEffectsBase::ReportAutoDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7 (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, const RuntimeMethod* method); // UnityEngine.RenderTextureFormat UnityEngine.RenderTexture::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822 (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Boolean UnityEngine.Camera::get_allowHDR() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_allowHDR_mD961A362F2C8BBA6FF0B316488FC566D64CB6222 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // UnityEngine.RenderTexture UnityEngine.RenderTexture::GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E (int32_t ___width0, int32_t ___height1, int32_t ___depthBuffer2, int32_t ___format3, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___mat2, int32_t ___pass3, const RuntimeMethod* method); // System.Void UnityEngine.RenderTexture::ReleaseTemporary(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4 (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___temp0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::op_Multiply(System.Single,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_op_Multiply_mFC3EB8038116A40FA8C6D2A20DC76D9E4C3045DC (float ___b0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___a1, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.Bloom::BrightFilter(UnityEngine.Color,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bloom_BrightFilter_mDB8E6E61C66AA4000F9E8F91DC8CE4BF4C2ED220 (Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___threshColor0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to2, const RuntimeMethod* method); // System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2 (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetVector(System.String,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::SetRenderTarget(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_SetRenderTarget_m78AE234327CCDBCEA288FBEFB53D6CEAD3EFC939 (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___rt0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_black() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_black_m67E91EB7017FC74D9AB5ADEF6B6929B7EFC9A982 (const RuntimeMethod* method); // System.Void UnityEngine.GL::Clear(System.Boolean,System.Boolean,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Clear_mF5FCE24D7F60731D6D88AA3DC98B0E88A644CD93 (bool ___clearDepth0, bool ___clearColor1, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___backgroundColor2, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.Bloom::BrightFilter(System.Single,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bloom_BrightFilter_m6C6D8BFB58961F35054F43E065A77797883CB39B (Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * __this, float ___thresh0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to2, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.Bloom::Vignette(System.Single,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bloom_Vignette_m3FA8F2D04EA6A142424E133BCB8FBE663E3988CC (Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * __this, float ___amount0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to2, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.Bloom::BlendFlares(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bloom_BlendFlares_m34738C3C9263CD5584C8EB15EB78507F975E98B5 (Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to1, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Vector4::op_Multiply(UnityEngine.Vector4,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___a0, float ___d1, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetFloat(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method); // System.Void UnityEngine.RenderTexture::DiscardContents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7 (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.Bloom::AddTo(System.Single,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bloom_AddTo_mE9619BE3C2641B447503A370C89FC639D7B5AF4D (Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * __this, float ___intensity_0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to2, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetTexture(System.String,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05 (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___mat2, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Color::op_Implicit(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Color_op_Implicit_mECB4D0C812888ADAEE478E633B2ECF8F8FDB96C5 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___c0, 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.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.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_white() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E (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 UnityStandardAssets.ImageEffects.PostEffectsBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.BloomAndFlares::BrightFilter(System.Single,System.Single,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BloomAndFlares_BrightFilter_mA7575BBFC217875E02F0454025CE76D6CF05FDAE (BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * __this, float ___thresh0, float ___useAlphaAsMask1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from2, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to3, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.BloomAndFlares::Vignette(System.Single,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BloomAndFlares_Vignette_m671C8CAE9ED6BD64797AEF8CF982EE8414AA353E (BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * __this, float ___amount0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to2, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.BloomAndFlares::BlendFlares(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BloomAndFlares_BlendFlares_m9EFFC2222A16EC1BE33B83E870F8670D480FAE0A (BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to1, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.BloomAndFlares::AddTo(System.Single,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BloomAndFlares_AddTo_m96E721A8767A6E55237EB23A193309006A13A376 (BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * __this, float ___intensity_0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to2, const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.Texture::set_filterMode(UnityEngine.FilterMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0 (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * __this, int32_t ___value0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::GetTypeName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB (RuntimeObject * ___obj0, 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.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::GetKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::SetKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlowfishEngine_SetKey_m00A29AB1D9A5F0ACB2A7E8F303ADA8687116F50F (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::DataLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::OutputLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlowfishEngine_EncryptBlock_m11062ED5717BA1208E4CDFAB3F9371DB198C1448 (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcIndex1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst2, int32_t ___dstIndex3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlowfishEngine_DecryptBlock_m3D2E56B8740E5F96AF533CF9E156E2D0B49DCBD1 (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcIndex1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst2, int32_t ___dstIndex3, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::F(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BlowfishEngine_F_m5DB953B22856487F5C12821BF7339228A178B678 (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, uint32_t ___x0, 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.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::ProcessTable(System.UInt32,System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlowfishEngine_ProcessTable_mC8541D85CE7226E19893C0CF000E787D023F7908 (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, uint32_t ___xl0, uint32_t ___xr1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___table2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::BE_To_UInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt32_To_BE(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Void BluetoothAim::InitAutoDormancy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_InitAutoDormancy_mE10B9F22785A32E62F639CBD83D68B333B9C6A8F (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // System.Void BluetoothAim::DisconnectBleHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_DisconnectBleHelper_mE6FEADEF5F1DDB7BB9C09FDB86E18E5969198CCC (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // !0 System.Func`1::Invoke() inline bool Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79 (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * __this, const RuntimeMethod* method) { return (( bool (*) (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *, const RuntimeMethod*))Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_gshared)(__this, method); } // System.Void BluetoothAim::SetStatus(BluetoothStatusEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_SetStatus_m9728CA7EBF70DAB5A7A3AFA42E883E75EC7D7DBF (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, int32_t ___statusValue0, const RuntimeMethod* method); // System.Void BluetoothAim::OnDisconnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_OnDisconnect_m33E0AB733027EC9F288258B2F253B50D7E97E07D (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // System.Void BowCamera::set_isTouchMode(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BowCamera_set_isTouchMode_m697E7BDB07075516ADCEFDD7452D52356099CB82_inline (bool ___value0, const RuntimeMethod* method); // System.Void BluetoothAim::DestroyWhenDisconenct() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_DestroyWhenDisconenct_mF26EE5FCFF64418606466760E500B3C21BEE480E (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // System.Void AimHandler::SetMsOldDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AimHandler_SetMsOldDefault_mF4BBB4680E6CF26D0E75B8DEF7E9D56C4BA80F28 (AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * __this, 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 BluetoothAim::Connect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_Connect_mF4100A11D56946E0642A36E16BC7A0B6A8AA26F4 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.DOTween::Sequence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D (const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::AppendInterval(DG.Tweening.Sequence,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_AppendInterval_m20E76B7FD0B9E0FD85D5E55444177E412D2A39FE (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, float ___interval1, const RuntimeMethod* method); // System.Void DG.Tweening.TweenCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662 (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::AppendCallback(DG.Tweening.Sequence,DG.Tweening.TweenCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6 (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___callback1, const RuntimeMethod* method); // !!0 DG.Tweening.TweenSettingsExtensions::SetUpdate(!!0,System.Boolean) inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0 (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___t0, bool ___isIndependentUpdate1, const RuntimeMethod* method) { return (( Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * (*) (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E *, bool, const RuntimeMethod*))TweenSettingsExtensions_SetUpdate_TisRuntimeObject_m7B426C4B27D21FC5CD7C922AB56185A32E9CD29D_gshared)(___t0, ___isIndependentUpdate1, method); } // System.Void SimulateMouseController::SetBleConnected(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController_SetBleConnected_m3C54C070AD85437D87FBB7464F8337B47E28C45D (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * __this, bool ___connected0, const RuntimeMethod* method); // System.Void BluetoothAim::ConnectBleHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_ConnectBleHelper_mC24757DBF81BBD3F196A3D704330102B138697C5 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // ArduinoBluetoothAPI.BluetoothHelper ArduinoBluetoothAPI.BluetoothHelper::GetNewInstance(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * BluetoothHelper_GetNewInstance_m0232F26213407CD5A20C17A25977323C960B4E6A (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/BluetoothLEDataEvent::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothLEDataEvent__ctor_mB76D53B143951496C24E3EE72B1ADF1EFF4C1DF7 (BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper::add_OnCharacteristicChanged(ArduinoBluetoothAPI.BluetoothHelper/BluetoothLEDataEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelper_add_OnCharacteristicChanged_mCF3C6E16969F2199776FEC9D2ACC99B4D06780F1 (BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * __this, BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * ___value0, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper/BluetoothScanEvents::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothScanEvents__ctor_m4DF2074D4CDECEB0BFFB8A65A44B45E253EDC6C6 (BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper::add_OnScanEnded(ArduinoBluetoothAPI.BluetoothHelper/BluetoothScanEvents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelper_add_OnScanEnded_m29C2C4D0D6C05C482081DB00D47ADA32CEF7D3F0 (BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * __this, BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * ___value0, const RuntimeMethod* method); // System.Void BluetoothAim::Log(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, String_t* ___text0, 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); // System.String TextAutoLanguage2::GetTextByKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2 (String_t* ___textKey0, const RuntimeMethod* method); // System.Void BluetoothAim::HandleConnectException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_HandleConnectException_m0BE494CB891C5970220A086FBDF18483D6C55298 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, String_t* ___errorText0, const RuntimeMethod* method); // PopupMgr PopupMgr::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D (const RuntimeMethod* method); // System.Void PopupMgr::ShowTip(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42 (PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m7942990CFFB5E67155F4D9BB7E51F95194069243 (Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Void BleUDP::ScanNearbyDevices() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BleUDP_ScanNearbyDevices_mA9F1E687A6C1F8C56B7E641F090324B5545B3863 (BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA * __this, const RuntimeMethod* method); // System.Boolean JCUnityLib.CountLock::IsLocked() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CountLock_IsLocked_mB973135FECE2343082A4D23EF263BD0218BD6384 (CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * __this, const RuntimeMethod* method); // System.Void BluetoothAim::StartUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_StartUp_mAB771EC106726448469DBFB8D28241BBAFF39A1F (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // System.Void BluetoothAim::Dormancy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_Dormancy_m482E9CBD8829FDF49807FB5978752B99CBA17AC6 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // System.Void JCUnityLib.CountLock::Lock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CountLock_Lock_mA99EAF42060BC4FABD2267E34B4FDA6911935EB1 (CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // !0[] System.Collections.Generic.List`1::ToArray() inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_ToArray_mC6E0B3CF74090974475F845BF79EC5E66D3A71AC_gshared)(__this, method); } // System.Void BluetoothAim::SendCDM(System.Func`1,System.Action,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_SendCDM_m5837DAA62DABF3CA4570C1C3303838EC65E38E9F (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___canDo0, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onComplete1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___cmds2, const RuntimeMethod* method); // System.Boolean BluetoothAim::sendCMD_CheckAndDoStop(DG.Tweening.Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothAim_sendCMD_CheckAndDoStop_mDA1407E64D55BB91570807718D9B72F17B6BCE14 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___sequence0, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9 (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_gshared)(__this, ___object0, ___method1, method); } // System.Void BluetoothAim/CmdToSend::.ctor(System.String[],System.Action,System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmdToSend__ctor_m97DCC0BBE7E5EB8122B8ADE203860AD5779BCA2F (CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___cmds0, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onComplete1, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___canDo2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) inline void Queue_1_Enqueue_m7AD4B35E7CD8D9DD54A7DA7F58C0873FFF235C1E (Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * __this, CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * ___item0, const RuntimeMethod* method) { (( void (*) (Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 *, CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 *, const RuntimeMethod*))Queue_1_Enqueue_m569423674869D1BC83C295B8D0F156855406FA4E_gshared)(__this, ___item0, method); } // System.Void BluetoothAim::sendCMD_NotCheck(BluetoothAim/CmdToSend) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_sendCMD_NotCheck_m8EFD876549118DF5E61B93881BCADDFE555C2282 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * ___cmdToSend0, const RuntimeMethod* method); // System.Void BluetoothAim/<>c__DisplayClass48_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass48_0__ctor_mF0826AC1CE49A2CAB14E51DA24F7FE3B291AF635 (U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * __this, const RuntimeMethod* method); // System.Void BluetoothAim::sendCMD_CheckNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_sendCMD_CheckNext_mA756211F9D92C3576AB50D2030AC1F8A6D8D2158 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::PrependInterval(DG.Tweening.Sequence,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_PrependInterval_mF91C39268775A123FCCE526262C391CB826B8B9B (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, float ___interval1, const RuntimeMethod* method); // System.Void BluetoothAim/<>c__DisplayClass48_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass48_1__ctor_mF46243C5CA0F340007B73F81ACC9D829698923C3 (U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() inline int32_t Queue_1_get_Count_mE850AD80C746639267B87FC09BB86FC57C54C1FB_inline (Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 *, const RuntimeMethod*))Queue_1_get_Count_mD618588C9785F06D043BE6AAD0A0B8116B2A77A3_gshared_inline)(__this, method); } // !0 System.Collections.Generic.Queue`1::Dequeue() inline CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * Queue_1_Dequeue_mDB4CE1176F8458480C00D4622B0AEF78826E50AA (Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * __this, const RuntimeMethod* method) { return (( CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * (*) (Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 *, const RuntimeMethod*))Queue_1_Dequeue_m68EC2DECAF6CF6D92F2E2BDB5AD1CD84EB52AFC2_gshared)(__this, method); } // System.Void System.Collections.Generic.Queue`1::Clear() inline void Queue_1_Clear_m3A1F9DEDFFC5F27514DCFC4CCB7672936AF056C2 (Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * __this, const RuntimeMethod* method) { (( void (*) (Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 *, const RuntimeMethod*))Queue_1_Clear_m123D9273AFF968BD5C248D721870170B26FBEF6C_gshared)(__this, method); } // System.Void DG.Tweening.TweenExtensions::Kill(DG.Tweening.Tween,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenExtensions_Kill_m8A79B9D5D31C46E9669C2EFEDF26BF4F7EB02D10 (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t0, bool ___complete1, const RuntimeMethod* method); // System.Void BluetoothAim::WriteData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_WriteData_mCDD206A6868D45DF9CB02D2F1A3528C6518A6A2C (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, String_t* ___data0, const RuntimeMethod* method); // System.Void DebugDeviceCMD::ShowCMD(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugDeviceCMD_ShowCMD_m3F3EAD0CE1CE06E072C11F5E64C91076CD1D0D8F (DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD * __this, String_t* ___cmd0, const RuntimeMethod* method); // System.String ArduinoBluetoothAPI.BluetoothHelperCharacteristic::getName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BluetoothHelperCharacteristic_getName_m59316C36B56D20C5176500C1A3D4B8CBD9825E5E_inline (BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * __this, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelperCharacteristic::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelperCharacteristic__ctor_mCEAEDEF8755245EE6043CAAECC137B37C611305C (BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String ArduinoBluetoothAPI.BluetoothHelperService::getName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BluetoothHelperService_getName_mC2B58215D48C8773638DCE0D3347D094B99CD20C_inline (BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * __this, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelperCharacteristic::setService(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BluetoothHelperCharacteristic_setService_mE0AB7736081BC9807E94F146988121AAC5562642_inline (BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * __this, String_t* ___service0, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper::WriteCharacteristic(ArduinoBluetoothAPI.BluetoothHelperCharacteristic,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelper_WriteCharacteristic_mB516164C5C393B9A039991FA3940E433AA3D7C06 (BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * __this, BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * ___characteristic0, String_t* ___value1, 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); // 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.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_ASCII() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173 (const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.Boolean BluetoothAim::CheckIsMacValid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothAim_CheckIsMacValid_m5DF9C29C2108A4F826F2DD5EDB299574E4CB501D (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, String_t* ___mac0, const RuntimeMethod* method); // System.Void SideTipView::ShowTip(System.String,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SideTipView_ShowTip_m04E61673AF55BA5168F37B48B1E56BDFE540C6A1 (String_t* ___text0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color1, const RuntimeMethod* method); // !0 JCUnityLib.Singleton`1::get_Instance() inline UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7 * Singleton_1_get_Instance_mCA2528D9C9DE7F45F0E48B3D2A5F8440994F2953 (const RuntimeMethod* method) { return (( UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7 * (*) (const RuntimeMethod*))Singleton_1_get_Instance_mD7F54CFD6D60327428D8C7A97E68BE95288A9A52_gshared)(method); } // System.Void UserComp::saveMac() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserComp_saveMac_mE1ADCC58133D02AED100B05B9A0528FF5EAC68F3 (UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7 * __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.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) inline int32_t Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m197AE609773A2E87C6697AC65C8DFA0777ABC835 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___array0, Il2CppChar ___value1, const RuntimeMethod* method) { return (( int32_t (*) (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, Il2CppChar, const RuntimeMethod*))Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m197AE609773A2E87C6697AC65C8DFA0777ABC835_gshared)(___array0, ___value1, 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); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, 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.Void System.Collections.Generic.Queue`1::.ctor() inline void Queue_1__ctor_mB9C8E553A7BFA1D992248D0BEAC4D2F2CF5C1439 (Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * __this, const RuntimeMethod* method) { (( void (*) (Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 *, const RuntimeMethod*))Queue_1__ctor_m065613451660A1479E4D6D00878FB7630AFE4E11_gshared)(__this, method); } // System.Void JCUnityLib.CountLock::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CountLock__ctor_mAC3534893A608BA48678EB809D45990DFD7E28C5 (CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 List_1_GetEnumerator_mFEADCD2047CEE6D0CFA45A429CF8F3074E37673C (List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 * __this, const RuntimeMethod* method) { return (( Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 (*) (List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * Enumerator_get_Current_m2DA3B3BBAA26BE86BD21DB51E1E2174867768DF4_inline (Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 * __this, const RuntimeMethod* method) { return (( BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * (*) (Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D (String_t* __this, const RuntimeMethod* method); // System.String BluetoothAim::get_targetDeviceService() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BluetoothAim_get_targetDeviceService_m451E1DD9639B1F946FC8AF74814B026845E9D069 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedList`1 ArduinoBluetoothAPI.BluetoothHelperService::getCharacteristics() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * BluetoothHelperService_getCharacteristics_mBD7CEF21C1DC6FC1100FF68426FD9BDEDF2BB28A_inline (BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedList`1/Enumerator System.Collections.Generic.LinkedList`1::GetEnumerator() inline Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C LinkedList_1_GetEnumerator_m23E2202D223C083DAC688E7DE70CE31E8902EF46 (LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * __this, const RuntimeMethod* method) { return (( Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C (*) (LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 *, const RuntimeMethod*))LinkedList_1_GetEnumerator_mA8E32570A3D8AE477E2EFAC93C602C8F319A1965_gshared)(__this, method); } // !0 System.Collections.Generic.LinkedList`1/Enumerator::get_Current() inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * Enumerator_get_Current_m6774D8858FE9A9551EB72A70CD0855E255B7C974_inline (Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C * __this, const RuntimeMethod* method) { return (( BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * (*) (Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C *, const RuntimeMethod*))Enumerator_get_Current_m404B81639163579E072762AABE402383137A46B4_gshared_inline)(__this, method); } // System.String BluetoothAim::get_targetDeviceCharacteristicWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BluetoothAim_get_targetDeviceCharacteristicWrite_m19410D16AAFA3A2FFBCE56BAEFAE84E9FA48BCCA (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // System.String BluetoothAim::get_targetDeviceCharacteristicNotify() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BluetoothAim_get_targetDeviceCharacteristicNotify_mDF5B50B8F284F9D0DBE9DB8386401E0D6E8D8E0C (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.LinkedList`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m43A83012B262D49B331D221FBE414049CBCD4F42 (Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C *, const RuntimeMethod*))Enumerator_MoveNext_m8C0026B8E1A6150866B1D0100A28B12A672875BB_gshared)(__this, method); } // System.Void System.Collections.Generic.LinkedList`1/Enumerator::Dispose() inline void Enumerator_Dispose_mCC607B0C09E801F33EB6B0922A8899D2A5D55BA9 (Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C *, const RuntimeMethod*))Enumerator_Dispose_m5259FBF9B6A888C745BA8877D281B992C503520D_gshared)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m5D19B55E374EAB466CAF87C0C00A02C61F887F00 (Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m2A96334EF63834D3A85C16B1CEC9D0F360424EFC (Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void BluetoothAim::CallDelay(System.Single,DG.Tweening.TweenCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_CallDelay_mB8BCC981F31AEFD58F2ABC7BFC990B06ECB555C3 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, float ___delayTime0, TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___callback1, const RuntimeMethod* method); // System.Void BluetoothAim::InitWhenConenct() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_InitWhenConenct_mD1ACC169C5C805FB10347AA52D59330C1F216871 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // System.Int64 JCUnityLib.TimeUtils::GetTimestamp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TimeUtils_GetTimestamp_m4AE5DDA15BA52BE1D7C9CFB07491E0281142ACDC (const RuntimeMethod* method); // System.Void BluetoothAim::UploadMacAddress(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_UploadMacAddress_m8169B1FBA359C970A31378B3CDA031B594EA7764 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.Void BluetoothClient::UploadData(System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothClient_UploadData_m8F9D3A0FE11A1A03B5DEC8D5AF0F1A0F09FB7BBA (uint8_t ___sign0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, 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.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.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, 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); } // System.Void BleUDP::Connect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BleUDP_Connect_m120FC3BAD54147D3902C3F2DAA23F9CC6B885452 (BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void JCEngineCore.JCEngine::bootNew(System.String,JCEngineCore.JCEntity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JCEngine_bootNew_mD07B8AC0832B71EA094D6160D62A15EDDF951E6E (String_t* ___url0, JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * ___entity1, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.Collections.Generic.IEnumerable`1) inline String_t* String_Join_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m4F0E8F8DB4463A686266DFBD54DF6F7D19B4251C (String_t* ___separator0, RuntimeObject* ___values1, const RuntimeMethod* method) { return (( String_t* (*) (String_t*, RuntimeObject*, const RuntimeMethod*))String_Join_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m4F0E8F8DB4463A686266DFBD54DF6F7D19B4251C_gshared)(___separator0, ___values1, method); } // System.String System.Byte::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m6A11C71EB9B8031596645EA1A4C2430721B282B5 (uint8_t* __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.Void BluetoothClient::Log(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothClient_Log_mBC0F8CBE70D5A11AA4EC97E966AD7F80CFE2B509 (BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 * __this, String_t* ___text0, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m8846EB11F0A221BDE237DE041D17764B36065404 (String_t* ___separator0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value1, const RuntimeMethod* method); // System.Void BleDebugClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BleDebugClient__ctor_mF6491F5710912C9BD7D6BC7DAD20C791210472E4 (BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252 * __this, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_m8082092746C105752AACFB791CE54F24980E6767 (Action_2_t69B57FA560202CA74CA20771AE0002374A008E07 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_t69B57FA560202CA74CA20771AE0002374A008E07 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m5DF47A8FB9602878B889F257B1E462118ED0C0FF_gshared)(__this, ___object0, ___method1, method); } // System.Boolean BluetoothDispatcher::IsWindows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothDispatcher_IsWindows_m9CB776A3538E8918E4001BD8B4B3E12E07ECD253 (BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39 * __this, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_mEF8507EBBA29DB62BF484C3A6CD1943C254712D4 (Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, const RuntimeMethod*))Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared)(__this, ___obj0, method); } // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_mB22F7F39CDD46667C3EF64507E55BB7DA18F66C4 (const RuntimeMethod* method); // System.Void BluetoothDispatcher::SetPlatformID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothDispatcher_SetPlatformID_m03C2421C08AB089A1E53EB5AFA75A4F99A2C6126 (BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39 * __this, const RuntimeMethod* method); // System.Void UnityEngine.AndroidJavaClass::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidJavaClass__ctor_mEFF9F51871F231955D97DABDE9AB4A6B4EDA5541 (AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 * __this, String_t* ___className0, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline (const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // !!0 UnityEngine.AndroidJavaObject::CallStatic(System.String,System.Object[]) inline AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E * AndroidJavaObject_CallStatic_TisAndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E_m9DC83C30D88D4C2778A76EFD4D3F016861BD48FB (AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E * __this, String_t* ___methodName0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { return (( AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E * (*) (AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E *, String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))AndroidJavaObject_CallStatic_TisRuntimeObject_m6489EA6ECBD1AEA0121CD0D82576F1312503149C_gshared)(__this, ___methodName0, ___args1, method); } // !!0 UnityEngine.AndroidJavaObject::Call(System.String,System.Object[]) inline bool AndroidJavaObject_Call_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m13EC19F5D105614B86EADA87F5F73751D3CFF108 (AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E * __this, String_t* ___methodName0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { return (( bool (*) (AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E *, String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))AndroidJavaObject_Call_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m13EC19F5D105614B86EADA87F5F73751D3CFF108_gshared)(__this, ___methodName0, ___args1, method); } // System.Void BluetoothHelperAndroid/<>c__DisplayClass1_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0__ctor_m690E98EBF172DBA1576FDF8733D633927521EB14 (U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D * __this, const RuntimeMethod* method); // !!0 UnityEngine.AndroidJavaObject::GetStatic(System.String) inline int32_t AndroidJavaObject_GetStatic_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m2C6F66147F55ECD085FEE7504923772BB3726848 (AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E * __this, String_t* ___fieldName0, const RuntimeMethod* method) { return (( int32_t (*) (AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E *, String_t*, const RuntimeMethod*))AndroidJavaObject_GetStatic_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m2C6F66147F55ECD085FEE7504923772BB3726848_gshared)(__this, ___fieldName0, method); } // System.Boolean BluetoothHelperAndroid::IsPermissionsGranted(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothHelperAndroid_IsPermissionsGranted_mDD3AA3709A6082074934F24957F64610C00E4C07 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___permissions0, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BluetoothHelperAndroid::RequestUserPermissions(System.String[],UnityEngine.Events.UnityAction,UnityEngine.Events.UnityAction`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelperAndroid_RequestUserPermissions_mB7783809112633056A620153F8F3ECF400300430 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___permissions0, UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onAllGranted1, UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * ___onDenied2, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B List_1_GetEnumerator_mC3C92BFD7725EFE888D9CD9022D7FD8B62797903 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline String_t* Enumerator_get_Current_m6A1D5267B49F39503A0BF02B983C18FA2EB5094A_inline (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * __this, const RuntimeMethod* method) { return (( String_t* (*) (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean UnityEngine.Android.Permission::HasUserAuthorizedPermission(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Permission_HasUserAuthorizedPermission_m85B154FEA4C22EDCD5B1EAA98E3D682A1184EA18 (String_t* ___permission0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54 (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7 (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void BluetoothHelperAndroid/<>c__DisplayClass3_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_mD9F1E982C1C5E2019D09630218780429AE214927 (U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void UnityEngine.Android.PermissionCallbacks::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionCallbacks__ctor_mE11084F2CE2AB4E74299B954D15C7D766C6C0EBD (PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m090CD607C7652B994D986F12CB18450A24FD8161 (Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.Android.PermissionCallbacks::add_PermissionGranted(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionCallbacks_add_PermissionGranted_mDBED6DFA5B3A2898DE9431000D3A834121467675 (PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5 * __this, Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Android.PermissionCallbacks::add_PermissionDenied(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionCallbacks_add_PermissionDenied_m7F1B4F77C41737F54DCB2DD42F10F30020AF59D6 (PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5 * __this, Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Android.PermissionCallbacks::add_PermissionDeniedAndDontAskAgain(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionCallbacks_add_PermissionDeniedAndDontAskAgain_mEE75EECE51ECDC42DB722EB2EBEDAC5C4DA0BF98 (PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5 * __this, Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Android.Permission::RequestUserPermissions(System.String[],UnityEngine.Android.PermissionCallbacks) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Permission_RequestUserPermissions_mF72AA2046C62C236B79355635C040F9BE654CBB5 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___permissions0, PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5 * ___callbacks1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_Invoke_mFFF1FFE59D8285F8A81350E6D5C4D791F44F6AC9 (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * __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); } // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m03007A68ABBA4CCD8C27B944964983395E7640F9 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___target0, 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.Transform UnityEngine.Transform::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, String_t* ___n0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BluetoothHolder::CloseDebug() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder_CloseDebug_mB609FD848307D6C2FBD1C4D2376C1B637FBDE76A (BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) inline bool HashSet_1_Add_mEE5EB28ACC19A8CD839CDDAC2B20B3E878FEE097 (HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * __this, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 *, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *, const RuntimeMethod*))HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.HashSet`1::get_Count() inline int32_t HashSet_1_get_Count_m20B6D973DC9EF7025D1BDB8B25B795E06858BBD5_inline (HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * __this, const RuntimeMethod* method) { return (( int32_t (*) (HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 *, const RuntimeMethod*))HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) inline bool HashSet_1_Remove_mD87E5D015C934D740E1A044F3A692C730325970A (HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * __this, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 *, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *, const RuntimeMethod*))HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared)(__this, ___item0, method); } // System.Void BluetoothHolder::ShowMagEllipse(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder_ShowMagEllipse_mCE64F80505009B2BBF2B086ACDF35C15E225AC07 (BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * __this, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___viewer0, const RuntimeMethod* method); // System.Void BluetoothHolder::HideMagEllipse(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder_HideMagEllipse_m3E21D8D44C24924374DD7AA5202D0969CBACCCC6 (BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * __this, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___viewer0, const RuntimeMethod* method); // UserSettings UserSettings::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2 (const RuntimeMethod* method); // System.Void UserSettings::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserSettings_Save_m043C1D07C0696FDB3AE23BC53E9816C52E0E6AC9 (UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * __this, const RuntimeMethod* method); // System.String UnityEngine.UI.InputField::get_text() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F (String_t* ___s0, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() inline void HashSet_1__ctor_m47BE8F26D40810EF4DCA2CF9D664944C572E5F55 (HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 *, const RuntimeMethod*))HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared)(__this, method); } // System.Void BluetoothShoot::SetStatus(BluetoothStatusEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_SetStatus_m2C72797B90702BEF3AE1A6B8837B136A35823397 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, int32_t ___statusValue0, const RuntimeMethod* method); // System.Void BluetoothShoot::OnDisconnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_OnDisconnect_m1CFFC84937DB4403BFE4BA00116E649AA2B11DDD (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mC92A676A3C9BFEFF1C88BADCAF85070A2DCABED4 (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, const RuntimeMethod* method) { (( void (*) (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF *, const RuntimeMethod*))List_1_Clear_mC92A676A3C9BFEFF1C88BADCAF85070A2DCABED4_gshared)(__this, method); } // System.Void BluetoothShoot::DoConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_DoConnect_m1A9CB6337DBD533A4C320793F57FC78EFE3D6ED3 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, const RuntimeMethod* method); // System.Void BluetoothShoot::Connect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_Connect_mC5748DF33A77928B667EFFDC2EB2F68D16A320FE (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, const RuntimeMethod* method); // System.Void BluetoothShoot::Log(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_Log_mF3E0D9133313B4E5D63F6459D29A192462648D67 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void BluetoothShoot::WriteData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_WriteData_mCFB8CCEC1942E96244816AACFEEB811A63683FD1 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, String_t* ___data0, const RuntimeMethod* method); // System.Void BluetoothShoot::CallDelay(System.Single,DG.Tweening.TweenCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_CallDelay_m881B4356FD0F54FD44F22DC9E20A04C42264697A (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, float ___delayTime0, TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___callback1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m1C5E87EEF4B8F8CB985E6C4FD69D863ABAD79F14_inline (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF *, const RuntimeMethod*))List_1_get_Count_m1C5E87EEF4B8F8CB985E6C4FD69D863ABAD79F14_gshared_inline)(__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.Void ShootCheck::OnDataReceived(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_OnDataReceived_mB9DC7FA77D829B1501065792249739303AC396B5 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.Void BluetoothShoot::cacheDataBytes(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_cacheDataBytes_m4D6490EF47CAD87798A0D944072AA1591AF68E49 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Int32 BluetoothShoot::TwoByteToInt(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BluetoothShoot_TwoByteToInt_m7CC2D68685678360795B75291DF3CF1BAD30121E (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, uint8_t ___b10, uint8_t ___b21, const RuntimeMethod* method); // System.Void DeviceBatteryView::RenderBattery(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceBatteryView_RenderBattery_mAB7D7BDF41E8DBF72DB9136DC3332F1D8D37678C (DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * __this, int32_t ___deviceID0, int32_t ___value1, 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 BluetoothShoot::handleDataBytes(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_handleDataBytes_mDD080877316766A10EBB84128CF71ECC532C0FFE (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.Void ShootCheck::OnBluetoothReady(BluetoothShoot) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_OnBluetoothReady_m3A50A1298685B1CCF1891177E8C18B722DBAC8A8 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * ___bluetoothShoot0, 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.ValueTuple`2::.ctor(!0,!1) inline void ValueTuple_2__ctor_m7EE9B0F3B7C1604E821E798C8CD2E2F98040242A (ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 * __this, int32_t ___item10, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___item21, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 *, int32_t, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 , const RuntimeMethod*))ValueTuple_2__ctor_m7EE9B0F3B7C1604E821E798C8CD2E2F98040242A_gshared)(__this, ___item10, ___item21, method); } // UnityEngine.Color UnityEngine.Color::get_red() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_red_m9BD55EBF7A74A515330FA5F7AC7A67C8A8913DD8 (const RuntimeMethod* method); // System.Void UnityEngine.Material::.ctor(UnityEngine.Shader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_mD2A3BCD3B4F17F5C6E95F3B34DAF4B497B67127E (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___shader0, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.Material UnityStandardAssets.ImageEffects.Blur::get_material() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * Blur_get_material_m7B726B085C3EE53F708B326C2B362DCEB39BF999 (Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * __this, const RuntimeMethod* method); // UnityEngine.Shader UnityEngine.Material::get_shader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * Material_get_shader_mEB85A8B8CA57235C464C2CC255E77A4EFF7A6097 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Shader::get_isSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Shader_get_isSupported_m958F4978B3DFAD2FD471549B2C1D8A82639EDA41 (Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::BlitMultiTap(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,UnityEngine.Vector2[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_BlitMultiTap_m9D01D9D879A45C8DF78898F7F28B69A6CFCB1C70 (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___mat2, Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___offsets3, const RuntimeMethod* method); // UnityEngine.RenderTexture UnityEngine.RenderTexture::GetTemporary(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * RenderTexture_GetTemporary_m8E43C234388D8688B70498F6663F05925EFBD4C9 (int32_t ___width0, int32_t ___height1, int32_t ___depthBuffer2, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.Blur::DownSample4x(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blur_DownSample4x_m648F40010C0E6CDDEAA991C89E008A5A5358F243 (Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.Blur::FourTapCone(UnityEngine.RenderTexture,UnityEngine.RenderTexture,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blur_FourTapCone_m1AC39BD3A8913BEF402C3C1C4797293DAF13921F (Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, int32_t ___iteration2, const RuntimeMethod* method); // System.Void DragonBones.TransformObject::_OnClear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformObject__OnClear_m31CCFA09154CDBFEE86EC4C62622091C18D272C5 (TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F * __this, const RuntimeMethod* method); // DragonBones.TransformDB DragonBones.TransformDB::Identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * TransformDB_Identity_mD36BA617304BE1B59BDEBD54FEFD46B85078BCCD (TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * __this, const RuntimeMethod* method); // System.Void DragonBones.BlendState::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlendState_Clear_m220E537225F2844F4D867C41AA39EF5DF93FBDA9 (BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * __this, const RuntimeMethod* method); // System.Boolean DragonBones.Armature::get_flipX() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Armature_get_flipX_m834E64F87033EBAAE6C94C4337FED47B0BF37E84_inline (Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * __this, const RuntimeMethod* method); // System.Boolean DragonBones.Armature::get_flipY() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Armature_get_flipY_mD6F52AC8CA5A66CCA153B73EFB62B36BD13B83E6_inline (Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * __this, const RuntimeMethod* method); // DragonBones.TransformDB DragonBones.TransformDB::CopyFrom(DragonBones.TransformDB) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * TransformDB_CopyFrom_mEF91EE3F2508A8B0603B04CE58CF1BEF69C68524 (TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * __this, TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___value0, const RuntimeMethod* method); // DragonBones.TransformDB DragonBones.TransformDB::Add(DragonBones.TransformDB) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * TransformDB_Add_m967336FDEF69E0228C789239C318764C16538A75 (TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * __this, TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___value0, const RuntimeMethod* method); // System.Void DragonBones.TransformObject::UpdateGlobalTransform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformObject_UpdateGlobalTransform_mBAEDE3A87562FFCA6AF1BFCADE4D153179F9F81C (TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F * __this, const RuntimeMethod* method); // DragonBones.TransformDB DragonBones.TransformDB::ToMatrix(DragonBones.Matrix) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * TransformDB_ToMatrix_m61C4062285BB4E83DE5EDE79418FB979F39EABBF (TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * __this, Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * ___matrix0, const RuntimeMethod* method); // DragonBones.Matrix DragonBones.Matrix::Concat(DragonBones.Matrix) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * Matrix_Concat_mCD40D722CBE86D7683B879F290F945EC81C0CE32 (Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * __this, Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * ___value0, const RuntimeMethod* method); // DragonBones.TransformDB DragonBones.TransformDB::FromMatrix(DragonBones.Matrix) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * TransformDB_FromMatrix_m3B139F3146275DB73ABF8C6058646D3BB8FC1E38 (TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * __this, Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * ___matrix0, const RuntimeMethod* method); // DragonBones.Bone DragonBones.Armature::GetBone(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * Armature_GetBone_m9A9880E57F858489B2E8C78C33BD6204E0F3FFF0 (Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void DragonBones.Armature::_AddBone(DragonBones.Bone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Armature__AddBone_mCEB8AA7B700C0C289562D0453FDDAB72033F9FC0 (Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * __this, Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * ___value0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline int32_t List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_gshared_inline)(__this, ___index0, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C List_1_GetEnumerator_m8662A6359E6FF70B9CE00F1A9776060C8800E300 (List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 * __this, const RuntimeMethod* method) { return (( Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C (*) (List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D * Enumerator_get_Current_m720034BAE2C5E484A19A343FB418A7934606ECF3_inline (Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C * __this, const RuntimeMethod* method) { return (( Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D * (*) (Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m813F81FC9AB21B9F27D446138C50C68AD5CE641C (Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mD6ACE29D2A7457FA15EBF49428A707674CE51B50 (Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) inline void List_1_set_Item_m1C4A039A7BDDE12D728C6BA9145FA238B5F27041 (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, int32_t, int32_t, const RuntimeMethod*))List_1_set_Item_m1C4A039A7BDDE12D728C6BA9145FA238B5F27041_gshared)(__this, ___index0, ___value1, method); } // System.Void DragonBones.Bone::_UpdateGlobalTransformMatrix(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bone__UpdateGlobalTransformMatrix_m9D82B39805405D019387F375E71FBFCB9AA3CF09 (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, bool ___isCache0, const RuntimeMethod* method); // System.Int32 DragonBones.ArmatureData::SetCacheFrame(DragonBones.Matrix,DragonBones.TransformDB) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArmatureData_SetCacheFrame_m901EE210D7A6D8EADB90278F3CFC1BFC19D44F89 (ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * __this, Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * ___globalTransformMatrix0, TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___transform1, const RuntimeMethod* method); // System.Void DragonBones.ArmatureData::GetCacheFrame(DragonBones.Matrix,DragonBones.TransformDB,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArmatureData_GetCacheFrame_m05390FA851EC3FDF956154DF5605FB1B91679A7D (ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * __this, Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * ___globalTransformMatrix0, TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___transform1, int32_t ___arrayOffset2, const RuntimeMethod* method); // DragonBones.Bone DragonBones.Bone::get_parent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * Bone_get_parent_mD2D702764E51EBBC81F7333000D9B813B293D427_inline (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 DragonBones.Armature::GetSlots() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * Armature_GetSlots_m501AC63D1F8CFA8C1C24809B7F86038963DC6504_inline (Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 List_1_GetEnumerator_mB896027B568F31D7093E22BC3D64A8F272C65A08 (List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * __this, const RuntimeMethod* method) { return (( Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 (*) (List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * Enumerator_get_Current_mAFDB25619627E68E9CBEB4378A904D7B0979D42E_inline (Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 * __this, const RuntimeMethod* method) { return (( Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * (*) (Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // DragonBones.Bone DragonBones.Slot::get_parent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * Slot_get_parent_mA102121DB3C91AD2CC73A61A4C5EC4D48ABA45B3_inline (Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mF8071C91C8BCCA7804F61E05EBC3CD4094DD90AA (Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m3B44109F8E15E104FAA3246C30ED6DBB8A8C51C7 (Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void DragonBones.TransformDB::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformDB__ctor_m56397467A599EFEC6746FFF2D8934B38FE0327E0 (TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * __this, const RuntimeMethod* method); // System.Void DragonBones.BlendState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlendState__ctor_m57692C661F78B9ABAC16C9DE762597025F3DCBCB (BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_gshared)(__this, method); } // System.Void DragonBones.TransformObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformObject__ctor_mB5705B2FE3A65E7C2535B2F55A8C5EFB0C97E55F (TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F * __this, const RuntimeMethod* method); // System.Void DragonBones.TweenTimelineState::_OnArriveAtFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenTimelineState__OnArriveAtFrame_m4DAA51A3AD6A49D805B71B7DD1B9D0FAFBBEDD35 (TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 * __this, const RuntimeMethod* method); // System.Void DragonBones.TweenTimelineState::_OnUpdateFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenTimelineState__OnUpdateFrame_mC0D8CD18A35040EB6E278525E48FAB2FD21193C2 (TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 * __this, const RuntimeMethod* method); // System.Single DragonBones.TransformDB::NormalizeRadian(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TransformDB_NormalizeRadian_mDAC5CB34F650997AD8B522EB64E61F097AEDEE97 (float ___value0, const RuntimeMethod* method); // System.Void DragonBones.BoneTimelineState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneTimelineState__ctor_m19DF1C1530D63A083DF1B4D959B8DD012CB414AB (BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F * __this, const RuntimeMethod* method); // System.Void DragonBones.BaseObject::ReturnToPool() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseObject_ReturnToPool_mE1B7ADD0250DA109ADF4EB7036BED705CCE35FB9 (BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 * __this, const RuntimeMethod* method); // System.Void DragonBones.BaseObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseObject__ctor_m4DCE2F1F3E01CF86CF020F426145F76A0953581F (BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 * __this, const RuntimeMethod* method); // System.Void DragonBones.TweenTimelineState::_OnClear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenTimelineState__OnClear_m5C3DD26366BAB7EF415F01CF0D66CDA13E43B090 (TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 * __this, const RuntimeMethod* method); // System.Void DragonBones.TweenTimelineState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenTimelineState__ctor_mCC3228419A85855F698D79FF8205603A5A379736 (TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 * __this, const RuntimeMethod* method); // System.Void DragonBones.DisplayData::_OnClear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayData__OnClear_m154A800EFDC4AB513A22D56A24B9F051FC81CE74 (DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB * __this, const RuntimeMethod* method); // System.Void DragonBones.DisplayData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayData__ctor_m2BA7F612C233730ECC90824C4B97EEBE3535D484 (DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * Component_GetComponentInChildren_TisArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_m21BC81200950F07489BB09A4493DC666B12D85E3 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // !!0 UnityEngine.Object::FindObjectOfType() inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * Object_FindObjectOfType_TisBowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_mC734042BCAD6E750D089A703EDACEEE11802B3E8 (const RuntimeMethod* method) { return (( BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * (*) (const RuntimeMethod*))Object_FindObjectOfType_TisRuntimeObject_mBE0814B07DA8DDD57407CC2F0C8051AEC27D34BC_gshared)(method); } // UnityEngine.Vector3 UnityEngine.Transform::get_localEulerAngles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_localEulerAngles_m4C442107F523737ADAB54855FDC1777A9B71D545 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.SceneManagement.Scene UnityEngine.SceneManagement.SceneManager::GetActiveScene() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE SceneManager_GetActiveScene_mB9A5037FFB576B2432D0BFEF6A161B7C4C1921A4 (const RuntimeMethod* method); // System.String UnityEngine.SceneManagement.Scene::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8 (Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // UnityEngine.Camera BowCamera::get_cameraComp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * BowCamera_get_cameraComp_m7F7D5409F6C6EC67D8314904E2CE690ED96E3FC0 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_fieldOfView(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, float ___value0, const RuntimeMethod* method); // System.Void BowCamera::RecordDefaultCameraFieldOfView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_RecordDefaultCameraFieldOfView_m5F36005B4999ECADD3FEBB38CEB931B2E8E98CF6 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method); // System.Void BowCamera/BowCameraFixed::.ctor(BowCamera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCameraFixed__ctor_m0EA5E481FA08D71282AA204485E8505943188440 (BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * __this, BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * ___bowCamera0, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_mA445808F366AB6BE911B8B18829498EA1FC3FF34 (Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mA445808F366AB6BE911B8B18829498EA1FC3FF34_gshared)(__this, ___object0, ___method1, method); } // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Single UnityEngine.Input::GetAxis(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Input_GetAxis_m939297DEB2ECF8D8D09AD66EB69979AAD2B62326 (String_t* ___axisName0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87 (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localEulerAngles(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.EventSystem::get_current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * EventSystem_get_current_m4B9C11F490297AE55428038DACD240596D6CE5F2 (const RuntimeMethod* method); // System.Boolean UnityEngine.EventSystems.EventSystem::IsPointerOverGameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSystem_IsPointerOverGameObject_m49888E0F63763086DCD74D5A6C5C5705A96F88EB (EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * __this, const RuntimeMethod* method); // System.Boolean BowCamera::get_isTouchMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BowCamera_get_isTouchMode_m854795B54B53FC4ED10C838B453820F2A572ACA4 (const RuntimeMethod* method); // System.Void JCUnityLib.TouchChecker::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchChecker_Update_m476E528115BF613632E76EC83DA68EC66050BF17 (TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * __this, const RuntimeMethod* method); // System.Single BowRotateConvert::GetRate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BowRotateConvert_GetRate_m275FCECDBC711FC3806A7E289FF616DA630961B0 (BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::LookAt(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_LookAt_m49185D782014D16DA747C1296BEBAC3FB3CEDC1F (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___target0, const RuntimeMethod* method); // System.Single BowCamera::get_bowRotateConvertRate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BowCamera_get_bowRotateConvertRate_mE08B9A38798884EDF133EA1E1A915C0217B82FD9 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 BowCamera/BowCameraFixed::LimitBowAngle(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E BowCameraFixed_LimitBowAngle_m3A22FDA38C0672867AD64A16FFF50787735ACBA5 (BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___outAngle0, const RuntimeMethod* method); // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_fieldOfView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void BowCamera::AutoSwitchCamera() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_AutoSwitchCamera_mD0CFC226BCEF552DF92F9EDD2553F075AE8D02F6 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeSelf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void JCUnityLib.TouchChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchChecker__ctor_mB4E1555AED0FEE8B72234337D886FF16DC4AB4E1 (TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Touch::get_deltaPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Touch_get_deltaPosition_mF9D60C253E41DC4E4F832F88A1041BE8A9E7C0FB (Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // ArmBow BowCamera::get_armBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * BowCamera_get_armBow_m06518B6A5072B222B35E6AE077C9EFDCCC6F3A42 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method); // System.Void ArmBow::ADS_fire() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArmBow_ADS_fire_m14CF0F83E84AD1C6459823907A34D5C325E9A0C7 (ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // System.String System.Single::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7 (float* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Single UnityStandardAssets.Vehicles.Car.CarController::get_BrakeInput() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float CarController_get_BrakeInput_m38CBD2496997600DCE24280D4A6C8BD45D764EB1_inline (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, String_t* ___identifier0, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090 (const RuntimeMethod* method); // System.Void BestHTTP.Extensions.BufferDesc::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferDesc__ctor_m3B90D1AF83C7FD864BA5BE8C1027E181435E2C6B (BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buff0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream__ctor_m9BAAD89884657726AF5E5AD72B76CE790D59BA9F (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, int32_t ___capacity0, 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 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.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 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 BestHTTP.Extensions.BufferPoolMemoryStream::InternalConstructor(System.Byte[],System.Int32,System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_InternalConstructor_m987468CA81AC440F94EB5618BDA9D0475DCC44D8 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, bool ___writable3, bool ___publicallyVisible4, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880 (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::CheckIfClosedThrowDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, 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); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, 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.Void System.UnauthorizedAccessException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnauthorizedAccessException__ctor_mFC3C01B9F0FA54D32D8D96CAA899FC4EFBF3D316 (UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333 * __this, const RuntimeMethod* method); // System.String System.Int64::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F (int64_t* __this, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean UnityEngine.Mathf::IsPowerOfTwo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Mathf_IsPowerOfTwo_m6240A0C85585D706A5FDDC1AA47421849E16F363 (int32_t ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::NextPowerOfTwo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_NextPowerOfTwo_m89DB0674631948FE00FD5660B18D9E62CE85CAF5 (int32_t ___value0, const RuntimeMethod* method); // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::CalculateNewCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferPoolMemoryStream_CalculateNewCapacity_m943315924A56F56A809BA57BBF07E5BA4C14F17F (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, int32_t ___minimum0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::set_Capacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_set_Capacity_m7E42F7C6F65615D686A846B9CA5956ED67C0ECF2 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m81CEEF1FCB5EFBBAA39071F48BCFBC16AED0C915 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::Expand(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_Expand_m54B2959B169E78468518035DF09956E34318D8F0 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, int32_t ___newSize0, const RuntimeMethod* method); // System.Byte[] BestHTTP.Extensions.BufferPoolMemoryStream::ToArray(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferPoolMemoryStream_ToArray_mB298DCF63F08227794A80503232B9E0F8E1A58AA (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, bool ___canBeLarger0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m51F19CEBA82D5C59D399C4F72B3BBD4DB7CE6E37 (List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 *, const RuntimeMethod*))List_1__ctor_m51F19CEBA82D5C59D399C4F72B3BBD4DB7CE6E37_gshared)(__this, method); } // System.Void BestHTTP.Extensions.BufferStore::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferStore__ctor_mBDAE503D592F42B6CDC5DD03805D91622A5E6FBB (BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491 * __this, int64_t ___size0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m7B862F51C4F5D7AD7FF9F30FF97ABF7E988B0BD5 (List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * __this, BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 *, BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 , const RuntimeMethod*))List_1_Add_m7B862F51C4F5D7AD7FF9F30FF97ABF7E988B0BD5_gshared)(__this, ___item0, method); } // System.Void BestHTTP.Extensions.BufferStore::.ctor(System.Int64,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferStore__ctor_m5994772A2584AD0ADCBA42C0418D2E139CFF4926 (BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491 * __this, int64_t ___size0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedCipherBase__ctor_m2CFC78A937A73B9C78FA70D4FE3F781956FD6BF0 (BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::DataLength(System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_DataLength_m74509F2FBF5A87468D31E9DFA795805313DC13A9 (bool ___condition0, String_t* ___msg1, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 DragonBones.BlendState::Update(System.Single,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BlendState_Update_m8A0116F2D5A630D15DAC06523B1A89B0C7F8C4C1 (BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * __this, float ___weight0, int32_t ___p_layer1, const RuntimeMethod* method) { { // if (this.dirty) bool L_0 = __this->get_dirty_0(); if (!L_0) { goto IL_0083; } } { // if (this.leftWeight > 0.0f) float L_1 = __this->get_leftWeight_2(); if ((!(((float)L_1) > ((float)(0.0f))))) { goto IL_0060; } } { // if (this.layer != p_layer) int32_t L_2 = __this->get_layer_1(); int32_t L_3 = ___p_layer1; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0062; } } { // if (this.layerWeight >= this.leftWeight) float L_4 = __this->get_layerWeight_3(); float L_5 = __this->get_leftWeight_2(); if ((!(((float)L_4) >= ((float)L_5)))) { goto IL_0039; } } { // this.leftWeight = 0.0f; __this->set_leftWeight_2((0.0f)); // return 0; return 0; } IL_0039: { // this.layer = p_layer; int32_t L_6 = ___p_layer1; __this->set_layer_1(L_6); // this.leftWeight -= this.layerWeight; float L_7 = __this->get_leftWeight_2(); float L_8 = __this->get_layerWeight_3(); __this->set_leftWeight_2(((float)il2cpp_codegen_subtract((float)L_7, (float)L_8))); // this.layerWeight = 0.0f; __this->set_layerWeight_3((0.0f)); // } goto IL_0062; } IL_0060: { // return 0; return 0; } IL_0062: { // weight *= this.leftWeight; float L_9 = ___weight0; float L_10 = __this->get_leftWeight_2(); ___weight0 = ((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)); // this.layerWeight += weight; float L_11 = __this->get_layerWeight_3(); float L_12 = ___weight0; __this->set_layerWeight_3(((float)il2cpp_codegen_add((float)L_11, (float)L_12))); // this.blendWeight = weight; float L_13 = ___weight0; __this->set_blendWeight_4(L_13); // return 2; return 2; } IL_0083: { // this.dirty = true; __this->set_dirty_0((bool)1); // this.layer = p_layer; int32_t L_14 = ___p_layer1; __this->set_layer_1(L_14); // this.layerWeight = weight; float L_15 = ___weight0; __this->set_layerWeight_3(L_15); // this.leftWeight = 1.0f; __this->set_leftWeight_2((1.0f)); // this.blendWeight = weight; float L_16 = ___weight0; __this->set_blendWeight_4(L_16); // return 1; return 1; } } // System.Void DragonBones.BlendState::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlendState_Clear_m220E537225F2844F4D867C41AA39EF5DF93FBDA9 (BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * __this, const RuntimeMethod* method) { { // this.dirty = false; __this->set_dirty_0((bool)0); // this.layer = 0; __this->set_layer_1(0); // this.leftWeight = 0.0f; __this->set_leftWeight_2((0.0f)); // this.layerWeight = 0.0f; __this->set_layerWeight_3((0.0f)); // this.blendWeight = 0.0f; __this->set_blendWeight_4((0.0f)); // } return; } } // System.Void DragonBones.BlendState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlendState__ctor_m57692C661F78B9ABAC16C9DE762597025F3DCBCB (BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * __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 #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 UnityStandardAssets.ImageEffects.Bloom::CheckResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bloom_CheckResources_m7F6DA8B2BB6563257CC3E067DAF8B800C8C9D460 (Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * __this, const RuntimeMethod* method) { { // CheckSupport (false); bool L_0; L_0 = PostEffectsBase_CheckSupport_m20B1CB0EC0F019D345427F851C67A5FD2E01061A(__this, (bool)0, /*hidden argument*/NULL); // screenBlend = CheckShaderAndCreateMaterial (screenBlendShader, screenBlend); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_1 = __this->get_screenBlendShader_31(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_screenBlend_32(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3; L_3 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_1, L_2, /*hidden argument*/NULL); __this->set_screenBlend_32(L_3); // lensFlareMaterial = CheckShaderAndCreateMaterial(lensFlareShader,lensFlareMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_4 = __this->get_lensFlareShader_29(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = __this->get_lensFlareMaterial_30(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6; L_6 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_4, L_5, /*hidden argument*/NULL); __this->set_lensFlareMaterial_30(L_6); // blurAndFlaresMaterial = CheckShaderAndCreateMaterial (blurAndFlaresShader, blurAndFlaresMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_7 = __this->get_blurAndFlaresShader_33(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_8 = __this->get_blurAndFlaresMaterial_34(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_9; L_9 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_7, L_8, /*hidden argument*/NULL); __this->set_blurAndFlaresMaterial_34(L_9); // brightPassFilterMaterial = CheckShaderAndCreateMaterial(brightPassFilterShader, brightPassFilterMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_10 = __this->get_brightPassFilterShader_35(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_11 = __this->get_brightPassFilterMaterial_36(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_12; L_12 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_10, L_11, /*hidden argument*/NULL); __this->set_brightPassFilterMaterial_36(L_12); // if (!isSupported) bool L_13 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); if (L_13) { goto IL_0076; } } { // ReportAutoDisable (); PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31(__this, /*hidden argument*/NULL); } IL_0076: { // return isSupported; bool L_14 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); return L_14; } } // System.Void UnityStandardAssets.ImageEffects.Bloom::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bloom_OnRenderImage_m9E04CDDA91EBF9CE543417E1326FB89E771E3329 (Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___destination1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01AC0365CB17BCE0478BFCD5E4FE89032C19B0E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33B3A84FF54C600D8BE3E5EA0DCADED338B39495); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F42ED00D84DBC7A3B4658065DEA62873778201F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB833C1DE39BD5DD134693D3DA383EDCB10E681EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE9FAF482EBF07DB48E259D5B8D2B04A5EF5EFA9); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_8 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_9 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_10 = NULL; int32_t V_11 = 0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_12 = NULL; int32_t V_13 = 0; float V_14 = 0.0f; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_15 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_16 = NULL; float V_17 = 0.0f; float V_18 = 0.0f; float V_19 = 0.0f; int32_t V_20 = 0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_21 = NULL; Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * G_B5_0 = NULL; Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * G_B4_0 = NULL; int32_t G_B6_0 = 0; Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * G_B6_1 = NULL; Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * G_B10_0 = NULL; Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * G_B9_0 = NULL; int32_t G_B11_0 = 0; Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * G_B11_1 = NULL; int32_t G_B16_0 = 0; { // if (CheckResources()==false) bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckResources() */, __this); if (L_0) { goto IL_0010; } } { // Graphics.Blit (source, destination); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_1 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___destination1; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_1, L_2, /*hidden argument*/NULL); // return; return; } IL_0010: { // doHdr = false; __this->set_doHdr_10((bool)0); // if (hdr == HDRBloomMode.Auto) int32_t L_3 = __this->get_hdr_9(); if (L_3) { goto IL_003e; } } { // doHdr = source.format == RenderTextureFormat.ARGBHalf && GetComponent().allowHDR; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_4 = ___source0; NullCheck(L_4); int32_t L_5; L_5 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_4, /*hidden argument*/NULL); G_B4_0 = __this; if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { G_B5_0 = __this; goto IL_0036; } } { Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_6; L_6 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(__this, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); NullCheck(L_6); bool L_7; L_7 = Camera_get_allowHDR_mD961A362F2C8BBA6FF0B316488FC566D64CB6222(L_6, /*hidden argument*/NULL); G_B6_0 = ((int32_t)(L_7)); G_B6_1 = G_B4_0; goto IL_0037; } IL_0036: { G_B6_0 = 0; G_B6_1 = G_B5_0; } IL_0037: { NullCheck(G_B6_1); G_B6_1->set_doHdr_10((bool)G_B6_0); goto IL_004d; } IL_003e: { // doHdr = hdr == HDRBloomMode.On; int32_t L_8 = __this->get_hdr_9(); __this->set_doHdr_10((bool)((((int32_t)L_8) == ((int32_t)1))? 1 : 0)); } IL_004d: { // doHdr = doHdr && supportHDRTextures; bool L_9 = __this->get_doHdr_10(); G_B9_0 = __this; if (!L_9) { G_B10_0 = __this; goto IL_005e; } } { bool L_10 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_supportHDRTextures_4(); G_B11_0 = ((int32_t)(L_10)); G_B11_1 = G_B9_0; goto IL_005f; } IL_005e: { G_B11_0 = 0; G_B11_1 = G_B10_0; } IL_005f: { NullCheck(G_B11_1); G_B11_1->set_doHdr_10((bool)G_B11_0); // BloomScreenBlendMode realBlendMode = screenBlendMode; int32_t L_11 = __this->get_screenBlendMode_8(); V_0 = L_11; // if (doHdr) bool L_12 = __this->get_doHdr_10(); if (!L_12) { goto IL_0075; } } { // realBlendMode = BloomScreenBlendMode.Add; V_0 = 1; } IL_0075: { // var rtFormat= (doHdr) ? RenderTextureFormat.ARGBHalf : RenderTextureFormat.Default; bool L_13 = __this->get_doHdr_10(); if (L_13) { goto IL_0080; } } { G_B16_0 = 7; goto IL_0081; } IL_0080: { G_B16_0 = 2; } IL_0081: { V_1 = G_B16_0; // var rtW2= source.width/2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_14 = ___source0; NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_14); V_2 = ((int32_t)((int32_t)L_15/(int32_t)2)); // var rtH2= source.height/2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_16 = ___source0; NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_16); V_3 = ((int32_t)((int32_t)L_17/(int32_t)2)); // var rtW4= source.width/4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_18 = ___source0; NullCheck(L_18); int32_t L_19; L_19 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_18); V_4 = ((int32_t)((int32_t)L_19/(int32_t)4)); // var rtH4= source.height/4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_20 = ___source0; NullCheck(L_20); int32_t L_21; L_21 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_20); V_5 = ((int32_t)((int32_t)L_21/(int32_t)4)); // float widthOverHeight = (1.0f * source.width) / (1.0f * source.height); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_22 = ___source0; NullCheck(L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_22); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_24 = ___source0; NullCheck(L_24); int32_t L_25; L_25 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_24); V_6 = ((float)((float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_23))))/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_25)))))); // float oneOverBaseSize = 1.0f / 512.0f; V_7 = (0.001953125f); // RenderTexture quarterRezColor = RenderTexture.GetTemporary (rtW4, rtH4, 0, rtFormat); int32_t L_26 = V_4; int32_t L_27 = V_5; int32_t L_28 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_29; L_29 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_26, L_27, 0, L_28, /*hidden argument*/NULL); V_8 = L_29; // RenderTexture halfRezColorDown = RenderTexture.GetTemporary (rtW2, rtH2, 0, rtFormat); int32_t L_30 = V_2; int32_t L_31 = V_3; int32_t L_32 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_33; L_33 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_30, L_31, 0, L_32, /*hidden argument*/NULL); V_9 = L_33; // if (quality > BloomQuality.Cheap) { int32_t L_34 = __this->get_quality_12(); if ((((int32_t)L_34) <= ((int32_t)0))) { goto IL_0132; } } { // Graphics.Blit (source, halfRezColorDown, screenBlend, 2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_35 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_36 = V_9; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_37 = __this->get_screenBlend_32(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_35, L_36, L_37, 2, /*hidden argument*/NULL); // RenderTexture rtDown4 = RenderTexture.GetTemporary (rtW4, rtH4, 0, rtFormat); int32_t L_38 = V_4; int32_t L_39 = V_5; int32_t L_40 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_41; L_41 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_38, L_39, 0, L_40, /*hidden argument*/NULL); V_12 = L_41; // Graphics.Blit (halfRezColorDown, rtDown4, screenBlend, 2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_42 = V_9; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_43 = V_12; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_44 = __this->get_screenBlend_32(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_42, L_43, L_44, 2, /*hidden argument*/NULL); // Graphics.Blit (rtDown4, quarterRezColor, screenBlend, 6); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_45 = V_12; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_46 = V_8; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_47 = __this->get_screenBlend_32(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_45, L_46, L_47, 6, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(rtDown4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_48 = V_12; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_48, /*hidden argument*/NULL); // } goto IL_014a; } IL_0132: { // Graphics.Blit (source, halfRezColorDown); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_49 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_50 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_49, L_50, /*hidden argument*/NULL); // Graphics.Blit (halfRezColorDown, quarterRezColor, screenBlend, 6); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_51 = V_9; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_52 = V_8; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_53 = __this->get_screenBlend_32(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_51, L_52, L_53, 6, /*hidden argument*/NULL); } IL_014a: { // RenderTexture.ReleaseTemporary (halfRezColorDown); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_54 = V_9; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_54, /*hidden argument*/NULL); // RenderTexture secondQuarterRezColor = RenderTexture.GetTemporary (rtW4, rtH4, 0, rtFormat); int32_t L_55 = V_4; int32_t L_56 = V_5; int32_t L_57 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_58; L_58 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_55, L_56, 0, L_57, /*hidden argument*/NULL); V_10 = L_58; // BrightFilter (bloomThreshold * bloomThresholdColor, quarterRezColor, secondQuarterRezColor); float L_59 = __this->get_bloomThreshold_14(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_60 = __this->get_bloomThresholdColor_15(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_61; L_61 = Color_op_Multiply_mFC3EB8038116A40FA8C6D2A20DC76D9E4C3045DC(L_59, L_60, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_62 = V_8; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_63 = V_10; Bloom_BrightFilter_mDB8E6E61C66AA4000F9E8F91DC8CE4BF4C2ED220(__this, L_61, L_62, L_63, /*hidden argument*/NULL); // if (bloomBlurIterations < 1) bloomBlurIterations = 1; int32_t L_64 = __this->get_bloomBlurIterations_16(); if ((((int32_t)L_64) >= ((int32_t)1))) { goto IL_018b; } } { // if (bloomBlurIterations < 1) bloomBlurIterations = 1; __this->set_bloomBlurIterations_16(1); goto IL_019d; } IL_018b: { // else if (bloomBlurIterations > 10) bloomBlurIterations = 10; int32_t L_65 = __this->get_bloomBlurIterations_16(); if ((((int32_t)L_65) <= ((int32_t)((int32_t)10)))) { goto IL_019d; } } { // else if (bloomBlurIterations > 10) bloomBlurIterations = 10; __this->set_bloomBlurIterations_16(((int32_t)10)); } IL_019d: { // for (int iter = 0; iter < bloomBlurIterations; iter++) V_13 = 0; goto IL_02a4; } IL_01a5: { // float spreadForPass = (1.0f + (iter * 0.25f)) * sepBlurSpread; int32_t L_66 = V_13; float L_67 = __this->get_sepBlurSpread_11(); V_14 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_66)), (float)(0.25f))))), (float)L_67)); // RenderTexture blur4 = RenderTexture.GetTemporary (rtW4, rtH4, 0, rtFormat); int32_t L_68 = V_4; int32_t L_69 = V_5; int32_t L_70 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_71; L_71 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_68, L_69, 0, L_70, /*hidden argument*/NULL); V_15 = L_71; // blurAndFlaresMaterial.SetVector ("_Offsets", new Vector4 (0.0f, spreadForPass * oneOverBaseSize, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_72 = __this->get_blurAndFlaresMaterial_34(); float L_73 = V_14; float L_74 = V_7; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_75; memset((&L_75), 0, sizeof(L_75)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_75), (0.0f), ((float)il2cpp_codegen_multiply((float)L_73, (float)L_74)), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_72); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_72, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_75, /*hidden argument*/NULL); // Graphics.Blit (secondQuarterRezColor, blur4, blurAndFlaresMaterial, 4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_76 = V_10; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_77 = V_15; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_78 = __this->get_blurAndFlaresMaterial_34(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_76, L_77, L_78, 4, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(secondQuarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_79 = V_10; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_79, /*hidden argument*/NULL); // secondQuarterRezColor = blur4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_80 = V_15; V_10 = L_80; // blur4 = RenderTexture.GetTemporary (rtW4, rtH4, 0, rtFormat); int32_t L_81 = V_4; int32_t L_82 = V_5; int32_t L_83 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_84; L_84 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_81, L_82, 0, L_83, /*hidden argument*/NULL); V_15 = L_84; // blurAndFlaresMaterial.SetVector ("_Offsets", new Vector4 ((spreadForPass / widthOverHeight) * oneOverBaseSize, 0.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_85 = __this->get_blurAndFlaresMaterial_34(); float L_86 = V_14; float L_87 = V_6; float L_88 = V_7; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_89; memset((&L_89), 0, sizeof(L_89)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_89), ((float)il2cpp_codegen_multiply((float)((float)((float)L_86/(float)L_87)), (float)L_88)), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_85); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_85, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_89, /*hidden argument*/NULL); // Graphics.Blit (secondQuarterRezColor, blur4, blurAndFlaresMaterial, 4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_90 = V_10; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_91 = V_15; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_92 = __this->get_blurAndFlaresMaterial_34(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_90, L_91, L_92, 4, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (secondQuarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_93 = V_10; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_93, /*hidden argument*/NULL); // secondQuarterRezColor = blur4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_94 = V_15; V_10 = L_94; // if (quality > BloomQuality.Cheap) int32_t L_95 = __this->get_quality_12(); if ((((int32_t)L_95) <= ((int32_t)0))) { goto IL_029e; } } { // if (iter == 0) int32_t L_96 = V_13; if (L_96) { goto IL_028d; } } { // Graphics.SetRenderTarget(quarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_97 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_SetRenderTarget_m78AE234327CCDBCEA288FBEFB53D6CEAD3EFC939(L_97, /*hidden argument*/NULL); // GL.Clear(false, true, Color.black); // Clear to avoid RT restore Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_98; L_98 = Color_get_black_m67E91EB7017FC74D9AB5ADEF6B6929B7EFC9A982(/*hidden argument*/NULL); GL_Clear_mF5FCE24D7F60731D6D88AA3DC98B0E88A644CD93((bool)0, (bool)1, L_98, /*hidden argument*/NULL); // Graphics.Blit (secondQuarterRezColor, quarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_99 = V_10; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_100 = V_8; Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_99, L_100, /*hidden argument*/NULL); // } goto IL_029e; } IL_028d: { // Graphics.Blit (secondQuarterRezColor, quarterRezColor, screenBlend, 10); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_101 = V_10; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_102 = V_8; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_103 = __this->get_screenBlend_32(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_101, L_102, L_103, ((int32_t)10), /*hidden argument*/NULL); } IL_029e: { // for (int iter = 0; iter < bloomBlurIterations; iter++) int32_t L_104 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)); } IL_02a4: { // for (int iter = 0; iter < bloomBlurIterations; iter++) int32_t L_105 = V_13; int32_t L_106 = __this->get_bloomBlurIterations_16(); if ((((int32_t)L_105) < ((int32_t)L_106))) { goto IL_01a5; } } { // if (quality > BloomQuality.Cheap) int32_t L_107 = __this->get_quality_12(); if ((((int32_t)L_107) <= ((int32_t)0))) { goto IL_02dd; } } { // Graphics.SetRenderTarget(secondQuarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_108 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_SetRenderTarget_m78AE234327CCDBCEA288FBEFB53D6CEAD3EFC939(L_108, /*hidden argument*/NULL); // GL.Clear(false, true, Color.black); // Clear to avoid RT restore Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_109; L_109 = Color_get_black_m67E91EB7017FC74D9AB5ADEF6B6929B7EFC9A982(/*hidden argument*/NULL); GL_Clear_mF5FCE24D7F60731D6D88AA3DC98B0E88A644CD93((bool)0, (bool)1, L_109, /*hidden argument*/NULL); // Graphics.Blit (quarterRezColor, secondQuarterRezColor, screenBlend, 6); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_110 = V_8; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_111 = V_10; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_112 = __this->get_screenBlend_32(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_110, L_111, L_112, 6, /*hidden argument*/NULL); } IL_02dd: { // if (lensflareIntensity > Mathf.Epsilon) float L_113 = __this->get_lensflareIntensity_21(); float L_114 = ((Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_il2cpp_TypeInfo_var))->get_Epsilon_0(); if ((!(((float)L_113) > ((float)L_114)))) { goto IL_06d0; } } { // RenderTexture rtFlares4 = RenderTexture.GetTemporary (rtW4, rtH4, 0, rtFormat); int32_t L_115 = V_4; int32_t L_116 = V_5; int32_t L_117 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_118; L_118 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_115, L_116, 0, L_117, /*hidden argument*/NULL); V_16 = L_118; // if (lensflareMode == 0) int32_t L_119 = __this->get_lensflareMode_19(); if (L_119) { goto IL_03f5; } } { // BrightFilter (lensflareThreshold, secondQuarterRezColor, rtFlares4); float L_120 = __this->get_lensflareThreshold_22(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_121 = V_10; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_122 = V_16; Bloom_BrightFilter_m6C6D8BFB58961F35054F43E065A77797883CB39B(__this, L_120, L_121, L_122, /*hidden argument*/NULL); // if (quality > BloomQuality.Cheap) int32_t L_123 = __this->get_quality_12(); if ((((int32_t)L_123) <= ((int32_t)0))) { goto IL_03d7; } } { // blurAndFlaresMaterial.SetVector ("_Offsets", new Vector4 (0.0f, (1.5f) / (1.0f * quarterRezColor.height), 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_124 = __this->get_blurAndFlaresMaterial_34(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_125 = V_8; NullCheck(L_125); int32_t L_126; L_126 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_125); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_127; memset((&L_127), 0, sizeof(L_127)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_127), (0.0f), ((float)((float)(1.5f)/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_126)))))), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_124); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_124, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_127, /*hidden argument*/NULL); // Graphics.SetRenderTarget(quarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_128 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_SetRenderTarget_m78AE234327CCDBCEA288FBEFB53D6CEAD3EFC939(L_128, /*hidden argument*/NULL); // GL.Clear(false, true, Color.black); // Clear to avoid RT restore Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_129; L_129 = Color_get_black_m67E91EB7017FC74D9AB5ADEF6B6929B7EFC9A982(/*hidden argument*/NULL); GL_Clear_mF5FCE24D7F60731D6D88AA3DC98B0E88A644CD93((bool)0, (bool)1, L_129, /*hidden argument*/NULL); // Graphics.Blit (rtFlares4, quarterRezColor, blurAndFlaresMaterial, 4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_130 = V_16; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_131 = V_8; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_132 = __this->get_blurAndFlaresMaterial_34(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_130, L_131, L_132, 4, /*hidden argument*/NULL); // blurAndFlaresMaterial.SetVector ("_Offsets", new Vector4 ((1.5f) / (1.0f * quarterRezColor.width), 0.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_133 = __this->get_blurAndFlaresMaterial_34(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_134 = V_8; NullCheck(L_134); int32_t L_135; L_135 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_134); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_136; memset((&L_136), 0, sizeof(L_136)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_136), ((float)((float)(1.5f)/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_135)))))), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_133); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_133, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_136, /*hidden argument*/NULL); // Graphics.SetRenderTarget(rtFlares4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_137 = V_16; Graphics_SetRenderTarget_m78AE234327CCDBCEA288FBEFB53D6CEAD3EFC939(L_137, /*hidden argument*/NULL); // GL.Clear(false, true, Color.black); // Clear to avoid RT restore Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_138; L_138 = Color_get_black_m67E91EB7017FC74D9AB5ADEF6B6929B7EFC9A982(/*hidden argument*/NULL); GL_Clear_mF5FCE24D7F60731D6D88AA3DC98B0E88A644CD93((bool)0, (bool)1, L_138, /*hidden argument*/NULL); // Graphics.Blit (quarterRezColor, rtFlares4, blurAndFlaresMaterial, 4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_139 = V_8; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_140 = V_16; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_141 = __this->get_blurAndFlaresMaterial_34(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_139, L_140, L_141, 4, /*hidden argument*/NULL); } IL_03d7: { // Vignette (0.975f, rtFlares4, rtFlares4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_142 = V_16; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_143 = V_16; Bloom_Vignette_m3FA8F2D04EA6A142424E133BCB8FBE663E3988CC(__this, (0.975000024f), L_142, L_143, /*hidden argument*/NULL); // BlendFlares (rtFlares4, secondQuarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_144 = V_16; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_145 = V_10; Bloom_BlendFlares_m34738C3C9263CD5584C8EB15EB78507F975E98B5(__this, L_144, L_145, /*hidden argument*/NULL); // } goto IL_06c9; } IL_03f5: { // float flareXRot = 1.0f * Mathf.Cos(flareRotation); float L_146 = __this->get_flareRotation_18(); float L_147; L_147 = cosf(L_146); V_17 = ((float)il2cpp_codegen_multiply((float)(1.0f), (float)L_147)); // float flareyRot = 1.0f * Mathf.Sin(flareRotation); float L_148 = __this->get_flareRotation_18(); float L_149; L_149 = sinf(L_148); V_18 = ((float)il2cpp_codegen_multiply((float)(1.0f), (float)L_149)); // float stretchWidth = (hollyStretchWidth * 1.0f / widthOverHeight) * oneOverBaseSize; float L_150 = __this->get_hollyStretchWidth_20(); float L_151 = V_6; float L_152 = V_7; V_19 = ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_150, (float)(1.0f)))/(float)L_151)), (float)L_152)); // blurAndFlaresMaterial.SetVector ("_Offsets", new Vector4 (flareXRot, flareyRot, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_153 = __this->get_blurAndFlaresMaterial_34(); float L_154 = V_17; float L_155 = V_18; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_156; memset((&L_156), 0, sizeof(L_156)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_156), L_154, L_155, (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_153); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_153, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_156, /*hidden argument*/NULL); // blurAndFlaresMaterial.SetVector ("_Threshhold", new Vector4 (lensflareThreshold, 1.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_157 = __this->get_blurAndFlaresMaterial_34(); float L_158 = __this->get_lensflareThreshold_22(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_159; memset((&L_159), 0, sizeof(L_159)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_159), L_158, (1.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_157); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_157, _stringLiteral33B3A84FF54C600D8BE3E5EA0DCADED338B39495, L_159, /*hidden argument*/NULL); // blurAndFlaresMaterial.SetVector ("_TintColor", new Vector4 (flareColorA.r, flareColorA.g, flareColorA.b, flareColorA.a) * flareColorA.a * lensflareIntensity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_160 = __this->get_blurAndFlaresMaterial_34(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_161 = __this->get_address_of_flareColorA_24(); float L_162 = L_161->get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_163 = __this->get_address_of_flareColorA_24(); float L_164 = L_163->get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_165 = __this->get_address_of_flareColorA_24(); float L_166 = L_165->get_b_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_167 = __this->get_address_of_flareColorA_24(); float L_168 = L_167->get_a_3(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_169; memset((&L_169), 0, sizeof(L_169)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_169), L_162, L_164, L_166, L_168, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_170 = __this->get_address_of_flareColorA_24(); float L_171 = L_170->get_a_3(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_172; L_172 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_169, L_171, /*hidden argument*/NULL); float L_173 = __this->get_lensflareIntensity_21(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_174; L_174 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_172, L_173, /*hidden argument*/NULL); NullCheck(L_160); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_160, _stringLiteral01AC0365CB17BCE0478BFCD5E4FE89032C19B0E7, L_174, /*hidden argument*/NULL); // blurAndFlaresMaterial.SetFloat ("_Saturation", lensFlareSaturation); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_175 = __this->get_blurAndFlaresMaterial_34(); float L_176 = __this->get_lensFlareSaturation_23(); NullCheck(L_175); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_175, _stringLiteralDE9FAF482EBF07DB48E259D5B8D2B04A5EF5EFA9, L_176, /*hidden argument*/NULL); // quarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_177 = V_8; NullCheck(L_177); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_177, /*hidden argument*/NULL); // Graphics.Blit (rtFlares4, quarterRezColor, blurAndFlaresMaterial, 2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_178 = V_16; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_179 = V_8; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_180 = __this->get_blurAndFlaresMaterial_34(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_178, L_179, L_180, 2, /*hidden argument*/NULL); // rtFlares4.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_181 = V_16; NullCheck(L_181); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_181, /*hidden argument*/NULL); // Graphics.Blit (quarterRezColor, rtFlares4, blurAndFlaresMaterial, 3); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_182 = V_8; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_183 = V_16; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_184 = __this->get_blurAndFlaresMaterial_34(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_182, L_183, L_184, 3, /*hidden argument*/NULL); // blurAndFlaresMaterial.SetVector ("_Offsets", new Vector4 (flareXRot * stretchWidth, flareyRot * stretchWidth, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_185 = __this->get_blurAndFlaresMaterial_34(); float L_186 = V_17; float L_187 = V_19; float L_188 = V_18; float L_189 = V_19; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_190; memset((&L_190), 0, sizeof(L_190)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_190), ((float)il2cpp_codegen_multiply((float)L_186, (float)L_187)), ((float)il2cpp_codegen_multiply((float)L_188, (float)L_189)), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_185); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_185, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_190, /*hidden argument*/NULL); // blurAndFlaresMaterial.SetFloat ("_StretchWidth", hollyStretchWidth); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_191 = __this->get_blurAndFlaresMaterial_34(); float L_192 = __this->get_hollyStretchWidth_20(); NullCheck(L_191); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_191, _stringLiteralB833C1DE39BD5DD134693D3DA383EDCB10E681EC, L_192, /*hidden argument*/NULL); // quarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_193 = V_8; NullCheck(L_193); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_193, /*hidden argument*/NULL); // Graphics.Blit (rtFlares4, quarterRezColor, blurAndFlaresMaterial, 1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_194 = V_16; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_195 = V_8; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_196 = __this->get_blurAndFlaresMaterial_34(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_194, L_195, L_196, 1, /*hidden argument*/NULL); // blurAndFlaresMaterial.SetFloat ("_StretchWidth", hollyStretchWidth * 2.0f); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_197 = __this->get_blurAndFlaresMaterial_34(); float L_198 = __this->get_hollyStretchWidth_20(); NullCheck(L_197); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_197, _stringLiteralB833C1DE39BD5DD134693D3DA383EDCB10E681EC, ((float)il2cpp_codegen_multiply((float)L_198, (float)(2.0f))), /*hidden argument*/NULL); // rtFlares4.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_199 = V_16; NullCheck(L_199); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_199, /*hidden argument*/NULL); // Graphics.Blit (quarterRezColor, rtFlares4, blurAndFlaresMaterial, 1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_200 = V_8; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_201 = V_16; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_202 = __this->get_blurAndFlaresMaterial_34(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_200, L_201, L_202, 1, /*hidden argument*/NULL); // blurAndFlaresMaterial.SetFloat ("_StretchWidth", hollyStretchWidth * 4.0f); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_203 = __this->get_blurAndFlaresMaterial_34(); float L_204 = __this->get_hollyStretchWidth_20(); NullCheck(L_203); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_203, _stringLiteralB833C1DE39BD5DD134693D3DA383EDCB10E681EC, ((float)il2cpp_codegen_multiply((float)L_204, (float)(4.0f))), /*hidden argument*/NULL); // quarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_205 = V_8; NullCheck(L_205); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_205, /*hidden argument*/NULL); // Graphics.Blit (rtFlares4, quarterRezColor, blurAndFlaresMaterial, 1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_206 = V_16; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_207 = V_8; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_208 = __this->get_blurAndFlaresMaterial_34(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_206, L_207, L_208, 1, /*hidden argument*/NULL); // for (int iter = 0; iter < hollywoodFlareBlurIterations; iter++) V_20 = 0; goto IL_067a; } IL_05e0: { // stretchWidth = (hollyStretchWidth * 2.0f / widthOverHeight) * oneOverBaseSize; float L_209 = __this->get_hollyStretchWidth_20(); float L_210 = V_6; float L_211 = V_7; V_19 = ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_209, (float)(2.0f)))/(float)L_210)), (float)L_211)); // blurAndFlaresMaterial.SetVector ("_Offsets", new Vector4 (stretchWidth * flareXRot, stretchWidth * flareyRot, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_212 = __this->get_blurAndFlaresMaterial_34(); float L_213 = V_19; float L_214 = V_17; float L_215 = V_19; float L_216 = V_18; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_217; memset((&L_217), 0, sizeof(L_217)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_217), ((float)il2cpp_codegen_multiply((float)L_213, (float)L_214)), ((float)il2cpp_codegen_multiply((float)L_215, (float)L_216)), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_212); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_212, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_217, /*hidden argument*/NULL); // rtFlares4.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_218 = V_16; NullCheck(L_218); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_218, /*hidden argument*/NULL); // Graphics.Blit (quarterRezColor, rtFlares4, blurAndFlaresMaterial, 4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_219 = V_8; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_220 = V_16; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_221 = __this->get_blurAndFlaresMaterial_34(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_219, L_220, L_221, 4, /*hidden argument*/NULL); // blurAndFlaresMaterial.SetVector ("_Offsets", new Vector4 (stretchWidth * flareXRot, stretchWidth * flareyRot, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_222 = __this->get_blurAndFlaresMaterial_34(); float L_223 = V_19; float L_224 = V_17; float L_225 = V_19; float L_226 = V_18; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_227; memset((&L_227), 0, sizeof(L_227)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_227), ((float)il2cpp_codegen_multiply((float)L_223, (float)L_224)), ((float)il2cpp_codegen_multiply((float)L_225, (float)L_226)), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_222); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_222, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_227, /*hidden argument*/NULL); // quarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_228 = V_8; NullCheck(L_228); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_228, /*hidden argument*/NULL); // Graphics.Blit (rtFlares4, quarterRezColor, blurAndFlaresMaterial, 4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_229 = V_16; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_230 = V_8; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_231 = __this->get_blurAndFlaresMaterial_34(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_229, L_230, L_231, 4, /*hidden argument*/NULL); // for (int iter = 0; iter < hollywoodFlareBlurIterations; iter++) int32_t L_232 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_232, (int32_t)1)); } IL_067a: { // for (int iter = 0; iter < hollywoodFlareBlurIterations; iter++) int32_t L_233 = V_20; int32_t L_234 = __this->get_hollywoodFlareBlurIterations_17(); if ((((int32_t)L_233) < ((int32_t)L_234))) { goto IL_05e0; } } { // if (lensflareMode == (LensFlareStyle) 1) int32_t L_235 = __this->get_lensflareMode_19(); if ((!(((uint32_t)L_235) == ((uint32_t)1)))) { goto IL_06a1; } } { // AddTo (1.0f, quarterRezColor, secondQuarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_236 = V_8; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_237 = V_10; Bloom_AddTo_mE9619BE3C2641B447503A370C89FC639D7B5AF4D(__this, (1.0f), L_236, L_237, /*hidden argument*/NULL); goto IL_06c9; } IL_06a1: { // Vignette (1.0f, quarterRezColor, rtFlares4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_238 = V_8; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_239 = V_16; Bloom_Vignette_m3FA8F2D04EA6A142424E133BCB8FBE663E3988CC(__this, (1.0f), L_238, L_239, /*hidden argument*/NULL); // BlendFlares (rtFlares4, quarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_240 = V_16; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_241 = V_8; Bloom_BlendFlares_m34738C3C9263CD5584C8EB15EB78507F975E98B5(__this, L_240, L_241, /*hidden argument*/NULL); // AddTo (1.0f, quarterRezColor, secondQuarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_242 = V_8; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_243 = V_10; Bloom_AddTo_mE9619BE3C2641B447503A370C89FC639D7B5AF4D(__this, (1.0f), L_242, L_243, /*hidden argument*/NULL); } IL_06c9: { // RenderTexture.ReleaseTemporary (rtFlares4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_244 = V_16; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_244, /*hidden argument*/NULL); } IL_06d0: { // int blendPass = (int) realBlendMode; int32_t L_245 = V_0; V_11 = L_245; // screenBlend.SetFloat ("_Intensity", bloomIntensity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_246 = __this->get_screenBlend_32(); float L_247 = __this->get_bloomIntensity_13(); NullCheck(L_246); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_246, _stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E, L_247, /*hidden argument*/NULL); // screenBlend.SetTexture ("_ColorBuffer", source); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_248 = __this->get_screenBlend_32(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_249 = ___source0; NullCheck(L_248); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_248, _stringLiteral3F42ED00D84DBC7A3B4658065DEA62873778201F, L_249, /*hidden argument*/NULL); // if (quality > BloomQuality.Cheap) int32_t L_250 = __this->get_quality_12(); if ((((int32_t)L_250) <= ((int32_t)0))) { goto IL_0730; } } { // RenderTexture halfRezColorUp = RenderTexture.GetTemporary (rtW2, rtH2, 0, rtFormat); int32_t L_251 = V_2; int32_t L_252 = V_3; int32_t L_253 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_254; L_254 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_251, L_252, 0, L_253, /*hidden argument*/NULL); V_21 = L_254; // Graphics.Blit (secondQuarterRezColor, halfRezColorUp); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_255 = V_10; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_256 = V_21; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_255, L_256, /*hidden argument*/NULL); // Graphics.Blit (halfRezColorUp, destination, screenBlend, blendPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_257 = V_21; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_258 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_259 = __this->get_screenBlend_32(); int32_t L_260 = V_11; Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_257, L_258, L_259, L_260, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (halfRezColorUp); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_261 = V_21; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_261, /*hidden argument*/NULL); // } goto IL_0740; } IL_0730: { // Graphics.Blit (secondQuarterRezColor, destination, screenBlend, blendPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_262 = V_10; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_263 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_264 = __this->get_screenBlend_32(); int32_t L_265 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_262, L_263, L_264, L_265, /*hidden argument*/NULL); } IL_0740: { // RenderTexture.ReleaseTemporary (quarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_266 = V_8; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_266, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (secondQuarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_267 = V_10; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_267, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.Bloom::AddTo(System.Single,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bloom_AddTo_mE9619BE3C2641B447503A370C89FC639D7B5AF4D (Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * __this, float ___intensity_0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E); s_Il2CppMethodInitialized = true; } { // screenBlend.SetFloat ("_Intensity", intensity_); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_screenBlend_32(); float L_1 = ___intensity_0; NullCheck(L_0); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_0, _stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E, L_1, /*hidden argument*/NULL); // Graphics.Blit (from, to, screenBlend, 9); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___from1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_3 = ___to2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4 = __this->get_screenBlend_32(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_2, L_3, L_4, ((int32_t)9), /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.Bloom::BlendFlares(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bloom_BlendFlares_m34738C3C9263CD5584C8EB15EB78507F975E98B5 (Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B2F87855E2F1F2D73948E75AA00D22AEB5963D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B57EAD824AA2C842A67739712342646C4A59776); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6552DCC8D30F1ECCEA20B4508D1284E91C25CCD2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DB920A501BE49CE06F951B435199EACD23D8C87); s_Il2CppMethodInitialized = true; } { // lensFlareMaterial.SetVector ("colorA", new Vector4 (flareColorA.r, flareColorA.g, flareColorA.b, flareColorA.a) * lensflareIntensity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_lensFlareMaterial_30(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_1 = __this->get_address_of_flareColorA_24(); float L_2 = L_1->get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_3 = __this->get_address_of_flareColorA_24(); float L_4 = L_3->get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_5 = __this->get_address_of_flareColorA_24(); float L_6 = L_5->get_b_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_7 = __this->get_address_of_flareColorA_24(); float L_8 = L_7->get_a_3(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_9; memset((&L_9), 0, sizeof(L_9)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_9), L_2, L_4, L_6, L_8, /*hidden argument*/NULL); float L_10 = __this->get_lensflareIntensity_21(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_11; L_11 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_9, L_10, /*hidden argument*/NULL); NullCheck(L_0); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_0, _stringLiteral6552DCC8D30F1ECCEA20B4508D1284E91C25CCD2, L_11, /*hidden argument*/NULL); // lensFlareMaterial.SetVector ("colorB", new Vector4 (flareColorB.r, flareColorB.g, flareColorB.b, flareColorB.a) * lensflareIntensity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_12 = __this->get_lensFlareMaterial_30(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_13 = __this->get_address_of_flareColorB_25(); float L_14 = L_13->get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_15 = __this->get_address_of_flareColorB_25(); float L_16 = L_15->get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_17 = __this->get_address_of_flareColorB_25(); float L_18 = L_17->get_b_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_19 = __this->get_address_of_flareColorB_25(); float L_20 = L_19->get_a_3(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_21; memset((&L_21), 0, sizeof(L_21)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_21), L_14, L_16, L_18, L_20, /*hidden argument*/NULL); float L_22 = __this->get_lensflareIntensity_21(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_23; L_23 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_21, L_22, /*hidden argument*/NULL); NullCheck(L_12); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_12, _stringLiteral2B57EAD824AA2C842A67739712342646C4A59776, L_23, /*hidden argument*/NULL); // lensFlareMaterial.SetVector ("colorC", new Vector4 (flareColorC.r, flareColorC.g, flareColorC.b, flareColorC.a) * lensflareIntensity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_24 = __this->get_lensFlareMaterial_30(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_25 = __this->get_address_of_flareColorC_26(); float L_26 = L_25->get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_27 = __this->get_address_of_flareColorC_26(); float L_28 = L_27->get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_29 = __this->get_address_of_flareColorC_26(); float L_30 = L_29->get_b_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_31 = __this->get_address_of_flareColorC_26(); float L_32 = L_31->get_a_3(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_33; memset((&L_33), 0, sizeof(L_33)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_33), L_26, L_28, L_30, L_32, /*hidden argument*/NULL); float L_34 = __this->get_lensflareIntensity_21(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_35; L_35 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_33, L_34, /*hidden argument*/NULL); NullCheck(L_24); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_24, _stringLiteral6DB920A501BE49CE06F951B435199EACD23D8C87, L_35, /*hidden argument*/NULL); // lensFlareMaterial.SetVector ("colorD", new Vector4 (flareColorD.r, flareColorD.g, flareColorD.b, flareColorD.a) * lensflareIntensity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_36 = __this->get_lensFlareMaterial_30(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_37 = __this->get_address_of_flareColorD_27(); float L_38 = L_37->get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_39 = __this->get_address_of_flareColorD_27(); float L_40 = L_39->get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_41 = __this->get_address_of_flareColorD_27(); float L_42 = L_41->get_b_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_43 = __this->get_address_of_flareColorD_27(); float L_44 = L_43->get_a_3(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_45; memset((&L_45), 0, sizeof(L_45)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_45), L_38, L_40, L_42, L_44, /*hidden argument*/NULL); float L_46 = __this->get_lensflareIntensity_21(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_47; L_47 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_45, L_46, /*hidden argument*/NULL); NullCheck(L_36); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_36, _stringLiteral2B2F87855E2F1F2D73948E75AA00D22AEB5963D6, L_47, /*hidden argument*/NULL); // Graphics.Blit (from, to, lensFlareMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_48 = ___from0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_49 = ___to1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_50 = __this->get_lensFlareMaterial_30(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_48, L_49, L_50, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.Bloom::BrightFilter(System.Single,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bloom_BrightFilter_m6C6D8BFB58961F35054F43E065A77797883CB39B (Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * __this, float ___thresh0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33B3A84FF54C600D8BE3E5EA0DCADED338B39495); s_Il2CppMethodInitialized = true; } { // brightPassFilterMaterial.SetVector ("_Threshhold", new Vector4 (thresh, thresh, thresh, thresh)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_brightPassFilterMaterial_36(); float L_1 = ___thresh0; float L_2 = ___thresh0; float L_3 = ___thresh0; float L_4 = ___thresh0; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_5; memset((&L_5), 0, sizeof(L_5)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_5), L_1, L_2, L_3, L_4, /*hidden argument*/NULL); NullCheck(L_0); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_0, _stringLiteral33B3A84FF54C600D8BE3E5EA0DCADED338B39495, L_5, /*hidden argument*/NULL); // Graphics.Blit (from, to, brightPassFilterMaterial, 0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_6 = ___from1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_7 = ___to2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_8 = __this->get_brightPassFilterMaterial_36(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_6, L_7, L_8, 0, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.Bloom::BrightFilter(UnityEngine.Color,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bloom_BrightFilter_mDB8E6E61C66AA4000F9E8F91DC8CE4BF4C2ED220 (Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___threshColor0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33B3A84FF54C600D8BE3E5EA0DCADED338B39495); s_Il2CppMethodInitialized = true; } { // brightPassFilterMaterial.SetVector ("_Threshhold", threshColor); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_brightPassFilterMaterial_36(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = ___threshColor0; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_2; L_2 = Color_op_Implicit_mECB4D0C812888ADAEE478E633B2ECF8F8FDB96C5(L_1, /*hidden argument*/NULL); NullCheck(L_0); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_0, _stringLiteral33B3A84FF54C600D8BE3E5EA0DCADED338B39495, L_2, /*hidden argument*/NULL); // Graphics.Blit (from, to, brightPassFilterMaterial, 1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_3 = ___from1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_4 = ___to2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = __this->get_brightPassFilterMaterial_36(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_3, L_4, L_5, 1, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.Bloom::Vignette(System.Single,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bloom_Vignette_m3FA8F2D04EA6A142424E133BCB8FBE663E3988CC (Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * __this, float ___amount0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F42ED00D84DBC7A3B4658065DEA62873778201F); s_Il2CppMethodInitialized = true; } RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B4_0 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B6_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B6_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B6_2 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B5_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B5_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B5_2 = NULL; int32_t G_B7_0 = 0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B7_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B7_2 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B7_3 = NULL; { // if (lensFlareVignetteMask) Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_0 = __this->get_lensFlareVignetteMask_28(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_004a; } } { // screenBlend.SetTexture ("_ColorBuffer", lensFlareVignetteMask); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_screenBlend_32(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_3 = __this->get_lensFlareVignetteMask_28(); NullCheck(L_2); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_2, _stringLiteral3F42ED00D84DBC7A3B4658065DEA62873778201F, L_3, /*hidden argument*/NULL); // Graphics.Blit (from == to ? null : from, to, screenBlend, from == to ? 7 : 3); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_4 = ___from1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_5 = ___to2; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_002f; } } { RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_7 = ___from1; G_B4_0 = L_7; goto IL_0030; } IL_002f: { G_B4_0 = ((RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 *)(NULL)); } IL_0030: { RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_8 = ___to2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_9 = __this->get_screenBlend_32(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_10 = ___from1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_11 = ___to2; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_12; L_12 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_10, L_11, /*hidden argument*/NULL); G_B5_0 = L_9; G_B5_1 = L_8; G_B5_2 = G_B4_0; if (L_12) { G_B6_0 = L_9; G_B6_1 = L_8; G_B6_2 = G_B4_0; goto IL_0043; } } { G_B7_0 = 3; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; goto IL_0044; } IL_0043: { G_B7_0 = 7; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; } IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(G_B7_3, G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/NULL); // } return; } IL_004a: { // else if (from != to) RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_13 = ___from1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_14 = ___to2; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_15; L_15 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_006c; } } { // Graphics.SetRenderTarget (to); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_16 = ___to2; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_SetRenderTarget_m78AE234327CCDBCEA288FBEFB53D6CEAD3EFC939(L_16, /*hidden argument*/NULL); // GL.Clear(false, true, Color.black); // clear destination to avoid RT restore Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_17; L_17 = Color_get_black_m67E91EB7017FC74D9AB5ADEF6B6929B7EFC9A982(/*hidden argument*/NULL); GL_Clear_mF5FCE24D7F60731D6D88AA3DC98B0E88A644CD93((bool)0, (bool)1, L_17, /*hidden argument*/NULL); // Graphics.Blit (from, to); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_18 = ___from1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_19 = ___to2; Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_18, L_19, /*hidden argument*/NULL); } IL_006c: { // } return; } } // System.Void UnityStandardAssets.ImageEffects.Bloom::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bloom__ctor_m9CE8D3A0AF0E8090F05E79AE479FEEC869C4A2BC (Bloom_tB4E7DF6744D5EC847611881291D7CE9C010BFD57 * __this, const RuntimeMethod* method) { { // public BloomScreenBlendMode screenBlendMode = BloomScreenBlendMode.Add; __this->set_screenBlendMode_8(1); // public float sepBlurSpread = 2.5f; __this->set_sepBlurSpread_11((2.5f)); // public BloomQuality quality = BloomQuality.High; __this->set_quality_12(1); // public float bloomIntensity = 0.5f; __this->set_bloomIntensity_13((0.5f)); // public float bloomThreshold = 0.5f; __this->set_bloomThreshold_14((0.5f)); // public Color bloomThresholdColor = Color.white; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0; L_0 = Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E(/*hidden argument*/NULL); __this->set_bloomThresholdColor_15(L_0); // public int bloomBlurIterations = 2; __this->set_bloomBlurIterations_16(2); // public int hollywoodFlareBlurIterations = 2; __this->set_hollywoodFlareBlurIterations_17(2); // public LensFlareStyle lensflareMode = (LensFlareStyle) 1; __this->set_lensflareMode_19(1); // public float hollyStretchWidth = 2.5f; __this->set_hollyStretchWidth_20((2.5f)); // public float lensflareThreshold = 0.3f; __this->set_lensflareThreshold_22((0.300000012f)); // public float lensFlareSaturation = 0.75f; __this->set_lensFlareSaturation_23((0.75f)); // public Color flareColorA = new Color (0.4f, 0.4f, 0.8f, 0.75f); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1; memset((&L_1), 0, sizeof(L_1)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_1), (0.400000006f), (0.400000006f), (0.800000012f), (0.75f), /*hidden argument*/NULL); __this->set_flareColorA_24(L_1); // public Color flareColorB = new Color (0.4f, 0.8f, 0.8f, 0.75f); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2; memset((&L_2), 0, sizeof(L_2)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_2), (0.400000006f), (0.800000012f), (0.800000012f), (0.75f), /*hidden argument*/NULL); __this->set_flareColorB_25(L_2); // public Color flareColorC = new Color (0.8f, 0.4f, 0.8f, 0.75f); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3; memset((&L_3), 0, sizeof(L_3)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_3), (0.800000012f), (0.400000006f), (0.800000012f), (0.75f), /*hidden argument*/NULL); __this->set_flareColorC_26(L_3); // public Color flareColorD = new Color (0.8f, 0.4f, 0.0f, 0.75f); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_4; memset((&L_4), 0, sizeof(L_4)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_4), (0.800000012f), (0.400000006f), (0.0f), (0.75f), /*hidden argument*/NULL); __this->set_flareColorD_27(L_4); PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728(__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.Boolean UnityStandardAssets.ImageEffects.BloomAndFlares::CheckResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BloomAndFlares_CheckResources_m5D302EB81163C3C7C73E15BD16B22EA430F136D7 (BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * __this, const RuntimeMethod* method) { { // CheckSupport(false); bool L_0; L_0 = PostEffectsBase_CheckSupport_m20B1CB0EC0F019D345427F851C67A5FD2E01061A(__this, (bool)0, /*hidden argument*/NULL); // screenBlend = CheckShaderAndCreateMaterial(screenBlendShader, screenBlend); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_1 = __this->get_screenBlendShader_35(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_screenBlend_36(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3; L_3 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_1, L_2, /*hidden argument*/NULL); __this->set_screenBlend_36(L_3); // lensFlareMaterial = CheckShaderAndCreateMaterial(lensFlareShader, lensFlareMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_4 = __this->get_lensFlareShader_27(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = __this->get_lensFlareMaterial_28(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6; L_6 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_4, L_5, /*hidden argument*/NULL); __this->set_lensFlareMaterial_28(L_6); // vignetteMaterial = CheckShaderAndCreateMaterial(vignetteShader, vignetteMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_7 = __this->get_vignetteShader_29(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_8 = __this->get_vignetteMaterial_30(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_9; L_9 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_7, L_8, /*hidden argument*/NULL); __this->set_vignetteMaterial_30(L_9); // separableBlurMaterial = CheckShaderAndCreateMaterial(separableBlurShader, separableBlurMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_10 = __this->get_separableBlurShader_31(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_11 = __this->get_separableBlurMaterial_32(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_12; L_12 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_10, L_11, /*hidden argument*/NULL); __this->set_separableBlurMaterial_32(L_12); // addBrightStuffBlendOneOneMaterial = CheckShaderAndCreateMaterial(addBrightStuffOneOneShader, addBrightStuffBlendOneOneMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_13 = __this->get_addBrightStuffOneOneShader_33(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_14 = __this->get_addBrightStuffBlendOneOneMaterial_34(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_15; L_15 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_13, L_14, /*hidden argument*/NULL); __this->set_addBrightStuffBlendOneOneMaterial_34(L_15); // hollywoodFlaresMaterial = CheckShaderAndCreateMaterial(hollywoodFlaresShader, hollywoodFlaresMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_16 = __this->get_hollywoodFlaresShader_37(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_17 = __this->get_hollywoodFlaresMaterial_38(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_18; L_18 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_16, L_17, /*hidden argument*/NULL); __this->set_hollywoodFlaresMaterial_38(L_18); // brightPassFilterMaterial = CheckShaderAndCreateMaterial(brightPassFilterShader, brightPassFilterMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_19 = __this->get_brightPassFilterShader_39(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_20 = __this->get_brightPassFilterMaterial_40(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_21; L_21 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_19, L_20, /*hidden argument*/NULL); __this->set_brightPassFilterMaterial_40(L_21); // if (!isSupported) bool L_22 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); if (L_22) { goto IL_00be; } } { // ReportAutoDisable(); PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31(__this, /*hidden argument*/NULL); } IL_00be: { // return isSupported; bool L_23 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); return L_23; } } // System.Void UnityStandardAssets.ImageEffects.BloomAndFlares::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BloomAndFlares_OnRenderImage_m820BD8E7E5CD76FB1A0D8727FE55C68CA4D9E4A0 (BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___destination1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F42ED00D84DBC7A3B4658065DEA62873778201F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BCA94BB4298BE981FD665F0F2C50CEA5C2F78BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84C21B49A0EFC55D4E6A7FC4AC4D2CDF265FFBF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E9CD79DBD5A71482F4B23A300AEEF7F7E7D67D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_2 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_3 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_4 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_5 = NULL; float V_6 = 0.0f; float V_7 = 0.0f; int32_t V_8 = 0; float V_9 = 0.0f; int32_t V_10 = 0; int32_t V_11 = 0; BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * G_B5_0 = NULL; BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * G_B4_0 = NULL; int32_t G_B6_0 = 0; BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * G_B6_1 = NULL; BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * G_B10_0 = NULL; BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * G_B9_0 = NULL; int32_t G_B11_0 = 0; BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * G_B11_1 = NULL; int32_t G_B16_0 = 0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B22_0 = NULL; { // if (CheckResources() == false) bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckResources() */, __this); if (L_0) { goto IL_0010; } } { // Graphics.Blit(source, destination); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_1 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___destination1; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_1, L_2, /*hidden argument*/NULL); // return; return; } IL_0010: { // doHdr = false; __this->set_doHdr_10((bool)0); // if (hdr == HDRBloomMode.Auto) int32_t L_3 = __this->get_hdr_9(); if (L_3) { goto IL_003e; } } { // doHdr = source.format == RenderTextureFormat.ARGBHalf && GetComponent().allowHDR; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_4 = ___source0; NullCheck(L_4); int32_t L_5; L_5 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_4, /*hidden argument*/NULL); G_B4_0 = __this; if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { G_B5_0 = __this; goto IL_0036; } } { Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_6; L_6 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(__this, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); NullCheck(L_6); bool L_7; L_7 = Camera_get_allowHDR_mD961A362F2C8BBA6FF0B316488FC566D64CB6222(L_6, /*hidden argument*/NULL); G_B6_0 = ((int32_t)(L_7)); G_B6_1 = G_B4_0; goto IL_0037; } IL_0036: { G_B6_0 = 0; G_B6_1 = G_B5_0; } IL_0037: { NullCheck(G_B6_1); G_B6_1->set_doHdr_10((bool)G_B6_0); goto IL_004d; } IL_003e: { // doHdr = hdr == HDRBloomMode.On; int32_t L_8 = __this->get_hdr_9(); __this->set_doHdr_10((bool)((((int32_t)L_8) == ((int32_t)1))? 1 : 0)); } IL_004d: { // doHdr = doHdr && supportHDRTextures; bool L_9 = __this->get_doHdr_10(); G_B9_0 = __this; if (!L_9) { G_B10_0 = __this; goto IL_005e; } } { bool L_10 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_supportHDRTextures_4(); G_B11_0 = ((int32_t)(L_10)); G_B11_1 = G_B9_0; goto IL_005f; } IL_005e: { G_B11_0 = 0; G_B11_1 = G_B10_0; } IL_005f: { NullCheck(G_B11_1); G_B11_1->set_doHdr_10((bool)G_B11_0); // BloomScreenBlendMode realBlendMode = screenBlendMode; int32_t L_11 = __this->get_screenBlendMode_8(); V_0 = L_11; // if (doHdr) bool L_12 = __this->get_doHdr_10(); if (!L_12) { goto IL_0075; } } { // realBlendMode = BloomScreenBlendMode.Add; V_0 = 1; } IL_0075: { // var rtFormat = (doHdr) ? RenderTextureFormat.ARGBHalf : RenderTextureFormat.Default; bool L_13 = __this->get_doHdr_10(); if (L_13) { goto IL_0080; } } { G_B16_0 = 7; goto IL_0081; } IL_0080: { G_B16_0 = 2; } IL_0081: { V_1 = G_B16_0; // RenderTexture halfRezColor = RenderTexture.GetTemporary(source.width / 2, source.height / 2, 0, rtFormat); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_14 = ___source0; NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_14); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_16 = ___source0; NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_16); int32_t L_18 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_19; L_19 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_15/(int32_t)2)), ((int32_t)((int32_t)L_17/(int32_t)2)), 0, L_18, /*hidden argument*/NULL); V_2 = L_19; // RenderTexture quarterRezColor = RenderTexture.GetTemporary(source.width / 4, source.height / 4, 0, rtFormat); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_20 = ___source0; NullCheck(L_20); int32_t L_21; L_21 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_20); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_22 = ___source0; NullCheck(L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_22); int32_t L_24 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_25; L_25 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_21/(int32_t)4)), ((int32_t)((int32_t)L_23/(int32_t)4)), 0, L_24, /*hidden argument*/NULL); V_3 = L_25; // RenderTexture secondQuarterRezColor = RenderTexture.GetTemporary(source.width / 4, source.height / 4, 0, rtFormat); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_26 = ___source0; NullCheck(L_26); int32_t L_27; L_27 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_26); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_28 = ___source0; NullCheck(L_28); int32_t L_29; L_29 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_28); int32_t L_30 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_31; L_31 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_27/(int32_t)4)), ((int32_t)((int32_t)L_29/(int32_t)4)), 0, L_30, /*hidden argument*/NULL); V_4 = L_31; // RenderTexture thirdQuarterRezColor = RenderTexture.GetTemporary(source.width / 4, source.height / 4, 0, rtFormat); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_32 = ___source0; NullCheck(L_32); int32_t L_33; L_33 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_32); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_34 = ___source0; NullCheck(L_34); int32_t L_35; L_35 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_34); int32_t L_36 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_37; L_37 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_33/(int32_t)4)), ((int32_t)((int32_t)L_35/(int32_t)4)), 0, L_36, /*hidden argument*/NULL); V_5 = L_37; // float widthOverHeight = (1.0f * source.width) / (1.0f * source.height); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_38 = ___source0; NullCheck(L_38); int32_t L_39; L_39 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_38); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_40 = ___source0; NullCheck(L_40); int32_t L_41; L_41 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_40); V_6 = ((float)((float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_39))))/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_41)))))); // float oneOverBaseSize = 1.0f / 512.0f; V_7 = (0.001953125f); // Graphics.Blit(source, halfRezColor, screenBlend, 2); // <- 2 is stable downsample RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_42 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_43 = V_2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_44 = __this->get_screenBlend_36(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_42, L_43, L_44, 2, /*hidden argument*/NULL); // Graphics.Blit(halfRezColor, quarterRezColor, screenBlend, 2); // <- 2 is stable downsample RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_45 = V_2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_46 = V_3; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_47 = __this->get_screenBlend_36(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_45, L_46, L_47, 2, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(halfRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_48 = V_2; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_48, /*hidden argument*/NULL); // BrightFilter(bloomThreshold, useSrcAlphaAsMask, quarterRezColor, secondQuarterRezColor); float L_49 = __this->get_bloomThreshold_14(); float L_50 = __this->get_useSrcAlphaAsMask_12(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_51 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_52 = V_4; BloomAndFlares_BrightFilter_mA7575BBFC217875E02F0454025CE76D6CF05FDAE(__this, L_49, L_50, L_51, L_52, /*hidden argument*/NULL); // quarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_53 = V_3; NullCheck(L_53); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_53, /*hidden argument*/NULL); // if (bloomBlurIterations < 1) bloomBlurIterations = 1; int32_t L_54 = __this->get_bloomBlurIterations_15(); if ((((int32_t)L_54) >= ((int32_t)1))) { goto IL_0155; } } { // if (bloomBlurIterations < 1) bloomBlurIterations = 1; __this->set_bloomBlurIterations_15(1); } IL_0155: { // for (int iter = 0; iter < bloomBlurIterations; iter++) V_8 = 0; goto IL_0201; } IL_015d: { // float spreadForPass = (1.0f + (iter * 0.5f)) * sepBlurSpread; int32_t L_55 = V_8; float L_56 = __this->get_sepBlurSpread_11(); V_9 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_55)), (float)(0.5f))))), (float)L_56)); // separableBlurMaterial.SetVector("offsets", new Vector4(0.0f, spreadForPass * oneOverBaseSize, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_57 = __this->get_separableBlurMaterial_32(); float L_58 = V_9; float L_59 = V_7; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_60; memset((&L_60), 0, sizeof(L_60)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_60), (0.0f), ((float)il2cpp_codegen_multiply((float)L_58, (float)L_59)), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_57); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_57, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_60, /*hidden argument*/NULL); // RenderTexture src = iter == 0 ? secondQuarterRezColor : quarterRezColor; int32_t L_61 = V_8; if (!L_61) { goto IL_01a5; } } { RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_62 = V_3; G_B22_0 = L_62; goto IL_01a7; } IL_01a5: { RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_63 = V_4; G_B22_0 = L_63; } IL_01a7: { // Graphics.Blit(src, thirdQuarterRezColor, separableBlurMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_64 = G_B22_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_65 = V_5; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_66 = __this->get_separableBlurMaterial_32(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_64, L_65, L_66, /*hidden argument*/NULL); // src.DiscardContents(); NullCheck(L_64); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_64, /*hidden argument*/NULL); // separableBlurMaterial.SetVector("offsets", new Vector4((spreadForPass / widthOverHeight) * oneOverBaseSize, 0.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_67 = __this->get_separableBlurMaterial_32(); float L_68 = V_9; float L_69 = V_6; float L_70 = V_7; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_71; memset((&L_71), 0, sizeof(L_71)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_71), ((float)il2cpp_codegen_multiply((float)((float)((float)L_68/(float)L_69)), (float)L_70)), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_67); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_67, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_71, /*hidden argument*/NULL); // Graphics.Blit(thirdQuarterRezColor, quarterRezColor, separableBlurMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_72 = V_5; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_73 = V_3; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_74 = __this->get_separableBlurMaterial_32(); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_72, L_73, L_74, /*hidden argument*/NULL); // thirdQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_75 = V_5; NullCheck(L_75); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_75, /*hidden argument*/NULL); // for (int iter = 0; iter < bloomBlurIterations; iter++) int32_t L_76 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); } IL_0201: { // for (int iter = 0; iter < bloomBlurIterations; iter++) int32_t L_77 = V_8; int32_t L_78 = __this->get_bloomBlurIterations_15(); if ((((int32_t)L_77) < ((int32_t)L_78))) { goto IL_015d; } } { // if (lensflares) bool L_79 = __this->get_lensflares_16(); if (!L_79) { goto IL_05b8; } } { // if (lensflareMode == 0) int32_t L_80 = __this->get_lensflareMode_18(); if (L_80) { goto IL_0266; } } { // BrightFilter(lensflareThreshold, 0.0f, quarterRezColor, thirdQuarterRezColor); float L_81 = __this->get_lensflareThreshold_21(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_82 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_83 = V_5; BloomAndFlares_BrightFilter_mA7575BBFC217875E02F0454025CE76D6CF05FDAE(__this, L_81, (0.0f), L_82, L_83, /*hidden argument*/NULL); // quarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_84 = V_3; NullCheck(L_84); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_84, /*hidden argument*/NULL); // Vignette(0.975f, thirdQuarterRezColor, secondQuarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_85 = V_5; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_86 = V_4; BloomAndFlares_Vignette_m671C8CAE9ED6BD64797AEF8CF982EE8414AA353E(__this, (0.975000024f), L_85, L_86, /*hidden argument*/NULL); // thirdQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_87 = V_5; NullCheck(L_87); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_87, /*hidden argument*/NULL); // BlendFlares(secondQuarterRezColor, quarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_88 = V_4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_89 = V_3; BloomAndFlares_BlendFlares_m9EFFC2222A16EC1BE33B83E870F8670D480FAE0A(__this, L_88, L_89, /*hidden argument*/NULL); // secondQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_90 = V_4; NullCheck(L_90); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_90, /*hidden argument*/NULL); // } goto IL_05b8; } IL_0266: { // hollywoodFlaresMaterial.SetVector("_threshold", new Vector4(lensflareThreshold, 1.0f / (1.0f - lensflareThreshold), 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_91 = __this->get_hollywoodFlaresMaterial_38(); float L_92 = __this->get_lensflareThreshold_21(); float L_93 = __this->get_lensflareThreshold_21(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_94; memset((&L_94), 0, sizeof(L_94)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_94), L_92, ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_93)))), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_91); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_91, _stringLiteral5BCA94BB4298BE981FD665F0F2C50CEA5C2F78BF, L_94, /*hidden argument*/NULL); // hollywoodFlaresMaterial.SetVector("tintColor", new Vector4(flareColorA.r, flareColorA.g, flareColorA.b, flareColorA.a) * flareColorA.a * lensflareIntensity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_95 = __this->get_hollywoodFlaresMaterial_38(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_96 = __this->get_address_of_flareColorA_22(); float L_97 = L_96->get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_98 = __this->get_address_of_flareColorA_22(); float L_99 = L_98->get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_100 = __this->get_address_of_flareColorA_22(); float L_101 = L_100->get_b_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_102 = __this->get_address_of_flareColorA_22(); float L_103 = L_102->get_a_3(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_104; memset((&L_104), 0, sizeof(L_104)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_104), L_97, L_99, L_101, L_103, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_105 = __this->get_address_of_flareColorA_22(); float L_106 = L_105->get_a_3(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_107; L_107 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_104, L_106, /*hidden argument*/NULL); float L_108 = __this->get_lensflareIntensity_20(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_109; L_109 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_107, L_108, /*hidden argument*/NULL); NullCheck(L_95); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_95, _stringLiteral84C21B49A0EFC55D4E6A7FC4AC4D2CDF265FFBF7, L_109, /*hidden argument*/NULL); // Graphics.Blit(thirdQuarterRezColor, secondQuarterRezColor, hollywoodFlaresMaterial, 2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_110 = V_5; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_111 = V_4; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_112 = __this->get_hollywoodFlaresMaterial_38(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_110, L_111, L_112, 2, /*hidden argument*/NULL); // thirdQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_113 = V_5; NullCheck(L_113); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_113, /*hidden argument*/NULL); // Graphics.Blit(secondQuarterRezColor, thirdQuarterRezColor, hollywoodFlaresMaterial, 3); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_114 = V_4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_115 = V_5; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_116 = __this->get_hollywoodFlaresMaterial_38(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_114, L_115, L_116, 3, /*hidden argument*/NULL); // secondQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_117 = V_4; NullCheck(L_117); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_117, /*hidden argument*/NULL); // hollywoodFlaresMaterial.SetVector("offsets", new Vector4((sepBlurSpread * 1.0f / widthOverHeight) * oneOverBaseSize, 0.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_118 = __this->get_hollywoodFlaresMaterial_38(); float L_119 = __this->get_sepBlurSpread_11(); float L_120 = V_6; float L_121 = V_7; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_122; memset((&L_122), 0, sizeof(L_122)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_122), ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_119, (float)(1.0f)))/(float)L_120)), (float)L_121)), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_118); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_118, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_122, /*hidden argument*/NULL); // hollywoodFlaresMaterial.SetFloat("stretchWidth", hollyStretchWidth); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_123 = __this->get_hollywoodFlaresMaterial_38(); float L_124 = __this->get_hollyStretchWidth_19(); NullCheck(L_123); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_123, _stringLiteral8E9CD79DBD5A71482F4B23A300AEEF7F7E7D67D2, L_124, /*hidden argument*/NULL); // Graphics.Blit(thirdQuarterRezColor, secondQuarterRezColor, hollywoodFlaresMaterial, 1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_125 = V_5; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_126 = V_4; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_127 = __this->get_hollywoodFlaresMaterial_38(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_125, L_126, L_127, 1, /*hidden argument*/NULL); // thirdQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_128 = V_5; NullCheck(L_128); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_128, /*hidden argument*/NULL); // hollywoodFlaresMaterial.SetFloat("stretchWidth", hollyStretchWidth * 2.0f); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_129 = __this->get_hollywoodFlaresMaterial_38(); float L_130 = __this->get_hollyStretchWidth_19(); NullCheck(L_129); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_129, _stringLiteral8E9CD79DBD5A71482F4B23A300AEEF7F7E7D67D2, ((float)il2cpp_codegen_multiply((float)L_130, (float)(2.0f))), /*hidden argument*/NULL); // Graphics.Blit(secondQuarterRezColor, thirdQuarterRezColor, hollywoodFlaresMaterial, 1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_131 = V_4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_132 = V_5; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_133 = __this->get_hollywoodFlaresMaterial_38(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_131, L_132, L_133, 1, /*hidden argument*/NULL); // secondQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_134 = V_4; NullCheck(L_134); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_134, /*hidden argument*/NULL); // hollywoodFlaresMaterial.SetFloat("stretchWidth", hollyStretchWidth * 4.0f); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_135 = __this->get_hollywoodFlaresMaterial_38(); float L_136 = __this->get_hollyStretchWidth_19(); NullCheck(L_135); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_135, _stringLiteral8E9CD79DBD5A71482F4B23A300AEEF7F7E7D67D2, ((float)il2cpp_codegen_multiply((float)L_136, (float)(4.0f))), /*hidden argument*/NULL); // Graphics.Blit(thirdQuarterRezColor, secondQuarterRezColor, hollywoodFlaresMaterial, 1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_137 = V_5; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_138 = V_4; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_139 = __this->get_hollywoodFlaresMaterial_38(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_137, L_138, L_139, 1, /*hidden argument*/NULL); // thirdQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_140 = V_5; NullCheck(L_140); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_140, /*hidden argument*/NULL); // if (lensflareMode == (LensflareStyle34)1) int32_t L_141 = __this->get_lensflareMode_18(); if ((!(((uint32_t)L_141) == ((uint32_t)1)))) { goto IL_04c9; } } { // for (int itera = 0; itera < hollywoodFlareBlurIterations; itera++) V_10 = 0; goto IL_04a2; } IL_0404: { // separableBlurMaterial.SetVector("offsets", new Vector4((hollyStretchWidth * 2.0f / widthOverHeight) * oneOverBaseSize, 0.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_142 = __this->get_separableBlurMaterial_32(); float L_143 = __this->get_hollyStretchWidth_19(); float L_144 = V_6; float L_145 = V_7; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_146; memset((&L_146), 0, sizeof(L_146)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_146), ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_143, (float)(2.0f)))/(float)L_144)), (float)L_145)), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_142); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_142, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_146, /*hidden argument*/NULL); // Graphics.Blit(secondQuarterRezColor, thirdQuarterRezColor, separableBlurMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_147 = V_4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_148 = V_5; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_149 = __this->get_separableBlurMaterial_32(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_147, L_148, L_149, /*hidden argument*/NULL); // secondQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_150 = V_4; NullCheck(L_150); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_150, /*hidden argument*/NULL); // separableBlurMaterial.SetVector("offsets", new Vector4((hollyStretchWidth * 2.0f / widthOverHeight) * oneOverBaseSize, 0.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_151 = __this->get_separableBlurMaterial_32(); float L_152 = __this->get_hollyStretchWidth_19(); float L_153 = V_6; float L_154 = V_7; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_155; memset((&L_155), 0, sizeof(L_155)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_155), ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_152, (float)(2.0f)))/(float)L_153)), (float)L_154)), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_151); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_151, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_155, /*hidden argument*/NULL); // Graphics.Blit(thirdQuarterRezColor, secondQuarterRezColor, separableBlurMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_156 = V_5; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_157 = V_4; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_158 = __this->get_separableBlurMaterial_32(); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_156, L_157, L_158, /*hidden argument*/NULL); // thirdQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_159 = V_5; NullCheck(L_159); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_159, /*hidden argument*/NULL); // for (int itera = 0; itera < hollywoodFlareBlurIterations; itera++) int32_t L_160 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1)); } IL_04a2: { // for (int itera = 0; itera < hollywoodFlareBlurIterations; itera++) int32_t L_161 = V_10; int32_t L_162 = __this->get_hollywoodFlareBlurIterations_17(); if ((((int32_t)L_161) < ((int32_t)L_162))) { goto IL_0404; } } { // AddTo(1.0f, secondQuarterRezColor, quarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_163 = V_4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_164 = V_3; BloomAndFlares_AddTo_m96E721A8767A6E55237EB23A193309006A13A376(__this, (1.0f), L_163, L_164, /*hidden argument*/NULL); // secondQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_165 = V_4; NullCheck(L_165); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_165, /*hidden argument*/NULL); // } goto IL_05b8; } IL_04c9: { // for (int ix = 0; ix < hollywoodFlareBlurIterations; ix++) V_11 = 0; goto IL_056f; } IL_04d1: { // separableBlurMaterial.SetVector("offsets", new Vector4((hollyStretchWidth * 2.0f / widthOverHeight) * oneOverBaseSize, 0.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_166 = __this->get_separableBlurMaterial_32(); float L_167 = __this->get_hollyStretchWidth_19(); float L_168 = V_6; float L_169 = V_7; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_170; memset((&L_170), 0, sizeof(L_170)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_170), ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_167, (float)(2.0f)))/(float)L_168)), (float)L_169)), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_166); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_166, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_170, /*hidden argument*/NULL); // Graphics.Blit(secondQuarterRezColor, thirdQuarterRezColor, separableBlurMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_171 = V_4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_172 = V_5; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_173 = __this->get_separableBlurMaterial_32(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_171, L_172, L_173, /*hidden argument*/NULL); // secondQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_174 = V_4; NullCheck(L_174); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_174, /*hidden argument*/NULL); // separableBlurMaterial.SetVector("offsets", new Vector4((hollyStretchWidth * 2.0f / widthOverHeight) * oneOverBaseSize, 0.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_175 = __this->get_separableBlurMaterial_32(); float L_176 = __this->get_hollyStretchWidth_19(); float L_177 = V_6; float L_178 = V_7; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_179; memset((&L_179), 0, sizeof(L_179)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_179), ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_176, (float)(2.0f)))/(float)L_177)), (float)L_178)), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_175); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_175, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_179, /*hidden argument*/NULL); // Graphics.Blit(thirdQuarterRezColor, secondQuarterRezColor, separableBlurMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_180 = V_5; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_181 = V_4; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_182 = __this->get_separableBlurMaterial_32(); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_180, L_181, L_182, /*hidden argument*/NULL); // thirdQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_183 = V_5; NullCheck(L_183); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_183, /*hidden argument*/NULL); // for (int ix = 0; ix < hollywoodFlareBlurIterations; ix++) int32_t L_184 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)1)); } IL_056f: { // for (int ix = 0; ix < hollywoodFlareBlurIterations; ix++) int32_t L_185 = V_11; int32_t L_186 = __this->get_hollywoodFlareBlurIterations_17(); if ((((int32_t)L_185) < ((int32_t)L_186))) { goto IL_04d1; } } { // Vignette(1.0f, secondQuarterRezColor, thirdQuarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_187 = V_4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_188 = V_5; BloomAndFlares_Vignette_m671C8CAE9ED6BD64797AEF8CF982EE8414AA353E(__this, (1.0f), L_187, L_188, /*hidden argument*/NULL); // secondQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_189 = V_4; NullCheck(L_189); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_189, /*hidden argument*/NULL); // BlendFlares(thirdQuarterRezColor, secondQuarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_190 = V_5; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_191 = V_4; BloomAndFlares_BlendFlares_m9EFFC2222A16EC1BE33B83E870F8670D480FAE0A(__this, L_190, L_191, /*hidden argument*/NULL); // thirdQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_192 = V_5; NullCheck(L_192); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_192, /*hidden argument*/NULL); // AddTo(1.0f, secondQuarterRezColor, quarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_193 = V_4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_194 = V_3; BloomAndFlares_AddTo_m96E721A8767A6E55237EB23A193309006A13A376(__this, (1.0f), L_193, L_194, /*hidden argument*/NULL); // secondQuarterRezColor.DiscardContents(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_195 = V_4; NullCheck(L_195); RenderTexture_DiscardContents_m63D5C98EFC223AFF0B878FB5CA23730B471874C7(L_195, /*hidden argument*/NULL); } IL_05b8: { // screenBlend.SetFloat("_Intensity", bloomIntensity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_196 = __this->get_screenBlend_36(); float L_197 = __this->get_bloomIntensity_13(); NullCheck(L_196); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_196, _stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E, L_197, /*hidden argument*/NULL); // screenBlend.SetTexture("_ColorBuffer", source); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_198 = __this->get_screenBlend_36(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_199 = ___source0; NullCheck(L_198); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_198, _stringLiteral3F42ED00D84DBC7A3B4658065DEA62873778201F, L_199, /*hidden argument*/NULL); // Graphics.Blit(quarterRezColor, destination, screenBlend, (int)realBlendMode); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_200 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_201 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_202 = __this->get_screenBlend_36(); int32_t L_203 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_200, L_201, L_202, L_203, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(quarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_204 = V_3; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_204, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(secondQuarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_205 = V_4; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_205, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(thirdQuarterRezColor); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_206 = V_5; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_206, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.BloomAndFlares::AddTo(System.Single,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BloomAndFlares_AddTo_m96E721A8767A6E55237EB23A193309006A13A376 (BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * __this, float ___intensity_0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E); s_Il2CppMethodInitialized = true; } { // addBrightStuffBlendOneOneMaterial.SetFloat("_Intensity", intensity_); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_addBrightStuffBlendOneOneMaterial_34(); float L_1 = ___intensity_0; NullCheck(L_0); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_0, _stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E, L_1, /*hidden argument*/NULL); // Graphics.Blit(from, to, addBrightStuffBlendOneOneMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___from1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_3 = ___to2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4 = __this->get_addBrightStuffBlendOneOneMaterial_34(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.BloomAndFlares::BlendFlares(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BloomAndFlares_BlendFlares_m9EFFC2222A16EC1BE33B83E870F8670D480FAE0A (BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B2F87855E2F1F2D73948E75AA00D22AEB5963D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B57EAD824AA2C842A67739712342646C4A59776); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6552DCC8D30F1ECCEA20B4508D1284E91C25CCD2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DB920A501BE49CE06F951B435199EACD23D8C87); s_Il2CppMethodInitialized = true; } { // lensFlareMaterial.SetVector("colorA", new Vector4(flareColorA.r, flareColorA.g, flareColorA.b, flareColorA.a) * lensflareIntensity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_lensFlareMaterial_28(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_1 = __this->get_address_of_flareColorA_22(); float L_2 = L_1->get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_3 = __this->get_address_of_flareColorA_22(); float L_4 = L_3->get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_5 = __this->get_address_of_flareColorA_22(); float L_6 = L_5->get_b_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_7 = __this->get_address_of_flareColorA_22(); float L_8 = L_7->get_a_3(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_9; memset((&L_9), 0, sizeof(L_9)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_9), L_2, L_4, L_6, L_8, /*hidden argument*/NULL); float L_10 = __this->get_lensflareIntensity_20(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_11; L_11 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_9, L_10, /*hidden argument*/NULL); NullCheck(L_0); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_0, _stringLiteral6552DCC8D30F1ECCEA20B4508D1284E91C25CCD2, L_11, /*hidden argument*/NULL); // lensFlareMaterial.SetVector("colorB", new Vector4(flareColorB.r, flareColorB.g, flareColorB.b, flareColorB.a) * lensflareIntensity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_12 = __this->get_lensFlareMaterial_28(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_13 = __this->get_address_of_flareColorB_23(); float L_14 = L_13->get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_15 = __this->get_address_of_flareColorB_23(); float L_16 = L_15->get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_17 = __this->get_address_of_flareColorB_23(); float L_18 = L_17->get_b_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_19 = __this->get_address_of_flareColorB_23(); float L_20 = L_19->get_a_3(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_21; memset((&L_21), 0, sizeof(L_21)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_21), L_14, L_16, L_18, L_20, /*hidden argument*/NULL); float L_22 = __this->get_lensflareIntensity_20(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_23; L_23 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_21, L_22, /*hidden argument*/NULL); NullCheck(L_12); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_12, _stringLiteral2B57EAD824AA2C842A67739712342646C4A59776, L_23, /*hidden argument*/NULL); // lensFlareMaterial.SetVector("colorC", new Vector4(flareColorC.r, flareColorC.g, flareColorC.b, flareColorC.a) * lensflareIntensity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_24 = __this->get_lensFlareMaterial_28(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_25 = __this->get_address_of_flareColorC_24(); float L_26 = L_25->get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_27 = __this->get_address_of_flareColorC_24(); float L_28 = L_27->get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_29 = __this->get_address_of_flareColorC_24(); float L_30 = L_29->get_b_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_31 = __this->get_address_of_flareColorC_24(); float L_32 = L_31->get_a_3(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_33; memset((&L_33), 0, sizeof(L_33)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_33), L_26, L_28, L_30, L_32, /*hidden argument*/NULL); float L_34 = __this->get_lensflareIntensity_20(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_35; L_35 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_33, L_34, /*hidden argument*/NULL); NullCheck(L_24); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_24, _stringLiteral6DB920A501BE49CE06F951B435199EACD23D8C87, L_35, /*hidden argument*/NULL); // lensFlareMaterial.SetVector("colorD", new Vector4(flareColorD.r, flareColorD.g, flareColorD.b, flareColorD.a) * lensflareIntensity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_36 = __this->get_lensFlareMaterial_28(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_37 = __this->get_address_of_flareColorD_25(); float L_38 = L_37->get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_39 = __this->get_address_of_flareColorD_25(); float L_40 = L_39->get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_41 = __this->get_address_of_flareColorD_25(); float L_42 = L_41->get_b_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_43 = __this->get_address_of_flareColorD_25(); float L_44 = L_43->get_a_3(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_45; memset((&L_45), 0, sizeof(L_45)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_45), L_38, L_40, L_42, L_44, /*hidden argument*/NULL); float L_46 = __this->get_lensflareIntensity_20(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_47; L_47 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_45, L_46, /*hidden argument*/NULL); NullCheck(L_36); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_36, _stringLiteral2B2F87855E2F1F2D73948E75AA00D22AEB5963D6, L_47, /*hidden argument*/NULL); // Graphics.Blit(from, to, lensFlareMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_48 = ___from0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_49 = ___to1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_50 = __this->get_lensFlareMaterial_28(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_48, L_49, L_50, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.BloomAndFlares::BrightFilter(System.Single,System.Single,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BloomAndFlares_BrightFilter_mA7575BBFC217875E02F0454025CE76D6CF05FDAE (BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * __this, float ___thresh0, float ___useAlphaAsMask1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from2, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67B419C953EE33E1EE16B0ACABD5471F6CE61ECF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECA1CA80A2219025F323A4D79354F0CC4EC3D8B); s_Il2CppMethodInitialized = true; } { // if (doHdr) bool L_0 = __this->get_doHdr_10(); if (!L_0) { goto IL_002f; } } { // brightPassFilterMaterial.SetVector("threshold", new Vector4(thresh, 1.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_1 = __this->get_brightPassFilterMaterial_40(); float L_2 = ___thresh0; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_3; memset((&L_3), 0, sizeof(L_3)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_3), L_2, (1.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_1); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_1, _stringLiteralBECA1CA80A2219025F323A4D79354F0CC4EC3D8B, L_3, /*hidden argument*/NULL); goto IL_005c; } IL_002f: { // brightPassFilterMaterial.SetVector("threshold", new Vector4(thresh, 1.0f / (1.0f - thresh), 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4 = __this->get_brightPassFilterMaterial_40(); float L_5 = ___thresh0; float L_6 = ___thresh0; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_7; memset((&L_7), 0, sizeof(L_7)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_7), L_5, ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_6)))), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_4); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_4, _stringLiteralBECA1CA80A2219025F323A4D79354F0CC4EC3D8B, L_7, /*hidden argument*/NULL); } IL_005c: { // brightPassFilterMaterial.SetFloat("useSrcAlphaAsMask", useAlphaAsMask); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_8 = __this->get_brightPassFilterMaterial_40(); float L_9 = ___useAlphaAsMask1; NullCheck(L_8); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_8, _stringLiteral67B419C953EE33E1EE16B0ACABD5471F6CE61ECF, L_9, /*hidden argument*/NULL); // Graphics.Blit(from, to, brightPassFilterMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_10 = ___from2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_11 = ___to3; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_12 = __this->get_brightPassFilterMaterial_40(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_10, L_11, L_12, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.BloomAndFlares::Vignette(System.Single,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BloomAndFlares_Vignette_m671C8CAE9ED6BD64797AEF8CF982EE8414AA353E (BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * __this, float ___amount0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F42ED00D84DBC7A3B4658065DEA62873778201F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD016911F3BB41B42B288D457051120F9DD11897); s_Il2CppMethodInitialized = true; } { // if (lensFlareVignetteMask) Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_0 = __this->get_lensFlareVignetteMask_26(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0032; } } { // screenBlend.SetTexture("_ColorBuffer", lensFlareVignetteMask); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_screenBlend_36(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_3 = __this->get_lensFlareVignetteMask_26(); NullCheck(L_2); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_2, _stringLiteral3F42ED00D84DBC7A3B4658065DEA62873778201F, L_3, /*hidden argument*/NULL); // Graphics.Blit(from, to, screenBlend, 3); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_4 = ___from1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_5 = ___to2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6 = __this->get_screenBlend_36(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_4, L_5, L_6, 3, /*hidden argument*/NULL); // } return; } IL_0032: { // vignetteMaterial.SetFloat("vignetteIntensity", amount); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_7 = __this->get_vignetteMaterial_30(); float L_8 = ___amount0; NullCheck(L_7); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_7, _stringLiteralAD016911F3BB41B42B288D457051120F9DD11897, L_8, /*hidden argument*/NULL); // Graphics.Blit(from, to, vignetteMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_9 = ___from1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_10 = ___to2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_11 = __this->get_vignetteMaterial_30(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_9, L_10, L_11, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.BloomAndFlares::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BloomAndFlares__ctor_mF5F51BCA83ACC994B808494A7D673B0EE2B6B3C3 (BloomAndFlares_t0C2C80F03AC84F35AA9B9205B25EEBAC772B419F * __this, const RuntimeMethod* method) { { // public BloomScreenBlendMode screenBlendMode = BloomScreenBlendMode.Add; __this->set_screenBlendMode_8(1); // public float sepBlurSpread = 1.5f; __this->set_sepBlurSpread_11((1.5f)); // public float useSrcAlphaAsMask = 0.5f; __this->set_useSrcAlphaAsMask_12((0.5f)); // public float bloomIntensity = 1.0f; __this->set_bloomIntensity_13((1.0f)); // public float bloomThreshold = 0.5f; __this->set_bloomThreshold_14((0.5f)); // public int bloomBlurIterations = 2; __this->set_bloomBlurIterations_15(2); // public int hollywoodFlareBlurIterations = 2; __this->set_hollywoodFlareBlurIterations_17(2); // public LensflareStyle34 lensflareMode = (LensflareStyle34)1; __this->set_lensflareMode_18(1); // public float hollyStretchWidth = 3.5f; __this->set_hollyStretchWidth_19((3.5f)); // public float lensflareIntensity = 1.0f; __this->set_lensflareIntensity_20((1.0f)); // public float lensflareThreshold = 0.3f; __this->set_lensflareThreshold_21((0.300000012f)); // public Color flareColorA = new Color(0.4f, 0.4f, 0.8f, 0.75f); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0; memset((&L_0), 0, sizeof(L_0)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_0), (0.400000006f), (0.400000006f), (0.800000012f), (0.75f), /*hidden argument*/NULL); __this->set_flareColorA_22(L_0); // public Color flareColorB = new Color(0.4f, 0.8f, 0.8f, 0.75f); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1; memset((&L_1), 0, sizeof(L_1)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_1), (0.400000006f), (0.800000012f), (0.800000012f), (0.75f), /*hidden argument*/NULL); __this->set_flareColorB_23(L_1); // public Color flareColorC = new Color(0.8f, 0.4f, 0.8f, 0.75f); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2; memset((&L_2), 0, sizeof(L_2)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_2), (0.800000012f), (0.400000006f), (0.800000012f), (0.75f), /*hidden argument*/NULL); __this->set_flareColorC_24(L_2); // public Color flareColorD = new Color(0.8f, 0.4f, 0.0f, 0.75f); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3; memset((&L_3), 0, sizeof(L_3)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_3), (0.800000012f), (0.400000006f), (0.0f), (0.75f), /*hidden argument*/NULL); __this->set_flareColorD_25(L_3); PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728(__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.Boolean UnityStandardAssets.ImageEffects.BloomOptimized::CheckResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BloomOptimized_CheckResources_m4FFE780FF754CB37C782696BD8D692DF29B2940A (BloomOptimized_t099FF8FBFED1FFAFB0A943B0A19FA1FD2048F2E8 * __this, const RuntimeMethod* method) { { // CheckSupport (false); bool L_0; L_0 = PostEffectsBase_CheckSupport_m20B1CB0EC0F019D345427F851C67A5FD2E01061A(__this, (bool)0, /*hidden argument*/NULL); // fastBloomMaterial = CheckShaderAndCreateMaterial (fastBloomShader, fastBloomMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_1 = __this->get_fastBloomShader_13(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_fastBloomMaterial_14(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3; L_3 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_1, L_2, /*hidden argument*/NULL); __this->set_fastBloomMaterial_14(L_3); // if (!isSupported) bool L_4 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); if (L_4) { goto IL_002e; } } { // ReportAutoDisable (); PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31(__this, /*hidden argument*/NULL); } IL_002e: { // return isSupported; bool L_5 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); return L_5; } } // System.Void UnityStandardAssets.ImageEffects.BloomOptimized::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BloomOptimized_OnDisable_m4039BC1075AEAB38751103C799EFBF7894CDAC35 (BloomOptimized_t099FF8FBFED1FFAFB0A943B0A19FA1FD2048F2E8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (fastBloomMaterial) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_fastBloomMaterial_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // DestroyImmediate (fastBloomMaterial); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_fastBloomMaterial_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_2, /*hidden argument*/NULL); } IL_0018: { // } return; } } // System.Void UnityStandardAssets.ImageEffects.BloomOptimized::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BloomOptimized_OnRenderImage_m58EC1CE2EA1E8727F06C57ED08ECB799594A5D16 (BloomOptimized_t099FF8FBFED1FFAFB0A943B0A19FA1FD2048F2E8 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___destination1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67FCD903D968843FB838A58A0441312B2F7350F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3727B51476229A6673C6AE3F1248A22C8869020); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_7 = NULL; int32_t G_B5_0 = 0; float G_B8_0 = 0.0f; int32_t G_B11_0 = 0; { // if (CheckResources() == false) bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckResources() */, __this); if (L_0) { goto IL_0010; } } { // Graphics.Blit (source, destination); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_1 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___destination1; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_1, L_2, /*hidden argument*/NULL); // return; return; } IL_0010: { // int divider = resolution == Resolution.Low ? 4 : 2; int32_t L_3 = __this->get_resolution_10(); if (!L_3) { goto IL_001b; } } { G_B5_0 = 2; goto IL_001c; } IL_001b: { G_B5_0 = 4; } IL_001c: { V_0 = G_B5_0; // float widthMod = resolution == Resolution.Low ? 0.5f : 1.0f; int32_t L_4 = __this->get_resolution_10(); if (!L_4) { goto IL_002c; } } { G_B8_0 = (1.0f); goto IL_0031; } IL_002c: { G_B8_0 = (0.5f); } IL_0031: { V_1 = G_B8_0; // fastBloomMaterial.SetVector ("_Parameter", new Vector4 (blurSize * widthMod, 0.0f, threshold, intensity)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = __this->get_fastBloomMaterial_14(); float L_6 = __this->get_blurSize_9(); float L_7 = V_1; float L_8 = __this->get_threshold_7(); float L_9 = __this->get_intensity_8(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_10; memset((&L_10), 0, sizeof(L_10)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_10), ((float)il2cpp_codegen_multiply((float)L_6, (float)L_7)), (0.0f), L_8, L_9, /*hidden argument*/NULL); NullCheck(L_5); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_5, _stringLiteral67FCD903D968843FB838A58A0441312B2F7350F3, L_10, /*hidden argument*/NULL); // source.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_11 = ___source0; NullCheck(L_11); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_11, 1, /*hidden argument*/NULL); // var rtW= source.width/divider; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_12 = ___source0; NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_12); int32_t L_14 = V_0; V_2 = ((int32_t)((int32_t)L_13/(int32_t)L_14)); // var rtH= source.height/divider; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_15 = ___source0; NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_15); int32_t L_17 = V_0; V_3 = ((int32_t)((int32_t)L_16/(int32_t)L_17)); // RenderTexture rt = RenderTexture.GetTemporary (rtW, rtH, 0, source.format); int32_t L_18 = V_2; int32_t L_19 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_20 = ___source0; NullCheck(L_20); int32_t L_21; L_21 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_20, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_22; L_22 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_18, L_19, 0, L_21, /*hidden argument*/NULL); V_4 = L_22; // rt.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_23 = V_4; NullCheck(L_23); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_23, 1, /*hidden argument*/NULL); // Graphics.Blit (source, rt, fastBloomMaterial, 1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_24 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_25 = V_4; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_26 = __this->get_fastBloomMaterial_14(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_24, L_25, L_26, 1, /*hidden argument*/NULL); // var passOffs= blurType == BlurType.Standard ? 0 : 2; int32_t L_27 = __this->get_blurType_12(); if (!L_27) { goto IL_00ab; } } { G_B11_0 = 2; goto IL_00ac; } IL_00ab: { G_B11_0 = 0; } IL_00ac: { V_5 = G_B11_0; // for(int i = 0; i < blurIterations; i++) V_6 = 0; goto IL_0160; } IL_00b6: { // fastBloomMaterial.SetVector ("_Parameter", new Vector4 (blurSize * widthMod + (i*1.0f), 0.0f, threshold, intensity)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_28 = __this->get_fastBloomMaterial_14(); float L_29 = __this->get_blurSize_9(); float L_30 = V_1; int32_t L_31 = V_6; float L_32 = __this->get_threshold_7(); float L_33 = __this->get_intensity_8(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_34; memset((&L_34), 0, sizeof(L_34)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_34), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_29, (float)L_30)), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_31)), (float)(1.0f))))), (0.0f), L_32, L_33, /*hidden argument*/NULL); NullCheck(L_28); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_28, _stringLiteral67FCD903D968843FB838A58A0441312B2F7350F3, L_34, /*hidden argument*/NULL); // RenderTexture rt2 = RenderTexture.GetTemporary (rtW, rtH, 0, source.format); int32_t L_35 = V_2; int32_t L_36 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_37 = ___source0; NullCheck(L_37); int32_t L_38; L_38 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_37, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_39; L_39 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_35, L_36, 0, L_38, /*hidden argument*/NULL); V_7 = L_39; // rt2.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_40 = V_7; NullCheck(L_40); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_40, 1, /*hidden argument*/NULL); // Graphics.Blit (rt, rt2, fastBloomMaterial, 2 + passOffs); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_41 = V_4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_42 = V_7; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_43 = __this->get_fastBloomMaterial_14(); int32_t L_44 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_41, L_42, L_43, ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_44)), /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (rt); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_45 = V_4; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_45, /*hidden argument*/NULL); // rt = rt2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_46 = V_7; V_4 = L_46; // rt2 = RenderTexture.GetTemporary (rtW, rtH, 0, source.format); int32_t L_47 = V_2; int32_t L_48 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_49 = ___source0; NullCheck(L_49); int32_t L_50; L_50 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_49, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_51; L_51 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_47, L_48, 0, L_50, /*hidden argument*/NULL); V_7 = L_51; // rt2.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_52 = V_7; NullCheck(L_52); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_52, 1, /*hidden argument*/NULL); // Graphics.Blit (rt, rt2, fastBloomMaterial, 3 + passOffs); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_53 = V_4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_54 = V_7; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_55 = __this->get_fastBloomMaterial_14(); int32_t L_56 = V_5; Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_53, L_54, L_55, ((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_56)), /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (rt); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_57 = V_4; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_57, /*hidden argument*/NULL); // rt = rt2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_58 = V_7; V_4 = L_58; // for(int i = 0; i < blurIterations; i++) int32_t L_59 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0160: { // for(int i = 0; i < blurIterations; i++) int32_t L_60 = V_6; int32_t L_61 = __this->get_blurIterations_11(); if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_00b6; } } { // fastBloomMaterial.SetTexture ("_Bloom", rt); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_62 = __this->get_fastBloomMaterial_14(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_63 = V_4; NullCheck(L_62); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_62, _stringLiteralF3727B51476229A6673C6AE3F1248A22C8869020, L_63, /*hidden argument*/NULL); // Graphics.Blit (source, destination, fastBloomMaterial, 0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_64 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_65 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_66 = __this->get_fastBloomMaterial_14(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_64, L_65, L_66, 0, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (rt); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_67 = V_4; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_67, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.BloomOptimized::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BloomOptimized__ctor_m0E77B85184205FA45BE54D6F2215ACF6608179ED (BloomOptimized_t099FF8FBFED1FFAFB0A943B0A19FA1FD2048F2E8 * __this, const RuntimeMethod* method) { { // public float threshold = 0.25f; __this->set_threshold_7((0.25f)); // public float intensity = 0.75f; __this->set_intensity_8((0.75f)); // public float blurSize = 1.0f; __this->set_blurSize_9((1.0f)); // public int blurIterations = 1; __this->set_blurIterations_11(1); PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728(__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 #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.Crypto.Engines.BlowfishEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlowfishEngine__ctor_mEF5297AC7D2A6666FA133EED19FF893188212ABC (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public BlowfishEngine() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // S0 = new uint[SBOX_SK]; IL2CPP_RUNTIME_CLASS_INIT(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); int32_t L_0 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_SBOX_SK_7(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_S0_9(L_1); // S1 = new uint[SBOX_SK]; int32_t L_2 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_SBOX_SK_7(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)L_2); __this->set_S1_10(L_3); // S2 = new uint[SBOX_SK]; int32_t L_4 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_SBOX_SK_7(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)L_4); __this->set_S2_11(L_5); // S3 = new uint[SBOX_SK]; int32_t L_6 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_SBOX_SK_7(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)L_6); __this->set_S3_12(L_7); // P = new uint[P_SZ]; int32_t L_8 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_P_SZ_8(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)L_8); __this->set_P_13(L_9); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlowfishEngine_Init_m31412F891E9314D6065B2E6D00FCCB3701956A8D (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!(parameters is KeyParameter)) RuntimeObject* L_0 = ___parameters1; if (((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_001e; } } { // throw new ArgumentException("invalid parameter passed to Blowfish init - " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_1 = ___parameters1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCE27278E07FE7EB927EA4224AC3E0619FBEE6C5)), L_2, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlowfishEngine_Init_m31412F891E9314D6065B2E6D00FCCB3701956A8D_RuntimeMethod_var))); } IL_001e: { // this.encrypting = forEncryption; bool L_5 = ___forEncryption0; __this->set_encrypting_14(L_5); // this.workingKey = ((KeyParameter)parameters).GetKey(); RuntimeObject* L_6 = ___parameters1; NullCheck(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_6, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_6, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_workingKey_15(L_7); // SetKey(this.workingKey); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_workingKey_15(); BlowfishEngine_SetKey_m00A29AB1D9A5F0ACB2A7E8F303ADA8687116F50F(__this, L_8, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BlowfishEngine_get_AlgorithmName_m1805207FEFC0D95EBE48D2067D8538666A8438C5 (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD2236B405D5FA5F76EA2878B5A8698EE05BC73A); s_Il2CppMethodInitialized = true; } { // get { return "Blowfish"; } return _stringLiteralAD2236B405D5FA5F76EA2878B5A8698EE05BC73A; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BlowfishEngine_get_IsPartialBlockOkay_m730DE61C449C657BDDFEF2881C6ECE11F3542AA7 (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BlowfishEngine_ProcessBlock_mAFE6F572A84E416F76C5C3C9B4394591E46A92E6 (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED); s_Il2CppMethodInitialized = true; } { // if (workingKey == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_workingKey_15(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Blowfish not initialised"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16234F4AE3AF3D5112D3AD14A33CEB4A928578E9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BlowfishEngine_ProcessBlock_mAFE6F572A84E416F76C5C3C9B4394591E46A92E6_RuntimeMethod_var))); } IL_0013: { // Check.DataLength(input, inOff, BLOCK_SIZE, "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_2, L_3, 8, _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, BLOCK_SIZE, "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output2; int32_t L_5 = ___outOff3; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_4, L_5, 8, _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // if (encrypting) bool L_6 = __this->get_encrypting_14(); if (!L_6) { goto IL_0043; } } { // EncryptBlock(input, inOff, output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___input0; int32_t L_8 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___output2; int32_t L_10 = ___outOff3; BlowfishEngine_EncryptBlock_m11062ED5717BA1208E4CDFAB3F9371DB198C1448(__this, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); // } goto IL_004e; } IL_0043: { // DecryptBlock(input, inOff, output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___input0; int32_t L_12 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___output2; int32_t L_14 = ___outOff3; BlowfishEngine_DecryptBlock_m3D2E56B8740E5F96AF533CF9E156E2D0B49DCBD1(__this, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); } IL_004e: { // return BLOCK_SIZE; return 8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlowfishEngine_Reset_mB4824D52FDB6DD0ABA2A93F7A2811E034E674DBE (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, const RuntimeMethod* method) { { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BlowfishEngine_GetBlockSize_m66AE24300A36A13C54C3AF42ED212D5C13F155A3 (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, const RuntimeMethod* method) { { // return BLOCK_SIZE; return 8; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::F(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BlowfishEngine_F_m5DB953B22856487F5C12821BF7339228A178B678 (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, uint32_t ___x0, const RuntimeMethod* method) { { // return (((S0[x >> 24] + S1[(x >> 16) & 0xff]) ^ S2[(x >> 8) & 0xff]) + S3[x & 0xff]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_S0_9(); uint32_t L_1 = ___x0; NullCheck(L_0); int32_t L_2 = ((int32_t)((uint32_t)L_1>>((int32_t)24))); uint32_t L_3 = (L_0)->GetAt(static_cast(L_2)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = __this->get_S1_10(); uint32_t L_5 = ___x0; NullCheck(L_4); int32_t L_6 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_5>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_7 = (L_4)->GetAt(static_cast(L_6)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = __this->get_S2_11(); uint32_t L_9 = ___x0; NullCheck(L_8); int32_t L_10 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_9>>8))&(int32_t)((int32_t)255))); uint32_t L_11 = (L_8)->GetAt(static_cast(L_10)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = __this->get_S3_12(); uint32_t L_13 = ___x0; NullCheck(L_12); int32_t L_14 = ((int32_t)((int32_t)L_13&(int32_t)((int32_t)255))); uint32_t L_15 = (L_12)->GetAt(static_cast(L_14)); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_7))^(int32_t)L_11)), (int32_t)L_15)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::ProcessTable(System.UInt32,System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlowfishEngine_ProcessTable_mC8541D85CE7226E19893C0CF000E787D023F7908 (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, uint32_t ___xl0, uint32_t ___xr1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___table2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // int size = table.Length; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___table2; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); // for (int s = 0; s < size; s += 2) V_1 = 0; goto IL_0076; } IL_0008: { // xl ^= P[0]; uint32_t L_1 = ___xl0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get_P_13(); NullCheck(L_2); int32_t L_3 = 0; uint32_t L_4 = (L_2)->GetAt(static_cast(L_3)); ___xl0 = ((int32_t)((int32_t)L_1^(int32_t)L_4)); // for (int i = 1; i < ROUNDS; i += 2) V_2 = 1; goto IL_0046; } IL_0018: { // xr ^= F(xl) ^ P[i]; uint32_t L_5 = ___xr1; uint32_t L_6 = ___xl0; uint32_t L_7; L_7 = BlowfishEngine_F_m5DB953B22856487F5C12821BF7339228A178B678(__this, L_6, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = __this->get_P_13(); int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = L_9; uint32_t L_11 = (L_8)->GetAt(static_cast(L_10)); ___xr1 = ((int32_t)((int32_t)L_5^(int32_t)((int32_t)((int32_t)L_7^(int32_t)L_11)))); // xl ^= F(xr) ^ P[i + 1]; uint32_t L_12 = ___xl0; uint32_t L_13 = ___xr1; uint32_t L_14; L_14 = BlowfishEngine_F_m5DB953B22856487F5C12821BF7339228A178B678(__this, L_13, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = __this->get_P_13(); int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); uint32_t L_18 = (L_15)->GetAt(static_cast(L_17)); ___xl0 = ((int32_t)((int32_t)L_12^(int32_t)((int32_t)((int32_t)L_14^(int32_t)L_18)))); // for (int i = 1; i < ROUNDS; i += 2) int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)2)); } IL_0046: { // for (int i = 1; i < ROUNDS; i += 2) int32_t L_20 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); int32_t L_21 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_ROUNDS_5(); if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0018; } } { // xr ^= P[ROUNDS + 1]; uint32_t L_22 = ___xr1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = __this->get_P_13(); IL2CPP_RUNTIME_CLASS_INIT(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); int32_t L_24 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_ROUNDS_5(); NullCheck(L_23); int32_t L_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); uint32_t L_26 = (L_23)->GetAt(static_cast(L_25)); ___xr1 = ((int32_t)((int32_t)L_22^(int32_t)L_26)); // table[s] = xr; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = ___table2; int32_t L_28 = V_1; uint32_t L_29 = ___xr1; NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (uint32_t)L_29); // table[s + 1] = xl; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = ___table2; int32_t L_31 = V_1; uint32_t L_32 = ___xl0; NullCheck(L_30); (L_30)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))), (uint32_t)L_32); // xr = xl; // end of cycle swap uint32_t L_33 = ___xl0; ___xr1 = L_33; // xl = table[s]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = ___table2; int32_t L_35 = V_1; NullCheck(L_34); int32_t L_36 = L_35; uint32_t L_37 = (L_34)->GetAt(static_cast(L_36)); ___xl0 = L_37; // for (int s = 0; s < size; s += 2) int32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)2)); } IL_0076: { // for (int s = 0; s < size; s += 2) int32_t L_39 = V_1; int32_t L_40 = V_0; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_0008; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::SetKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlowfishEngine_SetKey_m00A29AB1D9A5F0ACB2A7E8F303ADA8687116F50F (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; uint32_t V_3 = 0; int32_t V_4 = 0; { // Array.Copy(KS0, 0, S0, 0, SBOX_SK); IL2CPP_RUNTIME_CLASS_INIT(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_KS0_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_S0_9(); int32_t L_2 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_SBOX_SK_7(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, 0, (RuntimeArray *)(RuntimeArray *)L_1, 0, L_2, /*hidden argument*/NULL); // Array.Copy(KS1, 0, S1, 0, SBOX_SK); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_KS1_2(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = __this->get_S1_10(); int32_t L_5 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_SBOX_SK_7(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_3, 0, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL); // Array.Copy(KS2, 0, S2, 0, SBOX_SK); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_KS2_3(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = __this->get_S2_11(); int32_t L_8 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_SBOX_SK_7(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, L_8, /*hidden argument*/NULL); // Array.Copy(KS3, 0, S3, 0, SBOX_SK); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_KS3_4(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = __this->get_S3_12(); int32_t L_11 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_SBOX_SK_7(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_9, 0, (RuntimeArray *)(RuntimeArray *)L_10, 0, L_11, /*hidden argument*/NULL); // Array.Copy(KP, 0, P, 0, P_SZ); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_KP_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = __this->get_P_13(); int32_t L_14 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_P_SZ_8(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 0, L_14, /*hidden argument*/NULL); // int keyLength = key.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___key0; NullCheck(L_15); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))); // int keyIndex = 0; V_1 = 0; // for (int i=0; i < P_SZ; i++) V_2 = 0; goto IL_00b6; } IL_007d: { // uint data = 0x0000000; V_3 = 0; // for (int j=0; j < 4; j++) V_4 = 0; goto IL_009c; } IL_0084: { // data = (data << 8) | (uint)key[keyIndex++]; uint32_t L_16 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___key0; int32_t L_18 = V_1; int32_t L_19 = L_18; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); NullCheck(L_17); int32_t L_20 = L_19; uint8_t L_21 = (L_17)->GetAt(static_cast(L_20)); V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_16<<(int32_t)8))|(int32_t)L_21)); // if (keyIndex >= keyLength) int32_t L_22 = V_1; int32_t L_23 = V_0; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0096; } } { // keyIndex = 0; V_1 = 0; } IL_0096: { // for (int j=0; j < 4; j++) int32_t L_24 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_009c: { // for (int j=0; j < 4; j++) int32_t L_25 = V_4; if ((((int32_t)L_25) < ((int32_t)4))) { goto IL_0084; } } { // P[i] ^= data; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = __this->get_P_13(); int32_t L_27 = V_2; NullCheck(L_26); uint32_t* L_28 = ((L_26)->GetAddressAt(static_cast(L_27))); int32_t L_29 = *((uint32_t*)L_28); uint32_t L_30 = V_3; *((int32_t*)L_28) = (int32_t)((int32_t)((int32_t)L_29^(int32_t)L_30)); // for (int i=0; i < P_SZ; i++) int32_t L_31 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00b6: { // for (int i=0; i < P_SZ; i++) int32_t L_32 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); int32_t L_33 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_P_SZ_8(); if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_007d; } } { // ProcessTable(0, 0, P); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = __this->get_P_13(); BlowfishEngine_ProcessTable_mC8541D85CE7226E19893C0CF000E787D023F7908(__this, 0, 0, L_34, /*hidden argument*/NULL); // ProcessTable(P[P_SZ - 2], P[P_SZ - 1], S0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = __this->get_P_13(); IL2CPP_RUNTIME_CLASS_INIT(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); int32_t L_36 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_P_SZ_8(); NullCheck(L_35); int32_t L_37 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)2)); uint32_t L_38 = (L_35)->GetAt(static_cast(L_37)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = __this->get_P_13(); int32_t L_40 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_P_SZ_8(); NullCheck(L_39); int32_t L_41 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)); uint32_t L_42 = (L_39)->GetAt(static_cast(L_41)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = __this->get_S0_9(); BlowfishEngine_ProcessTable_mC8541D85CE7226E19893C0CF000E787D023F7908(__this, L_38, L_42, L_43, /*hidden argument*/NULL); // ProcessTable(S0[SBOX_SK - 2], S0[SBOX_SK - 1], S1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = __this->get_S0_9(); int32_t L_45 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_SBOX_SK_7(); NullCheck(L_44); int32_t L_46 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)2)); uint32_t L_47 = (L_44)->GetAt(static_cast(L_46)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = __this->get_S0_9(); int32_t L_49 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_SBOX_SK_7(); NullCheck(L_48); int32_t L_50 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)1)); uint32_t L_51 = (L_48)->GetAt(static_cast(L_50)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = __this->get_S1_10(); BlowfishEngine_ProcessTable_mC8541D85CE7226E19893C0CF000E787D023F7908(__this, L_47, L_51, L_52, /*hidden argument*/NULL); // ProcessTable(S1[SBOX_SK - 2], S1[SBOX_SK - 1], S2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_53 = __this->get_S1_10(); int32_t L_54 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_SBOX_SK_7(); NullCheck(L_53); int32_t L_55 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)2)); uint32_t L_56 = (L_53)->GetAt(static_cast(L_55)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = __this->get_S1_10(); int32_t L_58 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_SBOX_SK_7(); NullCheck(L_57); int32_t L_59 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)); uint32_t L_60 = (L_57)->GetAt(static_cast(L_59)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_61 = __this->get_S2_11(); BlowfishEngine_ProcessTable_mC8541D85CE7226E19893C0CF000E787D023F7908(__this, L_56, L_60, L_61, /*hidden argument*/NULL); // ProcessTable(S2[SBOX_SK - 2], S2[SBOX_SK - 1], S3); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = __this->get_S2_11(); int32_t L_63 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_SBOX_SK_7(); NullCheck(L_62); int32_t L_64 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)2)); uint32_t L_65 = (L_62)->GetAt(static_cast(L_64)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = __this->get_S2_11(); int32_t L_67 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_SBOX_SK_7(); NullCheck(L_66); int32_t L_68 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1)); uint32_t L_69 = (L_66)->GetAt(static_cast(L_68)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = __this->get_S3_12(); BlowfishEngine_ProcessTable_mC8541D85CE7226E19893C0CF000E787D023F7908(__this, L_65, L_69, L_70, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlowfishEngine_EncryptBlock_m11062ED5717BA1208E4CDFAB3F9371DB198C1448 (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcIndex1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst2, int32_t ___dstIndex3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; { // uint xl = Pack.BE_To_UInt32(src, srcIndex); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___src0; int32_t L_1 = ___srcIndex1; uint32_t L_2; L_2 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // uint xr = Pack.BE_To_UInt32(src, srcIndex+4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___src0; int32_t L_4 = ___srcIndex1; uint32_t L_5; L_5 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); V_1 = L_5; // xl ^= P[0]; uint32_t L_6 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = __this->get_P_13(); NullCheck(L_7); int32_t L_8 = 0; uint32_t L_9 = (L_7)->GetAt(static_cast(L_8)); V_0 = ((int32_t)((int32_t)L_6^(int32_t)L_9)); // for (int i = 1; i < ROUNDS; i += 2) V_2 = 1; goto IL_004d; } IL_0021: { // xr ^= F(xl) ^ P[i]; uint32_t L_10 = V_1; uint32_t L_11 = V_0; uint32_t L_12; L_12 = BlowfishEngine_F_m5DB953B22856487F5C12821BF7339228A178B678(__this, L_11, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = __this->get_P_13(); int32_t L_14 = V_2; NullCheck(L_13); int32_t L_15 = L_14; uint32_t L_16 = (L_13)->GetAt(static_cast(L_15)); V_1 = ((int32_t)((int32_t)L_10^(int32_t)((int32_t)((int32_t)L_12^(int32_t)L_16)))); // xl ^= F(xr) ^ P[i + 1]; uint32_t L_17 = V_0; uint32_t L_18 = V_1; uint32_t L_19; L_19 = BlowfishEngine_F_m5DB953B22856487F5C12821BF7339228A178B678(__this, L_18, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = __this->get_P_13(); int32_t L_21 = V_2; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); uint32_t L_23 = (L_20)->GetAt(static_cast(L_22)); V_0 = ((int32_t)((int32_t)L_17^(int32_t)((int32_t)((int32_t)L_19^(int32_t)L_23)))); // for (int i = 1; i < ROUNDS; i += 2) int32_t L_24 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)2)); } IL_004d: { // for (int i = 1; i < ROUNDS; i += 2) int32_t L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); int32_t L_26 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_ROUNDS_5(); if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0021; } } { // xr ^= P[ROUNDS + 1]; uint32_t L_27 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = __this->get_P_13(); IL2CPP_RUNTIME_CLASS_INIT(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); int32_t L_29 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_ROUNDS_5(); NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); uint32_t L_31 = (L_28)->GetAt(static_cast(L_30)); V_1 = ((int32_t)((int32_t)L_27^(int32_t)L_31)); // Pack.UInt32_To_BE(xr, dst, dstIndex); uint32_t L_32 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = ___dst2; int32_t L_34 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_32, L_33, L_34, /*hidden argument*/NULL); // Pack.UInt32_To_BE(xl, dst, dstIndex + 4); uint32_t L_35 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___dst2; int32_t L_37 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_35, L_36, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)4)), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlowfishEngine_DecryptBlock_m3D2E56B8740E5F96AF533CF9E156E2D0B49DCBD1 (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcIndex1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst2, int32_t ___dstIndex3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; { // uint xl = Pack.BE_To_UInt32(src, srcIndex); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___src0; int32_t L_1 = ___srcIndex1; uint32_t L_2; L_2 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // uint xr = Pack.BE_To_UInt32(src, srcIndex + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___src0; int32_t L_4 = ___srcIndex1; uint32_t L_5; L_5 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); V_1 = L_5; // xl ^= P[ROUNDS + 1]; uint32_t L_6 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = __this->get_P_13(); IL2CPP_RUNTIME_CLASS_INIT(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); int32_t L_8 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_ROUNDS_5(); NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); V_0 = ((int32_t)((int32_t)L_6^(int32_t)L_10)); // for (int i = ROUNDS; i > 0 ; i -= 2) int32_t L_11 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_ROUNDS_5(); V_2 = L_11; goto IL_0057; } IL_002b: { // xr ^= F(xl) ^ P[i]; uint32_t L_12 = V_1; uint32_t L_13 = V_0; uint32_t L_14; L_14 = BlowfishEngine_F_m5DB953B22856487F5C12821BF7339228A178B678(__this, L_13, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = __this->get_P_13(); int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = L_16; uint32_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_1 = ((int32_t)((int32_t)L_12^(int32_t)((int32_t)((int32_t)L_14^(int32_t)L_18)))); // xl ^= F(xr) ^ P[i - 1]; uint32_t L_19 = V_0; uint32_t L_20 = V_1; uint32_t L_21; L_21 = BlowfishEngine_F_m5DB953B22856487F5C12821BF7339228A178B678(__this, L_20, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = __this->get_P_13(); int32_t L_23 = V_2; NullCheck(L_22); int32_t L_24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); uint32_t L_25 = (L_22)->GetAt(static_cast(L_24)); V_0 = ((int32_t)((int32_t)L_19^(int32_t)((int32_t)((int32_t)L_21^(int32_t)L_25)))); // for (int i = ROUNDS; i > 0 ; i -= 2) int32_t L_26 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)2)); } IL_0057: { // for (int i = ROUNDS; i > 0 ; i -= 2) int32_t L_27 = V_2; if ((((int32_t)L_27) > ((int32_t)0))) { goto IL_002b; } } { // xr ^= P[0]; uint32_t L_28 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_29 = __this->get_P_13(); NullCheck(L_29); int32_t L_30 = 0; uint32_t L_31 = (L_29)->GetAt(static_cast(L_30)); V_1 = ((int32_t)((int32_t)L_28^(int32_t)L_31)); // Pack.UInt32_To_BE(xr, dst, dstIndex); uint32_t L_32 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = ___dst2; int32_t L_34 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_32, L_33, L_34, /*hidden argument*/NULL); // Pack.UInt32_To_BE(xl, dst, dstIndex + 4); uint32_t L_35 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___dst2; int32_t L_37 = ___dstIndex3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_35, L_36, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)4)), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlowfishEngine__cctor_m5EF14E391A0B4998231C1F3752BF66199C03EBFD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly static uint[] KP = // { // 0x243F6A88, 0x85A308D3, 0x13198A2E, 0x03707344, // 0xA4093822, 0x299F31D0, 0x082EFA98, 0xEC4E6C89, // 0x452821E6, 0x38D01377, 0xBE5466CF, 0x34E90C6C, // 0xC0AC29B7, 0xC97C50DD, 0x3F84D5B5, 0xB5470917, // 0x9216D5D9, 0x8979FB1B // }, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->set_KP_0(L_1); // KS0 = // { // 0xD1310BA6, 0x98DFB5AC, 0x2FFD72DB, 0xD01ADFB7, // 0xB8E1AFED, 0x6A267E96, 0xBA7C9045, 0xF12C7F99, // 0x24A19947, 0xB3916CF7, 0x0801F2E2, 0x858EFC16, // 0x636920D8, 0x71574E69, 0xA458FEA3, 0xF4933D7E, // 0x0D95748F, 0x728EB658, 0x718BCD58, 0x82154AEE, // 0x7B54A41D, 0xC25A59B5, 0x9C30D539, 0x2AF26013, // 0xC5D1B023, 0x286085F0, 0xCA417918, 0xB8DB38EF, // 0x8E79DCB0, 0x603A180E, 0x6C9E0E8B, 0xB01E8A3E, // 0xD71577C1, 0xBD314B27, 0x78AF2FDA, 0x55605C60, // 0xE65525F3, 0xAA55AB94, 0x57489862, 0x63E81440, // 0x55CA396A, 0x2AAB10B6, 0xB4CC5C34, 0x1141E8CE, // 0xA15486AF, 0x7C72E993, 0xB3EE1411, 0x636FBC2A, // 0x2BA9C55D, 0x741831F6, 0xCE5C3E16, 0x9B87931E, // 0xAFD6BA33, 0x6C24CF5C, 0x7A325381, 0x28958677, // 0x3B8F4898, 0x6B4BB9AF, 0xC4BFE81B, 0x66282193, // 0x61D809CC, 0xFB21A991, 0x487CAC60, 0x5DEC8032, // 0xEF845D5D, 0xE98575B1, 0xDC262302, 0xEB651B88, // 0x23893E81, 0xD396ACC5, 0x0F6D6FF3, 0x83F44239, // 0x2E0B4482, 0xA4842004, 0x69C8F04A, 0x9E1F9B5E, // 0x21C66842, 0xF6E96C9A, 0x670C9C61, 0xABD388F0, // 0x6A51A0D2, 0xD8542F68, 0x960FA728, 0xAB5133A3, // 0x6EEF0B6C, 0x137A3BE4, 0xBA3BF050, 0x7EFB2A98, // 0xA1F1651D, 0x39AF0176, 0x66CA593E, 0x82430E88, // 0x8CEE8619, 0x456F9FB4, 0x7D84A5C3, 0x3B8B5EBE, // 0xE06F75D8, 0x85C12073, 0x401A449F, 0x56C16AA6, // 0x4ED3AA62, 0x363F7706, 0x1BFEDF72, 0x429B023D, // 0x37D0D724, 0xD00A1248, 0xDB0FEAD3, 0x49F1C09B, // 0x075372C9, 0x80991B7B, 0x25D479D8, 0xF6E8DEF7, // 0xE3FE501A, 0xB6794C3B, 0x976CE0BD, 0x04C006BA, // 0xC1A94FB6, 0x409F60C4, 0x5E5C9EC2, 0x196A2463, // 0x68FB6FAF, 0x3E6C53B5, 0x1339B2EB, 0x3B52EC6F, // 0x6DFC511F, 0x9B30952C, 0xCC814544, 0xAF5EBD09, // 0xBEE3D004, 0xDE334AFD, 0x660F2807, 0x192E4BB3, // 0xC0CBA857, 0x45C8740F, 0xD20B5F39, 0xB9D3FBDB, // 0x5579C0BD, 0x1A60320A, 0xD6A100C6, 0x402C7279, // 0x679F25FE, 0xFB1FA3CC, 0x8EA5E9F8, 0xDB3222F8, // 0x3C7516DF, 0xFD616B15, 0x2F501EC8, 0xAD0552AB, // 0x323DB5FA, 0xFD238760, 0x53317B48, 0x3E00DF82, // 0x9E5C57BB, 0xCA6F8CA0, 0x1A87562E, 0xDF1769DB, // 0xD542A8F6, 0x287EFFC3, 0xAC6732C6, 0x8C4F5573, // 0x695B27B0, 0xBBCA58C8, 0xE1FFA35D, 0xB8F011A0, // 0x10FA3D98, 0xFD2183B8, 0x4AFCB56C, 0x2DD1D35B, // 0x9A53E479, 0xB6F84565, 0xD28E49BC, 0x4BFB9790, // 0xE1DDF2DA, 0xA4CB7E33, 0x62FB1341, 0xCEE4C6E8, // 0xEF20CADA, 0x36774C01, 0xD07E9EFE, 0x2BF11FB4, // 0x95DBDA4D, 0xAE909198, 0xEAAD8E71, 0x6B93D5A0, // 0xD08ED1D0, 0xAFC725E0, 0x8E3C5B2F, 0x8E7594B7, // 0x8FF6E2FB, 0xF2122B64, 0x8888B812, 0x900DF01C, // 0x4FAD5EA0, 0x688FC31C, 0xD1CFF191, 0xB3A8C1AD, // 0x2F2F2218, 0xBE0E1777, 0xEA752DFE, 0x8B021FA1, // 0xE5A0CC0F, 0xB56F74E8, 0x18ACF3D6, 0xCE89E299, // 0xB4A84FE0, 0xFD13E0B7, 0x7CC43B81, 0xD2ADA8D9, // 0x165FA266, 0x80957705, 0x93CC7314, 0x211A1477, // 0xE6AD2065, 0x77B5FA86, 0xC75442F5, 0xFB9D35CF, // 0xEBCDAF0C, 0x7B3E89A0, 0xD6411BD3, 0xAE1E7E49, // 0x00250E2D, 0x2071B35E, 0x226800BB, 0x57B8E0AF, // 0x2464369B, 0xF009B91E, 0x5563911D, 0x59DFA6AA, // 0x78C14389, 0xD95A537F, 0x207D5BA2, 0x02E5B9C5, // 0x83260376, 0x6295CFA9, 0x11C81968, 0x4E734A41, // 0xB3472DCA, 0x7B14A94A, 0x1B510052, 0x9A532915, // 0xD60F573F, 0xBC9BC6E4, 0x2B60A476, 0x81E67400, // 0x08BA6FB5, 0x571BE91F, 0xF296EC6B, 0x2A0DD915, // 0xB6636521, 0xE7B9F9B6, 0xFF34052E, 0xC5855664, // 0x53B02D5D, 0xA99F8FA1, 0x08BA4799, 0x6E85076A // }, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->set_KS0_1(L_4); // KS1 = // { // 0x4B7A70E9, 0xB5B32944, 0xDB75092E, 0xC4192623, // 0xAD6EA6B0, 0x49A7DF7D, 0x9CEE60B8, 0x8FEDB266, // 0xECAA8C71, 0x699A17FF, 0x5664526C, 0xC2B19EE1, // 0x193602A5, 0x75094C29, 0xA0591340, 0xE4183A3E, // 0x3F54989A, 0x5B429D65, 0x6B8FE4D6, 0x99F73FD6, // 0xA1D29C07, 0xEFE830F5, 0x4D2D38E6, 0xF0255DC1, // 0x4CDD2086, 0x8470EB26, 0x6382E9C6, 0x021ECC5E, // 0x09686B3F, 0x3EBAEFC9, 0x3C971814, 0x6B6A70A1, // 0x687F3584, 0x52A0E286, 0xB79C5305, 0xAA500737, // 0x3E07841C, 0x7FDEAE5C, 0x8E7D44EC, 0x5716F2B8, // 0xB03ADA37, 0xF0500C0D, 0xF01C1F04, 0x0200B3FF, // 0xAE0CF51A, 0x3CB574B2, 0x25837A58, 0xDC0921BD, // 0xD19113F9, 0x7CA92FF6, 0x94324773, 0x22F54701, // 0x3AE5E581, 0x37C2DADC, 0xC8B57634, 0x9AF3DDA7, // 0xA9446146, 0x0FD0030E, 0xECC8C73E, 0xA4751E41, // 0xE238CD99, 0x3BEA0E2F, 0x3280BBA1, 0x183EB331, // 0x4E548B38, 0x4F6DB908, 0x6F420D03, 0xF60A04BF, // 0x2CB81290, 0x24977C79, 0x5679B072, 0xBCAF89AF, // 0xDE9A771F, 0xD9930810, 0xB38BAE12, 0xDCCF3F2E, // 0x5512721F, 0x2E6B7124, 0x501ADDE6, 0x9F84CD87, // 0x7A584718, 0x7408DA17, 0xBC9F9ABC, 0xE94B7D8C, // 0xEC7AEC3A, 0xDB851DFA, 0x63094366, 0xC464C3D2, // 0xEF1C1847, 0x3215D908, 0xDD433B37, 0x24C2BA16, // 0x12A14D43, 0x2A65C451, 0x50940002, 0x133AE4DD, // 0x71DFF89E, 0x10314E55, 0x81AC77D6, 0x5F11199B, // 0x043556F1, 0xD7A3C76B, 0x3C11183B, 0x5924A509, // 0xF28FE6ED, 0x97F1FBFA, 0x9EBABF2C, 0x1E153C6E, // 0x86E34570, 0xEAE96FB1, 0x860E5E0A, 0x5A3E2AB3, // 0x771FE71C, 0x4E3D06FA, 0x2965DCB9, 0x99E71D0F, // 0x803E89D6, 0x5266C825, 0x2E4CC978, 0x9C10B36A, // 0xC6150EBA, 0x94E2EA78, 0xA5FC3C53, 0x1E0A2DF4, // 0xF2F74EA7, 0x361D2B3D, 0x1939260F, 0x19C27960, // 0x5223A708, 0xF71312B6, 0xEBADFE6E, 0xEAC31F66, // 0xE3BC4595, 0xA67BC883, 0xB17F37D1, 0x018CFF28, // 0xC332DDEF, 0xBE6C5AA5, 0x65582185, 0x68AB9802, // 0xEECEA50F, 0xDB2F953B, 0x2AEF7DAD, 0x5B6E2F84, // 0x1521B628, 0x29076170, 0xECDD4775, 0x619F1510, // 0x13CCA830, 0xEB61BD96, 0x0334FE1E, 0xAA0363CF, // 0xB5735C90, 0x4C70A239, 0xD59E9E0B, 0xCBAADE14, // 0xEECC86BC, 0x60622CA7, 0x9CAB5CAB, 0xB2F3846E, // 0x648B1EAF, 0x19BDF0CA, 0xA02369B9, 0x655ABB50, // 0x40685A32, 0x3C2AB4B3, 0x319EE9D5, 0xC021B8F7, // 0x9B540B19, 0x875FA099, 0x95F7997E, 0x623D7DA8, // 0xF837889A, 0x97E32D77, 0x11ED935F, 0x16681281, // 0x0E358829, 0xC7E61FD6, 0x96DEDFA1, 0x7858BA99, // 0x57F584A5, 0x1B227263, 0x9B83C3FF, 0x1AC24696, // 0xCDB30AEB, 0x532E3054, 0x8FD948E4, 0x6DBC3128, // 0x58EBF2EF, 0x34C6FFEA, 0xFE28ED61, 0xEE7C3C73, // 0x5D4A14D9, 0xE864B7E3, 0x42105D14, 0x203E13E0, // 0x45EEE2B6, 0xA3AAABEA, 0xDB6C4F15, 0xFACB4FD0, // 0xC742F442, 0xEF6ABBB5, 0x654F3B1D, 0x41CD2105, // 0xD81E799E, 0x86854DC7, 0xE44B476A, 0x3D816250, // 0xCF62A1F2, 0x5B8D2646, 0xFC8883A0, 0xC1C7B6A3, // 0x7F1524C3, 0x69CB7492, 0x47848A0B, 0x5692B285, // 0x095BBF00, 0xAD19489D, 0x1462B174, 0x23820E00, // 0x58428D2A, 0x0C55F5EA, 0x1DADF43E, 0x233F7061, // 0x3372F092, 0x8D937E41, 0xD65FECF1, 0x6C223BDB, // 0x7CDE3759, 0xCBEE7460, 0x4085F2A7, 0xCE77326E, // 0xA6078084, 0x19F8509E, 0xE8EFD855, 0x61D99735, // 0xA969A7AA, 0xC50C06C2, 0x5A04ABFC, 0x800BCADC, // 0x9E447A2E, 0xC3453484, 0xFDD56705, 0x0E1E9EC9, // 0xDB73DBD3, 0x105588CD, 0x675FDA79, 0xE3674340, // 0xC5C43465, 0x713E38D8, 0x3D28F89E, 0xF16DFF20, // 0x153E21E7, 0x8FB03D4A, 0xE6E39F2B, 0xDB83ADF7 // }, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->set_KS1_2(L_7); // KS2 = // { // 0xE93D5A68, 0x948140F7, 0xF64C261C, 0x94692934, // 0x411520F7, 0x7602D4F7, 0xBCF46B2E, 0xD4A20068, // 0xD4082471, 0x3320F46A, 0x43B7D4B7, 0x500061AF, // 0x1E39F62E, 0x97244546, 0x14214F74, 0xBF8B8840, // 0x4D95FC1D, 0x96B591AF, 0x70F4DDD3, 0x66A02F45, // 0xBFBC09EC, 0x03BD9785, 0x7FAC6DD0, 0x31CB8504, // 0x96EB27B3, 0x55FD3941, 0xDA2547E6, 0xABCA0A9A, // 0x28507825, 0x530429F4, 0x0A2C86DA, 0xE9B66DFB, // 0x68DC1462, 0xD7486900, 0x680EC0A4, 0x27A18DEE, // 0x4F3FFEA2, 0xE887AD8C, 0xB58CE006, 0x7AF4D6B6, // 0xAACE1E7C, 0xD3375FEC, 0xCE78A399, 0x406B2A42, // 0x20FE9E35, 0xD9F385B9, 0xEE39D7AB, 0x3B124E8B, // 0x1DC9FAF7, 0x4B6D1856, 0x26A36631, 0xEAE397B2, // 0x3A6EFA74, 0xDD5B4332, 0x6841E7F7, 0xCA7820FB, // 0xFB0AF54E, 0xD8FEB397, 0x454056AC, 0xBA489527, // 0x55533A3A, 0x20838D87, 0xFE6BA9B7, 0xD096954B, // 0x55A867BC, 0xA1159A58, 0xCCA92963, 0x99E1DB33, // 0xA62A4A56, 0x3F3125F9, 0x5EF47E1C, 0x9029317C, // 0xFDF8E802, 0x04272F70, 0x80BB155C, 0x05282CE3, // 0x95C11548, 0xE4C66D22, 0x48C1133F, 0xC70F86DC, // 0x07F9C9EE, 0x41041F0F, 0x404779A4, 0x5D886E17, // 0x325F51EB, 0xD59BC0D1, 0xF2BCC18F, 0x41113564, // 0x257B7834, 0x602A9C60, 0xDFF8E8A3, 0x1F636C1B, // 0x0E12B4C2, 0x02E1329E, 0xAF664FD1, 0xCAD18115, // 0x6B2395E0, 0x333E92E1, 0x3B240B62, 0xEEBEB922, // 0x85B2A20E, 0xE6BA0D99, 0xDE720C8C, 0x2DA2F728, // 0xD0127845, 0x95B794FD, 0x647D0862, 0xE7CCF5F0, // 0x5449A36F, 0x877D48FA, 0xC39DFD27, 0xF33E8D1E, // 0x0A476341, 0x992EFF74, 0x3A6F6EAB, 0xF4F8FD37, // 0xA812DC60, 0xA1EBDDF8, 0x991BE14C, 0xDB6E6B0D, // 0xC67B5510, 0x6D672C37, 0x2765D43B, 0xDCD0E804, // 0xF1290DC7, 0xCC00FFA3, 0xB5390F92, 0x690FED0B, // 0x667B9FFB, 0xCEDB7D9C, 0xA091CF0B, 0xD9155EA3, // 0xBB132F88, 0x515BAD24, 0x7B9479BF, 0x763BD6EB, // 0x37392EB3, 0xCC115979, 0x8026E297, 0xF42E312D, // 0x6842ADA7, 0xC66A2B3B, 0x12754CCC, 0x782EF11C, // 0x6A124237, 0xB79251E7, 0x06A1BBE6, 0x4BFB6350, // 0x1A6B1018, 0x11CAEDFA, 0x3D25BDD8, 0xE2E1C3C9, // 0x44421659, 0x0A121386, 0xD90CEC6E, 0xD5ABEA2A, // 0x64AF674E, 0xDA86A85F, 0xBEBFE988, 0x64E4C3FE, // 0x9DBC8057, 0xF0F7C086, 0x60787BF8, 0x6003604D, // 0xD1FD8346, 0xF6381FB0, 0x7745AE04, 0xD736FCCC, // 0x83426B33, 0xF01EAB71, 0xB0804187, 0x3C005E5F, // 0x77A057BE, 0xBDE8AE24, 0x55464299, 0xBF582E61, // 0x4E58F48F, 0xF2DDFDA2, 0xF474EF38, 0x8789BDC2, // 0x5366F9C3, 0xC8B38E74, 0xB475F255, 0x46FCD9B9, // 0x7AEB2661, 0x8B1DDF84, 0x846A0E79, 0x915F95E2, // 0x466E598E, 0x20B45770, 0x8CD55591, 0xC902DE4C, // 0xB90BACE1, 0xBB8205D0, 0x11A86248, 0x7574A99E, // 0xB77F19B6, 0xE0A9DC09, 0x662D09A1, 0xC4324633, // 0xE85A1F02, 0x09F0BE8C, 0x4A99A025, 0x1D6EFE10, // 0x1AB93D1D, 0x0BA5A4DF, 0xA186F20F, 0x2868F169, // 0xDCB7DA83, 0x573906FE, 0xA1E2CE9B, 0x4FCD7F52, // 0x50115E01, 0xA70683FA, 0xA002B5C4, 0x0DE6D027, // 0x9AF88C27, 0x773F8641, 0xC3604C06, 0x61A806B5, // 0xF0177A28, 0xC0F586E0, 0x006058AA, 0x30DC7D62, // 0x11E69ED7, 0x2338EA63, 0x53C2DD94, 0xC2C21634, // 0xBBCBEE56, 0x90BCB6DE, 0xEBFC7DA1, 0xCE591D76, // 0x6F05E409, 0x4B7C0188, 0x39720A3D, 0x7C927C24, // 0x86E3725F, 0x724D9DB9, 0x1AC15BB4, 0xD39EB8FC, // 0xED545578, 0x08FCA5B5, 0xD83D7CD3, 0x4DAD0FC4, // 0x1E50EF5E, 0xB161E6F8, 0xA28514D9, 0x6C51133C, // 0x6FD5C7E7, 0x56E14EC4, 0x362ABFCE, 0xDDC6C837, // 0xD79A3234, 0x92638212, 0x670EFA8E, 0x406000E0 // }, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = L_9; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->set_KS2_3(L_10); // KS3 = // { // 0x3A39CE37, 0xD3FAF5CF, 0xABC27737, 0x5AC52D1B, // 0x5CB0679E, 0x4FA33742, 0xD3822740, 0x99BC9BBE, // 0xD5118E9D, 0xBF0F7315, 0xD62D1C7E, 0xC700C47B, // 0xB78C1B6B, 0x21A19045, 0xB26EB1BE, 0x6A366EB4, // 0x5748AB2F, 0xBC946E79, 0xC6A376D2, 0x6549C2C8, // 0x530FF8EE, 0x468DDE7D, 0xD5730A1D, 0x4CD04DC6, // 0x2939BBDB, 0xA9BA4650, 0xAC9526E8, 0xBE5EE304, // 0xA1FAD5F0, 0x6A2D519A, 0x63EF8CE2, 0x9A86EE22, // 0xC089C2B8, 0x43242EF6, 0xA51E03AA, 0x9CF2D0A4, // 0x83C061BA, 0x9BE96A4D, 0x8FE51550, 0xBA645BD6, // 0x2826A2F9, 0xA73A3AE1, 0x4BA99586, 0xEF5562E9, // 0xC72FEFD3, 0xF752F7DA, 0x3F046F69, 0x77FA0A59, // 0x80E4A915, 0x87B08601, 0x9B09E6AD, 0x3B3EE593, // 0xE990FD5A, 0x9E34D797, 0x2CF0B7D9, 0x022B8B51, // 0x96D5AC3A, 0x017DA67D, 0xD1CF3ED6, 0x7C7D2D28, // 0x1F9F25CF, 0xADF2B89B, 0x5AD6B472, 0x5A88F54C, // 0xE029AC71, 0xE019A5E6, 0x47B0ACFD, 0xED93FA9B, // 0xE8D3C48D, 0x283B57CC, 0xF8D56629, 0x79132E28, // 0x785F0191, 0xED756055, 0xF7960E44, 0xE3D35E8C, // 0x15056DD4, 0x88F46DBA, 0x03A16125, 0x0564F0BD, // 0xC3EB9E15, 0x3C9057A2, 0x97271AEC, 0xA93A072A, // 0x1B3F6D9B, 0x1E6321F5, 0xF59C66FB, 0x26DCF319, // 0x7533D928, 0xB155FDF5, 0x03563482, 0x8ABA3CBB, // 0x28517711, 0xC20AD9F8, 0xABCC5167, 0xCCAD925F, // 0x4DE81751, 0x3830DC8E, 0x379D5862, 0x9320F991, // 0xEA7A90C2, 0xFB3E7BCE, 0x5121CE64, 0x774FBE32, // 0xA8B6E37E, 0xC3293D46, 0x48DE5369, 0x6413E680, // 0xA2AE0810, 0xDD6DB224, 0x69852DFD, 0x09072166, // 0xB39A460A, 0x6445C0DD, 0x586CDECF, 0x1C20C8AE, // 0x5BBEF7DD, 0x1B588D40, 0xCCD2017F, 0x6BB4E3BB, // 0xDDA26A7E, 0x3A59FF45, 0x3E350A44, 0xBCB4CDD5, // 0x72EACEA8, 0xFA6484BB, 0x8D6612AE, 0xBF3C6F47, // 0xD29BE463, 0x542F5D9E, 0xAEC2771B, 0xF64E6370, // 0x740E0D8D, 0xE75B1357, 0xF8721671, 0xAF537D5D, // 0x4040CB08, 0x4EB4E2CC, 0x34D2466A, 0x0115AF84, // 0xE1B00428, 0x95983A1D, 0x06B89FB4, 0xCE6EA048, // 0x6F3F3B82, 0x3520AB82, 0x011A1D4B, 0x277227F8, // 0x611560B1, 0xE7933FDC, 0xBB3A792B, 0x344525BD, // 0xA08839E1, 0x51CE794B, 0x2F32C9B7, 0xA01FBAC9, // 0xE01CC87E, 0xBCC7D1F6, 0xCF0111C3, 0xA1E8AAC7, // 0x1A908749, 0xD44FBD9A, 0xD0DADECB, 0xD50ADA38, // 0x0339C32A, 0xC6913667, 0x8DF9317C, 0xE0B12B4F, // 0xF79E59B7, 0x43F5BB3A, 0xF2D519FF, 0x27D9459C, // 0xBF97222C, 0x15E6FC2A, 0x0F91FC71, 0x9B941525, // 0xFAE59361, 0xCEB69CEB, 0xC2A86459, 0x12BAA8D1, // 0xB6C1075E, 0xE3056A0C, 0x10D25065, 0xCB03A442, // 0xE0EC6E0E, 0x1698DB3B, 0x4C98A0BE, 0x3278E964, // 0x9F1F9532, 0xE0D392DF, 0xD3A0342B, 0x8971F21E, // 0x1B0A7441, 0x4BA3348C, 0xC5BE7120, 0xC37632D8, // 0xDF359F8D, 0x9B992F2E, 0xE60B6F47, 0x0FE3F11D, // 0xE54CDA54, 0x1EDAD891, 0xCE6279CF, 0xCD3E7E6F, // 0x1618B166, 0xFD2C1D05, 0x848FD2C5, 0xF6FB2299, // 0xF523F357, 0xA6327623, 0x93A83531, 0x56CCCD02, // 0xACF08162, 0x5A75EBB5, 0x6E163697, 0x88D273CC, // 0xDE966292, 0x81B949D0, 0x4C50901B, 0x71C65614, // 0xE6C6C7BD, 0x327A140A, 0x45E1D006, 0xC3F27B9A, // 0xC9AA53FD, 0x62A80F00, 0xBB25BFE2, 0x35BDD2F6, // 0x71126905, 0xB2040222, 0xB6CBCF7C, 0xCD769C2B, // 0x53113EC0, 0x1640E3D3, 0x38ABBD60, 0x2547ADF0, // 0xBA38209C, 0xF746CE76, 0x77AFA1C5, 0x20756060, // 0x85CBFE4E, 0x8AE88DD8, 0x7AAAF9B0, 0x4CF9AA7E, // 0x1948C25C, 0x02FB8A8C, 0x01C36AE4, 0xD6EBE1F9, // 0x90D4F869, 0xA65CDEA0, 0x3F09252D, 0xC208E69F, // 0xB74E6132, 0xCE77E25B, 0x578FDFE3, 0x3AC372E6 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = L_12; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->set_KS3_4(L_13); // private static readonly int ROUNDS = 16; ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->set_ROUNDS_5(((int32_t)16)); // private static readonly int SBOX_SK = 256; ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->set_SBOX_SK_7(((int32_t)256)); // private static readonly int P_SZ = ROUNDS+2; int32_t L_15 = ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->get_ROUNDS_5(); ((BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields*)il2cpp_codegen_static_fields_for(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var))->set_P_SZ_8(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)2))); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BluetoothAim::get_targetDeviceService() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BluetoothAim_get_targetDeviceService_m451E1DD9639B1F946FC8AF74814B026845E9D069 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __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*)&_stringLiteral588FA00829EFB9528954C3C9D899DE5D204881DF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7D6E7A144812D40DA3F71DCBE6B47E6961CC049); s_Il2CppMethodInitialized = true; } { // if (CommonConfig.devicePlan == 0 || CommonConfig.devicePlan == 3) { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); int32_t L_0 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_devicePlan_6(); if (!L_0) { goto IL_000f; } } { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); int32_t L_1 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_devicePlan_6(); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0015; } } IL_000f: { // return "fff0"; return _stringLiteralC7D6E7A144812D40DA3F71DCBE6B47E6961CC049; } IL_0015: { // return "6e400001"; return _stringLiteral588FA00829EFB9528954C3C9D899DE5D204881DF; } } // System.String BluetoothAim::get_targetDeviceCharacteristicWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BluetoothAim_get_targetDeviceCharacteristicWrite_m19410D16AAFA3A2FFBCE56BAEFAE84E9FA48BCCA (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __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*)&_stringLiteral952230437686874AF0FE6A3943C4749F85F0DCD0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAE651911F4E2E4E8CABF0A27344C5656487265E); s_Il2CppMethodInitialized = true; } { // if (CommonConfig.devicePlan == 0 || CommonConfig.devicePlan == 3) { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); int32_t L_0 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_devicePlan_6(); if (!L_0) { goto IL_000f; } } { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); int32_t L_1 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_devicePlan_6(); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0015; } } IL_000f: { // return "fff2"; return _stringLiteralBAE651911F4E2E4E8CABF0A27344C5656487265E; } IL_0015: { // return "6e400002"; return _stringLiteral952230437686874AF0FE6A3943C4749F85F0DCD0; } } // System.String BluetoothAim::get_targetDeviceCharacteristicNotify() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BluetoothAim_get_targetDeviceCharacteristicNotify_mDF5B50B8F284F9D0DBE9DB8386401E0D6E8D8E0C (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __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*)&_stringLiteral44450B2C3ED7E38D889FAD121B54102642B12375); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E46B0B8FA77A3DCDEDB09B9F51CD37B861E0A77); s_Il2CppMethodInitialized = true; } { // if (CommonConfig.devicePlan == 0 || CommonConfig.devicePlan == 3) { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); int32_t L_0 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_devicePlan_6(); if (!L_0) { goto IL_000f; } } { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); int32_t L_1 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_devicePlan_6(); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0015; } } IL_000f: { // return "fff1"; return _stringLiteral44450B2C3ED7E38D889FAD121B54102642B12375; } IL_0015: { // return "6e400003"; return _stringLiteral5E46B0B8FA77A3DCDEDB09B9F51CD37B861E0A77; } } // System.Void BluetoothAim::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_Start_m5356C2B18A67C2E83FCEC22388EAC72AEE9F45AA (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ins = this; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->set_ins_16(__this); // InitAutoDormancy(); BluetoothAim_InitAutoDormancy_mE10B9F22785A32E62F639CBD83D68B333B9C6A8F(__this, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_OnDestroy_m667620199150CB00694212CA1406A48ED2EEAADF (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { { // DisconnectBleHelper(); BluetoothAim_DisconnectBleHelper_mE6FEADEF5F1DDB7BB9C09FDB86E18E5969198CCC(__this, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::DoConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_DoConnect_mB5215BC7D723FA93817247D5AAB699DA7C80D1A3 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (action_DoConnectInterceptor != null) { Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_0 = __this->get_action_DoConnectInterceptor_19(); if (!L_0) { goto IL_0016; } } { // if (action_DoConnectInterceptor.Invoke()) return; Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_1 = __this->get_action_DoConnectInterceptor_19(); NullCheck(L_1); bool L_2; L_2 = Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79(L_1, /*hidden argument*/Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var); if (!L_2) { goto IL_0016; } } { // if (action_DoConnectInterceptor.Invoke()) return; return; } IL_0016: { // if (status == BluetoothStatusEnum.Connect) int32_t L_3 = __this->get_status_11(); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_003c; } } { // connectCanceled = false; __this->set_connectCanceled_20((bool)0); // userDoConnect = true; __this->set_userDoConnect_17((bool)1); // doConnect = true; __this->set_doConnect_18((bool)1); // SetStatus(BluetoothStatusEnum.Connecting); BluetoothAim_SetStatus_m9728CA7EBF70DAB5A7A3AFA42E883E75EC7D7DBF(__this, 2, /*hidden argument*/NULL); // } return; } IL_003c: { // else if (status == BluetoothStatusEnum.ConnectSuccess) int32_t L_4 = __this->get_status_11(); if ((!(((uint32_t)L_4) == ((uint32_t)3)))) { goto IL_005f; } } { // userDoConnect = false; __this->set_userDoConnect_17((bool)0); // doConnect = false; __this->set_doConnect_18((bool)0); // OnDisconnect(); BluetoothAim_OnDisconnect_m33E0AB733027EC9F288258B2F253B50D7E97E07D(__this, /*hidden argument*/NULL); // DisconnectBleHelper(); BluetoothAim_DisconnectBleHelper_mE6FEADEF5F1DDB7BB9C09FDB86E18E5969198CCC(__this, /*hidden argument*/NULL); } IL_005f: { // } return; } } // System.Void BluetoothAim::OnDisconnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_OnDisconnect_m33E0AB733027EC9F288258B2F253B50D7E97E07D (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __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*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // curMac = null; __this->set_curMac_27((String_t*)NULL); // dataCount = 0; __this->set_dataCount_12(0); // hasData = false; __this->set_hasData_13((bool)0); // canConnect = true; __this->set_canConnect_9((bool)1); // SetStatus(BluetoothStatusEnum.ConnectFail); BluetoothAim_SetStatus_m9728CA7EBF70DAB5A7A3AFA42E883E75EC7D7DBF(__this, 4, /*hidden argument*/NULL); // BowCamera.isTouchMode = true; IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_set_isTouchMode_m697E7BDB07075516ADCEFDD7452D52356099CB82_inline((bool)1, /*hidden argument*/NULL); // DestroyWhenDisconenct(); BluetoothAim_DestroyWhenDisconenct_mF26EE5FCFF64418606466760E500B3C21BEE480E(__this, /*hidden argument*/NULL); // if (AimHandler.ins) AimHandler.ins.SetMsOldDefault(); AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * L_0 = ((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_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0045; } } { // if (AimHandler.ins) AimHandler.ins.SetMsOldDefault(); AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * L_2 = ((AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields*)il2cpp_codegen_static_fields_for(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var))->get_ins_7(); NullCheck(L_2); AimHandler_SetMsOldDefault_mF4BBB4680E6CF26D0E75B8DEF7E9D56C4BA80F28(L_2, /*hidden argument*/NULL); } IL_0045: { // } return; } } // System.Void BluetoothAim::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_Update_m0147E24CFE157988AF6F1B5C1B651DC1D930BC68 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { { // if (userDoConnect && status == BluetoothStatusEnum.Connect) bool L_0 = __this->get_userDoConnect_17(); if (!L_0) { goto IL_0017; } } { int32_t L_1 = __this->get_status_11(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0017; } } { // DoConnect(); BluetoothAim_DoConnect_mB5215BC7D723FA93817247D5AAB699DA7C80D1A3(__this, /*hidden argument*/NULL); } IL_0017: { // if (doConnect) Connect(); bool L_2 = __this->get_doConnect_18(); if (!L_2) { goto IL_0025; } } { // if (doConnect) Connect(); BluetoothAim_Connect_mF4100A11D56946E0642A36E16BC7A0B6A8AA26F4(__this, /*hidden argument*/NULL); } IL_0025: { // } return; } } // System.Void BluetoothAim::SetStatus(BluetoothStatusEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_SetStatus_m9728CA7EBF70DAB5A7A3AFA42E883E75EC7D7DBF (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, int32_t ___statusValue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CSetStatusU3Eb__28_0_m78DB57FDB2801F8128106A2D946E86A6D139E940_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * G_B3_0 = NULL; SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * G_B2_0 = NULL; SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * G_B7_0 = NULL; SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * G_B6_0 = NULL; { // status = statusValue; int32_t L_0 = ___statusValue0; __this->set_status_11(L_0); // if (status == BluetoothStatusEnum.ConnectFail) int32_t L_1 = __this->get_status_11(); if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_004c; } } { // Sequence sequence = DOTween.Sequence(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_2; L_2 = DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D(/*hidden argument*/NULL); // sequence.AppendInterval(2f); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_3 = L_2; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_4; L_4 = TweenSettingsExtensions_AppendInterval_m20E76B7FD0B9E0FD85D5E55444177E412D2A39FE(L_3, (2.0f), /*hidden argument*/NULL); // sequence.AppendCallback(delegate () // { // if (status == BluetoothStatusEnum.ConnectFail) // { // status = BluetoothStatusEnum.Connect; // } // }); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_5 = L_3; TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_6 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_6, __this, (intptr_t)((intptr_t)BluetoothAim_U3CSetStatusU3Eb__28_0_m78DB57FDB2801F8128106A2D946E86A6D139E940_RuntimeMethod_var), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_7; L_7 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_5, L_6, /*hidden argument*/NULL); // sequence.SetUpdate(true); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_8; L_8 = TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0(L_5, (bool)1, /*hidden argument*/TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); // SimulateMouseController.ins?.SetBleConnected(false); SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * L_9 = ((SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_StaticFields*)il2cpp_codegen_static_fields_for(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_il2cpp_TypeInfo_var))->get_ins_0(); SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * L_10 = L_9; G_B2_0 = L_10; if (L_10) { G_B3_0 = L_10; goto IL_0045; } } { return; } IL_0045: { NullCheck(G_B3_0); SimulateMouseController_SetBleConnected_m3C54C070AD85437D87FBB7464F8337B47E28C45D(G_B3_0, (bool)0, /*hidden argument*/NULL); // } else if (status == BluetoothStatusEnum.ConnectSuccess) { return; } IL_004c: { // } else if (status == BluetoothStatusEnum.ConnectSuccess) { int32_t L_11 = __this->get_status_11(); if ((!(((uint32_t)L_11) == ((uint32_t)3)))) { goto IL_0065; } } { // SimulateMouseController.ins?.SetBleConnected(true); SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * L_12 = ((SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_StaticFields*)il2cpp_codegen_static_fields_for(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_il2cpp_TypeInfo_var))->get_ins_0(); SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * L_13 = L_12; G_B6_0 = L_13; if (L_13) { G_B7_0 = L_13; goto IL_005f; } } { return; } IL_005f: { NullCheck(G_B7_0); SimulateMouseController_SetBleConnected_m3C54C070AD85437D87FBB7464F8337B47E28C45D(G_B7_0, (bool)1, /*hidden argument*/NULL); } IL_0065: { // } return; } } // System.Void BluetoothAim::DisconnectBleHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_DisconnectBleHelper_mE6FEADEF5F1DDB7BB9C09FDB86E18E5969198CCC (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { { // if (bluetoothHelper != null) bluetoothHelper.Disconnect(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_0 = __this->get_bluetoothHelper_5(); if (!L_0) { goto IL_0013; } } { // if (bluetoothHelper != null) bluetoothHelper.Disconnect(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_1 = __this->get_bluetoothHelper_5(); NullCheck(L_1); VirtualActionInvoker0::Invoke(17 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::Disconnect() */, L_1); } IL_0013: { // } return; } } // System.Void BluetoothAim::Connect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_Connect_mF4100A11D56946E0642A36E16BC7A0B6A8AA26F4 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __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*)&BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (BluetoothShoot.scanLock) IL2CPP_RUNTIME_CLASS_INIT(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var); bool L_0 = ((BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var))->get_scanLock_13(); if (!L_0) { goto IL_0008; } } { // return; return; } IL_0008: { // if (!canConnect) bool L_1 = __this->get_canConnect_9(); if (L_1) { goto IL_0011; } } { // return; return; } IL_0011: { // doConnect = false; __this->set_doConnect_18((bool)0); // scanLock = true; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->set_scanLock_15((bool)1); // canConnect = false; __this->set_canConnect_9((bool)0); // _scanCanRetryCount = 2; __this->set__scanCanRetryCount_21(2); // SetStatus(BluetoothStatusEnum.Connecting); BluetoothAim_SetStatus_m9728CA7EBF70DAB5A7A3AFA42E883E75EC7D7DBF(__this, 2, /*hidden argument*/NULL); // ConnectBleHelper(); BluetoothAim_ConnectBleHelper_mC24757DBF81BBD3F196A3D704330102B138697C5(__this, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::ConnectBleHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_ConnectBleHelper_mC24757DBF81BBD3F196A3D704330102B138697C5 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CConnectBleHelperU3Eb__32_0_mCAF455A6FEEDD8CBDF4F2577E0669C033134BA6A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CConnectBleHelperU3Eb__32_1_mF1E876B7AF2D5742B33A016C1C106C091B0F3ED6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CConnectBleHelperU3Eb__32_2_mFF19C26B07FB1D910FC00F9E277EF2B0EDC69040_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CConnectBleHelperU3Eb__32_3_m07311A6E1F4623E43E90D1EC56802AD7CB8BF445_RuntimeMethod_var); 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*)&BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA7C9AAC67C8EA24FD7EC828C75FEC78129D1193); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // BluetoothHelper.BLE = true; IL2CPP_RUNTIME_CLASS_INIT(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_il2cpp_TypeInfo_var); ((BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_il2cpp_TypeInfo_var))->set_BLE_3((bool)1); // bluetoothHelper = BluetoothHelper.GetNewInstance(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_0; L_0 = BluetoothHelper_GetNewInstance_m0232F26213407CD5A20C17A25977323C960B4E6A((String_t*)NULL, /*hidden argument*/NULL); __this->set_bluetoothHelper_5(L_0); // bluetoothHelper.OnConnected += (BluetoothHelper helper) => // { // Log("????\n" + helper.getDeviceName()); // SetStatus(BluetoothStatusEnum.ConnectSuccess); // // if (connectCanceled) { // Debug.Log("ble connectCanceled"); // DoConnect(); // return; // } // // BowCamera.isTouchMode = false; // foreach (BluetoothHelperService service in helper.getGattServices()) // { // if (service.getName().ToLower().StartsWith(targetDeviceService)) // { // bluetoothService = service; // foreach (BluetoothHelperCharacteristic characteristic in service.getCharacteristics()) // { // if (characteristic.getName().ToLower().StartsWith(targetDeviceCharacteristicWrite)) // { // characteristicWrite = characteristic; // } // else if (characteristic.getName().ToLower().StartsWith(targetDeviceCharacteristicNotify)) // { // BluetoothHelperCharacteristic ch = new BluetoothHelperCharacteristic(characteristic.getName()); // ch.setService(bluetoothService.getName()); // bluetoothHelper.Subscribe(ch); // } // } // } // } // // CallDelay(1, OpenInfrared); // // CallDelay(2, OpenReceiveData); // // CallDelay(3, RequestBattery); // CallDelay(2, () => // { // if (status != BluetoothStatusEnum.ConnectSuccess) return; // InitWhenConenct(); // }); // }; BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_1 = __this->get_bluetoothHelper_5(); BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * L_2 = (BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 *)il2cpp_codegen_object_new(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var); BluetoothEvents__ctor_mD0C2D2FBABF155FBB8B8FF33F3481DE5B09022BF(L_2, __this, (intptr_t)((intptr_t)BluetoothAim_U3CConnectBleHelperU3Eb__32_0_mCAF455A6FEEDD8CBDF4F2577E0669C033134BA6A_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_1); BluetoothHelper_add_OnConnected_m5CE1875A1281B94F1FD5B265DE15CA4D1CC1807F(L_1, L_2, /*hidden argument*/NULL); // bluetoothHelper.OnConnectionFailed += (BluetoothHelper helper) => // { // Log("????\n" + helper.getDeviceName()); // OnDisconnect(); // }; BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_3 = __this->get_bluetoothHelper_5(); BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * L_4 = (BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 *)il2cpp_codegen_object_new(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var); BluetoothEvents__ctor_mD0C2D2FBABF155FBB8B8FF33F3481DE5B09022BF(L_4, __this, (intptr_t)((intptr_t)BluetoothAim_U3CConnectBleHelperU3Eb__32_1_mF1E876B7AF2D5742B33A016C1C106C091B0F3ED6_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_3); BluetoothHelper_add_OnConnectionFailed_mEFBC9568FA0492A45442EDE15EF9D93641967D5F(L_3, L_4, /*hidden argument*/NULL); // bluetoothHelper.OnCharacteristicChanged += (helper, value, characteristic) => // { // if (status != BluetoothStatusEnum.ConnectSuccess) return; // // logger.Log(String.Join(",", value)); // if (!hasData) { // hasData = true; // hasDataTime = JCUnityLib.TimeUtils.GetTimestamp(); // } // dataCount++; // if (curMac == null && dataCount < 500) { // UploadMacAddress(value); // } // byte[] bytes = value; // // Log(String.Join(",", bytes)); // BluetoothClient.UploadData(0, bytes); // if (AimHandler.ins) // { // AimHandler.ins.OnDataReceived(bytes); // } // }; BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_5 = __this->get_bluetoothHelper_5(); BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * L_6 = (BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD *)il2cpp_codegen_object_new(BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD_il2cpp_TypeInfo_var); BluetoothLEDataEvent__ctor_mB76D53B143951496C24E3EE72B1ADF1EFF4C1DF7(L_6, __this, (intptr_t)((intptr_t)BluetoothAim_U3CConnectBleHelperU3Eb__32_2_mFF19C26B07FB1D910FC00F9E277EF2B0EDC69040_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_5); BluetoothHelper_add_OnCharacteristicChanged_mCF3C6E16969F2199776FEC9D2ACC99B4D06780F1(L_5, L_6, /*hidden argument*/NULL); // bluetoothHelper.OnScanEnded += (BluetoothHelper helper, LinkedList nearbyDevices) => // { // scanLock = false; // if (connectCanceled) { // userDoConnect = false; // canConnect = true; // status = BluetoothStatusEnum.Connect; // Debug.Log("ble connectCanceled"); // return; // } // foreach (BluetoothDevice device in nearbyDevices) // { // Log("???? " + device.DeviceName); // if (device.DeviceName == targetDeviceName) // { // deviceName = device.DeviceName; // bluetoothHelper.setDeviceName(deviceName); // bluetoothHelper.Connect(); // Log("???? " + device.DeviceName); // return; // } // } // if (_scanCanRetryCount > 0) { // _scanCanRetryCount--; // scanLock = true; // ConnectBleHelper(); // } else { // userDoConnect = false; // canConnect = true; // Log("??????"); // TextAutoLanguage2.GetTextByKey("ble-dev-notfound"); // SetStatus(BluetoothStatusEnum.ConnectFail); // } // }; BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_7 = __this->get_bluetoothHelper_5(); BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * L_8 = (BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B *)il2cpp_codegen_object_new(BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B_il2cpp_TypeInfo_var); BluetoothScanEvents__ctor_m4DF2074D4CDECEB0BFFB8A65A44B45E253EDC6C6(L_8, __this, (intptr_t)((intptr_t)BluetoothAim_U3CConnectBleHelperU3Eb__32_3_m07311A6E1F4623E43E90D1EC56802AD7CB8BF445_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_7); BluetoothHelper_add_OnScanEnded_m29C2C4D0D6C05C482081DB00D47ADA32CEF7D3F0(L_7, L_8, /*hidden argument*/NULL); // bluetoothHelper.ScanNearbyDevices(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_9 = __this->get_bluetoothHelper_5(); NullCheck(L_9); bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean ArduinoBluetoothAPI.BluetoothHelper::ScanNearbyDevices() */, L_9); // Log("??????"); BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D(__this, _stringLiteralEA7C9AAC67C8EA24FD7EC828C75FEC78129D1193, /*hidden argument*/NULL); // } goto IL_009e; }// 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_0087; } throw e; } CATCH_0087: {// begin catch(System.Exception) // Debug.LogError(e); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)), /*hidden argument*/NULL); // HandleConnectException(TextAutoLanguage2.GetTextByKey("ble-please-open-ble")); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))); String_t* L_11; L_11 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7DB95A119A3D2214EDD81334E7557F03A972EA35)), /*hidden argument*/NULL); BluetoothAim_HandleConnectException_m0BE494CB891C5970220A086FBDF18483D6C55298(__this, L_11, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_009e; }// end catch (depth: 1) IL_009e: { // } return; } } // System.Void BluetoothAim::HandleConnectException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_HandleConnectException_m0BE494CB891C5970220A086FBDF18483D6C55298 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, String_t* ___errorText0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // scanLock = false; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->set_scanLock_15((bool)0); // canConnect = true; __this->set_canConnect_9((bool)1); // status = BluetoothStatusEnum.Connect; __this->set_status_11(1); // userDoConnect = false; __this->set_userDoConnect_17((bool)0); // PopupMgr.ins.ShowTip(errorText); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_0; L_0 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); String_t* L_1 = ___errorText0; NullCheck(L_0); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::ConnectBleByUDP() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_ConnectBleByUDP_m92F4D7FEBC6EF6AA11B60EC7FDCEAEA79ED33521 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m7942990CFFB5E67155F4D9BB7E51F95194069243_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CConnectBleByUDPU3Eb__34_0_mCFD7E1EE0B9504E814806E1EFD30400DC1B9814D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CConnectBleByUDPU3Eb__34_1_m903BB55EF874B4C5CE39A6F88F6E6DD02006595C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CConnectBleByUDPU3Eb__34_2_mB9088FCBF2DB6A57C24B958457B6D32090739DF8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CConnectBleByUDPU3Eb__34_3_mEABD30EA8E98DDFD21043FAF426656257C57E610_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // BleUDP.ins.OnConnected = () => // { // Log("????\n" + deviceName); // SetStatus(BluetoothStatusEnum.ConnectSuccess); // BowCamera.isTouchMode = false; // InitWhenConenct(); // }; BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA * L_0 = ((BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_StaticFields*)il2cpp_codegen_static_fields_for(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_il2cpp_TypeInfo_var))->get_ins_4(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)BluetoothAim_U3CConnectBleByUDPU3Eb__34_0_mCFD7E1EE0B9504E814806E1EFD30400DC1B9814D_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_0); L_0->set_OnConnected_12(L_1); // BleUDP.ins.OnConnectionFailed = () => // { // Log("????\n" + deviceName); // OnDisconnect(); // }; BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA * L_2 = ((BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_StaticFields*)il2cpp_codegen_static_fields_for(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_il2cpp_TypeInfo_var))->get_ins_4(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_3, __this, (intptr_t)((intptr_t)BluetoothAim_U3CConnectBleByUDPU3Eb__34_1_m903BB55EF874B4C5CE39A6F88F6E6DD02006595C_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_2); L_2->set_OnConnectionFailed_13(L_3); // BleUDP.ins.OnCharacteristicChanged = (byte[] value) => // { // if (!hasData) { // hasDataTime = JCUnityLib.TimeUtils.GetTimestamp(); // UploadMacAddress(value); // } // hasData = true; // byte[] bytes = value; // // Log(String.Join(",", bytes)); // BluetoothClient.UploadData(0, bytes); // if (AimHandler.ins) // { // AimHandler.ins.OnDataReceived(bytes); // } // }; BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA * L_4 = ((BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_StaticFields*)il2cpp_codegen_static_fields_for(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_il2cpp_TypeInfo_var))->get_ins_4(); Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * L_5 = (Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 *)il2cpp_codegen_object_new(Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1_il2cpp_TypeInfo_var); Action_1__ctor_m7942990CFFB5E67155F4D9BB7E51F95194069243(L_5, __this, (intptr_t)((intptr_t)BluetoothAim_U3CConnectBleByUDPU3Eb__34_2_mB9088FCBF2DB6A57C24B958457B6D32090739DF8_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m7942990CFFB5E67155F4D9BB7E51F95194069243_RuntimeMethod_var); NullCheck(L_4); L_4->set_OnCharacteristicChanged_14(L_5); // BleUDP.ins.OnScanEnded = () => // { // scanLock = false; // deviceName = targetDeviceName; // BleUDP.ins.Connect(); // Log("????\n" + deviceName); // }; BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA * L_6 = ((BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_StaticFields*)il2cpp_codegen_static_fields_for(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_il2cpp_TypeInfo_var))->get_ins_4(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_7 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_7, __this, (intptr_t)((intptr_t)BluetoothAim_U3CConnectBleByUDPU3Eb__34_3_mEABD30EA8E98DDFD21043FAF426656257C57E610_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_6); L_6->set_OnScanEnded_15(L_7); // BleUDP.ins.ScanNearbyDevices(); BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA * L_8 = ((BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_StaticFields*)il2cpp_codegen_static_fields_for(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_8); BleUDP_ScanNearbyDevices_mA9F1E687A6C1F8C56B7E641F090324B5545B3863(L_8, /*hidden argument*/NULL); // } goto IL_008f; }// 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_0064; } throw e; } CATCH_0064: {// begin catch(System.Exception) // Debug.LogError(e.Message); Exception_t * L_9 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_10, /*hidden argument*/NULL); // Debug.LogError(e.StackTrace); NullCheck(L_9); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_9); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_11, /*hidden argument*/NULL); // scanLock = false; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))); ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))))->set_scanLock_15((bool)0); // canConnect = true; __this->set_canConnect_9((bool)1); // SetStatus(BluetoothStatusEnum.ConnectFail); BluetoothAim_SetStatus_m9728CA7EBF70DAB5A7A3AFA42E883E75EC7D7DBF(__this, 4, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008f; }// end catch (depth: 1) IL_008f: { // } return; } } // System.Void BluetoothAim::CheckAndStartUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_CheckAndStartUp_mFD776B976846422A41C9F87F0CE3F5A231DD92EB (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { { // if (needModularAwake.IsLocked()) CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * L_0 = __this->get_needModularAwake_26(); NullCheck(L_0); bool L_1; L_1 = CountLock_IsLocked_mB973135FECE2343082A4D23EF263BD0218BD6384(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { // StartUp(); BluetoothAim_StartUp_mAB771EC106726448469DBFB8D28241BBAFF39A1F(__this, /*hidden argument*/NULL); // } return; } IL_0014: { // Dormancy(); BluetoothAim_Dormancy_m482E9CBD8829FDF49807FB5978752B99CBA17AC6(__this, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::InitAutoDormancy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_InitAutoDormancy_mE10B9F22785A32E62F639CBD83D68B333B9C6A8F (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { { // needModularAwake.Lock(); CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * L_0 = __this->get_needModularAwake_26(); NullCheck(L_0); CountLock_Lock_mA99EAF42060BC4FABD2267E34B4FDA6911935EB1(L_0, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::InitWhenConenct() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_InitWhenConenct_mD1ACC169C5C805FB10347AA52D59330C1F216871 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CInitWhenConenctU3Eb__43_0_mE7D740AA38AE8280A7D1C2C1305A3DE3C829D4BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CInitWhenConenctU3Eb__43_1_m4902A20C2608DC537E4828F8329EBB08F95EB3B6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); s_Il2CppMethodInitialized = true; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_1 = NULL; { // canAutoDormancy = true; __this->set_canAutoDormancy_24((bool)1); // List cmds = new List(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_0, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); V_0 = L_0; // cmds.Add("M"); //??Mac?? List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_1 = V_0; NullCheck(L_1); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_1, _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // cmds.Add("b"); //????stm32 List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_2 = V_0; NullCheck(L_2); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_2, _stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // cmds.Add("b"); //?????? List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_3 = V_0; NullCheck(L_3); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_3, _stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // cmds.Add("1"); //?????? List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_4 = V_0; NullCheck(L_4); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_4, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // Action onComplete = null; V_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)NULL; // if (needModularAwake.IsLocked()) CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * L_5 = __this->get_needModularAwake_26(); NullCheck(L_5); bool L_6; L_6 = CountLock_IsLocked_mB973135FECE2343082A4D23EF263BD0218BD6384(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_006d; } } { // cmds.Add("w"); //????? List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_7 = V_0; NullCheck(L_7); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_7, _stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // cmds.Add("3"); //???? List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_8 = V_0; NullCheck(L_8); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_8, _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // onComplete = () => // { // isStartUp = true; // }; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_9 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_9, __this, (intptr_t)((intptr_t)BluetoothAim_U3CInitWhenConenctU3Eb__43_0_mE7D740AA38AE8280A7D1C2C1305A3DE3C829D4BC_RuntimeMethod_var), /*hidden argument*/NULL); V_1 = L_9; // } goto IL_009b; } IL_006d: { // cmds.Add("s"); //????? List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_10 = V_0; NullCheck(L_10); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_10, _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // cmds.Add("S"); //Stm32?? List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_11 = V_0; NullCheck(L_11); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_11, _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // cmds.Add("4"); //???? List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_12 = V_0; NullCheck(L_12); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_12, _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // onComplete = () => // { // isStartUp = false; // }; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_13 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_13, __this, (intptr_t)((intptr_t)BluetoothAim_U3CInitWhenConenctU3Eb__43_1_m4902A20C2608DC537E4828F8329EBB08F95EB3B6_RuntimeMethod_var), /*hidden argument*/NULL); V_1 = L_13; } IL_009b: { // SendCDM(null, onComplete, cmds.ToArray()); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_14 = V_1; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_15 = V_0; NullCheck(L_15); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16; L_16 = List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4(L_15, /*hidden argument*/List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4_RuntimeMethod_var); BluetoothAim_SendCDM_m5837DAA62DABF3CA4570C1C3303838EC65E38E9F(__this, (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)NULL, L_14, L_16, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::DestroyWhenDisconenct() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_DestroyWhenDisconenct_mF26EE5FCFF64418606466760E500B3C21BEE480E (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { { // canAutoDormancy = false; __this->set_canAutoDormancy_24((bool)0); // sendCMD_CheckAndDoStop(null); bool L_0; L_0 = BluetoothAim_sendCMD_CheckAndDoStop_mDA1407E64D55BB91570807718D9B72F17B6BCE14(__this, (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::StartUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_StartUp_mAB771EC106726448469DBFB8D28241BBAFF39A1F (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CStartUpU3Eb__45_0_mA0E4F6A741D7D6B7BA83FAF4BD2AE5A180355749_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CStartUpU3Eb__45_1_m0115A00A34041A30F21639EDC1E3DABAA7490111_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); s_Il2CppMethodInitialized = true; } { // SendCDM(() => // { // return !isStartUp; // }, () => // { // isStartUp = true; // }, "b", "w", "3"); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_0 = (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)il2cpp_codegen_object_new(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var); Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9(L_0, __this, (intptr_t)((intptr_t)BluetoothAim_U3CStartUpU3Eb__45_0_mA0E4F6A741D7D6B7BA83FAF4BD2AE5A180355749_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_RuntimeMethod_var); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)BluetoothAim_U3CStartUpU3Eb__45_1_m0115A00A34041A30F21639EDC1E3DABAA7490111_RuntimeMethod_var), /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C); (L_3)->SetAt(static_cast(0), (String_t*)_stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); (L_4)->SetAt(static_cast(1), (String_t*)_stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); (L_5)->SetAt(static_cast(2), (String_t*)_stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); BluetoothAim_SendCDM_m5837DAA62DABF3CA4570C1C3303838EC65E38E9F(__this, L_0, L_1, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::Dormancy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_Dormancy_m482E9CBD8829FDF49807FB5978752B99CBA17AC6 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CDormancyU3Eb__46_0_mCD9CFE5BB3F59EE9E0E316286A69904D96FFBDC1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CDormancyU3Eb__46_1_m20171F2774B4E34812F5066E7C2FA6276BF026AB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465); s_Il2CppMethodInitialized = true; } { // SendCDM(() => // { // return isStartUp; // }, () => // { // isStartUp = false; // }, "4", "s", "S"); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_0 = (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)il2cpp_codegen_object_new(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var); Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9(L_0, __this, (intptr_t)((intptr_t)BluetoothAim_U3CDormancyU3Eb__46_0_mCD9CFE5BB3F59EE9E0E316286A69904D96FFBDC1_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_RuntimeMethod_var); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)BluetoothAim_U3CDormancyU3Eb__46_1_m20171F2774B4E34812F5066E7C2FA6276BF026AB_RuntimeMethod_var), /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); (L_3)->SetAt(static_cast(0), (String_t*)_stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465); (L_4)->SetAt(static_cast(1), (String_t*)_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10); (L_5)->SetAt(static_cast(2), (String_t*)_stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10); BluetoothAim_SendCDM_m5837DAA62DABF3CA4570C1C3303838EC65E38E9F(__this, L_0, L_1, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::SendCDM(System.Func`1,System.Action,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_SendCDM_m5837DAA62DABF3CA4570C1C3303838EC65E38E9F (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___canDo0, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onComplete1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___cmds2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Enqueue_m7AD4B35E7CD8D9DD54A7DA7F58C0873FFF235C1E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * V_0 = NULL; { // CmdToSend cmdToSend = new CmdToSend(cmds, onComplete, canDo); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___cmds2; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = ___onComplete1; Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_2 = ___canDo0; CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * L_3 = (CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 *)il2cpp_codegen_object_new(CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9_il2cpp_TypeInfo_var); CmdToSend__ctor_m97DCC0BBE7E5EB8122B8ADE203860AD5779BCA2F(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // if (isSendCmdLocked) bool L_4 = __this->get_isSendCmdLocked_23(); if (!L_4) { goto IL_001e; } } { // cmdWaitingList.Enqueue(cmdToSend); Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * L_5 = __this->get_cmdWaitingList_22(); CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * L_6 = V_0; NullCheck(L_5); Queue_1_Enqueue_m7AD4B35E7CD8D9DD54A7DA7F58C0873FFF235C1E(L_5, L_6, /*hidden argument*/Queue_1_Enqueue_m7AD4B35E7CD8D9DD54A7DA7F58C0873FFF235C1E_RuntimeMethod_var); // return; return; } IL_001e: { // sendCMD_NotCheck(cmdToSend); CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * L_7 = V_0; BluetoothAim_sendCMD_NotCheck_m8EFD876549118DF5E61B93881BCADDFE555C2282(__this, L_7, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::sendCMD_NotCheck(BluetoothAim/CmdToSend) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_sendCMD_NotCheck_m8EFD876549118DF5E61B93881BCADDFE555C2282 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * ___cmdToSend0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass48_0_U3CsendCMD_NotCheckU3Eb__0_m885FD3FF9930FADED2BB977D4F17C3CFD3F35366_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass48_1_U3CsendCMD_NotCheckU3Eb__1_m076405340C12CA3C0155D8C74556173551A1BCD5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405 * V_3 = NULL; { U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * L_0 = (U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass48_0__ctor_mF0826AC1CE49A2CAB14E51DA24F7FE3B291AF635(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_0(__this); U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * L_2 = V_0; CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * L_3 = ___cmdToSend0; NullCheck(L_2); L_2->set_cmdToSend_2(L_3); // if (cmdToSend.canDo != null && !cmdToSend.canDo.Invoke()) U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * L_4 = V_0; NullCheck(L_4); CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * L_5 = L_4->get_cmdToSend_2(); NullCheck(L_5); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_6 = L_5->get_canDo_2(); if (!L_6) { goto IL_003a; } } { U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * L_7 = V_0; NullCheck(L_7); CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * L_8 = L_7->get_cmdToSend_2(); NullCheck(L_8); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_9 = L_8->get_canDo_2(); NullCheck(L_9); bool L_10; L_10 = Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79(L_9, /*hidden argument*/Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var); if (L_10) { goto IL_003a; } } { // sendCMD_CheckNext(); BluetoothAim_sendCMD_CheckNext_mA756211F9D92C3576AB50D2030AC1F8A6D8D2158(__this, /*hidden argument*/NULL); // return; return; } IL_003a: { // isSendCmdLocked = true; __this->set_isSendCmdLocked_23((bool)1); // Sequence sequence = DOTween.Sequence(); U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_12; L_12 = DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D(/*hidden argument*/NULL); NullCheck(L_11); L_11->set_sequence_1(L_12); // sequence.PrependInterval(0.3f); U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * L_13 = V_0; NullCheck(L_13); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_14 = L_13->get_sequence_1(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_15; L_15 = TweenSettingsExtensions_PrependInterval_mF91C39268775A123FCCE526262C391CB826B8B9B(L_14, (0.300000012f), /*hidden argument*/NULL); // foreach (var cmd in cmdToSend.cmds) U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * L_16 = V_0; NullCheck(L_16); CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * L_17 = L_16->get_cmdToSend_2(); NullCheck(L_17); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = L_17->get_cmds_0(); V_1 = L_18; V_2 = 0; goto IL_00ba; } IL_006d: { U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405 * L_19 = (U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass48_1__ctor_mF46243C5CA0F340007B73F81ACC9D829698923C3(L_19, /*hidden argument*/NULL); V_3 = L_19; U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405 * L_20 = V_3; U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * L_21 = V_0; NullCheck(L_20); L_20->set_CSU24U3CU3E8__locals1_1(L_21); // foreach (var cmd in cmdToSend.cmds) U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405 * L_22 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = V_1; int32_t L_24 = V_2; NullCheck(L_23); int32_t L_25 = L_24; String_t* L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_22); L_22->set_cmd_0(L_26); // sequence.AppendCallback(() => // { // bool stopped = sendCMD_CheckAndDoStop(sequence); // if (!stopped) WriteData(cmd); // }); U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405 * L_27 = V_3; NullCheck(L_27); U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * L_28 = L_27->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_28); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_29 = L_28->get_sequence_1(); U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405 * L_30 = V_3; TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_31 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_31, L_30, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass48_1_U3CsendCMD_NotCheckU3Eb__1_m076405340C12CA3C0155D8C74556173551A1BCD5_RuntimeMethod_var), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_32; L_32 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_29, L_31, /*hidden argument*/NULL); // sequence.AppendInterval(0.5f); U3CU3Ec__DisplayClass48_1_tC23AFDEBC41D18B02703C0B8FCAD76232119B405 * L_33 = V_3; NullCheck(L_33); U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * L_34 = L_33->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_34); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_35 = L_34->get_sequence_1(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_36; L_36 = TweenSettingsExtensions_AppendInterval_m20E76B7FD0B9E0FD85D5E55444177E412D2A39FE(L_35, (0.5f), /*hidden argument*/NULL); int32_t L_37 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_00ba: { // foreach (var cmd in cmdToSend.cmds) int32_t L_38 = V_2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_39 = V_1; NullCheck(L_39); if ((((int32_t)L_38) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length)))))) { goto IL_006d; } } { // sequence.AppendCallback(() => // { // bool stopped = sendCMD_CheckAndDoStop(sequence); // if (!stopped) // { // isSendCmdLocked = false; // cmdToSend.onComplete?.Invoke(); // sendCMD_CheckNext(); // } // }); U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * L_40 = V_0; NullCheck(L_40); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_41 = L_40->get_sequence_1(); U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * L_42 = V_0; TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_43 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_43, L_42, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass48_0_U3CsendCMD_NotCheckU3Eb__0_m885FD3FF9930FADED2BB977D4F17C3CFD3F35366_RuntimeMethod_var), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_44; L_44 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_41, L_43, /*hidden argument*/NULL); // sequence.SetUpdate(true); U3CU3Ec__DisplayClass48_0_tE9376884D6F8F537029D12C10ABE64CCD7A148F7 * L_45 = V_0; NullCheck(L_45); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_46 = L_45->get_sequence_1(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_47; L_47 = TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0(L_46, (bool)1, /*hidden argument*/TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); // } return; } } // System.Void BluetoothAim::sendCMD_CheckNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_sendCMD_CheckNext_mA756211F9D92C3576AB50D2030AC1F8A6D8D2158 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Dequeue_mDB4CE1176F8458480C00D4622B0AEF78826E50AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_mE850AD80C746639267B87FC09BB86FC57C54C1FB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * V_0 = NULL; { // if (cmdWaitingList.Count <= 0) return; Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * L_0 = __this->get_cmdWaitingList_22(); NullCheck(L_0); int32_t L_1; L_1 = Queue_1_get_Count_mE850AD80C746639267B87FC09BB86FC57C54C1FB_inline(L_0, /*hidden argument*/Queue_1_get_Count_mE850AD80C746639267B87FC09BB86FC57C54C1FB_RuntimeMethod_var); if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_000f; } } { // if (cmdWaitingList.Count <= 0) return; return; } IL_000f: { // CmdToSend cmdToSend = cmdWaitingList.Dequeue(); Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * L_2 = __this->get_cmdWaitingList_22(); NullCheck(L_2); CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * L_3; L_3 = Queue_1_Dequeue_mDB4CE1176F8458480C00D4622B0AEF78826E50AA(L_2, /*hidden argument*/Queue_1_Dequeue_mDB4CE1176F8458480C00D4622B0AEF78826E50AA_RuntimeMethod_var); V_0 = L_3; // sendCMD_NotCheck(cmdToSend); CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * L_4 = V_0; BluetoothAim_sendCMD_NotCheck_m8EFD876549118DF5E61B93881BCADDFE555C2282(__this, L_4, /*hidden argument*/NULL); // } return; } } // System.Boolean BluetoothAim::sendCMD_CheckAndDoStop(DG.Tweening.Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothAim_sendCMD_CheckAndDoStop_mDA1407E64D55BB91570807718D9B72F17B6BCE14 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___sequence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Clear_m3A1F9DEDFFC5F27514DCFC4CCB7672936AF056C2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (canAutoDormancy) return false; bool L_0 = __this->get_canAutoDormancy_24(); if (!L_0) { goto IL_000a; } } { // if (canAutoDormancy) return false; return (bool)0; } IL_000a: { // isStartUp = false; __this->set_isStartUp_25((bool)0); // isSendCmdLocked = false; __this->set_isSendCmdLocked_23((bool)0); // cmdWaitingList.Clear(); Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * L_1 = __this->get_cmdWaitingList_22(); NullCheck(L_1); Queue_1_Clear_m3A1F9DEDFFC5F27514DCFC4CCB7672936AF056C2(L_1, /*hidden argument*/Queue_1_Clear_m3A1F9DEDFFC5F27514DCFC4CCB7672936AF056C2_RuntimeMethod_var); // if (sequence != null) sequence.Kill(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_2 = ___sequence0; if (!L_2) { goto IL_002d; } } { // if (sequence != null) sequence.Kill(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_3 = ___sequence0; TweenExtensions_Kill_m8A79B9D5D31C46E9669C2EFEDF26BF4F7EB02D10(L_3, (bool)0, /*hidden argument*/NULL); } IL_002d: { // return true; return (bool)1; } } // System.Void BluetoothAim::RequestBattery() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_RequestBattery_m4DE24EA7095E404101A1F2F4F666A93C1645D010 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C); s_Il2CppMethodInitialized = true; } { // if (!isStartUp) return; bool L_0 = __this->get_isStartUp_25(); if (L_0) { goto IL_0009; } } { // if (!isStartUp) return; return; } IL_0009: { // if (isSendCmdLocked) return; bool L_1 = __this->get_isSendCmdLocked_23(); if (!L_1) { goto IL_0012; } } { // if (isSendCmdLocked) return; return; } IL_0012: { // WriteData("b"); BluetoothAim_WriteData_mCDD206A6868D45DF9CB02D2F1A3528C6518A6A2C(__this, _stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::ReplyInfraredShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_ReplyInfraredShoot_m6396D806DF8BB616E505E03D7C8C3644AE0E465E (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD); s_Il2CppMethodInitialized = true; } { // if (isSendCmdLocked) return; bool L_0 = __this->get_isSendCmdLocked_23(); if (!L_0) { goto IL_0009; } } { // if (isSendCmdLocked) return; return; } IL_0009: { // WriteData("I"); BluetoothAim_WriteData_mCDD206A6868D45DF9CB02D2F1A3528C6518A6A2C(__this, _stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::CallDelay(System.Single,DG.Tweening.TweenCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_CallDelay_mB8BCC981F31AEFD58F2ABC7BFC990B06ECB555C3 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, float ___delayTime0, TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___callback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // Sequence sequence = DOTween.Sequence(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_0; L_0 = DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D(/*hidden argument*/NULL); // sequence.PrependInterval(delayTime).AppendCallback(callback); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_1 = L_0; float L_2 = ___delayTime0; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_3; L_3 = TweenSettingsExtensions_PrependInterval_mF91C39268775A123FCCE526262C391CB826B8B9B(L_1, L_2, /*hidden argument*/NULL); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_4 = ___callback1; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_5; L_5 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_3, L_4, /*hidden argument*/NULL); // sequence.SetUpdate(true); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_6; L_6 = TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0(L_1, (bool)1, /*hidden argument*/TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); // } return; } } // System.Void BluetoothAim::WriteData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_WriteData_mCDD206A6868D45DF9CB02D2F1A3528C6518A6A2C (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * V_0 = NULL; { // if (DebugDeviceCMD.ins) DebugDeviceCMD.ins.ShowCMD(data); DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD * L_0 = ((DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD_StaticFields*)il2cpp_codegen_static_fields_for(DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { // if (DebugDeviceCMD.ins) DebugDeviceCMD.ins.ShowCMD(data); DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD * L_2 = ((DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD_StaticFields*)il2cpp_codegen_static_fields_for(DebugDeviceCMD_t5590A1652833E9D912737F4470E9F882A22203FD_il2cpp_TypeInfo_var))->get_ins_4(); String_t* L_3 = ___data0; NullCheck(L_2); DebugDeviceCMD_ShowCMD_m3F3EAD0CE1CE06E072C11F5E64C91076CD1D0D8F(L_2, L_3, /*hidden argument*/NULL); } IL_0017: { // BluetoothHelperCharacteristic ch = new BluetoothHelperCharacteristic(characteristicWrite.getName()); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_4 = __this->get_characteristicWrite_6(); NullCheck(L_4); String_t* L_5; L_5 = BluetoothHelperCharacteristic_getName_m59316C36B56D20C5176500C1A3D4B8CBD9825E5E_inline(L_4, /*hidden argument*/NULL); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_6 = (BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 *)il2cpp_codegen_object_new(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9_il2cpp_TypeInfo_var); BluetoothHelperCharacteristic__ctor_mCEAEDEF8755245EE6043CAAECC137B37C611305C(L_6, L_5, /*hidden argument*/NULL); V_0 = L_6; // ch.setService(bluetoothService.getName()); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_7 = V_0; BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * L_8 = __this->get_bluetoothService_7(); NullCheck(L_8); String_t* L_9; L_9 = BluetoothHelperService_getName_mC2B58215D48C8773638DCE0D3347D094B99CD20C_inline(L_8, /*hidden argument*/NULL); NullCheck(L_7); BluetoothHelperCharacteristic_setService_mE0AB7736081BC9807E94F146988121AAC5562642_inline(L_7, L_9, /*hidden argument*/NULL); // bluetoothHelper.WriteCharacteristic(ch, data); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_10 = __this->get_bluetoothHelper_5(); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_11 = V_0; String_t* L_12 = ___data0; NullCheck(L_10); BluetoothHelper_WriteCharacteristic_mB516164C5C393B9A039991FA3940E433AA3D7C06(L_10, L_11, L_12, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::Log(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_0_0_0_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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral569269E39B5685F53BADE2640745A97AB89897F6); s_Il2CppMethodInitialized = true; } { // if (textUI) Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_textUI_10(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { // textUI.text = text; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_2 = __this->get_textUI_10(); String_t* L_3 = ___text0; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_2, L_3); } IL_0019: { // Debug.Log(string.Format("[{0}]{1}", typeof(BluetoothAim).Name, text)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_5); String_t* L_7 = ___text0; String_t* L_8; L_8 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral569269E39B5685F53BADE2640745A97AB89897F6, L_6, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_8, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothAim::UploadMacAddress(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_UploadMacAddress_m8169B1FBA359C970A31378B3CDA031B594EA7764 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Singleton_1_get_Instance_mCA2528D9C9DE7F45F0E48B3D2A5F8440994F2953_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFACB6FFDF32573701D2B24DC7A3136F656B8598); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9B0A2DEEF1EEEA0E45DE73ACB27CEAD907B32E3); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string mac = System.Text.Encoding.ASCII.GetString(bytes); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(35 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_0, L_1); V_0 = L_2; // if (mac != null) mac = mac.Trim(); String_t* L_3 = V_0; if (!L_3) { goto IL_0016; } } { // if (mac != null) mac = mac.Trim(); String_t* L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_0016: { // if (CheckIsMacValid(mac)) { String_t* L_6 = V_0; bool L_7; L_7 = BluetoothAim_CheckIsMacValid_m5DF9C29C2108A4F826F2DD5EDB299574E4CB501D(__this, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0051; } } { // curMac = mac; String_t* L_8 = V_0; __this->set_curMac_27(L_8); // SideTipView.ShowTip("Mac?????" + mac, Color.white); String_t* L_9 = V_0; String_t* L_10; L_10 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralD9B0A2DEEF1EEEA0E45DE73ACB27CEAD907B32E3, L_9, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_11; L_11 = Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E(/*hidden argument*/NULL); SideTipView_ShowTip_m04E61673AF55BA5168F37B48B1E56BDFE540C6A1(L_10, L_11, /*hidden argument*/NULL); // LoginMgr.myUserInfo.mac = mac; IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_12 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); String_t* L_13 = V_0; NullCheck(L_12); L_12->set_mac_14(L_13); // UserComp.Instance.saveMac(); UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7 * L_14; L_14 = Singleton_1_get_Instance_mCA2528D9C9DE7F45F0E48B3D2A5F8440994F2953(/*hidden argument*/Singleton_1_get_Instance_mCA2528D9C9DE7F45F0E48B3D2A5F8440994F2953_RuntimeMethod_var); NullCheck(L_14); UserComp_saveMac_mE1ADCC58133D02AED100B05B9A0528FF5EAC68F3(L_14, /*hidden argument*/NULL); // } else { return; } IL_0051: { // SideTipView.ShowTip("Mac????", Color.yellow); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_15; L_15 = Color_get_yellow_m9FD4BDABA7E40E136BE57EE7872CEA6B1B2FA1D1(/*hidden argument*/NULL); SideTipView_ShowTip_m04E61673AF55BA5168F37B48B1E56BDFE540C6A1(_stringLiteralAFACB6FFDF32573701D2B24DC7A3136F656B8598, L_15, /*hidden argument*/NULL); // } return; } } // System.Boolean BluetoothAim::CheckIsMacValid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothAim_CheckIsMacValid_m5DF9C29C2108A4F826F2DD5EDB299574E4CB501D (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, String_t* ___mac0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m197AE609773A2E87C6697AC65C8DFA0777ABC835_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_2 = NULL; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_5 = NULL; String_t* V_6 = NULL; int32_t V_7 = 0; Il2CppChar V_8 = 0x0; { // if (mac == null) return false; String_t* L_0 = ___mac0; if (L_0) { goto IL_0005; } } { // if (mac == null) return false; return (bool)0; } IL_0005: { // if (!mac.StartsWith("{")) return false; String_t* L_1 = ___mac0; NullCheck(L_1); bool L_2; L_2 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_1, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, /*hidden argument*/NULL); if (L_2) { goto IL_0014; } } { // if (!mac.StartsWith("{")) return false; return (bool)0; } IL_0014: { // if (!mac.EndsWith("}")) return false; String_t* L_3 = ___mac0; NullCheck(L_3); bool L_4; L_4 = String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE(L_3, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, /*hidden argument*/NULL); if (L_4) { goto IL_0023; } } { // if (!mac.EndsWith("}")) return false; return (bool)0; } IL_0023: { // if (!mac.Contains(":")) return false; String_t* L_5 = ___mac0; NullCheck(L_5); bool L_6; L_6 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_5, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, /*hidden argument*/NULL); if (L_6) { goto IL_0032; } } { // if (!mac.Contains(":")) return false; return (bool)0; } IL_0032: { // char[] validChars = {'{','}',':','0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'}; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = L_7; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_9 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL); V_0 = L_8; // foreach (var c in mac.ToCharArray()) { String_t* L_10 = ___mac0; NullCheck(L_10); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11; L_11 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_10, /*hidden argument*/NULL); V_2 = L_11; V_3 = 0; goto IL_0066; } IL_0050: { // foreach (var c in mac.ToCharArray()) { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = V_2; int32_t L_13 = V_3; NullCheck(L_12); int32_t L_14 = L_13; uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast(L_14)); V_4 = L_15; // if (Array.IndexOf(validChars, c) == -1) return false; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = V_0; Il2CppChar L_17 = V_4; int32_t L_18; L_18 = Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m197AE609773A2E87C6697AC65C8DFA0777ABC835(L_16, L_17, /*hidden argument*/Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m197AE609773A2E87C6697AC65C8DFA0777ABC835_RuntimeMethod_var); if ((!(((uint32_t)L_18) == ((uint32_t)(-1))))) { goto IL_0062; } } { // if (Array.IndexOf(validChars, c) == -1) return false; return (bool)0; } IL_0062: { int32_t L_19 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0066: { // foreach (var c in mac.ToCharArray()) { int32_t L_20 = V_3; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = V_2; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))) { goto IL_0050; } } { // if (mac.Length != 19) return false; String_t* L_22 = ___mac0; NullCheck(L_22); int32_t L_23; L_23 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_22, /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)((int32_t)19)))) { goto IL_0078; } } { // if (mac.Length != 19) return false; return (bool)0; } IL_0078: { // string macNoneFrame = mac.Substring(1, mac.Length - 2); String_t* L_24 = ___mac0; String_t* L_25 = ___mac0; NullCheck(L_25); int32_t L_26; L_26 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_25, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_27; L_27 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_24, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)2)), /*hidden argument*/NULL); // string[] macNoneFrameSplits = macNoneFrame.Split(':'); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29 = L_28; NullCheck(L_29); (L_29)->SetAt(static_cast(0), (Il2CppChar)((int32_t)58)); NullCheck(L_27); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30; L_30 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_27, L_29, /*hidden argument*/NULL); V_1 = L_30; // if (macNoneFrameSplits.Length != 6) return false; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_31 = V_1; NullCheck(L_31); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))) == ((int32_t)6))) { goto IL_00a0; } } { // if (macNoneFrameSplits.Length != 6) return false; return (bool)0; } IL_00a0: { // foreach (var item in macNoneFrameSplits) { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32 = V_1; V_5 = L_32; V_3 = 0; goto IL_00ea; } IL_00a7: { // foreach (var item in macNoneFrameSplits) { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = V_5; int32_t L_34 = V_3; NullCheck(L_33); int32_t L_35 = L_34; String_t* L_36 = (L_33)->GetAt(static_cast(L_35)); V_6 = L_36; // if (item.Length != 2) return false; String_t* L_37 = V_6; NullCheck(L_37); int32_t L_38; L_38 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_37, /*hidden argument*/NULL); if ((((int32_t)L_38) == ((int32_t)2))) { goto IL_00b9; } } { // if (item.Length != 2) return false; return (bool)0; } IL_00b9: { // foreach (var c in item.ToCharArray()) String_t* L_39 = V_6; NullCheck(L_39); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_40; L_40 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_39, /*hidden argument*/NULL); V_2 = L_40; V_7 = 0; goto IL_00df; } IL_00c6: { // foreach (var c in item.ToCharArray()) CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_41 = V_2; int32_t L_42 = V_7; NullCheck(L_41); int32_t L_43 = L_42; uint16_t L_44 = (uint16_t)(L_41)->GetAt(static_cast(L_43)); V_8 = L_44; // if (Array.IndexOf(validChars, c) < 3) return false; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_45 = V_0; Il2CppChar L_46 = V_8; int32_t L_47; L_47 = Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m197AE609773A2E87C6697AC65C8DFA0777ABC835(L_45, L_46, /*hidden argument*/Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m197AE609773A2E87C6697AC65C8DFA0777ABC835_RuntimeMethod_var); if ((((int32_t)L_47) >= ((int32_t)3))) { goto IL_00d9; } } { // if (Array.IndexOf(validChars, c) < 3) return false; return (bool)0; } IL_00d9: { int32_t L_48 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00df: { // foreach (var c in item.ToCharArray()) int32_t L_49 = V_7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_50 = V_2; NullCheck(L_50); if ((((int32_t)L_49) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length)))))) { goto IL_00c6; } } { int32_t L_51 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_00ea: { // foreach (var item in macNoneFrameSplits) { int32_t L_52 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_53 = V_5; NullCheck(L_53); if ((((int32_t)L_52) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length)))))) { goto IL_00a7; } } { // return true; return (bool)1; } } // System.Void BluetoothAim::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim__ctor_mCCAF0019E098F6089827C94CA363DAAD05CB776C (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1__ctor_mB9C8E553A7BFA1D992248D0BEAC4D2F2CF5C1439_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5053BB4068FA55A960E783C9E4398790DD6D031); s_Il2CppMethodInitialized = true; } { // readonly string targetDeviceName = "Bbow_20210501"; __this->set_targetDeviceName_4(_stringLiteralE5053BB4068FA55A960E783C9E4398790DD6D031); // string deviceName = ""; __this->set_deviceName_8(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // bool canConnect = true; __this->set_canConnect_9((bool)1); // public BluetoothStatusEnum status = BluetoothStatusEnum.Connect; __this->set_status_11(1); // int _scanCanRetryCount = 2; __this->set__scanCanRetryCount_21(2); // Queue cmdWaitingList = new Queue(); Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * L_0 = (Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 *)il2cpp_codegen_object_new(Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617_il2cpp_TypeInfo_var); Queue_1__ctor_mB9C8E553A7BFA1D992248D0BEAC4D2F2CF5C1439(L_0, /*hidden argument*/Queue_1__ctor_mB9C8E553A7BFA1D992248D0BEAC4D2F2CF5C1439_RuntimeMethod_var); __this->set_cmdWaitingList_22(L_0); // JCUnityLib.CountLock needModularAwake = new JCUnityLib.CountLock(); CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * L_1 = (CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 *)il2cpp_codegen_object_new(CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1_il2cpp_TypeInfo_var); CountLock__ctor_mAC3534893A608BA48678EB809D45990DFD7E28C5(L_1, /*hidden argument*/NULL); __this->set_needModularAwake_26(L_1); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void BluetoothAim::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim__cctor_m31DE16E19A1872ACAE3BE43696507933C977FA58 (const RuntimeMethod* method) { { return; } } // System.Void BluetoothAim::b__28_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_U3CSetStatusU3Eb__28_0_m78DB57FDB2801F8128106A2D946E86A6D139E940 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { { // if (status == BluetoothStatusEnum.ConnectFail) int32_t L_0 = __this->get_status_11(); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0010; } } { // status = BluetoothStatusEnum.Connect; __this->set_status_11(1); } IL_0010: { // }); return; } } // System.Void BluetoothAim::b__32_0(ArduinoBluetoothAPI.BluetoothHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_U3CConnectBleHelperU3Eb__32_0_mCAF455A6FEEDD8CBDF4F2577E0669C033134BA6A (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_U3CConnectBleHelperU3Eb__32_4_mBE54A163CF9B41C153FEAEB00B60BE6F2E432791_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m2A96334EF63834D3A85C16B1CEC9D0F360424EFC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mCC607B0C09E801F33EB6B0922A8899D2A5D55BA9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m43A83012B262D49B331D221FBE414049CBCD4F42_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m5D19B55E374EAB466CAF87C0C00A02C61F887F00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m2DA3B3BBAA26BE86BD21DB51E1E2174867768DF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m6774D8858FE9A9551EB72A70CD0855E255B7C974_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_GetEnumerator_m23E2202D223C083DAC688E7DE70CE31E8902EF46_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mFEADCD2047CEE6D0CFA45A429CF8F3074E37673C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral085AA5469EE6BEB776E25FB4D162068D113925B4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF80FEEB5398E831F7A6736EEEAA54497CD8890F5); s_Il2CppMethodInitialized = true; } Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 V_0; memset((&V_0), 0, sizeof(V_0)); BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * V_1 = NULL; Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C V_2; memset((&V_2), 0, sizeof(V_2)); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * V_3 = NULL; BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // Log("????\n" + helper.getDeviceName()); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_0 = ___helper0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String ArduinoBluetoothAPI.BluetoothHelper::getDeviceName() */, L_0); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral085AA5469EE6BEB776E25FB4D162068D113925B4, L_1, /*hidden argument*/NULL); BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D(__this, L_2, /*hidden argument*/NULL); // SetStatus(BluetoothStatusEnum.ConnectSuccess); BluetoothAim_SetStatus_m9728CA7EBF70DAB5A7A3AFA42E883E75EC7D7DBF(__this, 3, /*hidden argument*/NULL); // if (connectCanceled) { bool L_3 = __this->get_connectCanceled_20(); if (!L_3) { goto IL_0036; } } { // Debug.Log("ble connectCanceled"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralF80FEEB5398E831F7A6736EEEAA54497CD8890F5, /*hidden argument*/NULL); // DoConnect(); BluetoothAim_DoConnect_mB5215BC7D723FA93817247D5AAB699DA7C80D1A3(__this, /*hidden argument*/NULL); // return; return; } IL_0036: { // BowCamera.isTouchMode = false; IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_set_isTouchMode_m697E7BDB07075516ADCEFDD7452D52356099CB82_inline((bool)0, /*hidden argument*/NULL); // foreach (BluetoothHelperService service in helper.getGattServices()) BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_4 = ___helper0; NullCheck(L_4); List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 * L_5; L_5 = VirtualFuncInvoker0< List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 * >::Invoke(32 /* System.Collections.Generic.List`1 ArduinoBluetoothAPI.BluetoothHelper::getGattServices() */, L_4); NullCheck(L_5); Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 L_6; L_6 = List_1_GetEnumerator_mFEADCD2047CEE6D0CFA45A429CF8F3074E37673C(L_5, /*hidden argument*/List_1_GetEnumerator_mFEADCD2047CEE6D0CFA45A429CF8F3074E37673C_RuntimeMethod_var); V_0 = L_6; } IL_0048: try {// begin try (depth: 1) { goto IL_010b; } IL_004d: { // foreach (BluetoothHelperService service in helper.getGattServices()) BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * L_7; L_7 = Enumerator_get_Current_m2DA3B3BBAA26BE86BD21DB51E1E2174867768DF4_inline((Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m2DA3B3BBAA26BE86BD21DB51E1E2174867768DF4_RuntimeMethod_var); V_1 = L_7; // if (service.getName().ToLower().StartsWith(targetDeviceService)) BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * L_8 = V_1; NullCheck(L_8); String_t* L_9; L_9 = BluetoothHelperService_getName_mC2B58215D48C8773638DCE0D3347D094B99CD20C_inline(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10; L_10 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = BluetoothAim_get_targetDeviceService_m451E1DD9639B1F946FC8AF74814B026845E9D069(__this, /*hidden argument*/NULL); NullCheck(L_10); bool L_12; L_12 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_010b; } } IL_0070: { // bluetoothService = service; BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * L_13 = V_1; __this->set_bluetoothService_7(L_13); // foreach (BluetoothHelperCharacteristic characteristic in service.getCharacteristics()) BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * L_14 = V_1; NullCheck(L_14); LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * L_15; L_15 = BluetoothHelperService_getCharacteristics_mBD7CEF21C1DC6FC1100FF68426FD9BDEDF2BB28A_inline(L_14, /*hidden argument*/NULL); NullCheck(L_15); Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C L_16; L_16 = LinkedList_1_GetEnumerator_m23E2202D223C083DAC688E7DE70CE31E8902EF46(L_15, /*hidden argument*/LinkedList_1_GetEnumerator_m23E2202D223C083DAC688E7DE70CE31E8902EF46_RuntimeMethod_var); V_2 = L_16; } IL_0083: try {// begin try (depth: 2) { goto IL_00f2; } IL_0085: { // foreach (BluetoothHelperCharacteristic characteristic in service.getCharacteristics()) BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_17; L_17 = Enumerator_get_Current_m6774D8858FE9A9551EB72A70CD0855E255B7C974_inline((Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C *)(&V_2), /*hidden argument*/Enumerator_get_Current_m6774D8858FE9A9551EB72A70CD0855E255B7C974_RuntimeMethod_var); V_3 = L_17; // if (characteristic.getName().ToLower().StartsWith(targetDeviceCharacteristicWrite)) BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_18 = V_3; NullCheck(L_18); String_t* L_19; L_19 = BluetoothHelperCharacteristic_getName_m59316C36B56D20C5176500C1A3D4B8CBD9825E5E_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20; L_20 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_19, /*hidden argument*/NULL); String_t* L_21; L_21 = BluetoothAim_get_targetDeviceCharacteristicWrite_m19410D16AAFA3A2FFBCE56BAEFAE84E9FA48BCCA(__this, /*hidden argument*/NULL); NullCheck(L_20); bool L_22; L_22 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00ae; } } IL_00a5: { // characteristicWrite = characteristic; BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_23 = V_3; __this->set_characteristicWrite_6(L_23); // } goto IL_00f2; } IL_00ae: { // else if (characteristic.getName().ToLower().StartsWith(targetDeviceCharacteristicNotify)) BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_24 = V_3; NullCheck(L_24); String_t* L_25; L_25 = BluetoothHelperCharacteristic_getName_m59316C36B56D20C5176500C1A3D4B8CBD9825E5E_inline(L_24, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_26; L_26 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_25, /*hidden argument*/NULL); String_t* L_27; L_27 = BluetoothAim_get_targetDeviceCharacteristicNotify_mDF5B50B8F284F9D0DBE9DB8386401E0D6E8D8E0C(__this, /*hidden argument*/NULL); NullCheck(L_26); bool L_28; L_28 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00f2; } } IL_00c6: { // BluetoothHelperCharacteristic ch = new BluetoothHelperCharacteristic(characteristic.getName()); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_29 = V_3; NullCheck(L_29); String_t* L_30; L_30 = BluetoothHelperCharacteristic_getName_m59316C36B56D20C5176500C1A3D4B8CBD9825E5E_inline(L_29, /*hidden argument*/NULL); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_31 = (BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 *)il2cpp_codegen_object_new(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9_il2cpp_TypeInfo_var); BluetoothHelperCharacteristic__ctor_mCEAEDEF8755245EE6043CAAECC137B37C611305C(L_31, L_30, /*hidden argument*/NULL); V_4 = L_31; // ch.setService(bluetoothService.getName()); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_32 = V_4; BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * L_33 = __this->get_bluetoothService_7(); NullCheck(L_33); String_t* L_34; L_34 = BluetoothHelperService_getName_mC2B58215D48C8773638DCE0D3347D094B99CD20C_inline(L_33, /*hidden argument*/NULL); NullCheck(L_32); BluetoothHelperCharacteristic_setService_mE0AB7736081BC9807E94F146988121AAC5562642_inline(L_32, L_34, /*hidden argument*/NULL); // bluetoothHelper.Subscribe(ch); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_35 = __this->get_bluetoothHelper_5(); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_36 = V_4; NullCheck(L_35); VirtualActionInvoker1< BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * >::Invoke(29 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::Subscribe(ArduinoBluetoothAPI.BluetoothHelperCharacteristic) */, L_35, L_36); } IL_00f2: { // foreach (BluetoothHelperCharacteristic characteristic in service.getCharacteristics()) bool L_37; L_37 = Enumerator_MoveNext_m43A83012B262D49B331D221FBE414049CBCD4F42((Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m43A83012B262D49B331D221FBE414049CBCD4F42_RuntimeMethod_var); if (L_37) { goto IL_0085; } } IL_00fb: { IL2CPP_LEAVE(0x10B, FINALLY_00fd); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fd; } FINALLY_00fd: {// begin finally (depth: 2) Enumerator_Dispose_mCC607B0C09E801F33EB6B0922A8899D2A5D55BA9((Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C *)(&V_2), /*hidden argument*/Enumerator_Dispose_mCC607B0C09E801F33EB6B0922A8899D2A5D55BA9_RuntimeMethod_var); IL2CPP_END_FINALLY(253) }// end finally (depth: 2) IL2CPP_CLEANUP(253) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10B, IL_010b) } IL_010b: { // foreach (BluetoothHelperService service in helper.getGattServices()) bool L_38; L_38 = Enumerator_MoveNext_m5D19B55E374EAB466CAF87C0C00A02C61F887F00((Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m5D19B55E374EAB466CAF87C0C00A02C61F887F00_RuntimeMethod_var); if (L_38) { goto IL_004d; } } IL_0117: { IL2CPP_LEAVE(0x127, FINALLY_0119); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0119; } FINALLY_0119: {// begin finally (depth: 1) Enumerator_Dispose_m2A96334EF63834D3A85C16B1CEC9D0F360424EFC((Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m2A96334EF63834D3A85C16B1CEC9D0F360424EFC_RuntimeMethod_var); IL2CPP_END_FINALLY(281) }// end finally (depth: 1) IL2CPP_CLEANUP(281) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x127, IL_0127) } IL_0127: { // CallDelay(2, () => // { // if (status != BluetoothStatusEnum.ConnectSuccess) return; // InitWhenConenct(); // }); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_39 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_39, __this, (intptr_t)((intptr_t)BluetoothAim_U3CConnectBleHelperU3Eb__32_4_mBE54A163CF9B41C153FEAEB00B60BE6F2E432791_RuntimeMethod_var), /*hidden argument*/NULL); BluetoothAim_CallDelay_mB8BCC981F31AEFD58F2ABC7BFC990B06ECB555C3(__this, (2.0f), L_39, /*hidden argument*/NULL); // }; return; } } // System.Void BluetoothAim::b__32_4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_U3CConnectBleHelperU3Eb__32_4_mBE54A163CF9B41C153FEAEB00B60BE6F2E432791 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { { // if (status != BluetoothStatusEnum.ConnectSuccess) return; int32_t L_0 = __this->get_status_11(); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_000a; } } { // if (status != BluetoothStatusEnum.ConnectSuccess) return; return; } IL_000a: { // InitWhenConenct(); BluetoothAim_InitWhenConenct_mD1ACC169C5C805FB10347AA52D59330C1F216871(__this, /*hidden argument*/NULL); // }); return; } } // System.Void BluetoothAim::b__32_1(ArduinoBluetoothAPI.BluetoothHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_U3CConnectBleHelperU3Eb__32_1_mF1E876B7AF2D5742B33A016C1C106C091B0F3ED6 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC66ADCDF699968596DCBB9929E528A493F44E91F); s_Il2CppMethodInitialized = true; } { // Log("????\n" + helper.getDeviceName()); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_0 = ___helper0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String ArduinoBluetoothAPI.BluetoothHelper::getDeviceName() */, L_0); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralC66ADCDF699968596DCBB9929E528A493F44E91F, L_1, /*hidden argument*/NULL); BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D(__this, L_2, /*hidden argument*/NULL); // OnDisconnect(); BluetoothAim_OnDisconnect_m33E0AB733027EC9F288258B2F253B50D7E97E07D(__this, /*hidden argument*/NULL); // }; return; } } // System.Void BluetoothAim::b__32_2(ArduinoBluetoothAPI.BluetoothHelper,System.Byte[],ArduinoBluetoothAPI.BluetoothHelperCharacteristic) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_U3CConnectBleHelperU3Eb__32_2_mFF19C26B07FB1D910FC00F9E277EF2B0EDC69040 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value1, BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * ___characteristic2, 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*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // if (status != BluetoothStatusEnum.ConnectSuccess) return; int32_t L_0 = __this->get_status_11(); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_000a; } } { // if (status != BluetoothStatusEnum.ConnectSuccess) return; return; } IL_000a: { // if (!hasData) { bool L_1 = __this->get_hasData_13(); if (L_1) { goto IL_0024; } } { // hasData = true; __this->set_hasData_13((bool)1); // hasDataTime = JCUnityLib.TimeUtils.GetTimestamp(); int64_t L_2; L_2 = TimeUtils_GetTimestamp_m4AE5DDA15BA52BE1D7C9CFB07491E0281142ACDC(/*hidden argument*/NULL); __this->set_hasDataTime_14(L_2); } IL_0024: { // dataCount++; int32_t L_3 = __this->get_dataCount_12(); __this->set_dataCount_12(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); // if (curMac == null && dataCount < 500) { String_t* L_4 = __this->get_curMac_27(); if (L_4) { goto IL_004e; } } { int32_t L_5 = __this->get_dataCount_12(); if ((((int32_t)L_5) >= ((int32_t)((int32_t)500)))) { goto IL_004e; } } { // UploadMacAddress(value); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___value1; BluetoothAim_UploadMacAddress_m8169B1FBA359C970A31378B3CDA031B594EA7764(__this, L_6, /*hidden argument*/NULL); } IL_004e: { // byte[] bytes = value; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___value1; V_0 = L_7; // BluetoothClient.UploadData(0, bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; BluetoothClient_UploadData_m8F9D3A0FE11A1A03B5DEC8D5AF0F1A0F09FB7BBA((uint8_t)0, L_8, /*hidden argument*/NULL); // if (AimHandler.ins) AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * L_9 = ((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_10; L_10 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_006e; } } { // AimHandler.ins.OnDataReceived(bytes); AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * L_11 = ((AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields*)il2cpp_codegen_static_fields_for(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var))->get_ins_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; NullCheck(L_11); AimHandler_OnDataReceived_mFF9A0F939B34A3FD39EC987848320D21005685A8(L_11, L_12, /*hidden argument*/NULL); } IL_006e: { // }; return; } } // System.Void BluetoothAim::b__32_3(ArduinoBluetoothAPI.BluetoothHelper,System.Collections.Generic.LinkedList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_U3CConnectBleHelperU3Eb__32_3_m07311A6E1F4623E43E90D1EC56802AD7CB8BF445 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * ___nearbyDevices1, 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*)&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*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35F50DF44430A17A4567838C445E05DB7806072D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral657F91D97ADEEC648B9C03B9E5A7800EAD7F5CEE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC34F0C78DCF067F75DC293DA919D1E399235D783); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0A224CF92537EBBE2BFF191C46130B26CEBB418); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF80FEEB5398E831F7A6736EEEAA54497CD8890F5); s_Il2CppMethodInitialized = true; } Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C V_0; memset((&V_0), 0, sizeof(V_0)); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // scanLock = false; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->set_scanLock_15((bool)0); // if (connectCanceled) { bool L_0 = __this->get_connectCanceled_20(); if (!L_0) { goto IL_002e; } } { // userDoConnect = false; __this->set_userDoConnect_17((bool)0); // canConnect = true; __this->set_canConnect_9((bool)1); // status = BluetoothStatusEnum.Connect; __this->set_status_11(1); // Debug.Log("ble connectCanceled"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralF80FEEB5398E831F7A6736EEEAA54497CD8890F5, /*hidden argument*/NULL); // return; return; } IL_002e: { // foreach (BluetoothDevice device in nearbyDevices) LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * L_1 = ___nearbyDevices1; NullCheck(L_1); Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C L_2; L_2 = LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D(L_1, /*hidden argument*/LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D_RuntimeMethod_var); V_0 = L_2; } IL_0035: try {// begin try (depth: 1) { goto IL_00a8; } IL_0037: { // foreach (BluetoothDevice device in nearbyDevices) BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_3; L_3 = Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_inline((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_RuntimeMethod_var); V_1 = L_3; // Log("???? " + device.DeviceName); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_4 = V_1; NullCheck(L_4); String_t* L_5; L_5 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralD0A224CF92537EBBE2BFF191C46130B26CEBB418, L_5, /*hidden argument*/NULL); BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D(__this, L_6, /*hidden argument*/NULL); // if (device.DeviceName == targetDeviceName) BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_7, /*hidden argument*/NULL); String_t* L_9 = __this->get_targetDeviceName_4(); bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_00a8; } } IL_0068: { // deviceName = device.DeviceName; BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_11, /*hidden argument*/NULL); __this->set_deviceName_8(L_12); // bluetoothHelper.setDeviceName(deviceName); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_13 = __this->get_bluetoothHelper_5(); String_t* L_14 = __this->get_deviceName_8(); NullCheck(L_13); VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::setDeviceName(System.String) */, L_13, L_14); // bluetoothHelper.Connect(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_15 = __this->get_bluetoothHelper_5(); NullCheck(L_15); VirtualActionInvoker0::Invoke(13 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::Connect() */, L_15); // Log("???? " + device.DeviceName); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_16 = V_1; NullCheck(L_16); String_t* L_17; L_17 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_16, /*hidden argument*/NULL); String_t* L_18; L_18 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralC34F0C78DCF067F75DC293DA919D1E399235D783, L_17, /*hidden argument*/NULL); BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D(__this, L_18, /*hidden argument*/NULL); // return; IL2CPP_LEAVE(0x110, FINALLY_00b3); } IL_00a8: { // foreach (BluetoothDevice device in nearbyDevices) bool L_19; L_19 = Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04_RuntimeMethod_var); if (L_19) { goto IL_0037; } } IL_00b1: { IL2CPP_LEAVE(0xC1, FINALLY_00b3); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b3; } FINALLY_00b3: {// begin finally (depth: 1) Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8_RuntimeMethod_var); IL2CPP_END_FINALLY(179) }// end finally (depth: 1) IL2CPP_CLEANUP(179) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x110, IL_0110) IL2CPP_JUMP_TBL(0xC1, IL_00c1) } IL_00c1: { // if (_scanCanRetryCount > 0) { int32_t L_20 = __this->get__scanCanRetryCount_21(); if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_00e5; } } { // _scanCanRetryCount--; int32_t L_21 = __this->get__scanCanRetryCount_21(); __this->set__scanCanRetryCount_21(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))); // scanLock = true; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->set_scanLock_15((bool)1); // ConnectBleHelper(); BluetoothAim_ConnectBleHelper_mC24757DBF81BBD3F196A3D704330102B138697C5(__this, /*hidden argument*/NULL); // } else { return; } IL_00e5: { // userDoConnect = false; __this->set_userDoConnect_17((bool)0); // canConnect = true; __this->set_canConnect_9((bool)1); // Log("??????"); BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D(__this, _stringLiteral657F91D97ADEEC648B9C03B9E5A7800EAD7F5CEE, /*hidden argument*/NULL); // TextAutoLanguage2.GetTextByKey("ble-dev-notfound"); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_22; L_22 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteral35F50DF44430A17A4567838C445E05DB7806072D, /*hidden argument*/NULL); // SetStatus(BluetoothStatusEnum.ConnectFail); BluetoothAim_SetStatus_m9728CA7EBF70DAB5A7A3AFA42E883E75EC7D7DBF(__this, 4, /*hidden argument*/NULL); } IL_0110: { // }; return; } } // System.Void BluetoothAim::b__34_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_U3CConnectBleByUDPU3Eb__34_0_mCFD7E1EE0B9504E814806E1EFD30400DC1B9814D (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral085AA5469EE6BEB776E25FB4D162068D113925B4); s_Il2CppMethodInitialized = true; } { // Log("????\n" + deviceName); String_t* L_0 = __this->get_deviceName_8(); String_t* L_1; L_1 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral085AA5469EE6BEB776E25FB4D162068D113925B4, L_0, /*hidden argument*/NULL); BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D(__this, L_1, /*hidden argument*/NULL); // SetStatus(BluetoothStatusEnum.ConnectSuccess); BluetoothAim_SetStatus_m9728CA7EBF70DAB5A7A3AFA42E883E75EC7D7DBF(__this, 3, /*hidden argument*/NULL); // BowCamera.isTouchMode = false; IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_set_isTouchMode_m697E7BDB07075516ADCEFDD7452D52356099CB82_inline((bool)0, /*hidden argument*/NULL); // InitWhenConenct(); BluetoothAim_InitWhenConenct_mD1ACC169C5C805FB10347AA52D59330C1F216871(__this, /*hidden argument*/NULL); // }; return; } } // System.Void BluetoothAim::b__34_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_U3CConnectBleByUDPU3Eb__34_1_m903BB55EF874B4C5CE39A6F88F6E6DD02006595C (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC66ADCDF699968596DCBB9929E528A493F44E91F); s_Il2CppMethodInitialized = true; } { // Log("????\n" + deviceName); String_t* L_0 = __this->get_deviceName_8(); String_t* L_1; L_1 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralC66ADCDF699968596DCBB9929E528A493F44E91F, L_0, /*hidden argument*/NULL); BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D(__this, L_1, /*hidden argument*/NULL); // OnDisconnect(); BluetoothAim_OnDisconnect_m33E0AB733027EC9F288258B2F253B50D7E97E07D(__this, /*hidden argument*/NULL); // }; return; } } // System.Void BluetoothAim::b__34_2(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_U3CConnectBleByUDPU3Eb__34_2_mB9088FCBF2DB6A57C24B958457B6D32090739DF8 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, 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*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // if (!hasData) { bool L_0 = __this->get_hasData_13(); if (L_0) { goto IL_001a; } } { // hasDataTime = JCUnityLib.TimeUtils.GetTimestamp(); int64_t L_1; L_1 = TimeUtils_GetTimestamp_m4AE5DDA15BA52BE1D7C9CFB07491E0281142ACDC(/*hidden argument*/NULL); __this->set_hasDataTime_14(L_1); // UploadMacAddress(value); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___value0; BluetoothAim_UploadMacAddress_m8169B1FBA359C970A31378B3CDA031B594EA7764(__this, L_2, /*hidden argument*/NULL); } IL_001a: { // hasData = true; __this->set_hasData_13((bool)1); // byte[] bytes = value; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___value0; V_0 = L_3; // BluetoothClient.UploadData(0, bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; BluetoothClient_UploadData_m8F9D3A0FE11A1A03B5DEC8D5AF0F1A0F09FB7BBA((uint8_t)0, L_4, /*hidden argument*/NULL); // if (AimHandler.ins) AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * L_5 = ((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_6; L_6 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0041; } } { // AimHandler.ins.OnDataReceived(bytes); AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * L_7 = ((AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields*)il2cpp_codegen_static_fields_for(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var))->get_ins_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; NullCheck(L_7); AimHandler_OnDataReceived_mFF9A0F939B34A3FD39EC987848320D21005685A8(L_7, L_8, /*hidden argument*/NULL); } IL_0041: { // }; return; } } // System.Void BluetoothAim::b__34_3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_U3CConnectBleByUDPU3Eb__34_3_mEABD30EA8E98DDFD21043FAF426656257C57E610 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB22802A72A90F5189248565394C5E53638905245); s_Il2CppMethodInitialized = true; } { // scanLock = false; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->set_scanLock_15((bool)0); // deviceName = targetDeviceName; String_t* L_0 = __this->get_targetDeviceName_4(); __this->set_deviceName_8(L_0); // BleUDP.ins.Connect(); BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA * L_1 = ((BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_StaticFields*)il2cpp_codegen_static_fields_for(BleUDP_t535DDDD4981E9083004A02F748B1A6A6BFB679BA_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_1); BleUDP_Connect_m120FC3BAD54147D3902C3F2DAA23F9CC6B885452(L_1, /*hidden argument*/NULL); // Log("????\n" + deviceName); String_t* L_2 = __this->get_deviceName_8(); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralB22802A72A90F5189248565394C5E53638905245, L_2, /*hidden argument*/NULL); BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D(__this, L_3, /*hidden argument*/NULL); // }; return; } } // System.Void BluetoothAim::b__43_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_U3CInitWhenConenctU3Eb__43_0_mE7D740AA38AE8280A7D1C2C1305A3DE3C829D4BC (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { { // isStartUp = true; __this->set_isStartUp_25((bool)1); // }; return; } } // System.Void BluetoothAim::b__43_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_U3CInitWhenConenctU3Eb__43_1_m4902A20C2608DC537E4828F8329EBB08F95EB3B6 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { { // isStartUp = false; __this->set_isStartUp_25((bool)0); // }; return; } } // System.Boolean BluetoothAim::b__45_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothAim_U3CStartUpU3Eb__45_0_mA0E4F6A741D7D6B7BA83FAF4BD2AE5A180355749 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { { // return !isStartUp; bool L_0 = __this->get_isStartUp_25(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Void BluetoothAim::b__45_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_U3CStartUpU3Eb__45_1_m0115A00A34041A30F21639EDC1E3DABAA7490111 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { { // isStartUp = true; __this->set_isStartUp_25((bool)1); // }, "b", "w", "3"); return; } } // System.Boolean BluetoothAim::b__46_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothAim_U3CDormancyU3Eb__46_0_mCD9CFE5BB3F59EE9E0E316286A69904D96FFBDC1 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { { // return isStartUp; bool L_0 = __this->get_isStartUp_25(); return L_0; } } // System.Void BluetoothAim::b__46_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_U3CDormancyU3Eb__46_1_m20171F2774B4E34812F5066E7C2FA6276BF026AB (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method) { { // isStartUp = false; __this->set_isStartUp_25((bool)0); // }, "4", "s", "S"); 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 BluetoothClient::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothClient_Start_m91578E369B708AC187CEAF409806C1FCD9DDAA2A (BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A8A0311B3DEAE8C7C0A905B6774535711998063); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral875CF8A46A6E3F0725287DAF52B09AF91CB77C71); s_Il2CppMethodInitialized = true; } { // ins = this; ((BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_il2cpp_TypeInfo_var))->set_ins_8(__this); // JCEngine.bootNew("ws://" + serverIP + ":9888/BLE", client); String_t* L_0 = __this->get_serverIP_4(); String_t* L_1; L_1 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral875CF8A46A6E3F0725287DAF52B09AF91CB77C71, L_0, _stringLiteral6A8A0311B3DEAE8C7C0A905B6774535711998063, /*hidden argument*/NULL); BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252 * L_2 = __this->get_client_6(); JCEngine_bootNew_mD07B8AC0832B71EA094D6160D62A15EDDF951E6E(L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothClient::UploadData(System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothClient_UploadData_m8F9D3A0FE11A1A03B5DEC8D5AF0F1A0F09FB7BBA (uint8_t ___sign0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_Join_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m4F0E8F8DB4463A686266DFBD54DF6F7D19B4251C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39AFDD0EC51C2E00D4338E83ABAFDCAC692C92E5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8AD7B8F2A6D949BE6D770FBCB7D19DE5319A630); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // if (ins && ins.client.isValid) BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 * L_0 = ((BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_il2cpp_TypeInfo_var))->get_ins_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0067; } } { BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 * L_2 = ((BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_2); BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252 * L_3 = L_2->get_client_6(); NullCheck(L_3); bool L_4 = ((JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB *)L_3)->get_isValid_2(); if (!L_4) { goto IL_0067; } } { // string data = String.Join(",", bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___bytes1; String_t* L_6; L_6 = String_Join_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m4F0E8F8DB4463A686266DFBD54DF6F7D19B4251C(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, (RuntimeObject*)(RuntimeObject*)L_5, /*hidden argument*/String_Join_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m4F0E8F8DB4463A686266DFBD54DF6F7D19B4251C_RuntimeMethod_var); V_0 = L_6; // ins.client.call("uploadData", sign.ToString(), data); BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 * L_7 = ((BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_7); BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252 * L_8 = L_7->get_client_6(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_9; String_t* L_11; L_11 = Byte_ToString_m6A11C71EB9B8031596645EA1A4C2430721B282B5((uint8_t*)(&___sign0), /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (RuntimeObject *)L_11); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_10; String_t* L_13 = V_0; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(1), (RuntimeObject *)L_13); NullCheck(L_8); bool L_14; L_14 = JCEntity_call_mF154FBA5A30D7CD88C9875938390BDFC52AA6C2E(L_8, _stringLiteral39AFDD0EC51C2E00D4338E83ABAFDCAC692C92E5, L_12, /*hidden argument*/NULL); // ins.Log("??????\n" + data); BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 * L_15 = ((BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_il2cpp_TypeInfo_var))->get_ins_8(); String_t* L_16 = V_0; String_t* L_17; L_17 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralE8AD7B8F2A6D949BE6D770FBCB7D19DE5319A630, L_16, /*hidden argument*/NULL); NullCheck(L_15); BluetoothClient_Log_mBC0F8CBE70D5A11AA4EC97E966AD7F80CFE2B509(L_15, L_17, /*hidden argument*/NULL); } IL_0067: { // } return; } } // System.Void BluetoothClient::UploadError(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothClient_UploadError_m73CF6A152C6E8BBB850A265A083D23124586B57F (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___errors0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72115A5B7F3C1F15D2C7DB5D968A746D1149F334); s_Il2CppMethodInitialized = true; } { // if (ins) { BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 * L_0 = ((BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_il2cpp_TypeInfo_var))->get_ins_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0035; } } { // ins.client.call("showError", string.Join("\n", errors)); BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 * L_2 = ((BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_2); BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252 * L_3 = L_2->get_client_6(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = ___errors0; String_t* L_7; L_7 = String_Join_m8846EB11F0A221BDE237DE041D17764B36065404(_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_7); NullCheck(L_3); bool L_8; L_8 = JCEntity_call_mF154FBA5A30D7CD88C9875938390BDFC52AA6C2E(L_3, _stringLiteral72115A5B7F3C1F15D2C7DB5D968A746D1149F334, L_5, /*hidden argument*/NULL); } IL_0035: { // } return; } } // System.Void BluetoothClient::Log(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothClient_Log_mBC0F8CBE70D5A11AA4EC97E966AD7F80CFE2B509 (BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (this.text != null) Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_text_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { // this.text.text = text; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_2 = __this->get_text_5(); String_t* L_3 = ___text0; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_2, L_3); } IL_001a: { // } return; } } // System.Void BluetoothClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothClient__ctor_m1971078E3C3F9D89B072CD3C882EFCA5F2CB76FF (BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAA64ABE101D44249AEA964680967FF3F265A239); s_Il2CppMethodInitialized = true; } { // [SerializeField] string serverIP = "110.43.54.43"; __this->set_serverIP_4(_stringLiteralEAA64ABE101D44249AEA964680967FF3F265A239); // BleDebugClient client = new BleDebugClient(); BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252 * L_0 = (BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252 *)il2cpp_codegen_object_new(BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252_il2cpp_TypeInfo_var); BleDebugClient__ctor_mF6491F5710912C9BD7D6BC7DAD20C791210472E4(L_0, /*hidden argument*/NULL); __this->set_client_6(L_0); 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 // System.Void BluetoothDispatcher::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothDispatcher_Start_mD1511E17DC8CA0E422DB29BBFEE60A4B6502E4EE (BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_m8082092746C105752AACFB791CE54F24980E6767_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t69B57FA560202CA74CA20771AE0002374A008E07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothDispatcher_Dispatch_m7D1415CFBE794BE65A26CDD537D9160073A30811_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // BluetoothClient.onDataReceived = Dispatch; Action_2_t69B57FA560202CA74CA20771AE0002374A008E07 * L_0 = (Action_2_t69B57FA560202CA74CA20771AE0002374A008E07 *)il2cpp_codegen_object_new(Action_2_t69B57FA560202CA74CA20771AE0002374A008E07_il2cpp_TypeInfo_var); Action_2__ctor_m8082092746C105752AACFB791CE54F24980E6767(L_0, __this, (intptr_t)((intptr_t)BluetoothDispatcher_Dispatch_m7D1415CFBE794BE65A26CDD537D9160073A30811_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m8082092746C105752AACFB791CE54F24980E6767_RuntimeMethod_var); ((BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_il2cpp_TypeInfo_var))->set_onDataReceived_7(L_0); // } return; } } // System.Void BluetoothDispatcher::Dispatch(System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothDispatcher_Dispatch_m7D1415CFBE794BE65A26CDD537D9160073A30811 (BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39 * __this, uint8_t ___sign0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_mEF8507EBBA29DB62BF484C3A6CD1943C254712D4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_Join_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m4F0E8F8DB4463A686266DFBD54DF6F7D19B4251C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10687781FCE462DCCF2C1F544E537AFEBF2FDA05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5362F83C2F9027396DCEACA7698180EC011B18BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (!IsWindows()) return; bool L_0; L_0 = BluetoothDispatcher_IsWindows_m9CB776A3538E8918E4001BD8B4B3E12E07ECD253(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsWindows()) return; return; } IL_0009: { // string logStr = sign + ", LEN " + data.Length; String_t* L_1; L_1 = Byte_ToString_m6A11C71EB9B8031596645EA1A4C2430721B282B5((uint8_t*)(&___sign0), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___data1; NullCheck(L_2); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))); String_t* L_3; L_3 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_1, _stringLiteral5362F83C2F9027396DCEACA7698180EC011B18BF, L_3, /*hidden argument*/NULL); // logStr += ", Bytes " + String.Join(",", data); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___data1; String_t* L_6; L_6 = String_Join_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m4F0E8F8DB4463A686266DFBD54DF6F7D19B4251C(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, (RuntimeObject*)(RuntimeObject*)L_5, /*hidden argument*/String_Join_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m4F0E8F8DB4463A686266DFBD54DF6F7D19B4251C_RuntimeMethod_var); String_t* L_7; L_7 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_4, _stringLiteral10687781FCE462DCCF2C1F544E537AFEBF2FDA05, L_6, /*hidden argument*/NULL); // Debug.Log(logStr); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_7, /*hidden argument*/NULL); // if (sign == 0 && aim != null) uint8_t L_8 = ___sign0; if (L_8) { goto IL_0055; } } { Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * L_9 = ((BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_il2cpp_TypeInfo_var))->get_aim_4(); if (!L_9) { goto IL_0055; } } { // aim(data); Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * L_10 = ((BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_il2cpp_TypeInfo_var))->get_aim_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___data1; NullCheck(L_10); Action_1_Invoke_mEF8507EBBA29DB62BF484C3A6CD1943C254712D4(L_10, L_11, /*hidden argument*/Action_1_Invoke_mEF8507EBBA29DB62BF484C3A6CD1943C254712D4_RuntimeMethod_var); // } return; } IL_0055: { // else if (sign == 1 && shoot != null) uint8_t L_12 = ___sign0; if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_006b; } } { Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * L_13 = ((BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_il2cpp_TypeInfo_var))->get_shoot_5(); if (!L_13) { goto IL_006b; } } { // shoot(data); Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * L_14 = ((BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_il2cpp_TypeInfo_var))->get_shoot_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___data1; NullCheck(L_14); Action_1_Invoke_mEF8507EBBA29DB62BF484C3A6CD1943C254712D4(L_14, L_15, /*hidden argument*/Action_1_Invoke_mEF8507EBBA29DB62BF484C3A6CD1943C254712D4_RuntimeMethod_var); } IL_006b: { // } return; } } // System.Void BluetoothDispatcher::SetPlatformID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothDispatcher_SetPlatformID_m03C2421C08AB089A1E53EB5AFA75A4F99A2C6126 (BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39 * __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_6(1); return; } IL_0010: { // else platformID = 2; __this->set_platformID_6(2); // } return; } } // System.Boolean BluetoothDispatcher::IsWindows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothDispatcher_IsWindows_m9CB776A3538E8918E4001BD8B4B3E12E07ECD253 (BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39 * __this, const RuntimeMethod* method) { { // if (platformID == -1) SetPlatformID(); int32_t L_0 = __this->get_platformID_6(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000f; } } { // if (platformID == -1) SetPlatformID(); BluetoothDispatcher_SetPlatformID_m03C2421C08AB089A1E53EB5AFA75A4F99A2C6126(__this, /*hidden argument*/NULL); } IL_000f: { // return platformID == 1; int32_t L_1 = __this->get_platformID_6(); return (bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0); } } // System.Void BluetoothDispatcher::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothDispatcher__ctor_m8D8354077C76E5A8298CE5BACC024337EF7558B1 (BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39 * __this, const RuntimeMethod* method) { { // int platformID = -1; __this->set_platformID_6((-1)); 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 // System.Boolean BluetoothHelperAndroid::IsBluetoothEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothHelperAndroid_IsBluetoothEnabled_m248660CA2DD48B01EDCB87CF772F92E46A966884 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndroidJavaObject_CallStatic_TisAndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E_m9DC83C30D88D4C2778A76EFD4D3F016861BD48FB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndroidJavaObject_Call_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m13EC19F5D105614B86EADA87F5F73751D3CFF108_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0247EFDEB50E353B7E71F12380AC38E03F7692F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89B4C0B15111CF7BD5E61A6142FD7D0CE84ABCB1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBC8128EEEBE548D969DC9DB14A6BD7F7C5A6776); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF0D3AD47C4912C2776C9FEB1D917283B5D1F18F); s_Il2CppMethodInitialized = true; } AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 * V_0 = NULL; AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (var classBluetoothAdapter = new AndroidJavaClass("android.bluetooth.BluetoothAdapter")) AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 * L_0 = (AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 *)il2cpp_codegen_object_new(AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4_il2cpp_TypeInfo_var); AndroidJavaClass__ctor_mEFF9F51871F231955D97DABDE9AB4A6B4EDA5541(L_0, _stringLiteralEF0D3AD47C4912C2776C9FEB1D917283B5D1F18F, /*hidden argument*/NULL); V_0 = L_0; } IL_000b: try {// begin try (depth: 1) { // using (var bluetoothAdapter = classBluetoothAdapter.CallStatic("getDefaultAdapter")) AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 * L_1 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_1); AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E * L_3; L_3 = AndroidJavaObject_CallStatic_TisAndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E_m9DC83C30D88D4C2778A76EFD4D3F016861BD48FB(L_1, _stringLiteral0247EFDEB50E353B7E71F12380AC38E03F7692F8, L_2, /*hidden argument*/AndroidJavaObject_CallStatic_TisAndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E_m9DC83C30D88D4C2778A76EFD4D3F016861BD48FB_RuntimeMethod_var); V_1 = L_3; } IL_001c: try {// begin try (depth: 2) { // if (bluetoothAdapter == null) AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E * L_4 = V_1; if (L_4) { goto IL_002d; } } IL_001f: { // Debug.Log("???????????"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralBBC8128EEEBE548D969DC9DB14A6BD7F7C5A6776, /*hidden argument*/NULL); // return false; V_2 = (bool)0; IL2CPP_LEAVE(0x54, FINALLY_0040); } IL_002d: { // bool isEnabled = bluetoothAdapter.Call("isEnabled"); AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E * L_5 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6; L_6 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_5); bool L_7; L_7 = AndroidJavaObject_Call_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m13EC19F5D105614B86EADA87F5F73751D3CFF108(L_5, _stringLiteral89B4C0B15111CF7BD5E61A6142FD7D0CE84ABCB1, L_6, /*hidden argument*/AndroidJavaObject_Call_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m13EC19F5D105614B86EADA87F5F73751D3CFF108_RuntimeMethod_var); // return isEnabled; V_2 = L_7; IL2CPP_LEAVE(0x54, FINALLY_0040); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0040; } FINALLY_0040: {// begin finally (depth: 2) { AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E * L_8 = V_1; if (!L_8) { goto IL_0049; } } IL_0043: { AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E * L_9 = V_1; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_0049: { IL2CPP_END_FINALLY(64) } }// end finally (depth: 2) IL2CPP_CLEANUP(64) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x54, FINALLY_004a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004a; } FINALLY_004a: {// begin finally (depth: 1) { AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 * L_10 = V_0; if (!L_10) { goto IL_0053; } } IL_004d: { AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 * L_11 = V_0; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0053: { IL2CPP_END_FINALLY(74) } }// end finally (depth: 1) IL2CPP_CLEANUP(74) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x54, IL_0054) } IL_0054: { // } bool L_12 = V_2; return L_12; } } // System.Boolean BluetoothHelperAndroid::RequestBluetoothPermissions(UnityEngine.Events.UnityAction,UnityEngine.Events.UnityAction`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothHelperAndroid_RequestBluetoothPermissions_m1FFF4C10429B268724CBAD9557C11B9EFAF97DE0 (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onAllGranted0, UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * ___onDenied1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndroidJavaObject_GetStatic_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m2C6F66147F55ECD085FEE7504923772BB3726848_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass1_0_U3CRequestBluetoothPermissionsU3Eb__0_m24A854D4E610D687D36399054DCFBD171D2BCA6E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09DF0F4EA30887D5D6E2833D4C620AAAB11E1C34); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1ADCF308E31111F23B77F5CD8E0ED3C8D9E54F68); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25C55E98E693012C297FF12EAFD4C6F458AAC94F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A4AF2371E5D32D286057BF0185547BF96F20333); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41C2E68D68304B47A435E4C5740F0D55983759E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral982967732C4117FB3A6A82A93E4CE64239902243); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB29863D97935F87245759F48D47366B206A87A11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD31F238E2BFDF2B26F149401362C247796BED93E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEA184BC63C7710C6F814A3148CB4E1E3D8B9E25); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D * V_0 = NULL; AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 * V_1 = NULL; int32_t V_2 = 0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_3 = NULL; bool V_4 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D * L_0 = (U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass1_0__ctor_m690E98EBF172DBA1576FDF8733D633927521EB14(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D * L_1 = V_0; UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_2 = ___onAllGranted0; NullCheck(L_1); L_1->set_onAllGranted_0(L_2); U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D * L_3 = V_0; UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * L_4 = ___onDenied1; NullCheck(L_3); L_3->set_onDenied_1(L_4); // using (var buildVersion = new AndroidJavaClass("android.os.Build$VERSION")) AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 * L_5 = (AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 *)il2cpp_codegen_object_new(AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4_il2cpp_TypeInfo_var); AndroidJavaClass__ctor_mEFF9F51871F231955D97DABDE9AB4A6B4EDA5541(L_5, _stringLiteralD31F238E2BFDF2B26F149401362C247796BED93E, /*hidden argument*/NULL); V_1 = L_5; } IL_001f: try {// begin try (depth: 1) { // int sdkInt = buildVersion.GetStatic("SDK_INT"); AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 * L_6 = V_1; NullCheck(L_6); int32_t L_7; L_7 = AndroidJavaObject_GetStatic_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m2C6F66147F55ECD085FEE7504923772BB3726848(L_6, _stringLiteral09DF0F4EA30887D5D6E2833D4C620AAAB11E1C34, /*hidden argument*/AndroidJavaObject_GetStatic_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m2C6F66147F55ECD085FEE7504923772BB3726848_RuntimeMethod_var); V_2 = L_7; // List permissionListA = new List(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_8 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_8, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); V_3 = L_8; // List permissionListB = new List(); U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D * L_9 = V_0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_10 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_10, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); NullCheck(L_9); L_9->set_permissionListB_2(L_10); // if (sdkInt >= 23) int32_t L_11 = V_2; if ((((int32_t)L_11) < ((int32_t)((int32_t)23)))) { goto IL_00ae; } } IL_0041: { // permissionListA.Add(Permission.CoarseLocation); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_12 = V_3; NullCheck(L_12); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_12, _stringLiteralB29863D97935F87245759F48D47366B206A87A11, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // permissionListA.Add(Permission.FineLocation); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_13 = V_3; NullCheck(L_13); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_13, _stringLiteral2A4AF2371E5D32D286057BF0185547BF96F20333, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // if (sdkInt < 31) int32_t L_14 = V_2; if ((((int32_t)L_14) >= ((int32_t)((int32_t)31)))) { goto IL_007e; } } IL_005c: { // permissionListB.Add("android.permission.BLUETOOTH"); U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D * L_15 = V_0; NullCheck(L_15); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_16 = L_15->get_permissionListB_2(); NullCheck(L_16); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_16, _stringLiteral41C2E68D68304B47A435E4C5740F0D55983759E2, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // permissionListB.Add("android.permission.BLUETOOTH_ADMIN"); U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D * L_17 = V_0; NullCheck(L_17); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_18 = L_17->get_permissionListB_2(); NullCheck(L_18); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_18, _stringLiteralFEA184BC63C7710C6F814A3148CB4E1E3D8B9E25, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // } goto IL_00ae; } IL_007e: { // permissionListB.Add("android.permission.BLUETOOTH_SCAN"); U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D * L_19 = V_0; NullCheck(L_19); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_20 = L_19->get_permissionListB_2(); NullCheck(L_20); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_20, _stringLiteral982967732C4117FB3A6A82A93E4CE64239902243, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // permissionListB.Add("android.permission.BLUETOOTH_ADVERTISE"); U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D * L_21 = V_0; NullCheck(L_21); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_22 = L_21->get_permissionListB_2(); NullCheck(L_22); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_22, _stringLiteral25C55E98E693012C297FF12EAFD4C6F458AAC94F, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // permissionListB.Add("android.permission.BLUETOOTH_CONNECT"); U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D * L_23 = V_0; NullCheck(L_23); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_24 = L_23->get_permissionListB_2(); NullCheck(L_24); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_24, _stringLiteral1ADCF308E31111F23B77F5CD8E0ED3C8D9E54F68, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); } IL_00ae: { // if (IsPermissionsGranted(permissionListA) // && IsPermissionsGranted(permissionListB)) return false; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_25 = V_3; bool L_26; L_26 = BluetoothHelperAndroid_IsPermissionsGranted_mDD3AA3709A6082074934F24957F64610C00E4C07(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00c8; } } IL_00b6: { U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D * L_27 = V_0; NullCheck(L_27); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_28 = L_27->get_permissionListB_2(); bool L_29; L_29 = BluetoothHelperAndroid_IsPermissionsGranted_mDD3AA3709A6082074934F24957F64610C00E4C07(L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00c8; } } IL_00c3: { // && IsPermissionsGranted(permissionListB)) return false; V_4 = (bool)0; IL2CPP_LEAVE(0xF4, FINALLY_00ea); } IL_00c8: { // RequestUserPermissions(permissionListA.ToArray(), () => { // RequestUserPermissions(permissionListB.ToArray(), onAllGranted, onDenied); // }, onDenied); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_30 = V_3; NullCheck(L_30); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_31; L_31 = List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4(L_30, /*hidden argument*/List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4_RuntimeMethod_var); U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D * L_32 = V_0; UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_33 = (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 *)il2cpp_codegen_object_new(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA(L_33, L_32, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass1_0_U3CRequestBluetoothPermissionsU3Eb__0_m24A854D4E610D687D36399054DCFBD171D2BCA6E_RuntimeMethod_var), /*hidden argument*/NULL); U3CU3Ec__DisplayClass1_0_t11DE9662E35D2B3072CD01EFCCBC7184B165E85D * L_34 = V_0; NullCheck(L_34); UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * L_35 = L_34->get_onDenied_1(); BluetoothHelperAndroid_RequestUserPermissions_mB7783809112633056A620153F8F3ECF400300430(L_31, L_33, L_35, /*hidden argument*/NULL); // return true; V_4 = (bool)1; IL2CPP_LEAVE(0xF4, FINALLY_00ea); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ea; } FINALLY_00ea: {// begin finally (depth: 1) { AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 * L_36 = V_1; if (!L_36) { goto IL_00f3; } } IL_00ed: { AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 * L_37 = V_1; NullCheck(L_37); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_37); } IL_00f3: { IL2CPP_END_FINALLY(234) } }// end finally (depth: 1) IL2CPP_CLEANUP(234) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF4, IL_00f4) } IL_00f4: { // } bool L_38 = V_4; return L_38; } } // System.Boolean BluetoothHelperAndroid::IsPermissionsGranted(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothHelperAndroid_IsPermissionsGranted_mDD3AA3709A6082074934F24957F64610C00E4C07 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___permissions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m6A1D5267B49F39503A0BF02B983C18FA2EB5094A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mC3C92BFD7725EFE888D9CD9022D7FD8B62797903_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (var permission in permissions) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = ___permissions0; NullCheck(L_0); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B L_1; L_1 = List_1_GetEnumerator_mC3C92BFD7725EFE888D9CD9022D7FD8B62797903(L_0, /*hidden argument*/List_1_GetEnumerator_mC3C92BFD7725EFE888D9CD9022D7FD8B62797903_RuntimeMethod_var); V_0 = L_1; } IL_0007: try {// begin try (depth: 1) { goto IL_001b; } IL_0009: { // foreach (var permission in permissions) String_t* L_2; L_2 = Enumerator_get_Current_m6A1D5267B49F39503A0BF02B983C18FA2EB5094A_inline((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_get_Current_m6A1D5267B49F39503A0BF02B983C18FA2EB5094A_RuntimeMethod_var); // if (!Permission.HasUserAuthorizedPermission(permission)) return false; bool L_3; L_3 = Permission_HasUserAuthorizedPermission_m85B154FEA4C22EDCD5B1EAA98E3D682A1184EA18(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001b; } } IL_0017: { // if (!Permission.HasUserAuthorizedPermission(permission)) return false; V_1 = (bool)0; IL2CPP_LEAVE(0x36, FINALLY_0026); } IL_001b: { // foreach (var permission in permissions) bool L_4; L_4 = Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); if (L_4) { goto IL_0009; } } IL_0024: { IL2CPP_LEAVE(0x34, FINALLY_0026); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: {// begin finally (depth: 1) Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_0), /*hidden argument*/Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); IL2CPP_END_FINALLY(38) }// end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x36, IL_0036) IL2CPP_JUMP_TBL(0x34, IL_0034) } IL_0034: { // return true; return (bool)1; } IL_0036: { // } bool L_5 = V_1; return L_5; } } // System.Void BluetoothHelperAndroid::RequestUserPermissions(System.String[],UnityEngine.Events.UnityAction,UnityEngine.Events.UnityAction`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelperAndroid_RequestUserPermissions_mB7783809112633056A620153F8F3ECF400300430 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___permissions0, UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onAllGranted1, UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * ___onDenied2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m090CD607C7652B994D986F12CB18450A24FD8161_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_U3CRequestUserPermissionsU3Eb__0_mA722A67B5BE32E4CA6E76A5C24412BCE50BD60A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_U3CRequestUserPermissionsU3Eb__1_m16968BFD15A2EBE9CDE02AA6E6024465B9682400_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_U3CRequestUserPermissionsU3Eb__2_mB1241649E1E88E67C377FF495022C652B7CBCE3B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 * V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5 * V_4 = NULL; UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * G_B9_0 = NULL; UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * G_B8_0 = NULL; { U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 * L_0 = (U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass3_0__ctor_mD9F1E982C1C5E2019D09630218780429AE214927(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 * L_1 = V_0; UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_2 = ___onAllGranted1; NullCheck(L_1); L_1->set_onAllGranted_1(L_2); U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 * L_3 = V_0; UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * L_4 = ___onDenied2; NullCheck(L_3); L_3->set_onDenied_3(L_4); // bool hasExecuteOnDenied = false; U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 * L_5 = V_0; NullCheck(L_5); L_5->set_hasExecuteOnDenied_2((bool)0); // List permissionsNeedRequest = new List(); U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 * L_6 = V_0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_7 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_7, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); NullCheck(L_6); L_6->set_permissionsNeedRequest_0(L_7); // foreach (var permission in permissions) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = ___permissions0; V_1 = L_8; V_2 = 0; goto IL_0048; } IL_002c: { // foreach (var permission in permissions) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = V_1; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; String_t* L_12 = (L_9)->GetAt(static_cast(L_11)); V_3 = L_12; // if (!Permission.HasUserAuthorizedPermission(permission)) permissionsNeedRequest.Add(permission); String_t* L_13 = V_3; bool L_14; L_14 = Permission_HasUserAuthorizedPermission_m85B154FEA4C22EDCD5B1EAA98E3D682A1184EA18(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0044; } } { // if (!Permission.HasUserAuthorizedPermission(permission)) permissionsNeedRequest.Add(permission); U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 * L_15 = V_0; NullCheck(L_15); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_16 = L_15->get_permissionsNeedRequest_0(); String_t* L_17 = V_3; NullCheck(L_16); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_16, L_17, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); } IL_0044: { int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0048: { // foreach (var permission in permissions) int32_t L_19 = V_2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_1; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_002c; } } { // if (permissionsNeedRequest.Count > 0) U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 * L_21 = V_0; NullCheck(L_21); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_22 = L_21->get_permissionsNeedRequest_0(); NullCheck(L_22); int32_t L_23; L_23 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_22, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_23) <= ((int32_t)0))) { goto IL_00af; } } { // var requestCallback = new PermissionCallbacks(); PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5 * L_24 = (PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5 *)il2cpp_codegen_object_new(PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5_il2cpp_TypeInfo_var); PermissionCallbacks__ctor_mE11084F2CE2AB4E74299B954D15C7D766C6C0EBD(L_24, /*hidden argument*/NULL); V_4 = L_24; // requestCallback.PermissionGranted += (permission) => // { // Debug.Log("????" + permission); // permissionsNeedRequest.Remove(permission); // if (permissionsNeedRequest.Count == 0) onAllGranted?.Invoke(); // }; PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5 * L_25 = V_4; U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 * L_26 = V_0; Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * L_27 = (Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 *)il2cpp_codegen_object_new(Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3_il2cpp_TypeInfo_var); Action_1__ctor_m090CD607C7652B994D986F12CB18450A24FD8161(L_27, L_26, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass3_0_U3CRequestUserPermissionsU3Eb__0_mA722A67B5BE32E4CA6E76A5C24412BCE50BD60A6_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m090CD607C7652B994D986F12CB18450A24FD8161_RuntimeMethod_var); NullCheck(L_25); PermissionCallbacks_add_PermissionGranted_mDBED6DFA5B3A2898DE9431000D3A834121467675(L_25, L_27, /*hidden argument*/NULL); // requestCallback.PermissionDenied += (permission) => // { // Debug.LogWarning("????" + permission); // if (!hasExecuteOnDenied) // { // hasExecuteOnDenied = true; // onDenied?.Invoke(permission); // } // }; PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5 * L_28 = V_4; U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 * L_29 = V_0; Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * L_30 = (Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 *)il2cpp_codegen_object_new(Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3_il2cpp_TypeInfo_var); Action_1__ctor_m090CD607C7652B994D986F12CB18450A24FD8161(L_30, L_29, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass3_0_U3CRequestUserPermissionsU3Eb__1_m16968BFD15A2EBE9CDE02AA6E6024465B9682400_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m090CD607C7652B994D986F12CB18450A24FD8161_RuntimeMethod_var); NullCheck(L_28); PermissionCallbacks_add_PermissionDenied_m7F1B4F77C41737F54DCB2DD42F10F30020AF59D6(L_28, L_30, /*hidden argument*/NULL); // requestCallback.PermissionDeniedAndDontAskAgain += (permission) => // { // Debug.LogWarning("???????????" + permission); // if (!hasExecuteOnDenied) // { // hasExecuteOnDenied = true; // onDenied?.Invoke(permission); // } // }; PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5 * L_31 = V_4; U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 * L_32 = V_0; Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * L_33 = (Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 *)il2cpp_codegen_object_new(Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3_il2cpp_TypeInfo_var); Action_1__ctor_m090CD607C7652B994D986F12CB18450A24FD8161(L_33, L_32, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass3_0_U3CRequestUserPermissionsU3Eb__2_mB1241649E1E88E67C377FF495022C652B7CBCE3B_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m090CD607C7652B994D986F12CB18450A24FD8161_RuntimeMethod_var); NullCheck(L_31); PermissionCallbacks_add_PermissionDeniedAndDontAskAgain_mEE75EECE51ECDC42DB722EB2EBEDAC5C4DA0BF98(L_31, L_33, /*hidden argument*/NULL); // Permission.RequestUserPermissions(permissionsNeedRequest.ToArray(), requestCallback); U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 * L_34 = V_0; NullCheck(L_34); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_35 = L_34->get_permissionsNeedRequest_0(); NullCheck(L_35); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36; L_36 = List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4(L_35, /*hidden argument*/List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4_RuntimeMethod_var); PermissionCallbacks_tEFD0C5D952680AB03BFF103ACB135126A713DBC5 * L_37 = V_4; Permission_RequestUserPermissions_mF72AA2046C62C236B79355635C040F9BE654CBB5(L_36, L_37, /*hidden argument*/NULL); // } return; } IL_00af: { // else onAllGranted?.Invoke(); U3CU3Ec__DisplayClass3_0_t7C631167E2415B07291F728E1D5BCBAC7C83B8A7 * L_38 = V_0; NullCheck(L_38); UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_39 = L_38->get_onAllGranted_1(); UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_40 = L_39; G_B8_0 = L_40; if (L_40) { G_B9_0 = L_40; goto IL_00ba; } } { return; } IL_00ba: { NullCheck(G_B9_0); UnityAction_Invoke_mFFF1FFE59D8285F8A81350E6D5C4D791F44F6AC9(G_B9_0, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothHelperAndroid::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelperAndroid__ctor_m91B5A1EC99361E9277B90FF6E0A4F31B7CEE1926 (BluetoothHelperAndroid_t74CE3936D91AC0961075A72F8779CEFD79854FD6 * __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 BluetoothHolder::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder_Init_m290AECF2179D0B2B72CC84DE3EE579F5595A510E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51_il2cpp_TypeInfo_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*)&_stringLiteral5D3050D6B8B5D7F4FA5D56B847726A04F41574A2); s_Il2CppMethodInitialized = true; } { // if (!BluetoothHolder.ins) { BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * L_0 = ((BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51_il2cpp_TypeInfo_var))->get_ins_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { // GameObject bluetoothHolder = Resources.Load("Prefabs/BluetoothHolder"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6(_stringLiteral5D3050D6B8B5D7F4FA5D56B847726A04F41574A2, /*hidden argument*/Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); // GameObject.Instantiate(bluetoothHolder); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_2, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); } IL_001c: { // } return; } } // System.Void BluetoothHolder::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder_Awake_mD2B1475EB3A252B0CE995764FDD0180533D03056 (BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ins) BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * L_0 = ((BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51_il2cpp_TypeInfo_var))->get_ins_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // Destroy(this.gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_2, /*hidden argument*/NULL); // } else { return; } IL_0018: { // ins = this; ((BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51_il2cpp_TypeInfo_var))->set_ins_7(__this); // DontDestroyOnLoad(this.gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m03007A68ABBA4CCD8C27B944964983395E7640F9(L_3, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothHolder::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder_Start_m8D2B64B00F35ECFF678B247C0D0735DC74715B03 (BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A83A1D6AD05306A5279FFA8E157CC035226B401); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37FB969ED5A2F4CD0BFD892E6EDF5D92DE9CD713); s_Il2CppMethodInitialized = true; } { // magEllipse = this.transform.Find("test-ellipse").gameObject; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_0, _stringLiteral37FB969ED5A2F4CD0BFD892E6EDF5D92DE9CD713, /*hidden argument*/NULL); NullCheck(L_1); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_1, /*hidden argument*/NULL); __this->set_magEllipse_5(L_2); // if (!debug) { bool L_3 = __this->get_debug_4(); if (L_3) { goto IL_003e; } } { // this.transform.Find("CanvasForOpenDebug").gameObject.SetActive(false); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_4, _stringLiteral2A83A1D6AD05306A5279FFA8E157CC035226B401, /*hidden argument*/NULL); NullCheck(L_5); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6; L_6 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_5, /*hidden argument*/NULL); NullCheck(L_6); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_6, (bool)0, /*hidden argument*/NULL); } IL_003e: { // CloseDebug(); BluetoothHolder_CloseDebug_mB609FD848307D6C2FBD1C4D2376C1B637FBDE76A(__this, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothHolder::ShowMagEllipse(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder_ShowMagEllipse_mCE64F80505009B2BBF2B086ACDF35C15E225AC07 (BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * __this, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___viewer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mEE5EB28ACC19A8CD839CDDAC2B20B3E878FEE097_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_get_Count_m20B6D973DC9EF7025D1BDB8B25B795E06858BBD5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // magEllipseViewers.Add(viewer); HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * L_0 = __this->get_magEllipseViewers_6(); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_1 = ___viewer0; NullCheck(L_0); bool L_2; L_2 = HashSet_1_Add_mEE5EB28ACC19A8CD839CDDAC2B20B3E878FEE097(L_0, L_1, /*hidden argument*/HashSet_1_Add_mEE5EB28ACC19A8CD839CDDAC2B20B3E878FEE097_RuntimeMethod_var); // if (magEllipseViewers.Count == 1) magEllipse.SetActive(true); HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * L_3 = __this->get_magEllipseViewers_6(); NullCheck(L_3); int32_t L_4; L_4 = HashSet_1_get_Count_m20B6D973DC9EF7025D1BDB8B25B795E06858BBD5_inline(L_3, /*hidden argument*/HashSet_1_get_Count_m20B6D973DC9EF7025D1BDB8B25B795E06858BBD5_RuntimeMethod_var); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0027; } } { // if (magEllipseViewers.Count == 1) magEllipse.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = __this->get_magEllipse_5(); NullCheck(L_5); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_5, (bool)1, /*hidden argument*/NULL); } IL_0027: { // } return; } } // System.Void BluetoothHolder::HideMagEllipse(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder_HideMagEllipse_m3E21D8D44C24924374DD7AA5202D0969CBACCCC6 (BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * __this, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___viewer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mD87E5D015C934D740E1A044F3A692C730325970A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_get_Count_m20B6D973DC9EF7025D1BDB8B25B795E06858BBD5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // magEllipseViewers.Remove(viewer); HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * L_0 = __this->get_magEllipseViewers_6(); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_1 = ___viewer0; NullCheck(L_0); bool L_2; L_2 = HashSet_1_Remove_mD87E5D015C934D740E1A044F3A692C730325970A(L_0, L_1, /*hidden argument*/HashSet_1_Remove_mD87E5D015C934D740E1A044F3A692C730325970A_RuntimeMethod_var); // if (magEllipseViewers.Count == 0) magEllipse.SetActive(false); HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * L_3 = __this->get_magEllipseViewers_6(); NullCheck(L_3); int32_t L_4; L_4 = HashSet_1_get_Count_m20B6D973DC9EF7025D1BDB8B25B795E06858BBD5_inline(L_3, /*hidden argument*/HashSet_1_get_Count_m20B6D973DC9EF7025D1BDB8B25B795E06858BBD5_RuntimeMethod_var); if (L_4) { goto IL_0026; } } { // if (magEllipseViewers.Count == 0) magEllipse.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = __this->get_magEllipse_5(); NullCheck(L_5); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_5, (bool)0, /*hidden argument*/NULL); } IL_0026: { // } return; } } // System.Void BluetoothHolder::openDebug() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder_openDebug_m87212215C984AF91ABBA080AF7D2FBAA45CA80C7 (BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral977C4A2FA8D668CBE5B84E83A5D4058B35FD669E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC075BC3DFE942623230E78DC9D41126E9C003CA); s_Il2CppMethodInitialized = true; } { // ShowMagEllipse(this); BluetoothHolder_ShowMagEllipse_mCE64F80505009B2BBF2B086ACDF35C15E225AC07(__this, __this, /*hidden argument*/NULL); // this.transform.Find("Canvas").gameObject.SetActive(true); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_0, _stringLiteralFC075BC3DFE942623230E78DC9D41126E9C003CA, /*hidden argument*/NULL); NullCheck(L_1); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_1, /*hidden argument*/NULL); NullCheck(L_2); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_2, (bool)1, /*hidden argument*/NULL); // this.transform.Find("Objects").gameObject.SetActive(true); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_3, _stringLiteral977C4A2FA8D668CBE5B84E83A5D4058B35FD669E, /*hidden argument*/NULL); NullCheck(L_4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_4, /*hidden argument*/NULL); NullCheck(L_5); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_5, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothHolder::CloseDebug() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder_CloseDebug_mB609FD848307D6C2FBD1C4D2376C1B637FBDE76A (BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral977C4A2FA8D668CBE5B84E83A5D4058B35FD669E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC075BC3DFE942623230E78DC9D41126E9C003CA); s_Il2CppMethodInitialized = true; } { // HideMagEllipse(this); BluetoothHolder_HideMagEllipse_m3E21D8D44C24924374DD7AA5202D0969CBACCCC6(__this, __this, /*hidden argument*/NULL); // this.transform.Find("Canvas").gameObject.SetActive(false); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_0, _stringLiteralFC075BC3DFE942623230E78DC9D41126E9C003CA, /*hidden argument*/NULL); NullCheck(L_1); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_1, /*hidden argument*/NULL); NullCheck(L_2); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_2, (bool)0, /*hidden argument*/NULL); // this.transform.Find("Objects").gameObject.SetActive(false); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_3, _stringLiteral977C4A2FA8D668CBE5B84E83A5D4058B35FD669E, /*hidden argument*/NULL); NullCheck(L_4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_4, /*hidden argument*/NULL); NullCheck(L_5); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_5, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothHolder::ClearCalibrateGuide() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder_ClearCalibrateGuide_m11C245BB6985C982ECC557BB71188638887995C1 (BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * __this, const RuntimeMethod* method) { { // UserSettings.ins.deviceCalibrateGuideFinish = false; UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_0; L_0 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_0); L_0->set_deviceCalibrateGuideFinish_8((bool)0); // UserSettings.ins.Save(); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_1; L_1 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_1); UserSettings_Save_m043C1D07C0696FDB3AE23BC53E9816C52E0E6AC9(L_1, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothHolder::SetArrowWeight(UnityEngine.UI.InputField) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder_SetArrowWeight_mAD29861B59EB1751DA920A08CA725AF88D423894 (BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * __this, InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___inputField0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // string text = inputField.text; InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_0 = ___inputField0; NullCheck(L_0); String_t* L_1; L_1 = InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline(L_0, /*hidden argument*/NULL); // CommonConfig.arrowWeight = float.Parse(text); float L_2; L_2 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_arrowWeight_9(L_2); // } return; } } // System.Void BluetoothHolder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder__ctor_m3F790DA0105A58AB7D78EAEB99D3EA7CBA359F81 (BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m47BE8F26D40810EF4DCA2CF9D664944C572E5F55_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // HashSet magEllipseViewers = new HashSet(); HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * L_0 = (HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 *)il2cpp_codegen_object_new(HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673_il2cpp_TypeInfo_var); HashSet_1__ctor_m47BE8F26D40810EF4DCA2CF9D664944C572E5F55(L_0, /*hidden argument*/HashSet_1__ctor_m47BE8F26D40810EF4DCA2CF9D664944C572E5F55_RuntimeMethod_var); __this->set_magEllipseViewers_6(L_0); 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 // System.Void BluetoothShoot::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_Start_m47643F7CEC73F4E37940560EE39EA80BAE940F67 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m7942990CFFB5E67155F4D9BB7E51F95194069243_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothShoot_handleDataBytes_mDD080877316766A10EBB84128CF71ECC532C0FFE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ins = this; IL2CPP_RUNTIME_CLASS_INIT(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var); ((BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var))->set_ins_14(__this); // BluetoothDispatcher.shoot = handleDataBytes; Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 * L_0 = (Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1 *)il2cpp_codegen_object_new(Action_1_tE3E9F97010DBB53D9125ECA4C870DD7A1DFB10C1_il2cpp_TypeInfo_var); Action_1__ctor_m7942990CFFB5E67155F4D9BB7E51F95194069243(L_0, __this, (intptr_t)((intptr_t)BluetoothShoot_handleDataBytes_mDD080877316766A10EBB84128CF71ECC532C0FFE_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m7942990CFFB5E67155F4D9BB7E51F95194069243_RuntimeMethod_var); ((BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothDispatcher_t60F5D91CC26A4A624820C60073406431C100CA39_il2cpp_TypeInfo_var))->set_shoot_5(L_0); // } return; } } // System.Void BluetoothShoot::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_OnDestroy_m142ED2E168492F8863B244E9F3D343296F62BF5F (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __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 BluetoothShoot::DoConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_DoConnect_m1A9CB6337DBD533A4C320793F57FC78EFE3D6ED3 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, const RuntimeMethod* method) { { // if (status == BluetoothStatusEnum.Connect) { int32_t L_0 = __this->get_status_11(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_001f; } } { // userDoConnect = true; __this->set_userDoConnect_15((bool)1); // doConnect = true; __this->set_doConnect_16((bool)1); // SetStatus(BluetoothStatusEnum.Connecting); BluetoothShoot_SetStatus_m2C72797B90702BEF3AE1A6B8837B136A35823397(__this, 2, /*hidden argument*/NULL); // } else if (status == BluetoothStatusEnum.ConnectSuccess) { return; } IL_001f: { // } else if (status == BluetoothStatusEnum.ConnectSuccess) { int32_t L_1 = __this->get_status_11(); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0047; } } { // userDoConnect = false; __this->set_userDoConnect_15((bool)0); // doConnect = false; __this->set_doConnect_16((bool)0); // OnDisconnect(); BluetoothShoot_OnDisconnect_m1CFFC84937DB4403BFE4BA00116E649AA2B11DDD(__this, /*hidden argument*/NULL); // bluetoothHelper.Disconnect(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_2 = __this->get_bluetoothHelper_4(); NullCheck(L_2); VirtualActionInvoker0::Invoke(17 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::Disconnect() */, L_2); } IL_0047: { // } return; } } // System.Void BluetoothShoot::OnDisconnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_OnDisconnect_m1CFFC84937DB4403BFE4BA00116E649AA2B11DDD (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mC92A676A3C9BFEFF1C88BADCAF85070A2DCABED4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // hasData = false; __this->set_hasData_12((bool)0); // canConnect = true; __this->set_canConnect_9((bool)1); // if (ShootCheck.ins) ShootCheck.ins.canAdjustNormalOrHightMode = false; ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * L_0 = ((ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields*)il2cpp_codegen_static_fields_for(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var))->get_ins_11(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0025; } } { // if (ShootCheck.ins) ShootCheck.ins.canAdjustNormalOrHightMode = false; ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * L_2 = ((ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields*)il2cpp_codegen_static_fields_for(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var))->get_ins_11(); NullCheck(L_2); L_2->set_canAdjustNormalOrHightMode_15((bool)0); } IL_0025: { // SetStatus(BluetoothStatusEnum.ConnectFail); BluetoothShoot_SetStatus_m2C72797B90702BEF3AE1A6B8837B136A35823397(__this, 4, /*hidden argument*/NULL); // dataGetting = false; __this->set_dataGetting_17((bool)0); // dataBytes.Clear(); List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * L_3 = __this->get_dataBytes_19(); NullCheck(L_3); List_1_Clear_mC92A676A3C9BFEFF1C88BADCAF85070A2DCABED4(L_3, /*hidden argument*/List_1_Clear_mC92A676A3C9BFEFF1C88BADCAF85070A2DCABED4_RuntimeMethod_var); // } return; } } // System.Void BluetoothShoot::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_Update_m7D54B2D43D39EB057A65578EC16F049462D280C6 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, const RuntimeMethod* method) { { // if (userDoConnect && status == BluetoothStatusEnum.Connect) { bool L_0 = __this->get_userDoConnect_15(); if (!L_0) { goto IL_0017; } } { int32_t L_1 = __this->get_status_11(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0017; } } { // DoConnect(); BluetoothShoot_DoConnect_m1A9CB6337DBD533A4C320793F57FC78EFE3D6ED3(__this, /*hidden argument*/NULL); } IL_0017: { // if (doConnect) Connect(); bool L_2 = __this->get_doConnect_16(); if (!L_2) { goto IL_0025; } } { // if (doConnect) Connect(); BluetoothShoot_Connect_mC5748DF33A77928B667EFFDC2EB2F68D16A320FE(__this, /*hidden argument*/NULL); } IL_0025: { // } return; } } // System.Void BluetoothShoot::SetStatus(BluetoothStatusEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_SetStatus_m2C72797B90702BEF3AE1A6B8837B136A35823397 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, int32_t ___statusValue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothShoot_U3CSetStatusU3Eb__18_0_m2F5482006D34D563FE0DF98E15FDA6A76147FAD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // status = statusValue; int32_t L_0 = ___statusValue0; __this->set_status_11(L_0); // if (status == BluetoothStatusEnum.ConnectFail) { int32_t L_1 = __this->get_status_11(); if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_0042; } } { // status = BluetoothStatusEnum.ConnectFail; __this->set_status_11(4); // Sequence sequence = DOTween.Sequence(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_2; L_2 = DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D(/*hidden argument*/NULL); // sequence.AppendInterval(2f); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_3 = L_2; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_4; L_4 = TweenSettingsExtensions_AppendInterval_m20E76B7FD0B9E0FD85D5E55444177E412D2A39FE(L_3, (2.0f), /*hidden argument*/NULL); // sequence.AppendCallback(delegate() { // if (status == BluetoothStatusEnum.ConnectFail) { // status = BluetoothStatusEnum.Connect; // } // }); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_5 = L_3; TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_6 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_6, __this, (intptr_t)((intptr_t)BluetoothShoot_U3CSetStatusU3Eb__18_0_m2F5482006D34D563FE0DF98E15FDA6A76147FAD4_RuntimeMethod_var), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_7; L_7 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_5, L_6, /*hidden argument*/NULL); // sequence.SetUpdate(true); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_8; L_8 = TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0(L_5, (bool)1, /*hidden argument*/TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); } IL_0042: { // } return; } } // System.Void BluetoothShoot::Connect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_Connect_mC5748DF33A77928B667EFFDC2EB2F68D16A320FE (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __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*)&BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothShoot_U3CConnectU3Eb__19_0_m7B6C636A3B48329A33A355BD7CA0BBB869215E21_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothShoot_U3CConnectU3Eb__19_1_m1F1C53A47B7D8C249C4A02CAF62658C93733250B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothShoot_U3CConnectU3Eb__19_2_mA691056791A0F61B51A4A61DAF3FAD1401C54DAA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothShoot_U3CConnectU3Eb__19_3_mAAE2CFBDBC9212FB55F0536AD5D0B30A4BE15EF9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA7C9AAC67C8EA24FD7EC828C75FEC78129D1193); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (BluetoothAim.scanLock) IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); bool L_0 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_scanLock_15(); if (!L_0) { goto IL_0008; } } { // return; return; } IL_0008: { // if (!canConnect) bool L_1 = __this->get_canConnect_9(); if (L_1) { goto IL_0011; } } { // return; return; } IL_0011: { // doConnect = false; __this->set_doConnect_16((bool)0); // scanLock = true; IL2CPP_RUNTIME_CLASS_INIT(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var); ((BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var))->set_scanLock_13((bool)1); // canConnect = false; __this->set_canConnect_9((bool)0); // SetStatus(BluetoothStatusEnum.Connecting); BluetoothShoot_SetStatus_m2C72797B90702BEF3AE1A6B8837B136A35823397(__this, 2, /*hidden argument*/NULL); } IL_002c: try {// begin try (depth: 1) // BluetoothHelper.BLE = true; IL2CPP_RUNTIME_CLASS_INIT(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_il2cpp_TypeInfo_var); ((BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_il2cpp_TypeInfo_var))->set_BLE_3((bool)1); // bluetoothHelper = BluetoothHelper.GetNewInstance(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_2; L_2 = BluetoothHelper_GetNewInstance_m0232F26213407CD5A20C17A25977323C960B4E6A((String_t*)NULL, /*hidden argument*/NULL); __this->set_bluetoothHelper_4(L_2); // bluetoothHelper.OnConnected += (BluetoothHelper helper) => // { // Log("????\n" + helper.getDeviceName()); // SetStatus(BluetoothStatusEnum.ConnectSuccess); // foreach (BluetoothHelperService service in helper.getGattServices()) // { // // if (service.getName().ToLower().StartsWith("0000fff0")) // { // bluetoothService = service; // // foreach (BluetoothHelperCharacteristic characteristic in service.getCharacteristics()) // { // if (characteristic.getName().ToLower().StartsWith("0000fff2")) // { // characteristicWrite = characteristic; // } // else if (characteristic.getName().ToLower().StartsWith("0000fff1")) // { // // BluetoothHelperCharacteristic ch = new BluetoothHelperCharacteristic(characteristic.getName()); // ch.setService(bluetoothService.getName()); // bluetoothHelper.Subscribe(ch); // } // } // } // } // CallDelay(1, OpenReceiveData); // }; BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_3 = __this->get_bluetoothHelper_4(); BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * L_4 = (BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 *)il2cpp_codegen_object_new(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var); BluetoothEvents__ctor_mD0C2D2FBABF155FBB8B8FF33F3481DE5B09022BF(L_4, __this, (intptr_t)((intptr_t)BluetoothShoot_U3CConnectU3Eb__19_0_m7B6C636A3B48329A33A355BD7CA0BBB869215E21_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_3); BluetoothHelper_add_OnConnected_m5CE1875A1281B94F1FD5B265DE15CA4D1CC1807F(L_3, L_4, /*hidden argument*/NULL); // bluetoothHelper.OnConnectionFailed += (BluetoothHelper helper) => // { // Log("????\n" + helper.getDeviceName()); // OnDisconnect(); // }; BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_5 = __this->get_bluetoothHelper_4(); BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * L_6 = (BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 *)il2cpp_codegen_object_new(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var); BluetoothEvents__ctor_mD0C2D2FBABF155FBB8B8FF33F3481DE5B09022BF(L_6, __this, (intptr_t)((intptr_t)BluetoothShoot_U3CConnectU3Eb__19_1_m1F1C53A47B7D8C249C4A02CAF62658C93733250B_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_5); BluetoothHelper_add_OnConnectionFailed_mEFBC9568FA0492A45442EDE15EF9D93641967D5F(L_5, L_6, /*hidden argument*/NULL); // bluetoothHelper.OnCharacteristicChanged += (helper, value, characteristic) => // { // hasData = true; // byte[] bytes = value; // // Log(String.Join(",", bytes)); // BluetoothClient.UploadData(1, bytes); // handleDataBytes(bytes); // }; BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_7 = __this->get_bluetoothHelper_4(); BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * L_8 = (BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD *)il2cpp_codegen_object_new(BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD_il2cpp_TypeInfo_var); BluetoothLEDataEvent__ctor_mB76D53B143951496C24E3EE72B1ADF1EFF4C1DF7(L_8, __this, (intptr_t)((intptr_t)BluetoothShoot_U3CConnectU3Eb__19_2_mA691056791A0F61B51A4A61DAF3FAD1401C54DAA_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_7); BluetoothHelper_add_OnCharacteristicChanged_mCF3C6E16969F2199776FEC9D2ACC99B4D06780F1(L_7, L_8, /*hidden argument*/NULL); // bluetoothHelper.OnScanEnded += (BluetoothHelper helper, LinkedList nearbyDevices) => // { // scanLock = false; // foreach (BluetoothDevice device in nearbyDevices) // { // if (device.DeviceName == targetDeviceName) // { // deviceName = device.DeviceName; // bluetoothHelper.setDeviceName(deviceName); // bluetoothHelper.Connect(); // Log("????\n" + device.DeviceName); // return; // } // } // canConnect = true; // Log("??????"); // SetStatus(BluetoothStatusEnum.ConnectFail); // }; BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_9 = __this->get_bluetoothHelper_4(); BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * L_10 = (BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B *)il2cpp_codegen_object_new(BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B_il2cpp_TypeInfo_var); BluetoothScanEvents__ctor_m4DF2074D4CDECEB0BFFB8A65A44B45E253EDC6C6(L_10, __this, (intptr_t)((intptr_t)BluetoothShoot_U3CConnectU3Eb__19_3_mAAE2CFBDBC9212FB55F0536AD5D0B30A4BE15EF9_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_9); BluetoothHelper_add_OnScanEnded_m29C2C4D0D6C05C482081DB00D47ADA32CEF7D3F0(L_9, L_10, /*hidden argument*/NULL); // bluetoothHelper.ScanNearbyDevices(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_11 = __this->get_bluetoothHelper_4(); NullCheck(L_11); bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean ArduinoBluetoothAPI.BluetoothHelper::ScanNearbyDevices() */, L_11); // Log("??????"); BluetoothShoot_Log_mF3E0D9133313B4E5D63F6459D29A192462648D67(__this, _stringLiteralEA7C9AAC67C8EA24FD7EC828C75FEC78129D1193, /*hidden argument*/NULL); // } goto IL_00d1; }// 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_00b3; } throw e; } CATCH_00b3: {// begin catch(System.Exception) // Debug.Log(e.Message); NullCheck(((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); String_t* L_13; L_13 = 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_13, /*hidden argument*/NULL); // canConnect = true; __this->set_canConnect_9((bool)1); // Log("?????"); BluetoothShoot_Log_mF3E0D9133313B4E5D63F6459D29A192462648D67(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral35C413B90895880DA48F77BE26009D9F57EBB459)), /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00d1; }// end catch (depth: 1) IL_00d1: { // } return; } } // System.Void BluetoothShoot::OpenReceiveData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_OpenReceiveData_m1E73FA6E77FFE7B681ABBE809191CA70767142EE (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothShoot_U3COpenReceiveDataU3Eb__20_0_mDA91065D96A05531BBBD77BE993D5CB6A5704683_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothShoot_U3COpenReceiveDataU3Eb__20_1_m08B33E7D82995A44678452D435D9628315A1B90D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE); s_Il2CppMethodInitialized = true; } { // WriteData("5"); BluetoothShoot_WriteData_mCFB8CCEC1942E96244816AACFEEB811A63683FD1(__this, _stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE, /*hidden argument*/NULL); // CallDelay(1, delegate() { // if (ShootCheck.ins) // { // ShootCheck.ins.OnBluetoothReady(this); // Log("????????\n" + deviceName); // } // }); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_0 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_0, __this, (intptr_t)((intptr_t)BluetoothShoot_U3COpenReceiveDataU3Eb__20_0_mDA91065D96A05531BBBD77BE993D5CB6A5704683_RuntimeMethod_var), /*hidden argument*/NULL); BluetoothShoot_CallDelay_m881B4356FD0F54FD44F22DC9E20A04C42264697A(__this, (1.0f), L_0, /*hidden argument*/NULL); // CallDelay(2.5f, delegate() { // WriteData("B"); // }); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_1 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_1, __this, (intptr_t)((intptr_t)BluetoothShoot_U3COpenReceiveDataU3Eb__20_1_m08B33E7D82995A44678452D435D9628315A1B90D_RuntimeMethod_var), /*hidden argument*/NULL); BluetoothShoot_CallDelay_m881B4356FD0F54FD44F22DC9E20A04C42264697A(__this, (2.5f), L_1, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothShoot::CallDelay(System.Single,DG.Tweening.TweenCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_CallDelay_m881B4356FD0F54FD44F22DC9E20A04C42264697A (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, float ___delayTime0, TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___callback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // Sequence sequence = DOTween.Sequence(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_0; L_0 = DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D(/*hidden argument*/NULL); // sequence.PrependInterval(delayTime).AppendCallback(callback); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_1 = L_0; float L_2 = ___delayTime0; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_3; L_3 = TweenSettingsExtensions_PrependInterval_mF91C39268775A123FCCE526262C391CB826B8B9B(L_1, L_2, /*hidden argument*/NULL); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_4 = ___callback1; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_5; L_5 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_3, L_4, /*hidden argument*/NULL); // sequence.SetUpdate(true); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_6; L_6 = TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0(L_1, (bool)1, /*hidden argument*/TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); // } return; } } // System.Void BluetoothShoot::WriteData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_WriteData_mCFB8CCEC1942E96244816AACFEEB811A63683FD1 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * V_0 = NULL; { // BluetoothHelperCharacteristic ch = new BluetoothHelperCharacteristic(characteristicWrite.getName()); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_0 = __this->get_characteristicWrite_5(); NullCheck(L_0); String_t* L_1; L_1 = BluetoothHelperCharacteristic_getName_m59316C36B56D20C5176500C1A3D4B8CBD9825E5E_inline(L_0, /*hidden argument*/NULL); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_2 = (BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 *)il2cpp_codegen_object_new(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9_il2cpp_TypeInfo_var); BluetoothHelperCharacteristic__ctor_mCEAEDEF8755245EE6043CAAECC137B37C611305C(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; // ch.setService(bluetoothService.getName()); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_3 = V_0; BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * L_4 = __this->get_bluetoothService_6(); NullCheck(L_4); String_t* L_5; L_5 = BluetoothHelperService_getName_mC2B58215D48C8773638DCE0D3347D094B99CD20C_inline(L_4, /*hidden argument*/NULL); NullCheck(L_3); BluetoothHelperCharacteristic_setService_mE0AB7736081BC9807E94F146988121AAC5562642_inline(L_3, L_5, /*hidden argument*/NULL); // bluetoothHelper.WriteCharacteristic(ch, data); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_6 = __this->get_bluetoothHelper_4(); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_7 = V_0; String_t* L_8 = ___data0; NullCheck(L_6); BluetoothHelper_WriteCharacteristic_mB516164C5C393B9A039991FA3940E433AA3D7C06(L_6, L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void BluetoothShoot::Log(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_Log_mF3E0D9133313B4E5D63F6459D29A192462648D67 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (textUI) Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_textUI_10(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { // textUI.text = text; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_2 = __this->get_textUI_10(); String_t* L_3 = ___text0; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_2, L_3); } IL_0019: { // } return; } } // System.Int32 BluetoothShoot::TwoByteToInt(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BluetoothShoot_TwoByteToInt_m7CC2D68685678360795B75291DF3CF1BAD30121E (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, uint8_t ___b10, uint8_t ___b21, const RuntimeMethod* method) { { // ushort twoByte = (ushort) (b1 * 256 + b2); uint8_t L_0 = ___b10; uint8_t L_1 = ___b21; // short shortNum = (short) twoByte; // return (int) shortNum; return ((int16_t)((int16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)256))), (int32_t)L_1)))))); } } // System.Void BluetoothShoot::cacheDataBytes(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_cacheDataBytes_m4D6490EF47CAD87798A0D944072AA1591AF68E49 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___startIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mC92A676A3C9BFEFF1C88BADCAF85070A2DCABED4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1C5E87EEF4B8F8CB985E6C4FD69D863ABAD79F14_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t V_1 = 0x0; { // for (int i = startIndex; i < bytes.Length; i++) { int32_t L_0 = ___startIndex1; V_0 = L_0; goto IL_0061; } IL_0004: { // byte b = bytes[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_1 = L_4; // if (dataBytes.Count < dataGetLen) { List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * L_5 = __this->get_dataBytes_19(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_m1C5E87EEF4B8F8CB985E6C4FD69D863ABAD79F14_inline(L_5, /*hidden argument*/List_1_get_Count_m1C5E87EEF4B8F8CB985E6C4FD69D863ABAD79F14_RuntimeMethod_var); int32_t L_7 = __this->get_dataGetLen_18(); if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0029; } } { // dataBytes.Add(b); List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * L_8 = __this->get_dataBytes_19(); uint8_t L_9 = V_1; NullCheck(L_8); List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D(L_8, L_9, /*hidden argument*/List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_RuntimeMethod_var); // } else { goto IL_005d; } IL_0029: { // if (ShootCheck.ins) ShootCheck.ins.OnDataReceived(dataBytes.ToArray()); ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * L_10 = ((ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields*)il2cpp_codegen_static_fields_for(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var))->get_ins_11(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_11; L_11 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_004a; } } { // if (ShootCheck.ins) ShootCheck.ins.OnDataReceived(dataBytes.ToArray()); ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * L_12 = ((ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields*)il2cpp_codegen_static_fields_for(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var))->get_ins_11(); List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * L_13 = __this->get_dataBytes_19(); NullCheck(L_13); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB(L_13, /*hidden argument*/List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_RuntimeMethod_var); NullCheck(L_12); ShootCheck_OnDataReceived_mB9DC7FA77D829B1501065792249739303AC396B5(L_12, L_14, /*hidden argument*/NULL); } IL_004a: { // dataGetting = false; __this->set_dataGetting_17((bool)0); // dataBytes.Clear(); List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * L_15 = __this->get_dataBytes_19(); NullCheck(L_15); List_1_Clear_mC92A676A3C9BFEFF1C88BADCAF85070A2DCABED4(L_15, /*hidden argument*/List_1_Clear_mC92A676A3C9BFEFF1C88BADCAF85070A2DCABED4_RuntimeMethod_var); // break; return; } IL_005d: { // for (int i = startIndex; i < bytes.Length; i++) { int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0061: { // for (int i = startIndex; i < bytes.Length; i++) { int32_t L_17 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___bytes0; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))) { goto IL_0004; } } { // } return; } } // System.Void BluetoothShoot::handleDataBytes(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_handleDataBytes_mDD080877316766A10EBB84128CF71ECC532C0FFE (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * G_B6_0 = NULL; CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * G_B5_0 = NULL; CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * G_B8_0 = NULL; CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * G_B7_0 = NULL; { // if (dataGetting) { bool L_0 = __this->get_dataGetting_17(); if (!L_0) { goto IL_0011; } } { // cacheDataBytes(bytes, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; BluetoothShoot_cacheDataBytes_m4D6490EF47CAD87798A0D944072AA1591AF68E49(__this, L_1, 0, /*hidden argument*/NULL); // } else { return; } IL_0011: { // if (bytes.Length >= 5) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___bytes0; NullCheck(L_2); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) < ((int32_t)5))) { goto IL_00a9; } } { // int byte3Value = 0; //??????1?x??2?y??3?z? V_0 = 0; // if (ShootCheck.ins) { ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * L_3 = ((ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields*)il2cpp_codegen_static_fields_for(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var))->get_ins_11(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_006d; } } { // CMD cmd = ShootCheck.ins.cmd; ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * L_5 = ((ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields*)il2cpp_codegen_static_fields_for(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var))->get_ins_11(); NullCheck(L_5); CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * L_6 = L_5->get_cmd_5(); // if (cmd.a == "x") byte3Value = 1; CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * L_7 = L_6; NullCheck(L_7); String_t* L_8 = L_7->get_a_0(); bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, /*hidden argument*/NULL); G_B5_0 = L_7; if (!L_9) { G_B6_0 = L_7; goto IL_0046; } } { // if (cmd.a == "x") byte3Value = 1; V_0 = 1; G_B6_0 = G_B5_0; } IL_0046: { // if (cmd.a == "y") byte3Value = 2; CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * L_10 = G_B6_0; NullCheck(L_10); String_t* L_11 = L_10->get_a_0(); bool L_12; L_12 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_11, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1, /*hidden argument*/NULL); G_B7_0 = L_10; if (!L_12) { G_B8_0 = L_10; goto IL_005a; } } { // if (cmd.a == "y") byte3Value = 2; V_0 = 2; G_B8_0 = G_B7_0; } IL_005a: { // if (cmd.a == "z") byte3Value = 3; NullCheck(G_B8_0); String_t* L_13 = G_B8_0->get_a_0(); bool L_14; L_14 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_13, _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1, /*hidden argument*/NULL); if (!L_14) { goto IL_006d; } } { // if (cmd.a == "z") byte3Value = 3; V_0 = 3; } IL_006d: { // if (bytes[0] == 255 || bytes[1] == 255 && bytes[2] == byte3Value) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___bytes0; NullCheck(L_15); int32_t L_16 = 0; uint8_t L_17 = (L_15)->GetAt(static_cast(L_16)); if ((((int32_t)L_17) == ((int32_t)((int32_t)255)))) { goto IL_0087; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___bytes0; NullCheck(L_18); int32_t L_19 = 1; uint8_t L_20 = (L_18)->GetAt(static_cast(L_19)); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)255))))) { goto IL_00bd; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___bytes0; NullCheck(L_21); int32_t L_22 = 2; uint8_t L_23 = (L_21)->GetAt(static_cast(L_22)); int32_t L_24 = V_0; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_00bd; } } IL_0087: { // dataGetting = true; __this->set_dataGetting_17((bool)1); // dataGetLen = TwoByteToInt(bytes[3], bytes[4]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___bytes0; NullCheck(L_25); int32_t L_26 = 3; uint8_t L_27 = (L_25)->GetAt(static_cast(L_26)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___bytes0; NullCheck(L_28); int32_t L_29 = 4; uint8_t L_30 = (L_28)->GetAt(static_cast(L_29)); int32_t L_31; L_31 = BluetoothShoot_TwoByteToInt_m7CC2D68685678360795B75291DF3CF1BAD30121E(__this, L_27, L_30, /*hidden argument*/NULL); __this->set_dataGetLen_18(L_31); // cacheDataBytes(bytes, 5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___bytes0; BluetoothShoot_cacheDataBytes_m4D6490EF47CAD87798A0D944072AA1591AF68E49(__this, L_32, 5, /*hidden argument*/NULL); // } else if (bytes.Length == 2) { return; } IL_00a9: { // } else if (bytes.Length == 2) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = ___bytes0; NullCheck(L_33); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))) == ((uint32_t)2)))) { goto IL_00bd; } } { // DeviceBatteryView.ins.RenderBattery(2, bytes[0]); DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * L_34 = ((DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF_StaticFields*)il2cpp_codegen_static_fields_for(DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF_il2cpp_TypeInfo_var))->get_ins_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = ___bytes0; NullCheck(L_35); int32_t L_36 = 0; uint8_t L_37 = (L_35)->GetAt(static_cast(L_36)); NullCheck(L_34); DeviceBatteryView_RenderBattery_mAB7D7BDF41E8DBF72DB9136DC3332F1D8D37678C(L_34, 2, L_37, /*hidden argument*/NULL); } IL_00bd: { // } return; } } // System.Void BluetoothShoot::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot__ctor_m957F0BADB04E937E9D91E45300A765295F882EB6 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4463ACCCCC24F6D8D6FF8782E11C5E88D2044D4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // string targetDeviceName = "BArrow_202105"; __this->set_targetDeviceName_7(_stringLiteralD4463ACCCCC24F6D8D6FF8782E11C5E88D2044D4); // string deviceName = ""; __this->set_deviceName_8(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // bool canConnect = true; __this->set_canConnect_9((bool)1); // public BluetoothStatusEnum status = BluetoothStatusEnum.Connect; __this->set_status_11(1); // List dataBytes = new 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); __this->set_dataBytes_19(L_0); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void BluetoothShoot::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot__cctor_mADD974E968066AF03FA2170572BE745C6C9CFBCC (const RuntimeMethod* method) { { return; } } // System.Void BluetoothShoot::b__18_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_U3CSetStatusU3Eb__18_0_m2F5482006D34D563FE0DF98E15FDA6A76147FAD4 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, const RuntimeMethod* method) { { // if (status == BluetoothStatusEnum.ConnectFail) { int32_t L_0 = __this->get_status_11(); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0010; } } { // status = BluetoothStatusEnum.Connect; __this->set_status_11(1); } IL_0010: { // }); return; } } // System.Void BluetoothShoot::b__19_0(ArduinoBluetoothAPI.BluetoothHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_U3CConnectU3Eb__19_0_m7B6C636A3B48329A33A355BD7CA0BBB869215E21 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothShoot_OpenReceiveData_m1E73FA6E77FFE7B681ABBE809191CA70767142EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m2A96334EF63834D3A85C16B1CEC9D0F360424EFC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mCC607B0C09E801F33EB6B0922A8899D2A5D55BA9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m43A83012B262D49B331D221FBE414049CBCD4F42_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m5D19B55E374EAB466CAF87C0C00A02C61F887F00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m2DA3B3BBAA26BE86BD21DB51E1E2174867768DF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m6774D8858FE9A9551EB72A70CD0855E255B7C974_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_GetEnumerator_m23E2202D223C083DAC688E7DE70CE31E8902EF46_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mFEADCD2047CEE6D0CFA45A429CF8F3074E37673C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral085AA5469EE6BEB776E25FB4D162068D113925B4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17E5C0685C6FAA177B4E93CF12E6B68D27C4DAF2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EED93F2CE9DCF343FC39464BA61EEFECB13489C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29DF928B5E9B63421CCA16A0434B7869CDE6EC1E); s_Il2CppMethodInitialized = true; } Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 V_0; memset((&V_0), 0, sizeof(V_0)); BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * V_1 = NULL; Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C V_2; memset((&V_2), 0, sizeof(V_2)); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * V_3 = NULL; BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // Log("????\n" + helper.getDeviceName()); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_0 = ___helper0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String ArduinoBluetoothAPI.BluetoothHelper::getDeviceName() */, L_0); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral085AA5469EE6BEB776E25FB4D162068D113925B4, L_1, /*hidden argument*/NULL); BluetoothShoot_Log_mF3E0D9133313B4E5D63F6459D29A192462648D67(__this, L_2, /*hidden argument*/NULL); // SetStatus(BluetoothStatusEnum.ConnectSuccess); BluetoothShoot_SetStatus_m2C72797B90702BEF3AE1A6B8837B136A35823397(__this, 3, /*hidden argument*/NULL); // foreach (BluetoothHelperService service in helper.getGattServices()) BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_3 = ___helper0; NullCheck(L_3); List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 * L_4; L_4 = VirtualFuncInvoker0< List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 * >::Invoke(32 /* System.Collections.Generic.List`1 ArduinoBluetoothAPI.BluetoothHelper::getGattServices() */, L_3); NullCheck(L_4); Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 L_5; L_5 = List_1_GetEnumerator_mFEADCD2047CEE6D0CFA45A429CF8F3074E37673C(L_4, /*hidden argument*/List_1_GetEnumerator_mFEADCD2047CEE6D0CFA45A429CF8F3074E37673C_RuntimeMethod_var); V_0 = L_5; } IL_0029: try {// begin try (depth: 1) { goto IL_00e9; } IL_002e: { // foreach (BluetoothHelperService service in helper.getGattServices()) BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * L_6; L_6 = Enumerator_get_Current_m2DA3B3BBAA26BE86BD21DB51E1E2174867768DF4_inline((Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m2DA3B3BBAA26BE86BD21DB51E1E2174867768DF4_RuntimeMethod_var); V_1 = L_6; // if (service.getName().ToLower().StartsWith("0000fff0")) BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = BluetoothHelperService_getName_mC2B58215D48C8773638DCE0D3347D094B99CD20C_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9; L_9 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_8, /*hidden argument*/NULL); NullCheck(L_9); bool L_10; L_10 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_9, _stringLiteral1EED93F2CE9DCF343FC39464BA61EEFECB13489C, /*hidden argument*/NULL); if (!L_10) { goto IL_00e9; } } IL_0050: { // bluetoothService = service; BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * L_11 = V_1; __this->set_bluetoothService_6(L_11); // foreach (BluetoothHelperCharacteristic characteristic in service.getCharacteristics()) BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * L_12 = V_1; NullCheck(L_12); LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * L_13; L_13 = BluetoothHelperService_getCharacteristics_mBD7CEF21C1DC6FC1100FF68426FD9BDEDF2BB28A_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C L_14; L_14 = LinkedList_1_GetEnumerator_m23E2202D223C083DAC688E7DE70CE31E8902EF46(L_13, /*hidden argument*/LinkedList_1_GetEnumerator_m23E2202D223C083DAC688E7DE70CE31E8902EF46_RuntimeMethod_var); V_2 = L_14; } IL_0063: try {// begin try (depth: 2) { goto IL_00d0; } IL_0065: { // foreach (BluetoothHelperCharacteristic characteristic in service.getCharacteristics()) BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_15; L_15 = Enumerator_get_Current_m6774D8858FE9A9551EB72A70CD0855E255B7C974_inline((Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C *)(&V_2), /*hidden argument*/Enumerator_get_Current_m6774D8858FE9A9551EB72A70CD0855E255B7C974_RuntimeMethod_var); V_3 = L_15; // if (characteristic.getName().ToLower().StartsWith("0000fff2")) BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_16 = V_3; NullCheck(L_16); String_t* L_17; L_17 = BluetoothHelperCharacteristic_getName_m59316C36B56D20C5176500C1A3D4B8CBD9825E5E_inline(L_16, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18; L_18 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_17, /*hidden argument*/NULL); NullCheck(L_18); bool L_19; L_19 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_18, _stringLiteral17E5C0685C6FAA177B4E93CF12E6B68D27C4DAF2, /*hidden argument*/NULL); if (!L_19) { goto IL_008d; } } IL_0084: { // characteristicWrite = characteristic; BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_20 = V_3; __this->set_characteristicWrite_5(L_20); // } goto IL_00d0; } IL_008d: { // else if (characteristic.getName().ToLower().StartsWith("0000fff1")) BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_21 = V_3; NullCheck(L_21); String_t* L_22; L_22 = BluetoothHelperCharacteristic_getName_m59316C36B56D20C5176500C1A3D4B8CBD9825E5E_inline(L_21, /*hidden argument*/NULL); NullCheck(L_22); String_t* L_23; L_23 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_22, /*hidden argument*/NULL); NullCheck(L_23); bool L_24; L_24 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_23, _stringLiteral29DF928B5E9B63421CCA16A0434B7869CDE6EC1E, /*hidden argument*/NULL); if (!L_24) { goto IL_00d0; } } IL_00a4: { // BluetoothHelperCharacteristic ch = new BluetoothHelperCharacteristic(characteristic.getName()); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_25 = V_3; NullCheck(L_25); String_t* L_26; L_26 = BluetoothHelperCharacteristic_getName_m59316C36B56D20C5176500C1A3D4B8CBD9825E5E_inline(L_25, /*hidden argument*/NULL); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_27 = (BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 *)il2cpp_codegen_object_new(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9_il2cpp_TypeInfo_var); BluetoothHelperCharacteristic__ctor_mCEAEDEF8755245EE6043CAAECC137B37C611305C(L_27, L_26, /*hidden argument*/NULL); V_4 = L_27; // ch.setService(bluetoothService.getName()); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_28 = V_4; BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * L_29 = __this->get_bluetoothService_6(); NullCheck(L_29); String_t* L_30; L_30 = BluetoothHelperService_getName_mC2B58215D48C8773638DCE0D3347D094B99CD20C_inline(L_29, /*hidden argument*/NULL); NullCheck(L_28); BluetoothHelperCharacteristic_setService_mE0AB7736081BC9807E94F146988121AAC5562642_inline(L_28, L_30, /*hidden argument*/NULL); // bluetoothHelper.Subscribe(ch); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_31 = __this->get_bluetoothHelper_4(); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_32 = V_4; NullCheck(L_31); VirtualActionInvoker1< BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * >::Invoke(29 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::Subscribe(ArduinoBluetoothAPI.BluetoothHelperCharacteristic) */, L_31, L_32); } IL_00d0: { // foreach (BluetoothHelperCharacteristic characteristic in service.getCharacteristics()) bool L_33; L_33 = Enumerator_MoveNext_m43A83012B262D49B331D221FBE414049CBCD4F42((Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m43A83012B262D49B331D221FBE414049CBCD4F42_RuntimeMethod_var); if (L_33) { goto IL_0065; } } IL_00d9: { IL2CPP_LEAVE(0xE9, FINALLY_00db); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00db; } FINALLY_00db: {// begin finally (depth: 2) Enumerator_Dispose_mCC607B0C09E801F33EB6B0922A8899D2A5D55BA9((Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C *)(&V_2), /*hidden argument*/Enumerator_Dispose_mCC607B0C09E801F33EB6B0922A8899D2A5D55BA9_RuntimeMethod_var); IL2CPP_END_FINALLY(219) }// end finally (depth: 2) IL2CPP_CLEANUP(219) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE9, IL_00e9) } IL_00e9: { // foreach (BluetoothHelperService service in helper.getGattServices()) bool L_34; L_34 = Enumerator_MoveNext_m5D19B55E374EAB466CAF87C0C00A02C61F887F00((Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m5D19B55E374EAB466CAF87C0C00A02C61F887F00_RuntimeMethod_var); if (L_34) { goto IL_002e; } } IL_00f5: { IL2CPP_LEAVE(0x105, FINALLY_00f7); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f7; } FINALLY_00f7: {// begin finally (depth: 1) Enumerator_Dispose_m2A96334EF63834D3A85C16B1CEC9D0F360424EFC((Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m2A96334EF63834D3A85C16B1CEC9D0F360424EFC_RuntimeMethod_var); IL2CPP_END_FINALLY(247) }// end finally (depth: 1) IL2CPP_CLEANUP(247) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x105, IL_0105) } IL_0105: { // CallDelay(1, OpenReceiveData); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_35 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_35, __this, (intptr_t)((intptr_t)BluetoothShoot_OpenReceiveData_m1E73FA6E77FFE7B681ABBE809191CA70767142EE_RuntimeMethod_var), /*hidden argument*/NULL); BluetoothShoot_CallDelay_m881B4356FD0F54FD44F22DC9E20A04C42264697A(__this, (1.0f), L_35, /*hidden argument*/NULL); // }; return; } } // System.Void BluetoothShoot::b__19_1(ArduinoBluetoothAPI.BluetoothHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_U3CConnectU3Eb__19_1_m1F1C53A47B7D8C249C4A02CAF62658C93733250B (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC66ADCDF699968596DCBB9929E528A493F44E91F); s_Il2CppMethodInitialized = true; } { // Log("????\n" + helper.getDeviceName()); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_0 = ___helper0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String ArduinoBluetoothAPI.BluetoothHelper::getDeviceName() */, L_0); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralC66ADCDF699968596DCBB9929E528A493F44E91F, L_1, /*hidden argument*/NULL); BluetoothShoot_Log_mF3E0D9133313B4E5D63F6459D29A192462648D67(__this, L_2, /*hidden argument*/NULL); // OnDisconnect(); BluetoothShoot_OnDisconnect_m1CFFC84937DB4403BFE4BA00116E649AA2B11DDD(__this, /*hidden argument*/NULL); // }; return; } } // System.Void BluetoothShoot::b__19_2(ArduinoBluetoothAPI.BluetoothHelper,System.Byte[],ArduinoBluetoothAPI.BluetoothHelperCharacteristic) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_U3CConnectU3Eb__19_2_mA691056791A0F61B51A4A61DAF3FAD1401C54DAA (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value1, BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * ___characteristic2, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // hasData = true; __this->set_hasData_12((bool)1); // byte[] bytes = value; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value1; V_0 = L_0; // BluetoothClient.UploadData(1, bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = V_0; BluetoothClient_UploadData_m8F9D3A0FE11A1A03B5DEC8D5AF0F1A0F09FB7BBA((uint8_t)1, L_1, /*hidden argument*/NULL); // handleDataBytes(bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; BluetoothShoot_handleDataBytes_mDD080877316766A10EBB84128CF71ECC532C0FFE(__this, L_2, /*hidden argument*/NULL); // }; return; } } // System.Void BluetoothShoot::b__19_3(ArduinoBluetoothAPI.BluetoothHelper,System.Collections.Generic.LinkedList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_U3CConnectU3Eb__19_3_mAAE2CFBDBC9212FB55F0536AD5D0B30A4BE15EF9 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * ___nearbyDevices1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_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*)&_stringLiteral657F91D97ADEEC648B9C03B9E5A7800EAD7F5CEE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB22802A72A90F5189248565394C5E53638905245); s_Il2CppMethodInitialized = true; } Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C V_0; memset((&V_0), 0, sizeof(V_0)); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // scanLock = false; IL2CPP_RUNTIME_CLASS_INIT(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var); ((BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var))->set_scanLock_13((bool)0); // foreach (BluetoothDevice device in nearbyDevices) LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * L_0 = ___nearbyDevices1; NullCheck(L_0); Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C L_1; L_1 = LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D(L_0, /*hidden argument*/LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D_RuntimeMethod_var); V_0 = L_1; } IL_000d: try {// begin try (depth: 1) { goto IL_006a; } IL_000f: { // foreach (BluetoothDevice device in nearbyDevices) BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_2; L_2 = Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_inline((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_RuntimeMethod_var); V_1 = L_2; // if (device.DeviceName == targetDeviceName) BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_3 = V_1; NullCheck(L_3); String_t* L_4; L_4 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_3, /*hidden argument*/NULL); String_t* L_5 = __this->get_targetDeviceName_7(); bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_006a; } } IL_002a: { // deviceName = device.DeviceName; BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_7, /*hidden argument*/NULL); __this->set_deviceName_8(L_8); // bluetoothHelper.setDeviceName(deviceName); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_9 = __this->get_bluetoothHelper_4(); String_t* L_10 = __this->get_deviceName_8(); NullCheck(L_9); VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::setDeviceName(System.String) */, L_9, L_10); // bluetoothHelper.Connect(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_11 = __this->get_bluetoothHelper_4(); NullCheck(L_11); VirtualActionInvoker0::Invoke(13 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::Connect() */, L_11); // Log("????\n" + device.DeviceName); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_12 = V_1; NullCheck(L_12); String_t* L_13; L_13 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_12, /*hidden argument*/NULL); String_t* L_14; L_14 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralB22802A72A90F5189248565394C5E53638905245, L_13, /*hidden argument*/NULL); BluetoothShoot_Log_mF3E0D9133313B4E5D63F6459D29A192462648D67(__this, L_14, /*hidden argument*/NULL); // return; IL2CPP_LEAVE(0x9C, FINALLY_0075); } IL_006a: { // foreach (BluetoothDevice device in nearbyDevices) bool L_15; L_15 = Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04_RuntimeMethod_var); if (L_15) { goto IL_000f; } } IL_0073: { IL2CPP_LEAVE(0x83, FINALLY_0075); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0075; } FINALLY_0075: {// begin finally (depth: 1) Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8_RuntimeMethod_var); IL2CPP_END_FINALLY(117) }// end finally (depth: 1) IL2CPP_CLEANUP(117) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9C, IL_009c) IL2CPP_JUMP_TBL(0x83, IL_0083) } IL_0083: { // canConnect = true; __this->set_canConnect_9((bool)1); // Log("??????"); BluetoothShoot_Log_mF3E0D9133313B4E5D63F6459D29A192462648D67(__this, _stringLiteral657F91D97ADEEC648B9C03B9E5A7800EAD7F5CEE, /*hidden argument*/NULL); // SetStatus(BluetoothStatusEnum.ConnectFail); BluetoothShoot_SetStatus_m2C72797B90702BEF3AE1A6B8837B136A35823397(__this, 4, /*hidden argument*/NULL); } IL_009c: { // }; return; } } // System.Void BluetoothShoot::b__20_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_U3COpenReceiveDataU3Eb__20_0_mDA91065D96A05531BBBD77BE993D5CB6A5704683 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __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*)&ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral985F99398A1086D03ED4C4A4F0814B791EB11A58); s_Il2CppMethodInitialized = true; } { // if (ShootCheck.ins) ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * L_0 = ((ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields*)il2cpp_codegen_static_fields_for(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var))->get_ins_11(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002d; } } { // ShootCheck.ins.OnBluetoothReady(this); ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * L_2 = ((ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields*)il2cpp_codegen_static_fields_for(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var))->get_ins_11(); NullCheck(L_2); ShootCheck_OnBluetoothReady_m3A50A1298685B1CCF1891177E8C18B722DBAC8A8(L_2, __this, /*hidden argument*/NULL); // Log("????????\n" + deviceName); String_t* L_3 = __this->get_deviceName_8(); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral985F99398A1086D03ED4C4A4F0814B791EB11A58, L_3, /*hidden argument*/NULL); BluetoothShoot_Log_mF3E0D9133313B4E5D63F6459D29A192462648D67(__this, L_4, /*hidden argument*/NULL); } IL_002d: { // }); return; } } // System.Void BluetoothShoot::b__20_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_U3COpenReceiveDataU3Eb__20_1_m08B33E7D82995A44678452D435D9628315A1B90D (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB69FA1AB6BB831506EFCAD83900FEE751E85F6F); s_Il2CppMethodInitialized = true; } { // WriteData("B"); BluetoothShoot_WriteData_mCFB8CCEC1942E96244816AACFEEB811A63683FD1(__this, _stringLiteralAB69FA1AB6BB831506EFCAD83900FEE751E85F6F, /*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.ValueTuple`2 BluetoothStatus::GetStatusInfo(BluetoothStatusEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 BluetoothStatus_GetStatusInfo_m34CC5BBFE1E0C86326F7AB136CCD10E5DCB62A7D (int32_t ___status0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_m7EE9B0F3B7C1604E821E798C8CD2E2F98040242A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (status == BluetoothStatusEnum.Connecting) { int32_t L_0 = ___status0; if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0020; } } { // return (15,new Color(255f / 255f, 165f / 255f, 0)); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1; memset((&L_1), 0, sizeof(L_1)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_1), (1.0f), (0.647058845f), (0.0f), /*hidden argument*/NULL); ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 L_2; memset((&L_2), 0, sizeof(L_2)); ValueTuple_2__ctor_m7EE9B0F3B7C1604E821E798C8CD2E2F98040242A((&L_2), ((int32_t)15), L_1, /*hidden argument*/ValueTuple_2__ctor_m7EE9B0F3B7C1604E821E798C8CD2E2F98040242A_RuntimeMethod_var); return L_2; } IL_0020: { // } else if (status == BluetoothStatusEnum.ConnectSuccess) { int32_t L_3 = ___status0; if ((!(((uint32_t)L_3) == ((uint32_t)3)))) { goto IL_0040; } } { // return (16, new Color(255 / 255f, 243 / 255f, 103 / 255f)); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_4; memset((&L_4), 0, sizeof(L_4)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_4), (1.0f), (0.952941179f), (0.403921574f), /*hidden argument*/NULL); ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 L_5; memset((&L_5), 0, sizeof(L_5)); ValueTuple_2__ctor_m7EE9B0F3B7C1604E821E798C8CD2E2F98040242A((&L_5), ((int32_t)16), L_4, /*hidden argument*/ValueTuple_2__ctor_m7EE9B0F3B7C1604E821E798C8CD2E2F98040242A_RuntimeMethod_var); return L_5; } IL_0040: { // } else if (status == BluetoothStatusEnum.ConnectFail) { int32_t L_6 = ___status0; if ((!(((uint32_t)L_6) == ((uint32_t)4)))) { goto IL_0051; } } { // return (17, Color.red); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_7; L_7 = Color_get_red_m9BD55EBF7A74A515330FA5F7AC7A67C8A8913DD8(/*hidden argument*/NULL); ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 L_8; memset((&L_8), 0, sizeof(L_8)); ValueTuple_2__ctor_m7EE9B0F3B7C1604E821E798C8CD2E2F98040242A((&L_8), ((int32_t)17), L_7, /*hidden argument*/ValueTuple_2__ctor_m7EE9B0F3B7C1604E821E798C8CD2E2F98040242A_RuntimeMethod_var); return L_8; } IL_0051: { // return (14, Color.white); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_9; L_9 = Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E(/*hidden argument*/NULL); ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 L_10; memset((&L_10), 0, sizeof(L_10)); ValueTuple_2__ctor_m7EE9B0F3B7C1604E821E798C8CD2E2F98040242A((&L_10), ((int32_t)14), L_9, /*hidden argument*/ValueTuple_2__ctor_m7EE9B0F3B7C1604E821E798C8CD2E2F98040242A_RuntimeMethod_var); return L_10; } } // System.Boolean BluetoothStatus::IsAllConnected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothStatus_IsAllConnected_m7AC173DEBEA9E06D40EA591C39B9F72DE3C0F7B2 (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*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!BluetoothAim.ins) return false; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_0 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { // if (!BluetoothAim.ins) return false; return (bool)0; } IL_000e: { // return BluetoothAim.ins.status == BluetoothStatusEnum.ConnectSuccess; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_2 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); NullCheck(L_2); int32_t L_3 = L_2->get_status_11(); return (bool)((((int32_t)L_3) == ((int32_t)3))? 1 : 0); } } // System.Void BluetoothStatus::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothStatus__ctor_mAEF16BDDBFAE7B6D8FAD9759348811B3FED75A0E (BluetoothStatus_t0C18C14E14EE105D9C8867B1A2AE9256C1BE6202 * __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 #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.Material UnityStandardAssets.ImageEffects.Blur::get_material() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * Blur_get_material_m7B726B085C3EE53F708B326C2B362DCEB39BF999 (Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_Material == null) { IL2CPP_RUNTIME_CLASS_INIT(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_il2cpp_TypeInfo_var); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = ((Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_StaticFields*)il2cpp_codegen_static_fields_for(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_il2cpp_TypeInfo_var))->get_m_Material_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0029; } } { // m_Material = new Material(blurShader); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_2 = __this->get_blurShader_6(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3 = (Material_t8927C00353A72755313F046D0CE85178AE8218EE *)il2cpp_codegen_object_new(Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var); Material__ctor_mD2A3BCD3B4F17F5C6E95F3B34DAF4B497B67127E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_il2cpp_TypeInfo_var); ((Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_StaticFields*)il2cpp_codegen_static_fields_for(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_il2cpp_TypeInfo_var))->set_m_Material_7(L_3); // m_Material.hideFlags = HideFlags.DontSave; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4 = ((Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_StaticFields*)il2cpp_codegen_static_fields_for(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_il2cpp_TypeInfo_var))->get_m_Material_7(); NullCheck(L_4); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_4, ((int32_t)52), /*hidden argument*/NULL); } IL_0029: { // return m_Material; IL2CPP_RUNTIME_CLASS_INIT(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_il2cpp_TypeInfo_var); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = ((Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_StaticFields*)il2cpp_codegen_static_fields_for(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_il2cpp_TypeInfo_var))->get_m_Material_7(); return L_5; } } // System.Void UnityStandardAssets.ImageEffects.Blur::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blur_OnDisable_m297600A2F390F10D3AF51B93CAFAB5C03A1EC18D (Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if ( m_Material ) { IL2CPP_RUNTIME_CLASS_INIT(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_il2cpp_TypeInfo_var); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = ((Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_StaticFields*)il2cpp_codegen_static_fields_for(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_il2cpp_TypeInfo_var))->get_m_Material_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { // DestroyImmediate( m_Material ); IL2CPP_RUNTIME_CLASS_INIT(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_il2cpp_TypeInfo_var); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = ((Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_StaticFields*)il2cpp_codegen_static_fields_for(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_il2cpp_TypeInfo_var))->get_m_Material_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_2, /*hidden argument*/NULL); } IL_0016: { // } return; } } // System.Void UnityStandardAssets.ImageEffects.Blur::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blur_Start_mDA794F4F2883431D466813AD57DDF9886731C3D4 (Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!blurShader || !material.shader.isSupported) { Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_0 = __this->get_blurShader_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2; L_2 = Blur_get_material_m7B726B085C3EE53F708B326C2B362DCEB39BF999(__this, /*hidden argument*/NULL); NullCheck(L_2); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_3; L_3 = Material_get_shader_mEB85A8B8CA57235C464C2CC255E77A4EFF7A6097(L_2, /*hidden argument*/NULL); NullCheck(L_3); bool L_4; L_4 = Shader_get_isSupported_m958F4978B3DFAD2FD471549B2C1D8A82639EDA41(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0027; } } IL_001f: { // enabled = false; Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(__this, (bool)0, /*hidden argument*/NULL); // return; return; } IL_0027: { // } return; } } // System.Void UnityStandardAssets.ImageEffects.Blur::FourTapCone(UnityEngine.RenderTexture,UnityEngine.RenderTexture,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blur_FourTapCone_m1AC39BD3A8913BEF402C3C1C4797293DAF13921F (Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, int32_t ___iteration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { // float off = 0.5f + iteration*blurSpread; int32_t L_0 = ___iteration2; float L_1 = __this->get_blurSpread_5(); V_0 = ((float)il2cpp_codegen_add((float)(0.5f), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_0)), (float)L_1)))); // Graphics.BlitMultiTap (source, dest, material, // new Vector2(-off, -off), // new Vector2(-off, off), // new Vector2( off, off), // new Vector2( off, -off) // ); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_3 = ___dest1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4; L_4 = Blur_get_material_m7B726B085C3EE53F708B326C2B362DCEB39BF999(__this, /*hidden argument*/NULL); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_5 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)SZArrayNew(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var, (uint32_t)4); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_6 = L_5; float L_7 = V_0; float L_8 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9; memset((&L_9), 0, sizeof(L_9)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_9), ((-L_7)), ((-L_8)), /*hidden argument*/NULL); NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_9); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_10 = L_6; float L_11 = V_0; float L_12 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_13; memset((&L_13), 0, sizeof(L_13)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_13), ((-L_11)), L_12, /*hidden argument*/NULL); NullCheck(L_10); (L_10)->SetAt(static_cast(1), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_13); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_14 = L_10; float L_15 = V_0; float L_16 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_17; memset((&L_17), 0, sizeof(L_17)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_17), L_15, L_16, /*hidden argument*/NULL); NullCheck(L_14); (L_14)->SetAt(static_cast(2), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_17); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_18 = L_14; float L_19 = V_0; float L_20 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_21; memset((&L_21), 0, sizeof(L_21)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_21), L_19, ((-L_20)), /*hidden argument*/NULL); NullCheck(L_18); (L_18)->SetAt(static_cast(3), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_21); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_BlitMultiTap_m9D01D9D879A45C8DF78898F7F28B69A6CFCB1C70(L_2, L_3, L_4, L_18, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.Blur::DownSample4x(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blur_DownSample4x_m648F40010C0E6CDDEAA991C89E008A5A5358F243 (Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { // float off = 1.0f; V_0 = (1.0f); // Graphics.BlitMultiTap (source, dest, material, // new Vector2(-off, -off), // new Vector2(-off, off), // new Vector2( off, off), // new Vector2( off, -off) // ); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_0 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_1 = ___dest1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2; L_2 = Blur_get_material_m7B726B085C3EE53F708B326C2B362DCEB39BF999(__this, /*hidden argument*/NULL); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_3 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)SZArrayNew(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var, (uint32_t)4); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_4 = L_3; float L_5 = V_0; float L_6 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_7; memset((&L_7), 0, sizeof(L_7)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_7), ((-L_5)), ((-L_6)), /*hidden argument*/NULL); NullCheck(L_4); (L_4)->SetAt(static_cast(0), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_7); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_8 = L_4; float L_9 = V_0; float L_10 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_11; memset((&L_11), 0, sizeof(L_11)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_11), ((-L_9)), L_10, /*hidden argument*/NULL); NullCheck(L_8); (L_8)->SetAt(static_cast(1), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_11); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_12 = L_8; float L_13 = V_0; float L_14 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_15; memset((&L_15), 0, sizeof(L_15)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_15), L_13, L_14, /*hidden argument*/NULL); NullCheck(L_12); (L_12)->SetAt(static_cast(2), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_15); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_16 = L_12; float L_17 = V_0; float L_18 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_19; memset((&L_19), 0, sizeof(L_19)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_19), L_17, ((-L_18)), /*hidden argument*/NULL); NullCheck(L_16); (L_16)->SetAt(static_cast(3), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_19); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_BlitMultiTap_m9D01D9D879A45C8DF78898F7F28B69A6CFCB1C70(L_0, L_1, L_2, L_16, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.Blur::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blur_OnRenderImage_m1666FFFCC5C9F2D224ADCFFEDB271B767316C771 (Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___destination1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_2 = NULL; int32_t V_3 = 0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_4 = NULL; { // int rtW = source.width/4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_0 = ___source0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_0); V_0 = ((int32_t)((int32_t)L_1/(int32_t)4)); // int rtH = source.height/4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___source0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_2); V_1 = ((int32_t)((int32_t)L_3/(int32_t)4)); // RenderTexture buffer = RenderTexture.GetTemporary(rtW, rtH, 0); int32_t L_4 = V_0; int32_t L_5 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_6; L_6 = RenderTexture_GetTemporary_m8E43C234388D8688B70498F6663F05925EFBD4C9(L_4, L_5, 0, /*hidden argument*/NULL); V_2 = L_6; // DownSample4x (source, buffer); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_7 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_8 = V_2; Blur_DownSample4x_m648F40010C0E6CDDEAA991C89E008A5A5358F243(__this, L_7, L_8, /*hidden argument*/NULL); // for(int i = 0; i < iterations; i++) V_3 = 0; goto IL_0048; } IL_0027: { // RenderTexture buffer2 = RenderTexture.GetTemporary(rtW, rtH, 0); int32_t L_9 = V_0; int32_t L_10 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_11; L_11 = RenderTexture_GetTemporary_m8E43C234388D8688B70498F6663F05925EFBD4C9(L_9, L_10, 0, /*hidden argument*/NULL); V_4 = L_11; // FourTapCone (buffer, buffer2, i); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_12 = V_2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_13 = V_4; int32_t L_14 = V_3; Blur_FourTapCone_m1AC39BD3A8913BEF402C3C1C4797293DAF13921F(__this, L_12, L_13, L_14, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(buffer); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_15 = V_2; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_15, /*hidden argument*/NULL); // buffer = buffer2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_16 = V_4; V_2 = L_16; // for(int i = 0; i < iterations; i++) int32_t L_17 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0048: { // for(int i = 0; i < iterations; i++) int32_t L_18 = V_3; int32_t L_19 = __this->get_iterations_4(); if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0027; } } { // Graphics.Blit(buffer, destination); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_20 = V_2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_21 = ___destination1; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_20, L_21, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(buffer); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_22 = V_2; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_22, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.Blur::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blur__ctor_m402B569E15418AE90A4E1208254262FE1A524076 (Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * __this, const RuntimeMethod* method) { { // public int iterations = 3; __this->set_iterations_4(3); // public float blurSpread = 0.6f; __this->set_blurSpread_5((0.600000024f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void UnityStandardAssets.ImageEffects.Blur::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blur__cctor_mF1E0CBBDB58F1F397F7CEB6805D8E124608F2298 (const RuntimeMethod* method) { { 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 UnityStandardAssets.ImageEffects.BlurOptimized::CheckResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BlurOptimized_CheckResources_m4690B1D08CF4BEF70FC4AD9A5D0FB99378600D0B (BlurOptimized_tEEAC2A7D396594CF7E03548F419FA988892CEAE9 * __this, const RuntimeMethod* method) { { // CheckSupport (false); bool L_0; L_0 = PostEffectsBase_CheckSupport_m20B1CB0EC0F019D345427F851C67A5FD2E01061A(__this, (bool)0, /*hidden argument*/NULL); // blurMaterial = CheckShaderAndCreateMaterial (blurShader, blurMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_1 = __this->get_blurShader_11(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_blurMaterial_12(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3; L_3 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_1, L_2, /*hidden argument*/NULL); __this->set_blurMaterial_12(L_3); // if (!isSupported) bool L_4 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); if (L_4) { goto IL_002e; } } { // ReportAutoDisable (); PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31(__this, /*hidden argument*/NULL); } IL_002e: { // return isSupported; bool L_5 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); return L_5; } } // System.Void UnityStandardAssets.ImageEffects.BlurOptimized::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurOptimized_OnDisable_m99433F61DD851EC7C4F30DB6F7515E5AC6756EEC (BlurOptimized_tEEAC2A7D396594CF7E03548F419FA988892CEAE9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (blurMaterial) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_blurMaterial_12(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // DestroyImmediate (blurMaterial); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_blurMaterial_12(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_2, /*hidden argument*/NULL); } IL_0018: { // } return; } } // System.Void UnityStandardAssets.ImageEffects.BlurOptimized::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurOptimized_OnRenderImage_mC2B4151D0C82311AEB06B47189387AC604F9615C (BlurOptimized_tEEAC2A7D396594CF7E03548F419FA988892CEAE9 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___destination1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67FCD903D968843FB838A58A0441312B2F7350F3); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; int32_t V_2 = 0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_7 = NULL; int32_t G_B5_0 = 0; { // if (CheckResources() == false) { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckResources() */, __this); if (L_0) { goto IL_0010; } } { // Graphics.Blit (source, destination); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_1 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___destination1; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_1, L_2, /*hidden argument*/NULL); // return; return; } IL_0010: { // float widthMod = 1.0f / (1.0f * (1<get_downsample_7(); V_0 = ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31))))))))))); // blurMaterial.SetVector ("_Parameter", new Vector4 (blurSize * widthMod, -blurSize * widthMod, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4 = __this->get_blurMaterial_12(); float L_5 = __this->get_blurSize_8(); float L_6 = V_0; float L_7 = __this->get_blurSize_8(); float L_8 = V_0; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_9; memset((&L_9), 0, sizeof(L_9)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_9), ((float)il2cpp_codegen_multiply((float)L_5, (float)L_6)), ((float)il2cpp_codegen_multiply((float)((-L_7)), (float)L_8)), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_4); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_4, _stringLiteral67FCD903D968843FB838A58A0441312B2F7350F3, L_9, /*hidden argument*/NULL); // source.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_10 = ___source0; NullCheck(L_10); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_10, 1, /*hidden argument*/NULL); // int rtW = source.width >> downsample; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_11 = ___source0; NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_11); int32_t L_13 = __this->get_downsample_7(); V_1 = ((int32_t)((int32_t)L_12>>(int32_t)((int32_t)((int32_t)L_13&(int32_t)((int32_t)31))))); // int rtH = source.height >> downsample; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_14 = ___source0; NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_14); int32_t L_16 = __this->get_downsample_7(); V_2 = ((int32_t)((int32_t)L_15>>(int32_t)((int32_t)((int32_t)L_16&(int32_t)((int32_t)31))))); // RenderTexture rt = RenderTexture.GetTemporary (rtW, rtH, 0, source.format); int32_t L_17 = V_1; int32_t L_18 = V_2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_19 = ___source0; NullCheck(L_19); int32_t L_20; L_20 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_19, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_21; L_21 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_17, L_18, 0, L_20, /*hidden argument*/NULL); V_3 = L_21; // rt.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_22 = V_3; NullCheck(L_22); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_22, 1, /*hidden argument*/NULL); // Graphics.Blit (source, rt, blurMaterial, 0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_23 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_24 = V_3; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_25 = __this->get_blurMaterial_12(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_23, L_24, L_25, 0, /*hidden argument*/NULL); // var passOffs= blurType == BlurType.StandardGauss ? 0 : 2; int32_t L_26 = __this->get_blurType_10(); if (!L_26) { goto IL_00b1; } } { G_B5_0 = 2; goto IL_00b2; } IL_00b1: { G_B5_0 = 0; } IL_00b2: { V_4 = G_B5_0; // for(int i = 0; i < blurIterations; i++) { V_5 = 0; goto IL_0169; } IL_00bc: { // float iterationOffs = (i*1.0f); int32_t L_27 = V_5; V_6 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_27)), (float)(1.0f))); // blurMaterial.SetVector ("_Parameter", new Vector4 (blurSize * widthMod + iterationOffs, -blurSize * widthMod - iterationOffs, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_28 = __this->get_blurMaterial_12(); float L_29 = __this->get_blurSize_8(); float L_30 = V_0; float L_31 = V_6; float L_32 = __this->get_blurSize_8(); float L_33 = V_0; float L_34 = V_6; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_35; memset((&L_35), 0, sizeof(L_35)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_35), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_29, (float)L_30)), (float)L_31)), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((-L_32)), (float)L_33)), (float)L_34)), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_28); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_28, _stringLiteral67FCD903D968843FB838A58A0441312B2F7350F3, L_35, /*hidden argument*/NULL); // RenderTexture rt2 = RenderTexture.GetTemporary (rtW, rtH, 0, source.format); int32_t L_36 = V_1; int32_t L_37 = V_2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_38 = ___source0; NullCheck(L_38); int32_t L_39; L_39 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_38, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_40; L_40 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_36, L_37, 0, L_39, /*hidden argument*/NULL); V_7 = L_40; // rt2.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_41 = V_7; NullCheck(L_41); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_41, 1, /*hidden argument*/NULL); // Graphics.Blit (rt, rt2, blurMaterial, 1 + passOffs); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_42 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_43 = V_7; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_44 = __this->get_blurMaterial_12(); int32_t L_45 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_42, L_43, L_44, ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_45)), /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (rt); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_46 = V_3; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_46, /*hidden argument*/NULL); // rt = rt2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_47 = V_7; V_3 = L_47; // rt2 = RenderTexture.GetTemporary (rtW, rtH, 0, source.format); int32_t L_48 = V_1; int32_t L_49 = V_2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_50 = ___source0; NullCheck(L_50); int32_t L_51; L_51 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_50, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_52; L_52 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_48, L_49, 0, L_51, /*hidden argument*/NULL); V_7 = L_52; // rt2.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_53 = V_7; NullCheck(L_53); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_53, 1, /*hidden argument*/NULL); // Graphics.Blit (rt, rt2, blurMaterial, 2 + passOffs); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_54 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_55 = V_7; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_56 = __this->get_blurMaterial_12(); int32_t L_57 = V_4; Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_54, L_55, L_56, ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_57)), /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (rt); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_58 = V_3; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_58, /*hidden argument*/NULL); // rt = rt2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_59 = V_7; V_3 = L_59; // for(int i = 0; i < blurIterations; i++) { int32_t L_60 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_0169: { // for(int i = 0; i < blurIterations; i++) { int32_t L_61 = V_5; int32_t L_62 = __this->get_blurIterations_9(); if ((((int32_t)L_61) < ((int32_t)L_62))) { goto IL_00bc; } } { // Graphics.Blit (rt, destination); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_63 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_64 = ___destination1; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_63, L_64, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (rt); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_65 = V_3; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_65, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.BlurOptimized::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurOptimized__ctor_mB38631A090D409384457B18624700A57C6CBA68D (BlurOptimized_tEEAC2A7D396594CF7E03548F419FA988892CEAE9 * __this, const RuntimeMethod* method) { { // public int downsample = 1; __this->set_downsample_7(1); // public float blurSize = 3.0f; __this->set_blurSize_8((3.0f)); // public int blurIterations = 2; __this->set_blurIterations_9(2); PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728(__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 DragonBones.Bone::_OnClear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bone__OnClear_mF14661FB4389C91EB305CA05E44F14730DD01843 (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, const RuntimeMethod* method) { { // base._OnClear(); TransformObject__OnClear_m31CCFA09154CDBFEE86EC4C62622091C18D272C5(__this, /*hidden argument*/NULL); // this.offsetMode = OffsetMode.Additive; __this->set_offsetMode_15(1); // this.animationPose.Identity(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_0 = __this->get_animationPose_16(); NullCheck(L_0); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_1; L_1 = TransformDB_Identity_mD36BA617304BE1B59BDEBD54FEFD46B85078BCCD(L_0, /*hidden argument*/NULL); // this._transformDirty = false; __this->set__transformDirty_17((bool)0); // this._childrenTransformDirty = false; __this->set__childrenTransformDirty_18((bool)0); // this._localDirty = true; __this->set__localDirty_19((bool)1); // this._hasConstraint = false; __this->set__hasConstraint_20((bool)0); // this._visible = true; __this->set__visible_21((bool)1); // this._cachedFrameIndex = -1; __this->set__cachedFrameIndex_22((-1)); // this._blendState.Clear(); BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * L_2 = __this->get__blendState_23(); NullCheck(L_2); BlendState_Clear_m220E537225F2844F4D867C41AA39EF5DF93FBDA9(L_2, /*hidden argument*/NULL); // this._boneData = null; __this->set__boneData_24((BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 *)NULL); // this._parent = null; __this->set__parent_25((Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)NULL); // this._cachedFrameIndices = null; __this->set__cachedFrameIndices_26((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)NULL); // } return; } } // System.Void DragonBones.Bone::_UpdateGlobalTransformMatrix(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bone__UpdateGlobalTransformMatrix_m9D82B39805405D019387F375E71FBFCB9AA3CF09 (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, bool ___isCache0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * V_0 = NULL; Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * V_1 = NULL; bool V_2 = false; bool V_3 = false; float V_4 = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_5 = NULL; bool V_6 = false; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * V_7 = NULL; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * V_8 = NULL; float V_9 = 0.0f; float V_10 = 0.0f; { // var boneData = this._boneData; BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_0 = __this->get__boneData_24(); V_0 = L_0; // var parent = this._parent; Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_1 = __this->get__parent_25(); V_1 = L_1; // var flipX = this._armature.flipX; Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * L_2 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get__armature_14(); NullCheck(L_2); bool L_3; L_3 = Armature_get_flipX_m834E64F87033EBAAE6C94C4337FED47B0BF37E84_inline(L_2, /*hidden argument*/NULL); V_2 = L_3; // var flipY = this._armature.flipY == DragonBones.yDown; Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * L_4 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get__armature_14(); NullCheck(L_4); bool L_5; L_5 = Armature_get_flipY_mD6F52AC8CA5A66CCA153B73EFB62B36BD13B83E6_inline(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_il2cpp_TypeInfo_var); bool L_6 = ((DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_StaticFields*)il2cpp_codegen_static_fields_for(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_il2cpp_TypeInfo_var))->get_yDown_0(); V_3 = (bool)((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0); // var rotation = 0.0f; V_4 = (0.0f); // var global = this.global; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_7 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_global_9(); V_5 = L_7; // var inherit = parent != null; Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_8 = V_1; V_6 = (bool)((!(((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)L_8) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); // var globalTransformMatrix = this.globalTransformMatrix; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_9 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_globalTransformMatrix_8(); V_7 = L_9; // if (this.offsetMode == OffsetMode.Additive) int32_t L_10 = __this->get_offsetMode_15(); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_017a; } } { // if (this.origin != null) TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_11 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_origin_11(); if (!L_11) { goto IL_015f; } } { // global.x = this.origin.x + this.offset.x + this.animationPose.x; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_12 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_13 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_origin_11(); NullCheck(L_13); float L_14 = L_13->get_x_6(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_15 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_offset_10(); NullCheck(L_15); float L_16 = L_15->get_x_6(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_17 = __this->get_animationPose_16(); NullCheck(L_17); float L_18 = L_17->get_x_6(); NullCheck(L_12); L_12->set_x_6(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_14, (float)L_16)), (float)L_18))); // global.y = this.origin.y + this.offset.y + this.animationPose.y; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_19 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_20 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_origin_11(); NullCheck(L_20); float L_21 = L_20->get_y_7(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_22 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_offset_10(); NullCheck(L_22); float L_23 = L_22->get_y_7(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_24 = __this->get_animationPose_16(); NullCheck(L_24); float L_25 = L_24->get_y_7(); NullCheck(L_19); L_19->set_y_7(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_21, (float)L_23)), (float)L_25))); // global.skew = this.origin.skew + this.offset.skew + this.animationPose.skew; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_26 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_27 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_origin_11(); NullCheck(L_27); float L_28 = L_27->get_skew_8(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_29 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_offset_10(); NullCheck(L_29); float L_30 = L_29->get_skew_8(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_31 = __this->get_animationPose_16(); NullCheck(L_31); float L_32 = L_31->get_skew_8(); NullCheck(L_26); L_26->set_skew_8(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_28, (float)L_30)), (float)L_32))); // global.rotation = this.origin.rotation + this.offset.rotation + this.animationPose.rotation; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_33 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_34 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_origin_11(); NullCheck(L_34); float L_35 = L_34->get_rotation_9(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_36 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_offset_10(); NullCheck(L_36); float L_37 = L_36->get_rotation_9(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_38 = __this->get_animationPose_16(); NullCheck(L_38); float L_39 = L_38->get_rotation_9(); NullCheck(L_33); L_33->set_rotation_9(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_35, (float)L_37)), (float)L_39))); // global.scaleX = this.origin.scaleX * this.offset.scaleX * this.animationPose.scaleX; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_40 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_41 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_origin_11(); NullCheck(L_41); float L_42 = L_41->get_scaleX_10(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_43 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_offset_10(); NullCheck(L_43); float L_44 = L_43->get_scaleX_10(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_45 = __this->get_animationPose_16(); NullCheck(L_45); float L_46 = L_45->get_scaleX_10(); NullCheck(L_40); L_40->set_scaleX_10(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_42, (float)L_44)), (float)L_46))); // global.scaleY = this.origin.scaleY * this.offset.scaleY * this.animationPose.scaleY; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_47 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_48 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_origin_11(); NullCheck(L_48); float L_49 = L_48->get_scaleY_11(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_50 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_offset_10(); NullCheck(L_50); float L_51 = L_50->get_scaleY_11(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_52 = __this->get_animationPose_16(); NullCheck(L_52); float L_53 = L_52->get_scaleY_11(); NullCheck(L_47); L_47->set_scaleY_11(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_49, (float)L_51)), (float)L_53))); // } goto IL_01c6; } IL_015f: { // global.CopyFrom(this.offset).Add(this.animationPose); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_54 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_55 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_offset_10(); NullCheck(L_54); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_56; L_56 = TransformDB_CopyFrom_mEF91EE3F2508A8B0603B04CE58CF1BEF69C68524(L_54, L_55, /*hidden argument*/NULL); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_57 = __this->get_animationPose_16(); NullCheck(L_56); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_58; L_58 = TransformDB_Add_m967336FDEF69E0228C789239C318764C16538A75(L_56, L_57, /*hidden argument*/NULL); // } goto IL_01c6; } IL_017a: { // else if (this.offsetMode == OffsetMode.None) int32_t L_59 = __this->get_offsetMode_15(); if (L_59) { goto IL_01b5; } } { // if (this.origin != null) TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_60 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_origin_11(); if (!L_60) { goto IL_01a5; } } { // global.CopyFrom(this.origin).Add(this.animationPose); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_61 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_62 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_origin_11(); NullCheck(L_61); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_63; L_63 = TransformDB_CopyFrom_mEF91EE3F2508A8B0603B04CE58CF1BEF69C68524(L_61, L_62, /*hidden argument*/NULL); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_64 = __this->get_animationPose_16(); NullCheck(L_63); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_65; L_65 = TransformDB_Add_m967336FDEF69E0228C789239C318764C16538A75(L_63, L_64, /*hidden argument*/NULL); // } goto IL_01c6; } IL_01a5: { // global.CopyFrom(this.animationPose); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_66 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_67 = __this->get_animationPose_16(); NullCheck(L_66); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_68; L_68 = TransformDB_CopyFrom_mEF91EE3F2508A8B0603B04CE58CF1BEF69C68524(L_66, L_67, /*hidden argument*/NULL); // } goto IL_01c6; } IL_01b5: { // inherit = false; V_6 = (bool)0; // global.CopyFrom(this.offset); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_69 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_70 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_offset_10(); NullCheck(L_69); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_71; L_71 = TransformDB_CopyFrom_mEF91EE3F2508A8B0603B04CE58CF1BEF69C68524(L_69, L_70, /*hidden argument*/NULL); } IL_01c6: { // if (inherit) bool L_72 = V_6; if (!L_72) { goto IL_0485; } } { // var parentMatrix = parent.globalTransformMatrix; Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_73 = V_1; NullCheck(L_73); Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_74 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)L_73)->get_globalTransformMatrix_8(); V_8 = L_74; // if (boneData.inheritScale) BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_75 = V_0; NullCheck(L_75); bool L_76 = L_75->get_inheritScale_7(); if (!L_76) { goto IL_02dc; } } { // if (!boneData.inheritRotation) BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_77 = V_0; NullCheck(L_77); bool L_78 = L_77->get_inheritRotation_6(); if (L_78) { goto IL_026b; } } { // parent.UpdateGlobalTransform(); Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_79 = V_1; NullCheck(L_79); TransformObject_UpdateGlobalTransform_mBAEDE3A87562FFCA6AF1BFCADE4D153179F9F81C(L_79, /*hidden argument*/NULL); // if (flipX && flipY) bool L_80 = V_2; bool L_81 = V_3; if (!((int32_t)((int32_t)L_80&(int32_t)L_81))) { goto IL_0213; } } { // rotation = global.rotation - (parent.global.rotation + TransformDB.PI); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_82 = V_5; NullCheck(L_82); float L_83 = L_82->get_rotation_9(); Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_84 = V_1; NullCheck(L_84); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_85 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)L_84)->get_global_9(); NullCheck(L_85); float L_86 = L_85->get_rotation_9(); IL2CPP_RUNTIME_CLASS_INIT(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); float L_87 = ((TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields*)il2cpp_codegen_static_fields_for(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var))->get_PI_0(); V_4 = ((float)il2cpp_codegen_subtract((float)L_83, (float)((float)il2cpp_codegen_add((float)L_86, (float)L_87)))); // } goto IL_0262; } IL_0213: { // else if (flipX) bool L_88 = V_2; if (!L_88) { goto IL_0233; } } { // rotation = global.rotation + parent.global.rotation + TransformDB.PI; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_89 = V_5; NullCheck(L_89); float L_90 = L_89->get_rotation_9(); Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_91 = V_1; NullCheck(L_91); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_92 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)L_91)->get_global_9(); NullCheck(L_92); float L_93 = L_92->get_rotation_9(); IL2CPP_RUNTIME_CLASS_INIT(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); float L_94 = ((TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields*)il2cpp_codegen_static_fields_for(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var))->get_PI_0(); V_4 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_90, (float)L_93)), (float)L_94)); // } goto IL_0262; } IL_0233: { // else if (flipY) bool L_95 = V_3; if (!L_95) { goto IL_024d; } } { // rotation = global.rotation + parent.global.rotation; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_96 = V_5; NullCheck(L_96); float L_97 = L_96->get_rotation_9(); Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_98 = V_1; NullCheck(L_98); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_99 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)L_98)->get_global_9(); NullCheck(L_99); float L_100 = L_99->get_rotation_9(); V_4 = ((float)il2cpp_codegen_add((float)L_97, (float)L_100)); // } goto IL_0262; } IL_024d: { // rotation = global.rotation - parent.global.rotation; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_101 = V_5; NullCheck(L_101); float L_102 = L_101->get_rotation_9(); Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_103 = V_1; NullCheck(L_103); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_104 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)L_103)->get_global_9(); NullCheck(L_104); float L_105 = L_104->get_rotation_9(); V_4 = ((float)il2cpp_codegen_subtract((float)L_102, (float)L_105)); } IL_0262: { // global.rotation = rotation; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_106 = V_5; float L_107 = V_4; NullCheck(L_106); L_106->set_rotation_9(L_107); } IL_026b: { // global.ToMatrix(globalTransformMatrix); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_108 = V_5; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_109 = V_7; NullCheck(L_108); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_110; L_110 = TransformDB_ToMatrix_m61C4062285BB4E83DE5EDE79418FB979F39EABBF(L_108, L_109, /*hidden argument*/NULL); // globalTransformMatrix.Concat(parentMatrix); Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_111 = V_7; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_112 = V_8; NullCheck(L_111); Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_113; L_113 = Matrix_Concat_mCD40D722CBE86D7683B879F290F945EC81C0CE32(L_111, L_112, /*hidden argument*/NULL); // if (this._boneData.inheritTranslation) BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_114 = __this->get__boneData_24(); NullCheck(L_114); bool L_115 = L_114->get_inheritTranslation_5(); if (!L_115) { goto IL_02aa; } } { // global.x = globalTransformMatrix.tx; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_116 = V_5; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_117 = V_7; NullCheck(L_117); float L_118 = L_117->get_tx_4(); NullCheck(L_116); L_116->set_x_6(L_118); // global.y = globalTransformMatrix.ty; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_119 = V_5; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_120 = V_7; NullCheck(L_120); float L_121 = L_120->get_ty_5(); NullCheck(L_119); L_119->set_y_7(L_121); // } goto IL_02c6; } IL_02aa: { // globalTransformMatrix.tx = global.x; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_122 = V_7; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_123 = V_5; NullCheck(L_123); float L_124 = L_123->get_x_6(); NullCheck(L_122); L_122->set_tx_4(L_124); // globalTransformMatrix.ty = global.y; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_125 = V_7; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_126 = V_5; NullCheck(L_126); float L_127 = L_126->get_y_7(); NullCheck(L_125); L_125->set_ty_5(L_127); } IL_02c6: { // if (isCache) bool L_128 = ___isCache0; if (!L_128) { goto IL_02d4; } } { // global.FromMatrix(globalTransformMatrix); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_129 = V_5; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_130 = V_7; NullCheck(L_129); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_131; L_131 = TransformDB_FromMatrix_m3B139F3146275DB73ABF8C6058646D3BB8FC1E38(L_129, L_130, /*hidden argument*/NULL); // } return; } IL_02d4: { // this._globalDirty = true; ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->set__globalDirty_13((bool)1); // } return; } IL_02dc: { // if (boneData.inheritTranslation) BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_132 = V_0; NullCheck(L_132); bool L_133 = L_132->get_inheritTranslation_5(); if (!L_133) { goto IL_0340; } } { // var x = global.x; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_134 = V_5; NullCheck(L_134); float L_135 = L_134->get_x_6(); V_9 = L_135; // var y = global.y; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_136 = V_5; NullCheck(L_136); float L_137 = L_136->get_y_7(); V_10 = L_137; // global.x = parentMatrix.a * x + parentMatrix.c * y + parentMatrix.tx; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_138 = V_5; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_139 = V_8; NullCheck(L_139); float L_140 = L_139->get_a_0(); float L_141 = V_9; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_142 = V_8; NullCheck(L_142); float L_143 = L_142->get_c_2(); float L_144 = V_10; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_145 = V_8; NullCheck(L_145); float L_146 = L_145->get_tx_4(); NullCheck(L_138); L_138->set_x_6(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_140, (float)L_141)), (float)((float)il2cpp_codegen_multiply((float)L_143, (float)L_144)))), (float)L_146))); // global.y = parentMatrix.b * x + parentMatrix.d * y + parentMatrix.ty; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_147 = V_5; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_148 = V_8; NullCheck(L_148); float L_149 = L_148->get_b_1(); float L_150 = V_9; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_151 = V_8; NullCheck(L_151); float L_152 = L_151->get_d_3(); float L_153 = V_10; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_154 = V_8; NullCheck(L_154); float L_155 = L_154->get_ty_5(); NullCheck(L_147); L_147->set_y_7(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_149, (float)L_150)), (float)((float)il2cpp_codegen_multiply((float)L_152, (float)L_153)))), (float)L_155))); // } goto IL_0364; } IL_0340: { // if (flipX) bool L_156 = V_2; if (!L_156) { goto IL_0352; } } { // global.x = -global.x; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_157 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_158 = V_5; NullCheck(L_158); float L_159 = L_158->get_x_6(); NullCheck(L_157); L_157->set_x_6(((-L_159))); } IL_0352: { // if (flipY) bool L_160 = V_3; if (!L_160) { goto IL_0364; } } { // global.y = -global.y; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_161 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_162 = V_5; NullCheck(L_162); float L_163 = L_162->get_y_7(); NullCheck(L_161); L_161->set_y_7(((-L_163))); } IL_0364: { // if (boneData.inheritRotation) BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_164 = V_0; NullCheck(L_164); bool L_165 = L_164->get_inheritRotation_6(); if (!L_165) { goto IL_0425; } } { // parent.UpdateGlobalTransform(); Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_166 = V_1; NullCheck(L_166); TransformObject_UpdateGlobalTransform_mBAEDE3A87562FFCA6AF1BFCADE4D153179F9F81C(L_166, /*hidden argument*/NULL); // if (parent.global.scaleX < 0.0) Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_167 = V_1; NullCheck(L_167); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_168 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)L_167)->get_global_9(); NullCheck(L_168); float L_169 = L_168->get_scaleX_10(); if ((!(((double)((double)((double)L_169))) < ((double)(0.0))))) { goto IL_03a9; } } { // rotation = global.rotation + parent.global.rotation + TransformDB.PI; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_170 = V_5; NullCheck(L_170); float L_171 = L_170->get_rotation_9(); Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_172 = V_1; NullCheck(L_172); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_173 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)L_172)->get_global_9(); NullCheck(L_173); float L_174 = L_173->get_rotation_9(); IL2CPP_RUNTIME_CLASS_INIT(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); float L_175 = ((TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields*)il2cpp_codegen_static_fields_for(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var))->get_PI_0(); V_4 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_171, (float)L_174)), (float)L_175)); // } goto IL_03be; } IL_03a9: { // rotation = global.rotation + parent.global.rotation; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_176 = V_5; NullCheck(L_176); float L_177 = L_176->get_rotation_9(); Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_178 = V_1; NullCheck(L_178); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_179 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)L_178)->get_global_9(); NullCheck(L_179); float L_180 = L_179->get_rotation_9(); V_4 = ((float)il2cpp_codegen_add((float)L_177, (float)L_180)); } IL_03be: { // if (parentMatrix.a * parentMatrix.d - parentMatrix.b * parentMatrix.c < 0.0) Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_181 = V_8; NullCheck(L_181); float L_182 = L_181->get_a_0(); Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_183 = V_8; NullCheck(L_183); float L_184 = L_183->get_d_3(); Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_185 = V_8; NullCheck(L_185); float L_186 = L_185->get_b_1(); Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_187 = V_8; NullCheck(L_187); float L_188 = L_187->get_c_2(); if ((!(((double)((double)((double)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_182, (float)L_184)), (float)((float)il2cpp_codegen_multiply((float)L_186, (float)L_188))))))) < ((double)(0.0))))) { goto IL_041a; } } { // rotation -= global.rotation * 2.0f; float L_189 = V_4; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_190 = V_5; NullCheck(L_190); float L_191 = L_190->get_rotation_9(); V_4 = ((float)il2cpp_codegen_subtract((float)L_189, (float)((float)il2cpp_codegen_multiply((float)L_191, (float)(2.0f))))); // if (flipX != flipY || boneData.inheritReflection) bool L_192 = V_2; bool L_193 = V_3; if ((!(((uint32_t)L_192) == ((uint32_t)L_193)))) { goto IL_0407; } } { BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_194 = V_0; NullCheck(L_194); bool L_195 = L_194->get_inheritReflection_8(); if (!L_195) { goto IL_041a; } } IL_0407: { // global.skew += TransformDB.PI; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_196 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_197 = L_196; NullCheck(L_197); float L_198 = L_197->get_skew_8(); IL2CPP_RUNTIME_CLASS_INIT(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); float L_199 = ((TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields*)il2cpp_codegen_static_fields_for(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var))->get_PI_0(); NullCheck(L_197); L_197->set_skew_8(((float)il2cpp_codegen_add((float)L_198, (float)L_199))); } IL_041a: { // global.rotation = rotation; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_200 = V_5; float L_201 = V_4; NullCheck(L_200); L_200->set_rotation_9(L_201); // } goto IL_047a; } IL_0425: { // else if (flipX || flipY) bool L_202 = V_2; bool L_203 = V_3; if (!((int32_t)((int32_t)L_202|(int32_t)L_203))) { goto IL_047a; } } { // if (flipX && flipY) bool L_204 = V_2; bool L_205 = V_3; if (!((int32_t)((int32_t)L_204&(int32_t)L_205))) { goto IL_0440; } } { // rotation = global.rotation + TransformDB.PI; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_206 = V_5; NullCheck(L_206); float L_207 = L_206->get_rotation_9(); IL2CPP_RUNTIME_CLASS_INIT(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); float L_208 = ((TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields*)il2cpp_codegen_static_fields_for(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var))->get_PI_0(); V_4 = ((float)il2cpp_codegen_add((float)L_207, (float)L_208)); // } goto IL_0471; } IL_0440: { // if (flipX) bool L_209 = V_2; if (!L_209) { goto IL_0454; } } { // rotation = TransformDB.PI - global.rotation; IL2CPP_RUNTIME_CLASS_INIT(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); float L_210 = ((TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields*)il2cpp_codegen_static_fields_for(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var))->get_PI_0(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_211 = V_5; NullCheck(L_211); float L_212 = L_211->get_rotation_9(); V_4 = ((float)il2cpp_codegen_subtract((float)L_210, (float)L_212)); // } goto IL_045e; } IL_0454: { // rotation = -global.rotation; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_213 = V_5; NullCheck(L_213); float L_214 = L_213->get_rotation_9(); V_4 = ((-L_214)); } IL_045e: { // global.skew += TransformDB.PI; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_215 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_216 = L_215; NullCheck(L_216); float L_217 = L_216->get_skew_8(); IL2CPP_RUNTIME_CLASS_INIT(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); float L_218 = ((TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields*)il2cpp_codegen_static_fields_for(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var))->get_PI_0(); NullCheck(L_216); L_216->set_skew_8(((float)il2cpp_codegen_add((float)L_217, (float)L_218))); } IL_0471: { // global.rotation = rotation; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_219 = V_5; float L_220 = V_4; NullCheck(L_219); L_219->set_rotation_9(L_220); } IL_047a: { // global.ToMatrix(globalTransformMatrix); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_221 = V_5; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_222 = V_7; NullCheck(L_221); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_223; L_223 = TransformDB_ToMatrix_m61C4062285BB4E83DE5EDE79418FB979F39EABBF(L_221, L_222, /*hidden argument*/NULL); // } return; } IL_0485: { // if (flipX || flipY) bool L_224 = V_2; bool L_225 = V_3; if (!((int32_t)((int32_t)L_224|(int32_t)L_225))) { goto IL_04fe; } } { // if (flipX) bool L_226 = V_2; if (!L_226) { goto IL_049c; } } { // global.x = -global.x; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_227 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_228 = V_5; NullCheck(L_228); float L_229 = L_228->get_x_6(); NullCheck(L_227); L_227->set_x_6(((-L_229))); } IL_049c: { // if (flipY) bool L_230 = V_3; if (!L_230) { goto IL_04ae; } } { // global.y = -global.y; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_231 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_232 = V_5; NullCheck(L_232); float L_233 = L_232->get_y_7(); NullCheck(L_231); L_231->set_y_7(((-L_233))); } IL_04ae: { // if (flipX && flipY) bool L_234 = V_2; bool L_235 = V_3; if (!((int32_t)((int32_t)L_234&(int32_t)L_235))) { goto IL_04c4; } } { // rotation = global.rotation + TransformDB.PI; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_236 = V_5; NullCheck(L_236); float L_237 = L_236->get_rotation_9(); IL2CPP_RUNTIME_CLASS_INIT(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); float L_238 = ((TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields*)il2cpp_codegen_static_fields_for(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var))->get_PI_0(); V_4 = ((float)il2cpp_codegen_add((float)L_237, (float)L_238)); // } goto IL_04f5; } IL_04c4: { // if (flipX) bool L_239 = V_2; if (!L_239) { goto IL_04d8; } } { // rotation = TransformDB.PI - global.rotation; IL2CPP_RUNTIME_CLASS_INIT(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); float L_240 = ((TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields*)il2cpp_codegen_static_fields_for(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var))->get_PI_0(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_241 = V_5; NullCheck(L_241); float L_242 = L_241->get_rotation_9(); V_4 = ((float)il2cpp_codegen_subtract((float)L_240, (float)L_242)); // } goto IL_04e2; } IL_04d8: { // rotation = -global.rotation; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_243 = V_5; NullCheck(L_243); float L_244 = L_243->get_rotation_9(); V_4 = ((-L_244)); } IL_04e2: { // global.skew += TransformDB.PI; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_245 = V_5; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_246 = L_245; NullCheck(L_246); float L_247 = L_246->get_skew_8(); IL2CPP_RUNTIME_CLASS_INIT(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); float L_248 = ((TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_StaticFields*)il2cpp_codegen_static_fields_for(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var))->get_PI_0(); NullCheck(L_246); L_246->set_skew_8(((float)il2cpp_codegen_add((float)L_247, (float)L_248))); } IL_04f5: { // global.rotation = rotation; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_249 = V_5; float L_250 = V_4; NullCheck(L_249); L_249->set_rotation_9(L_250); } IL_04fe: { // global.ToMatrix(globalTransformMatrix); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_251 = V_5; Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_252 = V_7; NullCheck(L_251); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_253; L_253 = TransformDB_ToMatrix_m61C4062285BB4E83DE5EDE79418FB979F39EABBF(L_251, L_252, /*hidden argument*/NULL); // } return; } } // System.Void DragonBones.Bone::Init(DragonBones.BoneData,DragonBones.Armature) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bone_Init_m07BB0A1C0297F67267C09C7F957827EACEAD065B (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * ___boneData0, Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * ___armatureValue1, const RuntimeMethod* method) { { // if (this._boneData != null) BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_0 = __this->get__boneData_24(); if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // this._boneData = boneData; BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_1 = ___boneData0; __this->set__boneData_24(L_1); // this._armature = armatureValue; Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * L_2 = ___armatureValue1; ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->set__armature_14(L_2); // if (this._boneData.parent != null) BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_3 = __this->get__boneData_24(); NullCheck(L_3); BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_4 = L_3->get_parent_13(); if (!L_4) { goto IL_0045; } } { // this._parent = this._armature.GetBone(this._boneData.parent.name); Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * L_5 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get__armature_14(); BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_6 = __this->get__boneData_24(); NullCheck(L_6); BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_7 = L_6->get_parent_13(); NullCheck(L_7); String_t* L_8 = L_7->get_name_10(); NullCheck(L_5); Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_9; L_9 = Armature_GetBone_m9A9880E57F858489B2E8C78C33BD6204E0F3FFF0(L_5, L_8, /*hidden argument*/NULL); __this->set__parent_25(L_9); } IL_0045: { // this._armature._AddBone(this); Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * L_10 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get__armature_14(); NullCheck(L_10); Armature__AddBone_mCEB8AA7B700C0C289562D0453FDDAB72033F9FC0(L_10, __this, /*hidden argument*/NULL); // this.origin = this._boneData.transform; BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_11 = __this->get__boneData_24(); NullCheck(L_11); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_12 = L_11->get_transform_11(); ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->set_origin_11(L_12); // } return; } } // System.Void DragonBones.Bone::Update(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bone_Update_m0D19149A44C5F6E4AB190BD00317B5E2F730348D (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, int32_t ___cacheFrameIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mD6ACE29D2A7457FA15EBF49428A707674CE51B50_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m813F81FC9AB21B9F27D446138C50C68AD5CE641C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m720034BAE2C5E484A19A343FB418A7934606ECF3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m8662A6359E6FF70B9CE00F1A9776060C8800E300_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m1C4A039A7BDDE12D728C6BA9145FA238B5F27041_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C V_1; memset((&V_1), 0, sizeof(V_1)); Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D * V_2 = NULL; Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D * V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // this._blendState.dirty = false; BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * L_0 = __this->get__blendState_23(); NullCheck(L_0); L_0->set_dirty_0((bool)0); // if (cacheFrameIndex >= 0 && this._cachedFrameIndices != null) int32_t L_1 = ___cacheFrameIndex0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_010d; } } { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_2 = __this->get__cachedFrameIndices_26(); if (!L_2) { goto IL_010d; } } { // var cachedFrameIndex = this._cachedFrameIndices[cacheFrameIndex]; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_3 = __this->get__cachedFrameIndices_26(); int32_t L_4 = ___cacheFrameIndex0; NullCheck(L_3); int32_t L_5; L_5 = List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_RuntimeMethod_var); V_0 = L_5; // if (cachedFrameIndex >= 0 && this._cachedFrameIndex == cachedFrameIndex) int32_t L_6 = V_0; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0044; } } { int32_t L_7 = __this->get__cachedFrameIndex_22(); int32_t L_8 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0044; } } { // this._transformDirty = false; __this->set__transformDirty_17((bool)0); // } goto IL_0186; } IL_0044: { // else if (cachedFrameIndex >= 0) int32_t L_9 = V_0; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_005b; } } { // this._transformDirty = true; __this->set__transformDirty_17((bool)1); // this._cachedFrameIndex = cachedFrameIndex; int32_t L_10 = V_0; __this->set__cachedFrameIndex_22(L_10); // } goto IL_0186; } IL_005b: { // if (this._hasConstraint) bool L_11 = __this->get__hasConstraint_20(); if (!L_11) { goto IL_00a6; } } { // foreach (var constraint in this._armature._constraints) Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * L_12 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get__armature_14(); NullCheck(L_12); List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 * L_13 = L_12->get__constraints_15(); NullCheck(L_13); Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C L_14; L_14 = List_1_GetEnumerator_m8662A6359E6FF70B9CE00F1A9776060C8800E300(L_13, /*hidden argument*/List_1_GetEnumerator_m8662A6359E6FF70B9CE00F1A9776060C8800E300_RuntimeMethod_var); V_1 = L_14; } IL_0074: try {// begin try (depth: 1) { goto IL_008d; } IL_0076: { // foreach (var constraint in this._armature._constraints) Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D * L_15; L_15 = Enumerator_get_Current_m720034BAE2C5E484A19A343FB418A7934606ECF3_inline((Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C *)(&V_1), /*hidden argument*/Enumerator_get_Current_m720034BAE2C5E484A19A343FB418A7934606ECF3_RuntimeMethod_var); V_2 = L_15; // if (constraint._root == this) Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D * L_16 = V_2; NullCheck(L_16); Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_17 = L_16->get__root_11(); if ((!(((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)L_17) == ((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)__this)))) { goto IL_008d; } } IL_0087: { // constraint.Update(); Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D * L_18 = V_2; NullCheck(L_18); VirtualActionInvoker0::Invoke(6 /* System.Void DragonBones.Constraint::Update() */, L_18); } IL_008d: { // foreach (var constraint in this._armature._constraints) bool L_19; L_19 = Enumerator_MoveNext_m813F81FC9AB21B9F27D446138C50C68AD5CE641C((Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m813F81FC9AB21B9F27D446138C50C68AD5CE641C_RuntimeMethod_var); if (L_19) { goto IL_0076; } } IL_0096: { IL2CPP_LEAVE(0xA6, FINALLY_0098); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0098; } FINALLY_0098: {// begin finally (depth: 1) Enumerator_Dispose_mD6ACE29D2A7457FA15EBF49428A707674CE51B50((Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C *)(&V_1), /*hidden argument*/Enumerator_Dispose_mD6ACE29D2A7457FA15EBF49428A707674CE51B50_RuntimeMethod_var); IL2CPP_END_FINALLY(152) }// end finally (depth: 1) IL2CPP_CLEANUP(152) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA6, IL_00a6) } IL_00a6: { // if (this._transformDirty || (this._parent != null && this._parent._childrenTransformDirty)) bool L_20 = __this->get__transformDirty_17(); if (L_20) { goto IL_00c3; } } { Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_21 = __this->get__parent_25(); if (!L_21) { goto IL_00d6; } } { Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_22 = __this->get__parent_25(); NullCheck(L_22); bool L_23 = L_22->get__childrenTransformDirty_18(); if (!L_23) { goto IL_00d6; } } IL_00c3: { // this._transformDirty = true; __this->set__transformDirty_17((bool)1); // this._cachedFrameIndex = -1; __this->set__cachedFrameIndex_22((-1)); // } goto IL_0186; } IL_00d6: { // else if (this._cachedFrameIndex >= 0) int32_t L_24 = __this->get__cachedFrameIndex_22(); if ((((int32_t)L_24) < ((int32_t)0))) { goto IL_00fd; } } { // this._transformDirty = false; __this->set__transformDirty_17((bool)0); // this._cachedFrameIndices[cacheFrameIndex] = this._cachedFrameIndex; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_25 = __this->get__cachedFrameIndices_26(); int32_t L_26 = ___cacheFrameIndex0; int32_t L_27 = __this->get__cachedFrameIndex_22(); NullCheck(L_25); List_1_set_Item_m1C4A039A7BDDE12D728C6BA9145FA238B5F27041(L_25, L_26, L_27, /*hidden argument*/List_1_set_Item_m1C4A039A7BDDE12D728C6BA9145FA238B5F27041_RuntimeMethod_var); // } goto IL_0186; } IL_00fd: { // this._transformDirty = true; __this->set__transformDirty_17((bool)1); // this._cachedFrameIndex = -1; __this->set__cachedFrameIndex_22((-1)); // } goto IL_0186; } IL_010d: { // if (this._hasConstraint) bool L_28 = __this->get__hasConstraint_20(); if (!L_28) { goto IL_0158; } } { // foreach (var constraint in this._armature._constraints) Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * L_29 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get__armature_14(); NullCheck(L_29); List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 * L_30 = L_29->get__constraints_15(); NullCheck(L_30); Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C L_31; L_31 = List_1_GetEnumerator_m8662A6359E6FF70B9CE00F1A9776060C8800E300(L_30, /*hidden argument*/List_1_GetEnumerator_m8662A6359E6FF70B9CE00F1A9776060C8800E300_RuntimeMethod_var); V_1 = L_31; } IL_0126: try {// begin try (depth: 1) { goto IL_013f; } IL_0128: { // foreach (var constraint in this._armature._constraints) Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D * L_32; L_32 = Enumerator_get_Current_m720034BAE2C5E484A19A343FB418A7934606ECF3_inline((Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C *)(&V_1), /*hidden argument*/Enumerator_get_Current_m720034BAE2C5E484A19A343FB418A7934606ECF3_RuntimeMethod_var); V_3 = L_32; // if (constraint._root == this) Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D * L_33 = V_3; NullCheck(L_33); Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_34 = L_33->get__root_11(); if ((!(((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)L_34) == ((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)__this)))) { goto IL_013f; } } IL_0139: { // constraint.Update(); Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D * L_35 = V_3; NullCheck(L_35); VirtualActionInvoker0::Invoke(6 /* System.Void DragonBones.Constraint::Update() */, L_35); } IL_013f: { // foreach (var constraint in this._armature._constraints) bool L_36; L_36 = Enumerator_MoveNext_m813F81FC9AB21B9F27D446138C50C68AD5CE641C((Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m813F81FC9AB21B9F27D446138C50C68AD5CE641C_RuntimeMethod_var); if (L_36) { goto IL_0128; } } IL_0148: { IL2CPP_LEAVE(0x158, FINALLY_014a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_014a; } FINALLY_014a: {// begin finally (depth: 1) Enumerator_Dispose_mD6ACE29D2A7457FA15EBF49428A707674CE51B50((Enumerator_tDEF8260BC26BD17868C29CA5A1CD04EA190C145C *)(&V_1), /*hidden argument*/Enumerator_Dispose_mD6ACE29D2A7457FA15EBF49428A707674CE51B50_RuntimeMethod_var); IL2CPP_END_FINALLY(330) }// end finally (depth: 1) IL2CPP_CLEANUP(330) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x158, IL_0158) } IL_0158: { // if (this._transformDirty || (this._parent != null && this._parent._childrenTransformDirty)) bool L_37 = __this->get__transformDirty_17(); if (L_37) { goto IL_0175; } } { Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_38 = __this->get__parent_25(); if (!L_38) { goto IL_0186; } } { Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_39 = __this->get__parent_25(); NullCheck(L_39); bool L_40 = L_39->get__childrenTransformDirty_18(); if (!L_40) { goto IL_0186; } } IL_0175: { // cacheFrameIndex = -1; ___cacheFrameIndex0 = (-1); // this._transformDirty = true; __this->set__transformDirty_17((bool)1); // this._cachedFrameIndex = -1; __this->set__cachedFrameIndex_22((-1)); } IL_0186: { // if (this._transformDirty) bool L_41 = __this->get__transformDirty_17(); if (!L_41) { goto IL_0226; } } { // this._transformDirty = false; __this->set__transformDirty_17((bool)0); // this._childrenTransformDirty = true; __this->set__childrenTransformDirty_18((bool)1); // if (this._cachedFrameIndex < 0) int32_t L_42 = __this->get__cachedFrameIndex_22(); if ((((int32_t)L_42) >= ((int32_t)0))) { goto IL_0202; } } { // var isCache = cacheFrameIndex >= 0; int32_t L_43 = ___cacheFrameIndex0; V_4 = (bool)((((int32_t)((((int32_t)L_43) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); // if (this._localDirty) bool L_44 = __this->get__localDirty_19(); if (!L_44) { goto IL_01c1; } } { // this._UpdateGlobalTransformMatrix(isCache); bool L_45 = V_4; Bone__UpdateGlobalTransformMatrix_m9D82B39805405D019387F375E71FBFCB9AA3CF09(__this, L_45, /*hidden argument*/NULL); } IL_01c1: { // if (isCache && this._cachedFrameIndices != null) bool L_46 = V_4; if (!L_46) { goto IL_0235; } } { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_47 = __this->get__cachedFrameIndices_26(); if (!L_47) { goto IL_0235; } } { // this._cachedFrameIndex = this._cachedFrameIndices[cacheFrameIndex] = this._armature._armatureData.SetCacheFrame(this.globalTransformMatrix, this.global); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_48 = __this->get__cachedFrameIndices_26(); int32_t L_49 = ___cacheFrameIndex0; Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * L_50 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get__armature_14(); NullCheck(L_50); ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * L_51 = L_50->get__armatureData_17(); Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_52 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_globalTransformMatrix_8(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_53 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_global_9(); NullCheck(L_51); int32_t L_54; L_54 = ArmatureData_SetCacheFrame_m901EE210D7A6D8EADB90278F3CFC1BFC19D44F89(L_51, L_52, L_53, /*hidden argument*/NULL); int32_t L_55 = L_54; V_5 = L_55; NullCheck(L_48); List_1_set_Item_m1C4A039A7BDDE12D728C6BA9145FA238B5F27041(L_48, L_49, L_55, /*hidden argument*/List_1_set_Item_m1C4A039A7BDDE12D728C6BA9145FA238B5F27041_RuntimeMethod_var); int32_t L_56 = V_5; __this->set__cachedFrameIndex_22(L_56); // } goto IL_0235; } IL_0202: { // this._armature._armatureData.GetCacheFrame(this.globalTransformMatrix, this.global, this._cachedFrameIndex); Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * L_57 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get__armature_14(); NullCheck(L_57); ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * L_58 = L_57->get__armatureData_17(); Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * L_59 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_globalTransformMatrix_8(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_60 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get_global_9(); int32_t L_61 = __this->get__cachedFrameIndex_22(); NullCheck(L_58); ArmatureData_GetCacheFrame_m05390FA851EC3FDF956154DF5605FB1B91679A7D(L_58, L_59, L_60, L_61, /*hidden argument*/NULL); // } goto IL_0235; } IL_0226: { // else if (this._childrenTransformDirty) bool L_62 = __this->get__childrenTransformDirty_18(); if (!L_62) { goto IL_0235; } } { // this._childrenTransformDirty = false; __this->set__childrenTransformDirty_18((bool)0); } IL_0235: { // this._localDirty = true; __this->set__localDirty_19((bool)1); // } return; } } // System.Void DragonBones.Bone::UpdateByConstraint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bone_UpdateByConstraint_m1867A154E6E12E8329DEFC5D2A969DAE9443E160 (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, const RuntimeMethod* method) { { // if (this._localDirty) bool L_0 = __this->get__localDirty_19(); if (!L_0) { goto IL_003a; } } { // this._localDirty = false; __this->set__localDirty_19((bool)0); // if (this._transformDirty || (this._parent != null && this._parent._childrenTransformDirty)) bool L_1 = __this->get__transformDirty_17(); if (L_1) { goto IL_002c; } } { Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_2 = __this->get__parent_25(); if (!L_2) { goto IL_0033; } } { Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_3 = __this->get__parent_25(); NullCheck(L_3); bool L_4 = L_3->get__childrenTransformDirty_18(); if (!L_4) { goto IL_0033; } } IL_002c: { // this._UpdateGlobalTransformMatrix(true); Bone__UpdateGlobalTransformMatrix_m9D82B39805405D019387F375E71FBFCB9AA3CF09(__this, (bool)1, /*hidden argument*/NULL); } IL_0033: { // this._transformDirty = true; __this->set__transformDirty_17((bool)1); } IL_003a: { // } return; } } // System.Void DragonBones.Bone::InvalidUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bone_InvalidUpdate_m38D0FDF4E5B7E1DBC248EF89002D93FB13F62B0A (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, const RuntimeMethod* method) { { // this._transformDirty = true; __this->set__transformDirty_17((bool)1); // } return; } } // System.Boolean DragonBones.Bone::Contains(DragonBones.Bone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bone_Contains_m64E1D7992746CB99B34321917B6CB40671ADCE05 (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * ___value0, const RuntimeMethod* method) { Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * V_0 = NULL; { // if (value == this) Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_0 = ___value0; if ((!(((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)L_0) == ((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)__this)))) { goto IL_0006; } } { // return false; return (bool)0; } IL_0006: { // Bone ancestor = value; Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_1 = ___value0; V_0 = L_1; goto IL_0011; } IL_000a: { // ancestor = ancestor.parent; Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_2 = V_0; NullCheck(L_2); Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_3; L_3 = Bone_get_parent_mD2D702764E51EBBC81F7333000D9B813B293D427_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_0011: { // while (ancestor != this && ancestor != null) Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_4 = V_0; if ((((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)L_4) == ((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)__this))) { goto IL_0018; } } { Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_5 = V_0; if (L_5) { goto IL_000a; } } IL_0018: { // return ancestor == this; Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_6 = V_0; return (bool)((((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)L_6) == ((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)__this))? 1 : 0); } } // DragonBones.BoneData DragonBones.Bone::get_boneData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * Bone_get_boneData_mA56943803D60959A1F3B60BF12BAE522EAE35E60 (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, const RuntimeMethod* method) { { // get { return this._boneData; } BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_0 = __this->get__boneData_24(); return L_0; } } // System.Boolean DragonBones.Bone::get_visible() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bone_get_visible_m7E8065F177DB46BA48378E93CD7A90A999E3A53D (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, const RuntimeMethod* method) { { // get { return this._visible; } bool L_0 = __this->get__visible_21(); return L_0; } } // System.Void DragonBones.Bone::set_visible(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bone_set_visible_mC20FAEFFFAACEF861B1EC9D3DF6DCDFBA74BE175 (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m3B44109F8E15E104FAA3246C30ED6DBB8A8C51C7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF8071C91C8BCCA7804F61E05EBC3CD4094DD90AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mAFDB25619627E68E9CBEB4378A904D7B0979D42E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mB896027B568F31D7093E22BC3D64A8F272C65A08_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 V_0; memset((&V_0), 0, sizeof(V_0)); Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (this._visible == value) bool L_0 = __this->get__visible_21(); bool L_1 = ___value0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000a; } } { // return; return; } IL_000a: { // this._visible = value; bool L_2 = ___value0; __this->set__visible_21(L_2); // foreach (var slot in this._armature.GetSlots()) Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * L_3 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get__armature_14(); NullCheck(L_3); List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * L_4; L_4 = Armature_GetSlots_m501AC63D1F8CFA8C1C24809B7F86038963DC6504_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 L_5; L_5 = List_1_GetEnumerator_mB896027B568F31D7093E22BC3D64A8F272C65A08(L_4, /*hidden argument*/List_1_GetEnumerator_mB896027B568F31D7093E22BC3D64A8F272C65A08_RuntimeMethod_var); V_0 = L_5; } IL_0022: try {// begin try (depth: 1) { goto IL_003b; } IL_0024: { // foreach (var slot in this._armature.GetSlots()) Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * L_6; L_6 = Enumerator_get_Current_mAFDB25619627E68E9CBEB4378A904D7B0979D42E_inline((Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mAFDB25619627E68E9CBEB4378A904D7B0979D42E_RuntimeMethod_var); V_1 = L_6; // if (slot.parent == this) Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * L_7 = V_1; NullCheck(L_7); Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_8; L_8 = Slot_get_parent_mA102121DB3C91AD2CC73A61A4C5EC4D48ABA45B3_inline(L_7, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)L_8) == ((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)__this)))) { goto IL_003b; } } IL_0035: { // slot._UpdateVisible(); Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * L_9 = V_1; NullCheck(L_9); VirtualActionInvoker0::Invoke(12 /* System.Void DragonBones.Slot::_UpdateVisible() */, L_9); } IL_003b: { // foreach (var slot in this._armature.GetSlots()) bool L_10; L_10 = Enumerator_MoveNext_mF8071C91C8BCCA7804F61E05EBC3CD4094DD90AA((Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mF8071C91C8BCCA7804F61E05EBC3CD4094DD90AA_RuntimeMethod_var); if (L_10) { goto IL_0024; } } IL_0044: { IL2CPP_LEAVE(0x54, FINALLY_0046); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0046; } FINALLY_0046: {// begin finally (depth: 1) Enumerator_Dispose_m3B44109F8E15E104FAA3246C30ED6DBB8A8C51C7((Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m3B44109F8E15E104FAA3246C30ED6DBB8A8C51C7_RuntimeMethod_var); IL2CPP_END_FINALLY(70) }// end finally (depth: 1) IL2CPP_CLEANUP(70) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x54, IL_0054) } IL_0054: { // } return; } } // System.String DragonBones.Bone::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Bone_get_name_m02EF775A0C12B1504A6B9EABFB9093396A95BFA2 (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, const RuntimeMethod* method) { { // get { return this._boneData.name; } BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * L_0 = __this->get__boneData_24(); NullCheck(L_0); String_t* L_1 = L_0->get_name_10(); return L_1; } } // DragonBones.Bone DragonBones.Bone::get_parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * Bone_get_parent_mD2D702764E51EBBC81F7333000D9B813B293D427 (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, const RuntimeMethod* method) { { // get { return this._parent; } Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_0 = __this->get__parent_25(); return L_0; } } // DragonBones.Slot DragonBones.Bone::get_slot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * Bone_get_slot_m685BC351A22B1DB5E004B1682982550FD8AD04E2 (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m3B44109F8E15E104FAA3246C30ED6DBB8A8C51C7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF8071C91C8BCCA7804F61E05EBC3CD4094DD90AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mAFDB25619627E68E9CBEB4378A904D7B0979D42E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mB896027B568F31D7093E22BC3D64A8F272C65A08_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 V_0; memset((&V_0), 0, sizeof(V_0)); Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * V_1 = NULL; Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (var slot in this._armature.GetSlots()) Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * L_0 = ((TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F *)__this)->get__armature_14(); NullCheck(L_0); List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * L_1; L_1 = Armature_GetSlots_m501AC63D1F8CFA8C1C24809B7F86038963DC6504_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 L_2; L_2 = List_1_GetEnumerator_mB896027B568F31D7093E22BC3D64A8F272C65A08(L_1, /*hidden argument*/List_1_GetEnumerator_mB896027B568F31D7093E22BC3D64A8F272C65A08_RuntimeMethod_var); V_0 = L_2; } IL_0011: try {// begin try (depth: 1) { goto IL_0028; } IL_0013: { // foreach (var slot in this._armature.GetSlots()) Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * L_3; L_3 = Enumerator_get_Current_mAFDB25619627E68E9CBEB4378A904D7B0979D42E_inline((Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mAFDB25619627E68E9CBEB4378A904D7B0979D42E_RuntimeMethod_var); V_1 = L_3; // if (slot.parent == this) Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * L_4 = V_1; NullCheck(L_4); Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_5; L_5 = Slot_get_parent_mA102121DB3C91AD2CC73A61A4C5EC4D48ABA45B3_inline(L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)L_5) == ((RuntimeObject*)(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)__this)))) { goto IL_0028; } } IL_0024: { // return slot; Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * L_6 = V_1; V_2 = L_6; IL2CPP_LEAVE(0x43, FINALLY_0033); } IL_0028: { // foreach (var slot in this._armature.GetSlots()) bool L_7; L_7 = Enumerator_MoveNext_mF8071C91C8BCCA7804F61E05EBC3CD4094DD90AA((Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mF8071C91C8BCCA7804F61E05EBC3CD4094DD90AA_RuntimeMethod_var); if (L_7) { goto IL_0013; } } IL_0031: { IL2CPP_LEAVE(0x41, FINALLY_0033); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: {// begin finally (depth: 1) Enumerator_Dispose_m3B44109F8E15E104FAA3246C30ED6DBB8A8C51C7((Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m3B44109F8E15E104FAA3246C30ED6DBB8A8C51C7_RuntimeMethod_var); IL2CPP_END_FINALLY(51) }// end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x43, IL_0043) IL2CPP_JUMP_TBL(0x41, IL_0041) } IL_0041: { // return null; return (Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE *)NULL; } IL_0043: { // } Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * L_8 = V_2; return L_8; } } // System.Void DragonBones.Bone::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bone__ctor_m03781449F67C054A5F887D7DBE1F2EF9A1DEA7CE (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal readonly TransformDB animationPose = new TransformDB(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_0 = (TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 *)il2cpp_codegen_object_new(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); TransformDB__ctor_m56397467A599EFEC6746FFF2D8934B38FE0327E0(L_0, /*hidden argument*/NULL); __this->set_animationPose_16(L_0); // internal readonly BlendState _blendState = new BlendState(); BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * L_1 = (BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE *)il2cpp_codegen_object_new(BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE_il2cpp_TypeInfo_var); BlendState__ctor_m57692C661F78B9ABAC16C9DE762597025F3DCBCB(L_1, /*hidden argument*/NULL); __this->set__blendState_23(L_1); // internal List _cachedFrameIndices = new List(); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_2 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)il2cpp_codegen_object_new(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD(L_2, /*hidden argument*/List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); __this->set__cachedFrameIndices_26(L_2); IL2CPP_RUNTIME_CLASS_INIT(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F_il2cpp_TypeInfo_var); TransformObject__ctor_mB5705B2FE3A65E7C2535B2F55A8C5EFB0C97E55F(__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 DragonBones.BoneAllTimelineState::_OnArriveAtFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneAllTimelineState__OnArriveAtFrame_m3D75045698C101DBAE54B428E7CEC52C515CDFEB (BoneAllTimelineState_tF11911740FDB013B79042378F46B61DEA21A9EB5 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* V_2 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_3 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_4 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_5 = NULL; { // base._OnArriveAtFrame(); TweenTimelineState__OnArriveAtFrame_m4DAA51A3AD6A49D805B71B7DD1B9D0FAFBBEDD35(__this, /*hidden argument*/NULL); // if (this._timelineData != null) TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * L_0 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__timelineData_21(); if (!L_0) { goto IL_01b2; } } { // var valueOffset = (int)this._animationData.frameFloatOffset + this._frameValueOffset + this._frameIndex * 6; // ...(timeline value offset)|xxxxxx|xxxxxx|(Value offset)xxxxx|(Next offset)xxxxx|xxxxxx|xxxxxx|... AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * L_1 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__animationData_20(); NullCheck(L_1); uint32_t L_2 = L_1->get_frameFloatOffset_6(); int32_t L_3 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameValueOffset_10(); int32_t L_4 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameIndex_13(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)6)))); // var scale = this._armature._armatureData.scale; Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * L_5 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__armature_22(); NullCheck(L_5); ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * L_6 = L_5->get__armatureData_17(); NullCheck(L_6); float L_7 = L_6->get_scale_8(); V_1 = L_7; // var frameFloatArray = this._dragonBonesData.frameFloatArray; DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * L_8 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__dragonBonesData_19(); NullCheck(L_8); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_9 = L_8->get_frameFloatArray_18(); V_2 = L_9; // var current = this.bonePose.current; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_10 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_10); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_11 = L_10->get_current_5(); V_3 = L_11; // var delta = this.bonePose.delta; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_12 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_12); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_13 = L_12->get_delta_6(); V_4 = L_13; // current.x = frameFloatArray[valueOffset++] * scale; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_14 = V_3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_15 = V_2; int32_t L_16 = V_0; int32_t L_17 = L_16; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); NullCheck(L_15); int32_t L_18 = L_17; float L_19 = (L_15)->GetAt(static_cast(L_18)); float L_20 = V_1; NullCheck(L_14); L_14->set_x_6(((float)il2cpp_codegen_multiply((float)L_19, (float)L_20))); // current.y = frameFloatArray[valueOffset++] * scale; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_21 = V_3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_22 = V_2; int32_t L_23 = V_0; int32_t L_24 = L_23; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); NullCheck(L_22); int32_t L_25 = L_24; float L_26 = (L_22)->GetAt(static_cast(L_25)); float L_27 = V_1; NullCheck(L_21); L_21->set_y_7(((float)il2cpp_codegen_multiply((float)L_26, (float)L_27))); // current.rotation = frameFloatArray[valueOffset++]; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_28 = V_3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_29 = V_2; int32_t L_30 = V_0; int32_t L_31 = L_30; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); NullCheck(L_29); int32_t L_32 = L_31; float L_33 = (L_29)->GetAt(static_cast(L_32)); NullCheck(L_28); L_28->set_rotation_9(L_33); // current.skew = frameFloatArray[valueOffset++]; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_34 = V_3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_35 = V_2; int32_t L_36 = V_0; int32_t L_37 = L_36; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); NullCheck(L_35); int32_t L_38 = L_37; float L_39 = (L_35)->GetAt(static_cast(L_38)); NullCheck(L_34); L_34->set_skew_8(L_39); // current.scaleX = frameFloatArray[valueOffset++]; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_40 = V_3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_41 = V_2; int32_t L_42 = V_0; int32_t L_43 = L_42; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); NullCheck(L_41); int32_t L_44 = L_43; float L_45 = (L_41)->GetAt(static_cast(L_44)); NullCheck(L_40); L_40->set_scaleX_10(L_45); // current.scaleY = frameFloatArray[valueOffset++]; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_46 = V_3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_47 = V_2; int32_t L_48 = V_0; int32_t L_49 = L_48; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); NullCheck(L_47); int32_t L_50 = L_49; float L_51 = (L_47)->GetAt(static_cast(L_50)); NullCheck(L_46); L_46->set_scaleY_11(L_51); // if (this._tweenState == TweenState.Always) int32_t L_52 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__tweenState_8(); if ((!(((uint32_t)L_52) == ((uint32_t)2)))) { goto IL_0169; } } { // if (this._frameIndex == this._frameCount - 1) int32_t L_53 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameIndex_13(); uint32_t L_54 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameCount_11(); if ((!(((uint64_t)((int64_t)((int64_t)L_53))) == ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)1)))))))))) { goto IL_00e6; } } { // valueOffset = (int)this._animationData.frameFloatOffset + this._frameValueOffset; AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * L_55 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__animationData_20(); NullCheck(L_55); uint32_t L_56 = L_55->get_frameFloatOffset_6(); int32_t L_57 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameValueOffset_10(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)L_57)); } IL_00e6: { // delta.x = frameFloatArray[valueOffset++] * scale - current.x; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_58 = V_4; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_59 = V_2; int32_t L_60 = V_0; int32_t L_61 = L_60; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); NullCheck(L_59); int32_t L_62 = L_61; float L_63 = (L_59)->GetAt(static_cast(L_62)); float L_64 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_65 = V_3; NullCheck(L_65); float L_66 = L_65->get_x_6(); NullCheck(L_58); L_58->set_x_6(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_63, (float)L_64)), (float)L_66))); // delta.y = frameFloatArray[valueOffset++] * scale - current.y; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_67 = V_4; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_68 = V_2; int32_t L_69 = V_0; int32_t L_70 = L_69; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); NullCheck(L_68); int32_t L_71 = L_70; float L_72 = (L_68)->GetAt(static_cast(L_71)); float L_73 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_74 = V_3; NullCheck(L_74); float L_75 = L_74->get_y_7(); NullCheck(L_67); L_67->set_y_7(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_72, (float)L_73)), (float)L_75))); // delta.rotation = frameFloatArray[valueOffset++] - current.rotation; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_76 = V_4; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_77 = V_2; int32_t L_78 = V_0; int32_t L_79 = L_78; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); NullCheck(L_77); int32_t L_80 = L_79; float L_81 = (L_77)->GetAt(static_cast(L_80)); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_82 = V_3; NullCheck(L_82); float L_83 = L_82->get_rotation_9(); NullCheck(L_76); L_76->set_rotation_9(((float)il2cpp_codegen_subtract((float)L_81, (float)L_83))); // delta.skew = frameFloatArray[valueOffset++] - current.skew; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_84 = V_4; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_85 = V_2; int32_t L_86 = V_0; int32_t L_87 = L_86; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1)); NullCheck(L_85); int32_t L_88 = L_87; float L_89 = (L_85)->GetAt(static_cast(L_88)); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_90 = V_3; NullCheck(L_90); float L_91 = L_90->get_skew_8(); NullCheck(L_84); L_84->set_skew_8(((float)il2cpp_codegen_subtract((float)L_89, (float)L_91))); // delta.scaleX = frameFloatArray[valueOffset++] - current.scaleX; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_92 = V_4; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_93 = V_2; int32_t L_94 = V_0; int32_t L_95 = L_94; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)); NullCheck(L_93); int32_t L_96 = L_95; float L_97 = (L_93)->GetAt(static_cast(L_96)); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_98 = V_3; NullCheck(L_98); float L_99 = L_98->get_scaleX_10(); NullCheck(L_92); L_92->set_scaleX_10(((float)il2cpp_codegen_subtract((float)L_97, (float)L_99))); // delta.scaleY = frameFloatArray[valueOffset++] - current.scaleY; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_100 = V_4; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_101 = V_2; int32_t L_102 = V_0; int32_t L_103 = L_102; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1)); NullCheck(L_101); int32_t L_104 = L_103; float L_105 = (L_101)->GetAt(static_cast(L_104)); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_106 = V_3; NullCheck(L_106); float L_107 = L_106->get_scaleY_11(); NullCheck(L_100); L_100->set_scaleY_11(((float)il2cpp_codegen_subtract((float)L_105, (float)L_107))); // } return; } IL_0169: { // delta.x = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_108 = V_4; NullCheck(L_108); L_108->set_x_6((0.0f)); // delta.y = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_109 = V_4; NullCheck(L_109); L_109->set_y_7((0.0f)); // delta.rotation = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_110 = V_4; NullCheck(L_110); L_110->set_rotation_9((0.0f)); // delta.skew = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_111 = V_4; NullCheck(L_111); L_111->set_skew_8((0.0f)); // delta.scaleX = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_112 = V_4; NullCheck(L_112); L_112->set_scaleX_10((0.0f)); // delta.scaleY = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_113 = V_4; NullCheck(L_113); L_113->set_scaleY_11((0.0f)); // } return; } IL_01b2: { // var current = this.bonePose.current; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_114 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_114); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_115 = L_114->get_current_5(); // var delta = this.bonePose.delta; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_116 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_116); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_117 = L_116->get_delta_6(); V_5 = L_117; // current.x = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_118 = L_115; NullCheck(L_118); L_118->set_x_6((0.0f)); // current.y = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_119 = L_118; NullCheck(L_119); L_119->set_y_7((0.0f)); // current.rotation = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_120 = L_119; NullCheck(L_120); L_120->set_rotation_9((0.0f)); // current.skew = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_121 = L_120; NullCheck(L_121); L_121->set_skew_8((0.0f)); // current.scaleX = 1.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_122 = L_121; NullCheck(L_122); L_122->set_scaleX_10((1.0f)); // current.scaleY = 1.0f; NullCheck(L_122); L_122->set_scaleY_11((1.0f)); // delta.x = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_123 = V_5; NullCheck(L_123); L_123->set_x_6((0.0f)); // delta.y = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_124 = V_5; NullCheck(L_124); L_124->set_y_7((0.0f)); // delta.rotation = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_125 = V_5; NullCheck(L_125); L_125->set_rotation_9((0.0f)); // delta.skew = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_126 = V_5; NullCheck(L_126); L_126->set_skew_8((0.0f)); // delta.scaleX = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_127 = V_5; NullCheck(L_127); L_127->set_scaleX_10((0.0f)); // delta.scaleY = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_128 = V_5; NullCheck(L_128); L_128->set_scaleY_11((0.0f)); // } return; } } // System.Void DragonBones.BoneAllTimelineState::_OnUpdateFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneAllTimelineState__OnUpdateFrame_m88AF82BC957A3F414C593D4643EEEE83C441BFAF (BoneAllTimelineState_tF11911740FDB013B79042378F46B61DEA21A9EB5 * __this, const RuntimeMethod* method) { TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_0 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_1 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * G_B2_0 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * G_B1_0 = NULL; { // base._OnUpdateFrame(); TweenTimelineState__OnUpdateFrame_mC0D8CD18A35040EB6E278525E48FAB2FD21193C2(__this, /*hidden argument*/NULL); // var current = this.bonePose.current; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_0 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_0); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_1 = L_0->get_current_5(); V_0 = L_1; // var delta = this.bonePose.delta; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_2 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_2); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_3 = L_2->get_delta_6(); V_1 = L_3; // var result = this.bonePose.result; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_4 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_4); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_5 = L_4->get_result_7(); // this.bone._transformDirty = true; Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_6 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bone_36(); NullCheck(L_6); L_6->set__transformDirty_17((bool)1); // if (this._tweenState != TweenState.Always) int32_t L_7 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__tweenState_8(); G_B1_0 = L_5; if ((((int32_t)L_7) == ((int32_t)2))) { G_B2_0 = L_5; goto IL_0045; } } { // this._tweenState = TweenState.None; ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->set__tweenState_8(0); G_B2_0 = G_B1_0; } IL_0045: { // result.x = current.x + delta.x * this._tweenProgress; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_8 = G_B2_0; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_9 = V_0; NullCheck(L_9); float L_10 = L_9->get_x_6(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_11 = V_1; NullCheck(L_11); float L_12 = L_11->get_x_6(); float L_13 = ((TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 *)__this)->get__tweenProgress_34(); NullCheck(L_8); L_8->set_x_6(((float)il2cpp_codegen_add((float)L_10, (float)((float)il2cpp_codegen_multiply((float)L_12, (float)L_13))))); // result.y = current.y + delta.y * this._tweenProgress; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_14 = L_8; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_15 = V_0; NullCheck(L_15); float L_16 = L_15->get_y_7(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_17 = V_1; NullCheck(L_17); float L_18 = L_17->get_y_7(); float L_19 = ((TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 *)__this)->get__tweenProgress_34(); NullCheck(L_14); L_14->set_y_7(((float)il2cpp_codegen_add((float)L_16, (float)((float)il2cpp_codegen_multiply((float)L_18, (float)L_19))))); // result.rotation = current.rotation + delta.rotation * this._tweenProgress; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_20 = L_14; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_21 = V_0; NullCheck(L_21); float L_22 = L_21->get_rotation_9(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_23 = V_1; NullCheck(L_23); float L_24 = L_23->get_rotation_9(); float L_25 = ((TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 *)__this)->get__tweenProgress_34(); NullCheck(L_20); L_20->set_rotation_9(((float)il2cpp_codegen_add((float)L_22, (float)((float)il2cpp_codegen_multiply((float)L_24, (float)L_25))))); // result.skew = current.skew + delta.skew * this._tweenProgress; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_26 = L_20; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_27 = V_0; NullCheck(L_27); float L_28 = L_27->get_skew_8(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_29 = V_1; NullCheck(L_29); float L_30 = L_29->get_skew_8(); float L_31 = ((TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 *)__this)->get__tweenProgress_34(); NullCheck(L_26); L_26->set_skew_8(((float)il2cpp_codegen_add((float)L_28, (float)((float)il2cpp_codegen_multiply((float)L_30, (float)L_31))))); // result.scaleX = current.scaleX + delta.scaleX * this._tweenProgress; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_32 = L_26; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_33 = V_0; NullCheck(L_33); float L_34 = L_33->get_scaleX_10(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_35 = V_1; NullCheck(L_35); float L_36 = L_35->get_scaleX_10(); float L_37 = ((TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 *)__this)->get__tweenProgress_34(); NullCheck(L_32); L_32->set_scaleX_10(((float)il2cpp_codegen_add((float)L_34, (float)((float)il2cpp_codegen_multiply((float)L_36, (float)L_37))))); // result.scaleY = current.scaleY + delta.scaleY * this._tweenProgress; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_38 = V_0; NullCheck(L_38); float L_39 = L_38->get_scaleY_11(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_40 = V_1; NullCheck(L_40); float L_41 = L_40->get_scaleY_11(); float L_42 = ((TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 *)__this)->get__tweenProgress_34(); NullCheck(L_32); L_32->set_scaleY_11(((float)il2cpp_codegen_add((float)L_39, (float)((float)il2cpp_codegen_multiply((float)L_41, (float)L_42))))); // } return; } } // System.Void DragonBones.BoneAllTimelineState::FadeOut() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneAllTimelineState_FadeOut_m8835F76060EB0B16F86D92917B29D92984ABDCE2 (BoneAllTimelineState_tF11911740FDB013B79042378F46B61DEA21A9EB5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var result = this.bonePose.result; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_0 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_0); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_1 = L_0->get_result_7(); // result.rotation = TransformDB.NormalizeRadian(result.rotation); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_2 = L_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_3 = L_2; NullCheck(L_3); float L_4 = L_3->get_rotation_9(); IL2CPP_RUNTIME_CLASS_INIT(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); float L_5; L_5 = TransformDB_NormalizeRadian_mDAC5CB34F650997AD8B522EB64E61F097AEDEE97(L_4, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_rotation_9(L_5); // result.skew = TransformDB.NormalizeRadian(result.skew); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_6 = L_2; NullCheck(L_6); float L_7 = L_6->get_skew_8(); float L_8; L_8 = TransformDB_NormalizeRadian_mDAC5CB34F650997AD8B522EB64E61F097AEDEE97(L_7, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_skew_8(L_8); // } return; } } // System.Void DragonBones.BoneAllTimelineState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneAllTimelineState__ctor_m0EDD5432439BF8A6291389843B112539808B1190 (BoneAllTimelineState_tF11911740FDB013B79042378F46B61DEA21A9EB5 * __this, const RuntimeMethod* method) { { BoneTimelineState__ctor_m19DF1C1530D63A083DF1B4D959B8DD012CB414AB(__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 DragonBones.BoneData::_OnClear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneData__OnClear_mB4C0B3834EA1C2BB87604CBE4BC2D1F14BF44E37 (BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // if (this.userData != null) UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * L_0 = __this->get_userData_12(); if (!L_0) { goto IL_0013; } } { // this.userData.ReturnToPool(); UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * L_1 = __this->get_userData_12(); NullCheck(L_1); BaseObject_ReturnToPool_mE1B7ADD0250DA109ADF4EB7036BED705CCE35FB9(L_1, /*hidden argument*/NULL); } IL_0013: { // this.inheritTranslation = false; __this->set_inheritTranslation_5((bool)0); // this.inheritRotation = false; __this->set_inheritRotation_6((bool)0); // this.inheritScale = false; __this->set_inheritScale_7((bool)0); // this.inheritReflection = false; __this->set_inheritReflection_8((bool)0); // this.length = 0.0f; __this->set_length_9((0.0f)); // this.name = ""; __this->set_name_10(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // this.transform.Identity(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_2 = __this->get_transform_11(); NullCheck(L_2); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_3; L_3 = TransformDB_Identity_mD36BA617304BE1B59BDEBD54FEFD46B85078BCCD(L_2, /*hidden argument*/NULL); // this.userData = null; __this->set_userData_12((UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A *)NULL); // this.parent = null; __this->set_parent_13((BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 *)NULL); // } return; } } // System.Void DragonBones.BoneData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneData__ctor_m074B82778310F485DCF0CC43A84169BEEC8C7AEF (BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public readonly TransformDB transform = new TransformDB(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_0 = (TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 *)il2cpp_codegen_object_new(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); TransformDB__ctor_m56397467A599EFEC6746FFF2D8934B38FE0327E0(L_0, /*hidden argument*/NULL); __this->set_transform_11(L_0); IL2CPP_RUNTIME_CLASS_INIT(BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_il2cpp_TypeInfo_var); BaseObject__ctor_m4DCE2F1F3E01CF86CF020F426145F76A0953581F(__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 DragonBones.BonePose::_OnClear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BonePose__OnClear_mE3F1D400A26A410E050B257571F9951BD6E329DF (BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * __this, const RuntimeMethod* method) { { // this.current.Identity(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_0 = __this->get_current_5(); NullCheck(L_0); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_1; L_1 = TransformDB_Identity_mD36BA617304BE1B59BDEBD54FEFD46B85078BCCD(L_0, /*hidden argument*/NULL); // this.delta.Identity(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_2 = __this->get_delta_6(); NullCheck(L_2); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_3; L_3 = TransformDB_Identity_mD36BA617304BE1B59BDEBD54FEFD46B85078BCCD(L_2, /*hidden argument*/NULL); // this.result.Identity(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_4 = __this->get_result_7(); NullCheck(L_4); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_5; L_5 = TransformDB_Identity_mD36BA617304BE1B59BDEBD54FEFD46B85078BCCD(L_4, /*hidden argument*/NULL); // } return; } } // System.Void DragonBones.BonePose::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BonePose__ctor_m854E61247E4E434A71A029974157829B877F63A5 (BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public readonly TransformDB current = new TransformDB(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_0 = (TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 *)il2cpp_codegen_object_new(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); TransformDB__ctor_m56397467A599EFEC6746FFF2D8934B38FE0327E0(L_0, /*hidden argument*/NULL); __this->set_current_5(L_0); // public readonly TransformDB delta = new TransformDB(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_1 = (TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 *)il2cpp_codegen_object_new(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); TransformDB__ctor_m56397467A599EFEC6746FFF2D8934B38FE0327E0(L_1, /*hidden argument*/NULL); __this->set_delta_6(L_1); // public readonly TransformDB result = new TransformDB(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_2 = (TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 *)il2cpp_codegen_object_new(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); TransformDB__ctor_m56397467A599EFEC6746FFF2D8934B38FE0327E0(L_2, /*hidden argument*/NULL); __this->set_result_7(L_2); IL2CPP_RUNTIME_CLASS_INIT(BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_il2cpp_TypeInfo_var); BaseObject__ctor_m4DCE2F1F3E01CF86CF020F426145F76A0953581F(__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 DragonBones.BoneRotateTimelineState::_OnArriveAtFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneRotateTimelineState__OnArriveAtFrame_m425DFBDE5A6AB7DDA73899E9214D7831D0A85B58 (BoneRotateTimelineState_t5A06B46EA7C0ACA5A330F0CB67234CB95D732C58 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoneRotateTimelineState__OnArriveAtFrame_m425DFBDE5A6AB7DDA73899E9214D7831D0A85B58_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* V_1 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_2 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_3 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_4 = NULL; { // base._OnArriveAtFrame(); TweenTimelineState__OnArriveAtFrame_m4DAA51A3AD6A49D805B71B7DD1B9D0FAFBBEDD35(__this, /*hidden argument*/NULL); // if (this._timelineData != null) TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * L_0 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__timelineData_21(); if (!L_0) { goto IL_0103; } } { // var valueOffset = this._animationData.frameFloatOffset + this._frameValueOffset + this._frameIndex * 2; AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * L_1 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__animationData_20(); NullCheck(L_1); uint32_t L_2 = L_1->get_frameFloatOffset_6(); int32_t L_3 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameValueOffset_10(); int32_t L_4 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameIndex_13(); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_2)), (int64_t)((int64_t)((int64_t)L_3)))), (int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)))))); // var frameFloatArray = this._dragonBonesData.frameFloatArray; DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * L_5 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__dragonBonesData_19(); NullCheck(L_5); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = L_5->get_frameFloatArray_18(); V_1 = L_6; // var current = this.bonePose.current; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_7 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_7); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_8 = L_7->get_current_5(); V_2 = L_8; // var delta = this.bonePose.delta; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_9 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_9); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_10 = L_9->get_delta_6(); V_3 = L_10; // current.rotation = frameFloatArray[valueOffset++]; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_11 = V_2; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_12 = V_1; int64_t L_13 = V_0; int64_t L_14 = L_13; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)((int64_t)((int64_t)1)))); if ((int64_t)(L_14) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BoneRotateTimelineState__OnArriveAtFrame_m425DFBDE5A6AB7DDA73899E9214D7831D0A85B58_RuntimeMethod_var); NullCheck(L_12); intptr_t L_15 = ((intptr_t)L_14); float L_16 = (L_12)->GetAt(static_cast(L_15)); NullCheck(L_11); L_11->set_rotation_9(L_16); // current.skew = frameFloatArray[valueOffset++]; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_17 = V_2; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_18 = V_1; int64_t L_19 = V_0; int64_t L_20 = L_19; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_20, (int64_t)((int64_t)((int64_t)1)))); if ((int64_t)(L_20) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BoneRotateTimelineState__OnArriveAtFrame_m425DFBDE5A6AB7DDA73899E9214D7831D0A85B58_RuntimeMethod_var); NullCheck(L_18); intptr_t L_21 = ((intptr_t)L_20); float L_22 = (L_18)->GetAt(static_cast(L_21)); NullCheck(L_17); L_17->set_skew_8(L_22); // if (this._tweenState == TweenState.Always) int32_t L_23 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__tweenState_8(); if ((!(((uint32_t)L_23) == ((uint32_t)2)))) { goto IL_00ec; } } { // if (this._frameIndex == this._frameCount - 1) int32_t L_24 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameIndex_13(); uint32_t L_25 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameCount_11(); if ((!(((uint64_t)((int64_t)((int64_t)L_24))) == ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)))))))))) { goto IL_00bf; } } { // valueOffset = this._animationData.frameFloatOffset + this._frameValueOffset; AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * L_26 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__animationData_20(); NullCheck(L_26); uint32_t L_27 = L_26->get_frameFloatOffset_6(); int32_t L_28 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameValueOffset_10(); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_27)), (int64_t)((int64_t)((int64_t)L_28)))); // delta.rotation = TransformDB.NormalizeRadian(frameFloatArray[valueOffset++] - current.rotation); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_29 = V_3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_30 = V_1; int64_t L_31 = V_0; int64_t L_32 = L_31; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_32, (int64_t)((int64_t)((int64_t)1)))); if ((int64_t)(L_32) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BoneRotateTimelineState__OnArriveAtFrame_m425DFBDE5A6AB7DDA73899E9214D7831D0A85B58_RuntimeMethod_var); NullCheck(L_30); intptr_t L_33 = ((intptr_t)L_32); float L_34 = (L_30)->GetAt(static_cast(L_33)); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_35 = V_2; NullCheck(L_35); float L_36 = L_35->get_rotation_9(); IL2CPP_RUNTIME_CLASS_INIT(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); float L_37; L_37 = TransformDB_NormalizeRadian_mDAC5CB34F650997AD8B522EB64E61F097AEDEE97(((float)il2cpp_codegen_subtract((float)L_34, (float)L_36)), /*hidden argument*/NULL); NullCheck(L_29); L_29->set_rotation_9(L_37); // } goto IL_00d5; } IL_00bf: { // delta.rotation = frameFloatArray[valueOffset++] - current.rotation; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_38 = V_3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_39 = V_1; int64_t L_40 = V_0; int64_t L_41 = L_40; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_41, (int64_t)((int64_t)((int64_t)1)))); if ((int64_t)(L_41) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BoneRotateTimelineState__OnArriveAtFrame_m425DFBDE5A6AB7DDA73899E9214D7831D0A85B58_RuntimeMethod_var); NullCheck(L_39); intptr_t L_42 = ((intptr_t)L_41); float L_43 = (L_39)->GetAt(static_cast(L_42)); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_44 = V_2; NullCheck(L_44); float L_45 = L_44->get_rotation_9(); NullCheck(L_38); L_38->set_rotation_9(((float)il2cpp_codegen_subtract((float)L_43, (float)L_45))); } IL_00d5: { // delta.skew = frameFloatArray[valueOffset++] - current.skew; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_46 = V_3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_47 = V_1; int64_t L_48 = V_0; int64_t L_49 = L_48; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_49, (int64_t)((int64_t)((int64_t)1)))); if ((int64_t)(L_49) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BoneRotateTimelineState__OnArriveAtFrame_m425DFBDE5A6AB7DDA73899E9214D7831D0A85B58_RuntimeMethod_var); NullCheck(L_47); intptr_t L_50 = ((intptr_t)L_49); float L_51 = (L_47)->GetAt(static_cast(L_50)); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_52 = V_2; NullCheck(L_52); float L_53 = L_52->get_skew_8(); NullCheck(L_46); L_46->set_skew_8(((float)il2cpp_codegen_subtract((float)L_51, (float)L_53))); // } return; } IL_00ec: { // delta.rotation = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_54 = V_3; NullCheck(L_54); L_54->set_rotation_9((0.0f)); // delta.skew = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_55 = V_3; NullCheck(L_55); L_55->set_skew_8((0.0f)); // } return; } IL_0103: { // var current = this.bonePose.current; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_56 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_56); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_57 = L_56->get_current_5(); // var delta = this.bonePose.delta; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_58 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_58); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_59 = L_58->get_delta_6(); V_4 = L_59; // current.rotation = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_60 = L_57; NullCheck(L_60); L_60->set_rotation_9((0.0f)); // current.skew = 0.0f; NullCheck(L_60); L_60->set_skew_8((0.0f)); // delta.rotation = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_61 = V_4; NullCheck(L_61); L_61->set_rotation_9((0.0f)); // delta.skew = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_62 = V_4; NullCheck(L_62); L_62->set_skew_8((0.0f)); // } return; } } // System.Void DragonBones.BoneRotateTimelineState::_OnUpdateFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneRotateTimelineState__OnUpdateFrame_m5D4EB57FB9510F896EC806B7CCC35038AF126CED (BoneRotateTimelineState_t5A06B46EA7C0ACA5A330F0CB67234CB95D732C58 * __this, const RuntimeMethod* method) { TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_0 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_1 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * G_B2_0 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * G_B1_0 = NULL; { // base._OnUpdateFrame(); TweenTimelineState__OnUpdateFrame_mC0D8CD18A35040EB6E278525E48FAB2FD21193C2(__this, /*hidden argument*/NULL); // var current = this.bonePose.current; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_0 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_0); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_1 = L_0->get_current_5(); V_0 = L_1; // var delta = this.bonePose.delta; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_2 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_2); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_3 = L_2->get_delta_6(); V_1 = L_3; // var result = this.bonePose.result; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_4 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_4); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_5 = L_4->get_result_7(); // this.bone._transformDirty = true; Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_6 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bone_36(); NullCheck(L_6); L_6->set__transformDirty_17((bool)1); // if (this._tweenState != TweenState.Always) int32_t L_7 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__tweenState_8(); G_B1_0 = L_5; if ((((int32_t)L_7) == ((int32_t)2))) { G_B2_0 = L_5; goto IL_0045; } } { // this._tweenState = TweenState.None; ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->set__tweenState_8(0); G_B2_0 = G_B1_0; } IL_0045: { // result.rotation = current.rotation + delta.rotation * this._tweenProgress; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_8 = G_B2_0; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_9 = V_0; NullCheck(L_9); float L_10 = L_9->get_rotation_9(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_11 = V_1; NullCheck(L_11); float L_12 = L_11->get_rotation_9(); float L_13 = ((TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 *)__this)->get__tweenProgress_34(); NullCheck(L_8); L_8->set_rotation_9(((float)il2cpp_codegen_add((float)L_10, (float)((float)il2cpp_codegen_multiply((float)L_12, (float)L_13))))); // result.skew = current.skew + delta.skew * this._tweenProgress; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_14 = V_0; NullCheck(L_14); float L_15 = L_14->get_skew_8(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_16 = V_1; NullCheck(L_16); float L_17 = L_16->get_skew_8(); float L_18 = ((TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 *)__this)->get__tweenProgress_34(); NullCheck(L_8); L_8->set_skew_8(((float)il2cpp_codegen_add((float)L_15, (float)((float)il2cpp_codegen_multiply((float)L_17, (float)L_18))))); // } return; } } // System.Void DragonBones.BoneRotateTimelineState::FadeOut() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneRotateTimelineState_FadeOut_m53DF0B6BCDABBE873DE7C8DA27BFD6FF0395E8C0 (BoneRotateTimelineState_t5A06B46EA7C0ACA5A330F0CB67234CB95D732C58 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var result = this.bonePose.result; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_0 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_0); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_1 = L_0->get_result_7(); // result.rotation = TransformDB.NormalizeRadian(result.rotation); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_2 = L_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_3 = L_2; NullCheck(L_3); float L_4 = L_3->get_rotation_9(); IL2CPP_RUNTIME_CLASS_INIT(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17_il2cpp_TypeInfo_var); float L_5; L_5 = TransformDB_NormalizeRadian_mDAC5CB34F650997AD8B522EB64E61F097AEDEE97(L_4, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_rotation_9(L_5); // result.skew = TransformDB.NormalizeRadian(result.skew); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_6 = L_2; NullCheck(L_6); float L_7 = L_6->get_skew_8(); float L_8; L_8 = TransformDB_NormalizeRadian_mDAC5CB34F650997AD8B522EB64E61F097AEDEE97(L_7, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_skew_8(L_8); // } return; } } // System.Void DragonBones.BoneRotateTimelineState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneRotateTimelineState__ctor_m9F1698CE77F5D51A185042FDD97FC74D01617E91 (BoneRotateTimelineState_t5A06B46EA7C0ACA5A330F0CB67234CB95D732C58 * __this, const RuntimeMethod* method) { { BoneTimelineState__ctor_m19DF1C1530D63A083DF1B4D959B8DD012CB414AB(__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 DragonBones.BoneScaleTimelineState::_OnArriveAtFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneScaleTimelineState__OnArriveAtFrame_m981AA8CDED3BF432897E28F69C817C9D053B2D0F (BoneScaleTimelineState_t88FB7BC0419076C15DC033C4CA4936B066114F96 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoneScaleTimelineState__OnArriveAtFrame_m981AA8CDED3BF432897E28F69C817C9D053B2D0F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* V_1 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_2 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_3 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_4 = NULL; { // base._OnArriveAtFrame(); TweenTimelineState__OnArriveAtFrame_m4DAA51A3AD6A49D805B71B7DD1B9D0FAFBBEDD35(__this, /*hidden argument*/NULL); // if (this._timelineData != null) TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * L_0 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__timelineData_21(); if (!L_0) { goto IL_00e6; } } { // var valueOffset = this._animationData.frameFloatOffset + this._frameValueOffset + this._frameIndex * 2; AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * L_1 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__animationData_20(); NullCheck(L_1); uint32_t L_2 = L_1->get_frameFloatOffset_6(); int32_t L_3 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameValueOffset_10(); int32_t L_4 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameIndex_13(); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_2)), (int64_t)((int64_t)((int64_t)L_3)))), (int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)))))); // var frameFloatArray = this._dragonBonesData.frameFloatArray; DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * L_5 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__dragonBonesData_19(); NullCheck(L_5); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = L_5->get_frameFloatArray_18(); V_1 = L_6; // var current = this.bonePose.current; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_7 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_7); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_8 = L_7->get_current_5(); V_2 = L_8; // var delta = this.bonePose.delta; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_9 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_9); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_10 = L_9->get_delta_6(); V_3 = L_10; // current.scaleX = frameFloatArray[valueOffset++]; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_11 = V_2; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_12 = V_1; int64_t L_13 = V_0; int64_t L_14 = L_13; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)((int64_t)((int64_t)1)))); if ((int64_t)(L_14) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BoneScaleTimelineState__OnArriveAtFrame_m981AA8CDED3BF432897E28F69C817C9D053B2D0F_RuntimeMethod_var); NullCheck(L_12); intptr_t L_15 = ((intptr_t)L_14); float L_16 = (L_12)->GetAt(static_cast(L_15)); NullCheck(L_11); L_11->set_scaleX_10(L_16); // current.scaleY = frameFloatArray[valueOffset++]; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_17 = V_2; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_18 = V_1; int64_t L_19 = V_0; int64_t L_20 = L_19; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_20, (int64_t)((int64_t)((int64_t)1)))); if ((int64_t)(L_20) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BoneScaleTimelineState__OnArriveAtFrame_m981AA8CDED3BF432897E28F69C817C9D053B2D0F_RuntimeMethod_var); NullCheck(L_18); intptr_t L_21 = ((intptr_t)L_20); float L_22 = (L_18)->GetAt(static_cast(L_21)); NullCheck(L_17); L_17->set_scaleY_11(L_22); // if (this._tweenState == TweenState.Always) int32_t L_23 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__tweenState_8(); if ((!(((uint32_t)L_23) == ((uint32_t)2)))) { goto IL_00cf; } } { // if (this._frameIndex == this._frameCount - 1) int32_t L_24 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameIndex_13(); uint32_t L_25 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameCount_11(); if ((!(((uint64_t)((int64_t)((int64_t)L_24))) == ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)))))))))) { goto IL_00a2; } } { // valueOffset = this._animationData.frameFloatOffset + this._frameValueOffset; AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * L_26 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__animationData_20(); NullCheck(L_26); uint32_t L_27 = L_26->get_frameFloatOffset_6(); int32_t L_28 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameValueOffset_10(); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_27)), (int64_t)((int64_t)((int64_t)L_28)))); } IL_00a2: { // delta.scaleX = frameFloatArray[valueOffset++] - current.scaleX; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_29 = V_3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_30 = V_1; int64_t L_31 = V_0; int64_t L_32 = L_31; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_32, (int64_t)((int64_t)((int64_t)1)))); if ((int64_t)(L_32) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BoneScaleTimelineState__OnArriveAtFrame_m981AA8CDED3BF432897E28F69C817C9D053B2D0F_RuntimeMethod_var); NullCheck(L_30); intptr_t L_33 = ((intptr_t)L_32); float L_34 = (L_30)->GetAt(static_cast(L_33)); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_35 = V_2; NullCheck(L_35); float L_36 = L_35->get_scaleX_10(); NullCheck(L_29); L_29->set_scaleX_10(((float)il2cpp_codegen_subtract((float)L_34, (float)L_36))); // delta.scaleY = frameFloatArray[valueOffset++] - current.scaleY; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_37 = V_3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_38 = V_1; int64_t L_39 = V_0; int64_t L_40 = L_39; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_40, (int64_t)((int64_t)((int64_t)1)))); if ((int64_t)(L_40) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BoneScaleTimelineState__OnArriveAtFrame_m981AA8CDED3BF432897E28F69C817C9D053B2D0F_RuntimeMethod_var); NullCheck(L_38); intptr_t L_41 = ((intptr_t)L_40); float L_42 = (L_38)->GetAt(static_cast(L_41)); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_43 = V_2; NullCheck(L_43); float L_44 = L_43->get_scaleY_11(); NullCheck(L_37); L_37->set_scaleY_11(((float)il2cpp_codegen_subtract((float)L_42, (float)L_44))); // } return; } IL_00cf: { // delta.scaleX = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_45 = V_3; NullCheck(L_45); L_45->set_scaleX_10((0.0f)); // delta.scaleY = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_46 = V_3; NullCheck(L_46); L_46->set_scaleY_11((0.0f)); // } return; } IL_00e6: { // var current = this.bonePose.current; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_47 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_47); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_48 = L_47->get_current_5(); // var delta = this.bonePose.delta; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_49 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_49); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_50 = L_49->get_delta_6(); V_4 = L_50; // current.scaleX = 1.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_51 = L_48; NullCheck(L_51); L_51->set_scaleX_10((1.0f)); // current.scaleY = 1.0f; NullCheck(L_51); L_51->set_scaleY_11((1.0f)); // delta.scaleX = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_52 = V_4; NullCheck(L_52); L_52->set_scaleX_10((0.0f)); // delta.scaleY = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_53 = V_4; NullCheck(L_53); L_53->set_scaleY_11((0.0f)); // } return; } } // System.Void DragonBones.BoneScaleTimelineState::_OnUpdateFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneScaleTimelineState__OnUpdateFrame_m3FCD61A74DC092F86E286FDDA29A3FDC4EEAD07A (BoneScaleTimelineState_t88FB7BC0419076C15DC033C4CA4936B066114F96 * __this, const RuntimeMethod* method) { TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_0 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_1 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * G_B2_0 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * G_B1_0 = NULL; { // base._OnUpdateFrame(); TweenTimelineState__OnUpdateFrame_mC0D8CD18A35040EB6E278525E48FAB2FD21193C2(__this, /*hidden argument*/NULL); // var current = this.bonePose.current; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_0 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_0); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_1 = L_0->get_current_5(); V_0 = L_1; // var delta = this.bonePose.delta; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_2 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_2); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_3 = L_2->get_delta_6(); V_1 = L_3; // var result = this.bonePose.result; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_4 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_4); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_5 = L_4->get_result_7(); // this.bone._transformDirty = true; Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_6 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bone_36(); NullCheck(L_6); L_6->set__transformDirty_17((bool)1); // if (this._tweenState != TweenState.Always) int32_t L_7 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__tweenState_8(); G_B1_0 = L_5; if ((((int32_t)L_7) == ((int32_t)2))) { G_B2_0 = L_5; goto IL_0045; } } { // this._tweenState = TweenState.None; ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->set__tweenState_8(0); G_B2_0 = G_B1_0; } IL_0045: { // result.scaleX = current.scaleX + delta.scaleX * this._tweenProgress; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_8 = G_B2_0; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_9 = V_0; NullCheck(L_9); float L_10 = L_9->get_scaleX_10(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_11 = V_1; NullCheck(L_11); float L_12 = L_11->get_scaleX_10(); float L_13 = ((TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 *)__this)->get__tweenProgress_34(); NullCheck(L_8); L_8->set_scaleX_10(((float)il2cpp_codegen_add((float)L_10, (float)((float)il2cpp_codegen_multiply((float)L_12, (float)L_13))))); // result.scaleY = current.scaleY + delta.scaleY * this._tweenProgress; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_14 = V_0; NullCheck(L_14); float L_15 = L_14->get_scaleY_11(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_16 = V_1; NullCheck(L_16); float L_17 = L_16->get_scaleY_11(); float L_18 = ((TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 *)__this)->get__tweenProgress_34(); NullCheck(L_8); L_8->set_scaleY_11(((float)il2cpp_codegen_add((float)L_15, (float)((float)il2cpp_codegen_multiply((float)L_17, (float)L_18))))); // } return; } } // System.Void DragonBones.BoneScaleTimelineState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneScaleTimelineState__ctor_m2DCF944765A5F6189456FD570A4024453177A92A (BoneScaleTimelineState_t88FB7BC0419076C15DC033C4CA4936B066114F96 * __this, const RuntimeMethod* method) { { BoneTimelineState__ctor_m19DF1C1530D63A083DF1B4D959B8DD012CB414AB(__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 DragonBones.BoneTimelineState::_OnClear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneTimelineState__OnClear_m29CF1B04EFC703E662AB8FE3BC194AD62A32F270 (BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F * __this, const RuntimeMethod* method) { { // base._OnClear(); TweenTimelineState__OnClear_m5C3DD26366BAB7EF415F01CF0D66CDA13E43B090(__this, /*hidden argument*/NULL); // this.bone = null; __this->set_bone_36((Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 *)NULL); // this.bonePose = null; __this->set_bonePose_37((BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 *)NULL); // } return; } } // System.Void DragonBones.BoneTimelineState::Blend(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneTimelineState_Blend_mADA954D84FC217E7F568A71B1629D32D35973F39 (BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F * __this, int32_t ___state0, const RuntimeMethod* method) { float V_0 = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_1 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_2 = NULL; { // var blendWeight = this.bone._blendState.blendWeight; Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_0 = __this->get_bone_36(); NullCheck(L_0); BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * L_1 = L_0->get__blendState_23(); NullCheck(L_1); float L_2 = L_1->get_blendWeight_4(); V_0 = L_2; // var animationPose = this.bone.animationPose; Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_3 = __this->get_bone_36(); NullCheck(L_3); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_4 = L_3->get_animationPose_16(); V_1 = L_4; // var result = this.bonePose.result; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_5 = __this->get_bonePose_37(); NullCheck(L_5); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_6 = L_5->get_result_7(); V_2 = L_6; // if (state == 2) int32_t L_7 = ___state0; if ((!(((uint32_t)L_7) == ((uint32_t)2)))) { goto IL_00bf; } } { // animationPose.x += result.x * blendWeight; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_8 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_9 = L_8; NullCheck(L_9); float L_10 = L_9->get_x_6(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_11 = V_2; NullCheck(L_11); float L_12 = L_11->get_x_6(); float L_13 = V_0; NullCheck(L_9); L_9->set_x_6(((float)il2cpp_codegen_add((float)L_10, (float)((float)il2cpp_codegen_multiply((float)L_12, (float)L_13))))); // animationPose.y += result.y * blendWeight; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_14 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_15 = L_14; NullCheck(L_15); float L_16 = L_15->get_y_7(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_17 = V_2; NullCheck(L_17); float L_18 = L_17->get_y_7(); float L_19 = V_0; NullCheck(L_15); L_15->set_y_7(((float)il2cpp_codegen_add((float)L_16, (float)((float)il2cpp_codegen_multiply((float)L_18, (float)L_19))))); // animationPose.rotation += result.rotation * blendWeight; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_20 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_21 = L_20; NullCheck(L_21); float L_22 = L_21->get_rotation_9(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_23 = V_2; NullCheck(L_23); float L_24 = L_23->get_rotation_9(); float L_25 = V_0; NullCheck(L_21); L_21->set_rotation_9(((float)il2cpp_codegen_add((float)L_22, (float)((float)il2cpp_codegen_multiply((float)L_24, (float)L_25))))); // animationPose.skew += result.skew * blendWeight; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_26 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_27 = L_26; NullCheck(L_27); float L_28 = L_27->get_skew_8(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_29 = V_2; NullCheck(L_29); float L_30 = L_29->get_skew_8(); float L_31 = V_0; NullCheck(L_27); L_27->set_skew_8(((float)il2cpp_codegen_add((float)L_28, (float)((float)il2cpp_codegen_multiply((float)L_30, (float)L_31))))); // animationPose.scaleX += (result.scaleX - 1.0f) * blendWeight; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_32 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_33 = L_32; NullCheck(L_33); float L_34 = L_33->get_scaleX_10(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_35 = V_2; NullCheck(L_35); float L_36 = L_35->get_scaleX_10(); float L_37 = V_0; NullCheck(L_33); L_33->set_scaleX_10(((float)il2cpp_codegen_add((float)L_34, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_36, (float)(1.0f))), (float)L_37))))); // animationPose.scaleY += (result.scaleY - 1.0f) * blendWeight; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_38 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_39 = L_38; NullCheck(L_39); float L_40 = L_39->get_scaleY_11(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_41 = V_2; NullCheck(L_41); float L_42 = L_41->get_scaleY_11(); float L_43 = V_0; NullCheck(L_39); L_39->set_scaleY_11(((float)il2cpp_codegen_add((float)L_40, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_42, (float)(1.0f))), (float)L_43))))); // } goto IL_017d; } IL_00bf: { // else if (blendWeight != 1.0f) float L_44 = V_0; if ((((float)L_44) == ((float)(1.0f)))) { goto IL_0135; } } { // animationPose.x = result.x * blendWeight; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_45 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_46 = V_2; NullCheck(L_46); float L_47 = L_46->get_x_6(); float L_48 = V_0; NullCheck(L_45); L_45->set_x_6(((float)il2cpp_codegen_multiply((float)L_47, (float)L_48))); // animationPose.y = result.y * blendWeight; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_49 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_50 = V_2; NullCheck(L_50); float L_51 = L_50->get_y_7(); float L_52 = V_0; NullCheck(L_49); L_49->set_y_7(((float)il2cpp_codegen_multiply((float)L_51, (float)L_52))); // animationPose.rotation = result.rotation * blendWeight; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_53 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_54 = V_2; NullCheck(L_54); float L_55 = L_54->get_rotation_9(); float L_56 = V_0; NullCheck(L_53); L_53->set_rotation_9(((float)il2cpp_codegen_multiply((float)L_55, (float)L_56))); // animationPose.skew = result.skew * blendWeight; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_57 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_58 = V_2; NullCheck(L_58); float L_59 = L_58->get_skew_8(); float L_60 = V_0; NullCheck(L_57); L_57->set_skew_8(((float)il2cpp_codegen_multiply((float)L_59, (float)L_60))); // animationPose.scaleX = (result.scaleX - 1.0f) * blendWeight + 1.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_61 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_62 = V_2; NullCheck(L_62); float L_63 = L_62->get_scaleX_10(); float L_64 = V_0; NullCheck(L_61); L_61->set_scaleX_10(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_63, (float)(1.0f))), (float)L_64)), (float)(1.0f)))); // animationPose.scaleY = (result.scaleY - 1.0f) * blendWeight + 1.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_65 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_66 = V_2; NullCheck(L_66); float L_67 = L_66->get_scaleY_11(); float L_68 = V_0; NullCheck(L_65); L_65->set_scaleY_11(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_67, (float)(1.0f))), (float)L_68)), (float)(1.0f)))); // } goto IL_017d; } IL_0135: { // animationPose.x = result.x; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_69 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_70 = V_2; NullCheck(L_70); float L_71 = L_70->get_x_6(); NullCheck(L_69); L_69->set_x_6(L_71); // animationPose.y = result.y; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_72 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_73 = V_2; NullCheck(L_73); float L_74 = L_73->get_y_7(); NullCheck(L_72); L_72->set_y_7(L_74); // animationPose.rotation = result.rotation; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_75 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_76 = V_2; NullCheck(L_76); float L_77 = L_76->get_rotation_9(); NullCheck(L_75); L_75->set_rotation_9(L_77); // animationPose.skew = result.skew; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_78 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_79 = V_2; NullCheck(L_79); float L_80 = L_79->get_skew_8(); NullCheck(L_78); L_78->set_skew_8(L_80); // animationPose.scaleX = result.scaleX; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_81 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_82 = V_2; NullCheck(L_82); float L_83 = L_82->get_scaleX_10(); NullCheck(L_81); L_81->set_scaleX_10(L_83); // animationPose.scaleY = result.scaleY; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_84 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_85 = V_2; NullCheck(L_85); float L_86 = L_85->get_scaleY_11(); NullCheck(L_84); L_84->set_scaleY_11(L_86); } IL_017d: { // if (this._animationState._fadeState != 0 || this._animationState._subFadeState != 0) AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * L_87 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__animationState_23(); NullCheck(L_87); int32_t L_88 = L_87->get__fadeState_19(); if (L_88) { goto IL_0197; } } { AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * L_89 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__animationState_23(); NullCheck(L_89); int32_t L_90 = L_89->get__subFadeState_20(); if (!L_90) { goto IL_01a3; } } IL_0197: { // this.bone._transformDirty = true; Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_91 = __this->get_bone_36(); NullCheck(L_91); L_91->set__transformDirty_17((bool)1); } IL_01a3: { // } return; } } // System.Void DragonBones.BoneTimelineState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneTimelineState__ctor_m19DF1C1530D63A083DF1B4D959B8DD012CB414AB (BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F * __this, const RuntimeMethod* method) { { TweenTimelineState__ctor_mCC3228419A85855F698D79FF8205603A5A379736(__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 DragonBones.BoneTranslateTimelineState::_OnArriveAtFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneTranslateTimelineState__OnArriveAtFrame_m4085C7E598F3744C7EC3C8793E37BB144A6CCD79 (BoneTranslateTimelineState_tBEFFA4CA8CC009F420C1E71ACA11C563676F3DD6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoneTranslateTimelineState__OnArriveAtFrame_m4085C7E598F3744C7EC3C8793E37BB144A6CCD79_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; float V_1 = 0.0f; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* V_2 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_3 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_4 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_5 = NULL; { // base._OnArriveAtFrame(); TweenTimelineState__OnArriveAtFrame_m4DAA51A3AD6A49D805B71B7DD1B9D0FAFBBEDD35(__this, /*hidden argument*/NULL); // if (this._timelineData != null) TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * L_0 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__timelineData_21(); if (!L_0) { goto IL_0104; } } { // var valueOffset = this._animationData.frameFloatOffset + this._frameValueOffset + this._frameIndex * 2; AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * L_1 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__animationData_20(); NullCheck(L_1); uint32_t L_2 = L_1->get_frameFloatOffset_6(); int32_t L_3 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameValueOffset_10(); int32_t L_4 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameIndex_13(); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_2)), (int64_t)((int64_t)((int64_t)L_3)))), (int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)))))); // var scale = this._armature._armatureData.scale; Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * L_5 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__armature_22(); NullCheck(L_5); ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * L_6 = L_5->get__armatureData_17(); NullCheck(L_6); float L_7 = L_6->get_scale_8(); V_1 = L_7; // var frameFloatArray = this._dragonBonesData.frameFloatArray; DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * L_8 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__dragonBonesData_19(); NullCheck(L_8); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_9 = L_8->get_frameFloatArray_18(); V_2 = L_9; // var current = this.bonePose.current; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_10 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_10); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_11 = L_10->get_current_5(); V_3 = L_11; // var delta = this.bonePose.delta; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_12 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_12); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_13 = L_12->get_delta_6(); V_4 = L_13; // current.x = frameFloatArray[valueOffset++] * scale; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_14 = V_3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_15 = V_2; int64_t L_16 = V_0; int64_t L_17 = L_16; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_17, (int64_t)((int64_t)((int64_t)1)))); if ((int64_t)(L_17) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BoneTranslateTimelineState__OnArriveAtFrame_m4085C7E598F3744C7EC3C8793E37BB144A6CCD79_RuntimeMethod_var); NullCheck(L_15); intptr_t L_18 = ((intptr_t)L_17); float L_19 = (L_15)->GetAt(static_cast(L_18)); float L_20 = V_1; NullCheck(L_14); L_14->set_x_6(((float)il2cpp_codegen_multiply((float)L_19, (float)L_20))); // current.y = frameFloatArray[valueOffset++] * scale; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_21 = V_3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_22 = V_2; int64_t L_23 = V_0; int64_t L_24 = L_23; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_24, (int64_t)((int64_t)((int64_t)1)))); if ((int64_t)(L_24) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BoneTranslateTimelineState__OnArriveAtFrame_m4085C7E598F3744C7EC3C8793E37BB144A6CCD79_RuntimeMethod_var); NullCheck(L_22); intptr_t L_25 = ((intptr_t)L_24); float L_26 = (L_22)->GetAt(static_cast(L_25)); float L_27 = V_1; NullCheck(L_21); L_21->set_y_7(((float)il2cpp_codegen_multiply((float)L_26, (float)L_27))); // if (this._tweenState == TweenState.Always) int32_t L_28 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__tweenState_8(); if ((!(((uint32_t)L_28) == ((uint32_t)2)))) { goto IL_00eb; } } { // if (this._frameIndex == this._frameCount - 1) int32_t L_29 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameIndex_13(); uint32_t L_30 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameCount_11(); if ((!(((uint64_t)((int64_t)((int64_t)L_29))) == ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)))))))))) { goto IL_00b8; } } { // valueOffset = this._animationData.frameFloatOffset + this._frameValueOffset; AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * L_31 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__animationData_20(); NullCheck(L_31); uint32_t L_32 = L_31->get_frameFloatOffset_6(); int32_t L_33 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__frameValueOffset_10(); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_32)), (int64_t)((int64_t)((int64_t)L_33)))); } IL_00b8: { // delta.x = frameFloatArray[valueOffset++] * scale - current.x; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_34 = V_4; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_35 = V_2; int64_t L_36 = V_0; int64_t L_37 = L_36; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_37, (int64_t)((int64_t)((int64_t)1)))); if ((int64_t)(L_37) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BoneTranslateTimelineState__OnArriveAtFrame_m4085C7E598F3744C7EC3C8793E37BB144A6CCD79_RuntimeMethod_var); NullCheck(L_35); intptr_t L_38 = ((intptr_t)L_37); float L_39 = (L_35)->GetAt(static_cast(L_38)); float L_40 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_41 = V_3; NullCheck(L_41); float L_42 = L_41->get_x_6(); NullCheck(L_34); L_34->set_x_6(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_39, (float)L_40)), (float)L_42))); // delta.y = frameFloatArray[valueOffset++] * scale - current.y; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_43 = V_4; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_44 = V_2; int64_t L_45 = V_0; int64_t L_46 = L_45; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_46, (int64_t)((int64_t)((int64_t)1)))); if ((int64_t)(L_46) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BoneTranslateTimelineState__OnArriveAtFrame_m4085C7E598F3744C7EC3C8793E37BB144A6CCD79_RuntimeMethod_var); NullCheck(L_44); intptr_t L_47 = ((intptr_t)L_46); float L_48 = (L_44)->GetAt(static_cast(L_47)); float L_49 = V_1; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_50 = V_3; NullCheck(L_50); float L_51 = L_50->get_y_7(); NullCheck(L_43); L_43->set_y_7(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_48, (float)L_49)), (float)L_51))); // } return; } IL_00eb: { // delta.x = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_52 = V_4; NullCheck(L_52); L_52->set_x_6((0.0f)); // delta.y = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_53 = V_4; NullCheck(L_53); L_53->set_y_7((0.0f)); // } return; } IL_0104: { // var current = this.bonePose.current; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_54 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_54); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_55 = L_54->get_current_5(); // var delta = this.bonePose.delta; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_56 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_56); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_57 = L_56->get_delta_6(); V_5 = L_57; // current.x = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_58 = L_55; NullCheck(L_58); L_58->set_x_6((0.0f)); // current.y = 0.0f; NullCheck(L_58); L_58->set_y_7((0.0f)); // delta.x = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_59 = V_5; NullCheck(L_59); L_59->set_x_6((0.0f)); // delta.y = 0.0f; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_60 = V_5; NullCheck(L_60); L_60->set_y_7((0.0f)); // } return; } } // System.Void DragonBones.BoneTranslateTimelineState::_OnUpdateFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneTranslateTimelineState__OnUpdateFrame_m758DC74645742EF015511F61B5750AC5AB38D526 (BoneTranslateTimelineState_tBEFFA4CA8CC009F420C1E71ACA11C563676F3DD6 * __this, const RuntimeMethod* method) { TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_0 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * V_1 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * G_B2_0 = NULL; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * G_B1_0 = NULL; { // base._OnUpdateFrame(); TweenTimelineState__OnUpdateFrame_mC0D8CD18A35040EB6E278525E48FAB2FD21193C2(__this, /*hidden argument*/NULL); // var current = this.bonePose.current; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_0 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_0); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_1 = L_0->get_current_5(); V_0 = L_1; // var delta = this.bonePose.delta; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_2 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_2); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_3 = L_2->get_delta_6(); V_1 = L_3; // var result = this.bonePose.result; BonePose_t153D1C46AB18F0A72BAEAAE5BD71CB630B616A60 * L_4 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bonePose_37(); NullCheck(L_4); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_5 = L_4->get_result_7(); // this.bone._transformDirty = true; Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_6 = ((BoneTimelineState_t0CB22FBD17C55487B82407386DAE104E7AFC8D3F *)__this)->get_bone_36(); NullCheck(L_6); L_6->set__transformDirty_17((bool)1); // if (this._tweenState != TweenState.Always) int32_t L_7 = ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->get__tweenState_8(); G_B1_0 = L_5; if ((((int32_t)L_7) == ((int32_t)2))) { G_B2_0 = L_5; goto IL_0045; } } { // this._tweenState = TweenState.None; ((TimelineState_t5C8602E95D2327C20F1509273B1EAECCCC0FB696 *)__this)->set__tweenState_8(0); G_B2_0 = G_B1_0; } IL_0045: { // result.x = current.x + delta.x * this._tweenProgress; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_8 = G_B2_0; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_9 = V_0; NullCheck(L_9); float L_10 = L_9->get_x_6(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_11 = V_1; NullCheck(L_11); float L_12 = L_11->get_x_6(); float L_13 = ((TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 *)__this)->get__tweenProgress_34(); NullCheck(L_8); L_8->set_x_6(((float)il2cpp_codegen_add((float)L_10, (float)((float)il2cpp_codegen_multiply((float)L_12, (float)L_13))))); // result.y = current.y + delta.y * this._tweenProgress; TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_14 = V_0; NullCheck(L_14); float L_15 = L_14->get_y_7(); TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * L_16 = V_1; NullCheck(L_16); float L_17 = L_16->get_y_7(); float L_18 = ((TweenTimelineState_tC6B624A9D783FFCDE7551903351C9FB0FA94E207 *)__this)->get__tweenProgress_34(); NullCheck(L_8); L_8->set_y_7(((float)il2cpp_codegen_add((float)L_15, (float)((float)il2cpp_codegen_multiply((float)L_17, (float)L_18))))); // } return; } } // System.Void DragonBones.BoneTranslateTimelineState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneTranslateTimelineState__ctor_mC0C9F58E628916C89CA987ABB1923CC4985B2E69 (BoneTranslateTimelineState_tBEFFA4CA8CC009F420C1E71ACA11C563676F3DD6 * __this, const RuntimeMethod* method) { { BoneTimelineState__ctor_m19DF1C1530D63A083DF1B4D959B8DD012CB414AB(__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 DragonBones.BoundingBoxData::_OnClear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoundingBoxData__OnClear_m0C37C7BEF2D4FBAEF22202A954F8FAEF80C17BBE (BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F * __this, const RuntimeMethod* method) { { // this.color = 0x000000; __this->set_color_6(0); // this.width = 0.0f; __this->set_width_7((0.0f)); // this.height = 0.0f; __this->set_height_8((0.0f)); // } return; } } // System.Void DragonBones.BoundingBoxData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoundingBoxData__ctor_m8BEC1F01B25CB503E8CB7AC37760F7F45E38D170 (BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_il2cpp_TypeInfo_var); BaseObject__ctor_m4DCE2F1F3E01CF86CF020F426145F76A0953581F(__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 DragonBones.BoundingBoxDisplayData::_OnClear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoundingBoxDisplayData__OnClear_mB9996B05E375831386EF2483EF49A071C8600CB0 (BoundingBoxDisplayData_tF218BA57CE4F3CA2B909EDF51148EBEC1C68431F * __this, const RuntimeMethod* method) { { // base._OnClear(); DisplayData__OnClear_m154A800EFDC4AB513A22D56A24B9F051FC81CE74(__this, /*hidden argument*/NULL); // if (this.boundingBox != null) BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F * L_0 = __this->get_boundingBox_10(); if (!L_0) { goto IL_0019; } } { // this.boundingBox.ReturnToPool(); BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F * L_1 = __this->get_boundingBox_10(); NullCheck(L_1); BaseObject_ReturnToPool_mE1B7ADD0250DA109ADF4EB7036BED705CCE35FB9(L_1, /*hidden argument*/NULL); } IL_0019: { // this.type = DisplayType.BoundingBox; ((DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB *)__this)->set_type_5(3); // this.boundingBox = null; __this->set_boundingBox_10((BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F *)NULL); // } return; } } // System.Void DragonBones.BoundingBoxDisplayData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoundingBoxDisplayData__ctor_m3D448ED6E3E6A7CED1F2FBAF8656BAEDD5CBCA31 (BoundingBoxDisplayData_tF218BA57CE4F3CA2B909EDF51148EBEC1C68431F * __this, const RuntimeMethod* method) { { DisplayData__ctor_m2BA7F612C233730ECC90824C4B97EEBE3535D484(__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 #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.Camera BowCamera::get_cameraComp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * BowCamera_get_cameraComp_m7F7D5409F6C6EC67D8314904E2CE690ED96E3FC0 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!_cameraComp) _cameraComp = GetComponent(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0 = __this->get__cameraComp_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0019; } } { // if (!_cameraComp) _cameraComp = GetComponent(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2; L_2 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(__this, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); __this->set__cameraComp_4(L_2); } IL_0019: { // return _cameraComp; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_3 = __this->get__cameraComp_4(); return L_3; } } // ArmBow BowCamera::get_armBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * BowCamera_get_armBow_m06518B6A5072B222B35E6AE077C9EFDCCC6F3A42 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_m21BC81200950F07489BB09A4493DC666B12D85E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!_armBow) _armBow = GetComponentInChildren(); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_0 = __this->get__armBow_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0019; } } { // if (!_armBow) _armBow = GetComponentInChildren(); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_2; L_2 = Component_GetComponentInChildren_TisArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_m21BC81200950F07489BB09A4493DC666B12D85E3(__this, /*hidden argument*/Component_GetComponentInChildren_TisArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_m21BC81200950F07489BB09A4493DC666B12D85E3_RuntimeMethod_var); __this->set__armBow_5(L_2); } IL_0019: { // return _armBow; ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_3 = __this->get__armBow_5(); return L_3; } } // System.Boolean BowCamera::get_isTouchMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BowCamera_get_isTouchMode_m854795B54B53FC4ED10C838B453820F2A572ACA4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (CommonConfig.isReleaseVersion) return false; IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); bool L_0 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_isReleaseVersion_5(); if (!L_0) { goto IL_0009; } } { // if (CommonConfig.isReleaseVersion) return false; return (bool)0; } IL_0009: { // return _isTouchMode; IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); bool L_1 = ((BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields*)il2cpp_codegen_static_fields_for(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var))->get__isTouchMode_8(); return L_1; } } // System.Void BowCamera::set_isTouchMode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_set_isTouchMode_m697E7BDB07075516ADCEFDD7452D52356099CB82 (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // _isTouchMode = value; bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); ((BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields*)il2cpp_codegen_static_fields_for(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var))->set__isTouchMode_8(L_0); // } return; } } // BowCamera BowCamera::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectOfType_TisBowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_mC734042BCAD6E750D089A703EDACEEE11802B3E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!_ins) IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_0 = ((BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields*)il2cpp_codegen_static_fields_for(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var))->get__ins_12(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { // _ins = GameObject.FindObjectOfType(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_2; L_2 = Object_FindObjectOfType_TisBowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_mC734042BCAD6E750D089A703EDACEEE11802B3E8(/*hidden argument*/Object_FindObjectOfType_TisBowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_mC734042BCAD6E750D089A703EDACEEE11802B3E8_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); ((BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields*)il2cpp_codegen_static_fields_for(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var))->set__ins_12(L_2); } IL_0016: { // return _ins; IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_3 = ((BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields*)il2cpp_codegen_static_fields_for(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var))->get__ins_12(); return L_3; } } // System.Void BowCamera::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_Awake_m1567C7B62AFC456362B3378F4F389D22B0285D02 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70F7614A48C8C3AA87B473A1FDE12A8847CAF0F4); s_Il2CppMethodInitialized = true; } Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE V_0; memset((&V_0), 0, sizeof(V_0)); { // _ins = this; IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); ((BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields*)il2cpp_codegen_static_fields_for(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var))->set__ins_12(__this); // localEulerAngles = transform.localEulerAngles; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_localEulerAngles_m4C442107F523737ADAB54855FDC1777A9B71D545(L_0, /*hidden argument*/NULL); __this->set_localEulerAngles_6(L_1); // if (CommonConfig.SpecialVersion1) { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); bool L_2 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_SpecialVersion1_3(); if (!L_2) { goto IL_0051; } } { // if (UnityEngine.SceneManagement.SceneManager.GetActiveScene().name.Equals("GameChallenge")) { IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE L_3; L_3 = SceneManager_GetActiveScene_mB9A5037FFB576B2432D0BFEF6A161B7C4C1921A4(/*hidden argument*/NULL); V_0 = L_3; String_t* L_4; L_4 = Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8((Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE *)(&V_0), /*hidden argument*/NULL); NullCheck(L_4); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_4, _stringLiteral70F7614A48C8C3AA87B473A1FDE12A8847CAF0F4, /*hidden argument*/NULL); if (!L_5) { goto IL_0051; } } { // this.cameraComp.fieldOfView = UserSettings.ins.bowRotateConvert.fieldOfView; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_6; L_6 = BowCamera_get_cameraComp_m7F7D5409F6C6EC67D8314904E2CE690ED96E3FC0(__this, /*hidden argument*/NULL); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_7; L_7 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_7); BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * L_8 = L_7->get_bowRotateConvert_5(); NullCheck(L_8); float L_9 = L_8->get_fieldOfView_2(); NullCheck(L_6); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_6, L_9, /*hidden argument*/NULL); } IL_0051: { // RecordDefaultCameraFieldOfView(); BowCamera_RecordDefaultCameraFieldOfView_m5F36005B4999ECADD3FEBB38CEB931B2E8E98CF6(__this, /*hidden argument*/NULL); // if (UserSettings.ins.bowCameraFixed && !CommonConfig.isReleaseVersion) UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_10; L_10 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_10); bool L_11 = L_10->get_bowCameraFixed_6(); if (!L_11) { goto IL_0076; } } { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); bool L_12 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_isReleaseVersion_5(); if (L_12) { goto IL_0076; } } { // bowCameraFixed = new BowCameraFixed(this); BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * L_13 = (BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 *)il2cpp_codegen_object_new(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3_il2cpp_TypeInfo_var); BowCameraFixed__ctor_m0EA5E481FA08D71282AA204485E8505943188440(L_13, __this, /*hidden argument*/NULL); __this->set_bowCameraFixed_21(L_13); } IL_0076: { // } return; } } // System.Void BowCamera::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_Start_m9B025A8916766F37B8711AED067C79E37E9DD403 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_mA445808F366AB6BE911B8B18829498EA1FC3FF34_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tE6924C207D3429211C9952CC7C82123010C61E02_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_U3CStartU3Eb__19_0_mC8B2313B142317AF39B7BA3576C4E69335C27CF2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_U3CStartU3Eb__19_1_mB1F0F43455500DA7E221FA4373FF0C8F765D5CCA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // touchChecker.onMoved += delegate (Touch t, bool isOnUI) // { // if (banLogic) return; // if (isOnUI) return; // //??????????? // this.localEulerAngles.x = Mathf.Clamp(this.localEulerAngles.x - t.deltaPosition.y * Time.deltaTime * 5, limitRangeRotateX[0], limitRangeRotateX[1]); // this.localEulerAngles.y = Mathf.Clamp(this.localEulerAngles.y + t.deltaPosition.x * Time.deltaTime * 5, limitRangeRotateY[0], limitRangeRotateY[1]); // this.transform.localEulerAngles = this.localEulerAngles; // }; TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * L_0 = __this->get_touchChecker_7(); TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * L_1 = L_0; NullCheck(L_1); Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * L_2 = L_1->get_onMoved_4(); Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * L_3 = (Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 *)il2cpp_codegen_object_new(Action_2_tE6924C207D3429211C9952CC7C82123010C61E02_il2cpp_TypeInfo_var); Action_2__ctor_mA445808F366AB6BE911B8B18829498EA1FC3FF34(L_3, __this, (intptr_t)((intptr_t)BowCamera_U3CStartU3Eb__19_0_mC8B2313B142317AF39B7BA3576C4E69335C27CF2_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mA445808F366AB6BE911B8B18829498EA1FC3FF34_RuntimeMethod_var); Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_onMoved_4(((Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 *)CastclassSealed((RuntimeObject*)L_4, Action_2_tE6924C207D3429211C9952CC7C82123010C61E02_il2cpp_TypeInfo_var))); // touchChecker.onEnded += delegate (Touch t, bool isOnUI) // { // if (banLogic) return; // if (!isOnUI) armBow.ADS_fire(); // }; TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * L_5 = __this->get_touchChecker_7(); TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * L_6 = L_5; NullCheck(L_6); Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * L_7 = L_6->get_onEnded_5(); Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 * L_8 = (Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 *)il2cpp_codegen_object_new(Action_2_tE6924C207D3429211C9952CC7C82123010C61E02_il2cpp_TypeInfo_var); Action_2__ctor_mA445808F366AB6BE911B8B18829498EA1FC3FF34(L_8, __this, (intptr_t)((intptr_t)BowCamera_U3CStartU3Eb__19_1_mB1F0F43455500DA7E221FA4373FF0C8F765D5CCA_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mA445808F366AB6BE911B8B18829498EA1FC3FF34_RuntimeMethod_var); Delegate_t * L_9; L_9 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_onEnded_5(((Action_2_tE6924C207D3429211C9952CC7C82123010C61E02 *)CastclassSealed((RuntimeObject*)L_9, Action_2_tE6924C207D3429211C9952CC7C82123010C61E02_il2cpp_TypeInfo_var))); // } return; } } // System.Void BowCamera::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_OnDestroy_mFE1379F2CBD3391A616DBDE4E4465CE7C7DB3618 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (_ins == this) _ins = null; IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_0 = ((BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields*)il2cpp_codegen_static_fields_for(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var))->get__ins_12(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, __this, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // if (_ins == this) _ins = null; IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); ((BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields*)il2cpp_codegen_static_fields_for(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var))->set__ins_12((BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 *)NULL); } IL_0013: { // } return; } } // System.Void BowCamera::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_Update_mB6ECD8C980F82D5B6B26AFE3AD285FB68E47175D (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16DD21BE77B115D392226EB71A2D3A9FDC29E3F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88BEE283254D7094E258B3A88730F4CC4F1E4AC7); s_Il2CppMethodInitialized = true; } { // if (cameraComp && !banCameraFieldOfView) Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0; L_0 = BowCamera_get_cameraComp_m7F7D5409F6C6EC67D8314904E2CE690ED96E3FC0(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0026; } } { bool L_2 = __this->get_banCameraFieldOfView_18(); if (L_2) { goto IL_0026; } } { // cameraComp.fieldOfView = cameraFieldOfView; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_3; L_3 = BowCamera_get_cameraComp_m7F7D5409F6C6EC67D8314904E2CE690ED96E3FC0(__this, /*hidden argument*/NULL); float L_4 = __this->get_cameraFieldOfView_16(); NullCheck(L_3); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_3, L_4, /*hidden argument*/NULL); } IL_0026: { // if (banLogic) return; bool L_5 = __this->get_banLogic_11(); if (!L_5) { goto IL_002f; } } { // if (banLogic) return; return; } IL_002f: { // if (GameMgr.ins.gameOver) IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_6 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_6); bool L_7 = L_6->get_gameOver_7(); if (!L_7) { goto IL_003c; } } { // return; return; } IL_003c: { // if (GameMgr.debugInEditor) IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); bool L_8 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_debugInEditor_4(); if (!L_8) { goto IL_00db; } } { // this.localEulerAngles.x = Mathf.Clamp(this.localEulerAngles.x - 2f * Input.GetAxis("Mouse Y"), limitRangeRotateX[0], limitRangeRotateX[1]); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_9 = __this->get_address_of_localEulerAngles_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_10 = __this->get_address_of_localEulerAngles_6(); float L_11 = L_10->get_x_2(); float L_12; L_12 = Input_GetAxis_m939297DEB2ECF8D8D09AD66EB69979AAD2B62326(_stringLiteral16DD21BE77B115D392226EB71A2D3A9FDC29E3F0, /*hidden argument*/NULL); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_13 = __this->get_limitRangeRotateX_10(); NullCheck(L_13); int32_t L_14 = 0; float L_15 = (L_13)->GetAt(static_cast(L_14)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_16 = __this->get_limitRangeRotateX_10(); NullCheck(L_16); int32_t L_17 = 1; float L_18 = (L_16)->GetAt(static_cast(L_17)); float L_19; L_19 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_subtract((float)L_11, (float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_12)))), L_15, L_18, /*hidden argument*/NULL); L_9->set_x_2(L_19); // this.localEulerAngles.y = Mathf.Clamp(this.localEulerAngles.y + 2f * Input.GetAxis("Mouse X"), limitRangeRotateY[0], limitRangeRotateY[1]); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_20 = __this->get_address_of_localEulerAngles_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_21 = __this->get_address_of_localEulerAngles_6(); float L_22 = L_21->get_y_3(); float L_23; L_23 = Input_GetAxis_m939297DEB2ECF8D8D09AD66EB69979AAD2B62326(_stringLiteral88BEE283254D7094E258B3A88730F4CC4F1E4AC7, /*hidden argument*/NULL); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_24 = __this->get_limitRangeRotateY_9(); NullCheck(L_24); int32_t L_25 = 0; float L_26 = (L_24)->GetAt(static_cast(L_25)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_27 = __this->get_limitRangeRotateY_9(); NullCheck(L_27); int32_t L_28 = 1; float L_29 = (L_27)->GetAt(static_cast(L_28)); float L_30; L_30 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_add((float)L_22, (float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_23)))), L_26, L_29, /*hidden argument*/NULL); L_20->set_y_3(L_30); // this.transform.localEulerAngles = this.localEulerAngles; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_31; L_31 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32 = __this->get_localEulerAngles_6(); NullCheck(L_31); Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B(L_31, L_32, /*hidden argument*/NULL); // if (EventSystem.current.IsPointerOverGameObject()) return; IL2CPP_RUNTIME_CLASS_INIT(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_il2cpp_TypeInfo_var); EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * L_33; L_33 = EventSystem_get_current_m4B9C11F490297AE55428038DACD240596D6CE5F2(/*hidden argument*/NULL); NullCheck(L_33); bool L_34; L_34 = EventSystem_IsPointerOverGameObject_m49888E0F63763086DCD74D5A6C5C5705A96F88EB(L_33, /*hidden argument*/NULL); // if (EventSystem.current.IsPointerOverGameObject()) return; return; } IL_00db: { // else if (isTouchMode) IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); bool L_35; L_35 = BowCamera_get_isTouchMode_m854795B54B53FC4ED10C838B453820F2A572ACA4(/*hidden argument*/NULL); if (!L_35) { goto IL_00ee; } } { // touchChecker.Update(); TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * L_36 = __this->get_touchChecker_7(); NullCheck(L_36); TouchChecker_Update_m476E528115BF613632E76EC83DA68EC66050BF17(L_36, /*hidden argument*/NULL); // } return; } IL_00ee: { // if (SB_EventSystem.ins && SB_EventSystem.ins.simulateMouseIsAwaked) return; SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_37 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_38; L_38 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0107; } } { SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_39 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_39); bool L_40 = L_39->get_simulateMouseIsAwaked_7(); if (!L_40) { goto IL_0107; } } { // if (SB_EventSystem.ins && SB_EventSystem.ins.simulateMouseIsAwaked) return; return; } IL_0107: { // needLookAtPoint = true; __this->set_needLookAtPoint_13((bool)1); // } return; } } // System.Single BowCamera::get_bowRotateConvertRate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BowCamera_get_bowRotateConvertRate_mE08B9A38798884EDF133EA1E1A915C0217B82FD9 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __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; } { // if (_bowRotateConvertRate == null) SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = __this->get__bowRotateConvertRate_14(); if (L_0) { goto IL_0026; } } { // _bowRotateConvertRate = new float[] { UserSettings.ins.bowRotateConvert.GetRate() }; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)1); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = L_1; UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_3; L_3 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_3); BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * L_4 = L_3->get_bowRotateConvert_5(); NullCheck(L_4); float L_5; L_5 = BowRotateConvert_GetRate_m275FCECDBC711FC3806A7E289FF616DA630961B0(L_4, /*hidden argument*/NULL); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (float)L_5); __this->set__bowRotateConvertRate_14(L_2); } IL_0026: { // return _bowRotateConvertRate[0]; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = __this->get__bowRotateConvertRate_14(); NullCheck(L_6); int32_t L_7 = 0; float L_8 = (L_6)->GetAt(static_cast(L_7)); return L_8; } } // System.Void BowCamera::LateUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_LateUpdate_m1C47DE335067BB733AC0A9B22A9B64030941A88C (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B4_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B3_0 = NULL; float G_B5_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B5_1 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B7_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B6_0 = NULL; float G_B8_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B8_1 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B13_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B12_0 = NULL; { // if (needLookAtPoint) bool L_0 = __this->get_needLookAtPoint_13(); if (!L_0) { goto IL_00e6; } } { // needLookAtPoint = false; __this->set_needLookAtPoint_13((bool)0); // this.transform.LookAt(CameraToLook.ins.point); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733 * L_2 = ((CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_StaticFields*)il2cpp_codegen_static_fields_for(CameraToLook_tB2854E8D843597C055E5B88D77384454425F4733_il2cpp_TypeInfo_var))->get_ins_7(); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = L_2->get_point_4(); NullCheck(L_1); Transform_LookAt_m49185D782014D16DA747C1296BEBAC3FB3CEDC1F(L_1, L_3, /*hidden argument*/NULL); // if (!CommonConfig.isReleaseVersion) IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); bool L_4 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_isReleaseVersion_5(); if (L_4) { goto IL_00e6; } } { // Vector3 localAngles = this.transform.localEulerAngles; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Transform_get_localEulerAngles_m4C442107F523737ADAB54855FDC1777A9B71D545(L_5, /*hidden argument*/NULL); V_0 = L_6; // localAngles.x = Mathf.Clamp((localAngles.x > 180 ? localAngles.x - 360 : localAngles.x) * bowRotateConvertRate, // limitRangeRotateX[0], limitRangeRotateX[1]); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = V_0; float L_8 = L_7.get_x_2(); G_B3_0 = (&V_0); if ((((float)L_8) > ((float)(180.0f)))) { G_B4_0 = (&V_0); goto IL_0054; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = V_0; float L_10 = L_9.get_x_2(); G_B5_0 = L_10; G_B5_1 = G_B3_0; goto IL_0060; } IL_0054: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = V_0; float L_12 = L_11.get_x_2(); G_B5_0 = ((float)il2cpp_codegen_subtract((float)L_12, (float)(360.0f))); G_B5_1 = G_B4_0; } IL_0060: { float L_13; L_13 = BowCamera_get_bowRotateConvertRate_mE08B9A38798884EDF133EA1E1A915C0217B82FD9(__this, /*hidden argument*/NULL); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_14 = __this->get_limitRangeRotateX_10(); NullCheck(L_14); int32_t L_15 = 0; float L_16 = (L_14)->GetAt(static_cast(L_15)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_17 = __this->get_limitRangeRotateX_10(); NullCheck(L_17); int32_t L_18 = 1; float L_19 = (L_17)->GetAt(static_cast(L_18)); float L_20; L_20 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_multiply((float)G_B5_0, (float)L_13)), L_16, L_19, /*hidden argument*/NULL); G_B5_1->set_x_2(L_20); // localAngles.y = Mathf.Clamp((localAngles.y > 180 ? localAngles.y - 360 : localAngles.y) * bowRotateConvertRate, // limitRangeRotateY[0], limitRangeRotateY[1]); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = V_0; float L_22 = L_21.get_y_3(); G_B6_0 = (&V_0); if ((((float)L_22) > ((float)(180.0f)))) { G_B7_0 = (&V_0); goto IL_0098; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = V_0; float L_24 = L_23.get_y_3(); G_B8_0 = L_24; G_B8_1 = G_B6_0; goto IL_00a4; } IL_0098: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = V_0; float L_26 = L_25.get_y_3(); G_B8_0 = ((float)il2cpp_codegen_subtract((float)L_26, (float)(360.0f))); G_B8_1 = G_B7_0; } IL_00a4: { float L_27; L_27 = BowCamera_get_bowRotateConvertRate_mE08B9A38798884EDF133EA1E1A915C0217B82FD9(__this, /*hidden argument*/NULL); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_28 = __this->get_limitRangeRotateY_9(); NullCheck(L_28); int32_t L_29 = 0; float L_30 = (L_28)->GetAt(static_cast(L_29)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_31 = __this->get_limitRangeRotateY_9(); NullCheck(L_31); int32_t L_32 = 1; float L_33 = (L_31)->GetAt(static_cast(L_32)); float L_34; L_34 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_multiply((float)G_B8_0, (float)L_27)), L_30, L_33, /*hidden argument*/NULL); G_B8_1->set_y_3(L_34); // if (bowCameraFixed != null) BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * L_35 = __this->get_bowCameraFixed_21(); if (!L_35) { goto IL_00da; } } { // localAngles = bowCameraFixed.LimitBowAngle(localAngles); BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * L_36 = __this->get_bowCameraFixed_21(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37 = V_0; NullCheck(L_36); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38; L_38 = BowCameraFixed_LimitBowAngle_m3A22FDA38C0672867AD64A16FFF50787735ACBA5(L_36, L_37, /*hidden argument*/NULL); V_0 = L_38; } IL_00da: { // this.transform.localEulerAngles = localAngles; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_39; L_39 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_40 = V_0; NullCheck(L_39); Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B(L_39, L_40, /*hidden argument*/NULL); } IL_00e6: { // onAfterLateUpdate?.Invoke(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_41 = __this->get_onAfterLateUpdate_15(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_42 = L_41; G_B12_0 = L_42; if (L_42) { G_B13_0 = L_42; goto IL_00f1; } } { return; } IL_00f1: { NullCheck(G_B13_0); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(G_B13_0, /*hidden argument*/NULL); // } return; } } // System.Void BowCamera::RecordDefaultCameraFieldOfView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_RecordDefaultCameraFieldOfView_m5F36005B4999ECADD3FEBB38CEB931B2E8E98CF6 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method) { { // defaultCameraFieldOfView = cameraComp.fieldOfView; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0; L_0 = BowCamera_get_cameraComp_m7F7D5409F6C6EC67D8314904E2CE690ED96E3FC0(__this, /*hidden argument*/NULL); NullCheck(L_0); float L_1; L_1 = Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920(L_0, /*hidden argument*/NULL); __this->set_defaultCameraFieldOfView_17(L_1); // cameraFieldOfView = defaultCameraFieldOfView; float L_2 = __this->get_defaultCameraFieldOfView_17(); __this->set_cameraFieldOfView_16(L_2); // } return; } } // System.Void BowCamera::SetCameraFieldOfView(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_SetCameraFieldOfView_m28A6E0B46FDC3833D3E28DFD41DF4C4069ED4942 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, float ___value0, const RuntimeMethod* method) { { // cameraComp.fieldOfView = value; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0; L_0 = BowCamera_get_cameraComp_m7F7D5409F6C6EC67D8314904E2CE690ED96E3FC0(__this, /*hidden argument*/NULL); float L_1 = ___value0; NullCheck(L_0); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BowCamera::SetCameraFieldOfViewRecord(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_SetCameraFieldOfViewRecord_mA38AD331F8D27E898AAE748A6071AA2F8267A5DD (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, float ___value0, const RuntimeMethod* method) { { // cameraFieldOfView = value; float L_0 = ___value0; __this->set_cameraFieldOfView_16(L_0); // } return; } } // System.Void BowCamera::updateFollowPullBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_updateFollowPullBow_m150E6F0C4F54956FC2EBD0C96D028B95D70A292E (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BowCamera::updateGiveUpPullBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_updateGiveUpPullBow_mF5521526C6646DBB994CCB800C96ACAC4DBBAECD (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BowCamera::SetArrowFollowing(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_SetArrowFollowing_m9A0EBB32E6A4EB14F83794C2C7BEFB908A0B6341 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, bool ___value0, const RuntimeMethod* method) { { // isArrowFollowing = value; bool L_0 = ___value0; __this->set_isArrowFollowing_19(L_0); // cameraComp.enabled = !isArrowFollowing; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1; L_1 = BowCamera_get_cameraComp_m7F7D5409F6C6EC67D8314904E2CE690ED96E3FC0(__this, /*hidden argument*/NULL); bool L_2 = __this->get_isArrowFollowing_19(); NullCheck(L_1); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_1, (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // AutoSwitchCamera(); BowCamera_AutoSwitchCamera_mD0CFC226BCEF552DF92F9EDD2553F075AE8D02F6(__this, /*hidden argument*/NULL); // } return; } } // System.Void BowCamera::SetScaleAimDisplaying(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_SetScaleAimDisplaying_m3066D6C632EADA751A8437C61F37E080CE0B9344 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, bool ___value0, const RuntimeMethod* method) { { // isScaleAimDisplaying = value; bool L_0 = ___value0; __this->set_isScaleAimDisplaying_20(L_0); // AutoSwitchCamera(); BowCamera_AutoSwitchCamera_mD0CFC226BCEF552DF92F9EDD2553F075AE8D02F6(__this, /*hidden argument*/NULL); // } return; } } // System.Void BowCamera::AutoSwitchCamera() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_AutoSwitchCamera_mD0CFC226BCEF552DF92F9EDD2553F075AE8D02F6 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method) { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B4_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B3_0 = NULL; int32_t G_B5_0 = 0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B5_1 = NULL; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * G_B7_0 = NULL; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * G_B6_0 = NULL; int32_t G_B8_0 = 0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * G_B8_1 = NULL; { // if (bowCameraFixed == null) BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * L_0 = __this->get_bowCameraFixed_21(); if (L_0) { goto IL_001d; } } { // cameraComp.enabled = !isArrowFollowing; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1; L_1 = BowCamera_get_cameraComp_m7F7D5409F6C6EC67D8314904E2CE690ED96E3FC0(__this, /*hidden argument*/NULL); bool L_2 = __this->get_isArrowFollowing_19(); NullCheck(L_1); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_1, (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // } return; } IL_001d: { // bowCameraFixed.gameObject.SetActive(!isScaleAimDisplaying && !isArrowFollowing); BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * L_3 = __this->get_bowCameraFixed_21(); NullCheck(L_3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = L_3->get_gameObject_0(); bool L_5 = __this->get_isScaleAimDisplaying_20(); G_B3_0 = L_4; if (L_5) { G_B4_0 = L_4; goto IL_003b; } } { bool L_6 = __this->get_isArrowFollowing_19(); G_B5_0 = ((((int32_t)L_6) == ((int32_t)0))? 1 : 0); G_B5_1 = G_B3_0; goto IL_003c; } IL_003b: { G_B5_0 = 0; G_B5_1 = G_B4_0; } IL_003c: { NullCheck(G_B5_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(G_B5_1, (bool)G_B5_0, /*hidden argument*/NULL); // cameraComp.enabled = isScaleAimDisplaying && !isArrowFollowing; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_7; L_7 = BowCamera_get_cameraComp_m7F7D5409F6C6EC67D8314904E2CE690ED96E3FC0(__this, /*hidden argument*/NULL); bool L_8 = __this->get_isScaleAimDisplaying_20(); G_B6_0 = L_7; if (!L_8) { G_B7_0 = L_7; goto IL_005a; } } { bool L_9 = __this->get_isArrowFollowing_19(); G_B8_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0); G_B8_1 = G_B6_0; goto IL_005b; } IL_005a: { G_B8_0 = 0; G_B8_1 = G_B7_0; } IL_005b: { NullCheck(G_B8_1); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(G_B8_1, (bool)G_B8_0, /*hidden argument*/NULL); // } return; } } // UnityEngine.Camera BowCamera::GetRenderCamera() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * BowCamera_GetRenderCamera_mBD9C5D80D56B1D5657F7D75852D5E490F32EC611 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method) { { // if (bowCameraFixed == null) BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * L_0 = __this->get_bowCameraFixed_21(); if (L_0) { goto IL_000f; } } { // return cameraComp; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1; L_1 = BowCamera_get_cameraComp_m7F7D5409F6C6EC67D8314904E2CE690ED96E3FC0(__this, /*hidden argument*/NULL); return L_1; } IL_000f: { // if (bowCameraFixed.gameObject.activeSelf) BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * L_2 = __this->get_bowCameraFixed_21(); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = L_2->get_gameObject_0(); NullCheck(L_3); bool L_4; L_4 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002d; } } { // return bowCameraFixed.camera; BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * L_5 = __this->get_bowCameraFixed_21(); NullCheck(L_5); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_6 = L_5->get_camera_2(); return L_6; } IL_002d: { // return cameraComp; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_7; L_7 = BowCamera_get_cameraComp_m7F7D5409F6C6EC67D8314904E2CE690ED96E3FC0(__this, /*hidden argument*/NULL); return L_7; } } // System.Void BowCamera::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera__ctor_m9A29246F17C362185815BC600D85599C9A46C08E (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // JCUnityLib.TouchChecker touchChecker = new JCUnityLib.TouchChecker(); TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * L_0 = (TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED *)il2cpp_codegen_object_new(TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED_il2cpp_TypeInfo_var); TouchChecker__ctor_mB4E1555AED0FEE8B72234337D886FF16DC4AB4E1(L_0, /*hidden argument*/NULL); __this->set_touchChecker_7(L_0); // float[] limitRangeRotateY = { -80, 80 }; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)2); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (float)(-80.0f)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(1), (float)(80.0f)); __this->set_limitRangeRotateY_9(L_3); // float[] limitRangeRotateX = { -80, 80 }; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_4 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)2); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(0), (float)(-80.0f)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(1), (float)(80.0f)); __this->set_limitRangeRotateX_10(L_6); // float cameraFieldOfView = 60; __this->set_cameraFieldOfView_16((60.0f)); // [NonSerialized] public float defaultCameraFieldOfView = 60; __this->set_defaultCameraFieldOfView_17((60.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void BowCamera::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera__cctor_m2390D82625AC68387FC264E4AB52D11A23E2A24F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static bool _isTouchMode = true; ((BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields*)il2cpp_codegen_static_fields_for(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var))->set__isTouchMode_8((bool)1); return; } } // System.Void BowCamera::b__19_0(UnityEngine.Touch,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_U3CStartU3Eb__19_0_mC8B2313B142317AF39B7BA3576C4E69335C27CF2 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C ___t0, bool ___isOnUI1, const RuntimeMethod* method) { { // if (banLogic) return; bool L_0 = __this->get_banLogic_11(); if (!L_0) { goto IL_0009; } } { // if (banLogic) return; return; } IL_0009: { // if (isOnUI) return; bool L_1 = ___isOnUI1; if (!L_1) { goto IL_000d; } } { // if (isOnUI) return; return; } IL_000d: { // this.localEulerAngles.x = Mathf.Clamp(this.localEulerAngles.x - t.deltaPosition.y * Time.deltaTime * 5, limitRangeRotateX[0], limitRangeRotateX[1]); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2 = __this->get_address_of_localEulerAngles_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3 = __this->get_address_of_localEulerAngles_6(); float L_4 = L_3->get_x_2(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_5; L_5 = Touch_get_deltaPosition_mF9D60C253E41DC4E4F832F88A1041BE8A9E7C0FB((Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C *)(&___t0), /*hidden argument*/NULL); float L_6 = L_5.get_y_1(); float L_7; L_7 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_8 = __this->get_limitRangeRotateX_10(); NullCheck(L_8); int32_t L_9 = 0; float L_10 = (L_8)->GetAt(static_cast(L_9)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_11 = __this->get_limitRangeRotateX_10(); NullCheck(L_11); int32_t L_12 = 1; float L_13 = (L_11)->GetAt(static_cast(L_12)); float L_14; L_14 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_subtract((float)L_4, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_6, (float)L_7)), (float)(5.0f))))), L_10, L_13, /*hidden argument*/NULL); L_2->set_x_2(L_14); // this.localEulerAngles.y = Mathf.Clamp(this.localEulerAngles.y + t.deltaPosition.x * Time.deltaTime * 5, limitRangeRotateY[0], limitRangeRotateY[1]); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_15 = __this->get_address_of_localEulerAngles_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_16 = __this->get_address_of_localEulerAngles_6(); float L_17 = L_16->get_y_3(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_18; L_18 = Touch_get_deltaPosition_mF9D60C253E41DC4E4F832F88A1041BE8A9E7C0FB((Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C *)(&___t0), /*hidden argument*/NULL); float L_19 = L_18.get_x_0(); float L_20; L_20 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_21 = __this->get_limitRangeRotateY_9(); NullCheck(L_21); int32_t L_22 = 0; float L_23 = (L_21)->GetAt(static_cast(L_22)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_24 = __this->get_limitRangeRotateY_9(); NullCheck(L_24); int32_t L_25 = 1; float L_26 = (L_24)->GetAt(static_cast(L_25)); float L_27; L_27 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_add((float)L_17, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_19, (float)L_20)), (float)(5.0f))))), L_23, L_26, /*hidden argument*/NULL); L_15->set_y_3(L_27); // this.transform.localEulerAngles = this.localEulerAngles; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_28; L_28 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29 = __this->get_localEulerAngles_6(); NullCheck(L_28); Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B(L_28, L_29, /*hidden argument*/NULL); // }; return; } } // System.Void BowCamera::b__19_1(UnityEngine.Touch,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_U3CStartU3Eb__19_1_mB1F0F43455500DA7E221FA4373FF0C8F765D5CCA (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C ___t0, bool ___isOnUI1, const RuntimeMethod* method) { { // if (banLogic) return; bool L_0 = __this->get_banLogic_11(); if (!L_0) { goto IL_0009; } } { // if (banLogic) return; return; } IL_0009: { // if (!isOnUI) armBow.ADS_fire(); bool L_1 = ___isOnUI1; if (L_1) { goto IL_0017; } } { // if (!isOnUI) armBow.ADS_fire(); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_2; L_2 = BowCamera_get_armBow_m06518B6A5072B222B35E6AE077C9EFDCCC6F3A42(__this, /*hidden argument*/NULL); NullCheck(L_2); ArmBow_ADS_fire_m14CF0F83E84AD1C6459823907A34D5C325E9A0C7(L_2, /*hidden argument*/NULL); } IL_0017: { // }; 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 BowQuatDebug::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowQuatDebug_Start_m0FFC4508BE360F67BAA2F7F349E2F8356C55516D (BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // ins = this; ((BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1_StaticFields*)il2cpp_codegen_static_fields_for(BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1_il2cpp_TypeInfo_var))->set_ins_5(__this); // text = GetComponentInChildren(); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0; L_0 = Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E(__this, /*hidden argument*/Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E_RuntimeMethod_var); __this->set_text_4(L_0); // } return; } } // System.Void BowQuatDebug::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowQuatDebug_OnDestroy_mFDEF0384A11A6A9CFA762320E52783231FB91CBF (BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ins == this) ins = null; BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1 * L_0 = ((BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1_StaticFields*)il2cpp_codegen_static_fields_for(BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1_il2cpp_TypeInfo_var))->get_ins_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, __this, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // if (ins == this) ins = null; ((BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1_StaticFields*)il2cpp_codegen_static_fields_for(BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1_il2cpp_TypeInfo_var))->set_ins_5((BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1 *)NULL); } IL_0013: { // } return; } } // System.Void BowQuatDebug::ShowModuleQuat(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowQuatDebug_ShowModuleQuat_mF3EB0042517B2786ACE93F58FD6568979605EB65 (BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___angles0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0ADF49DD1673DC5406400D67A180452A60E9652E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27C9FB22FF7992308AB026AC7008BC82915DCAFE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE647974ECD51C3DE59B28D1FEEE3F0342D31DA5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE4D4F0A82E091168434483A181D76134AC602629); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; { // string ax = angles.x.ToString("#0.000"); float* L_0 = (&___angles0)->get_address_of_x_2(); String_t* L_1; L_1 = Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7((float*)L_0, _stringLiteral0ADF49DD1673DC5406400D67A180452A60E9652E, /*hidden argument*/NULL); V_0 = L_1; // string ay = angles.y.ToString("#0.000"); float* L_2 = (&___angles0)->get_address_of_y_3(); String_t* L_3; L_3 = Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7((float*)L_2, _stringLiteral0ADF49DD1673DC5406400D67A180452A60E9652E, /*hidden argument*/NULL); V_1 = L_3; // string az = angles.z.ToString("#0.000"); float* L_4 = (&___angles0)->get_address_of_z_4(); String_t* L_5; L_5 = Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7((float*)L_4, _stringLiteral0ADF49DD1673DC5406400D67A180452A60E9652E, /*hidden argument*/NULL); V_2 = L_5; // text.text = $"?????\nX: {ax} \nY: {ay} \nZ: {az}"; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_6 = __this->get_text_4(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral27C9FB22FF7992308AB026AC7008BC82915DCAFE); (L_8)->SetAt(static_cast(0), (String_t*)_stringLiteral27C9FB22FF7992308AB026AC7008BC82915DCAFE); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; String_t* L_10 = V_0; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(1), (String_t*)L_10); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_9; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteralE4D4F0A82E091168434483A181D76134AC602629); (L_11)->SetAt(static_cast(2), (String_t*)_stringLiteralE4D4F0A82E091168434483A181D76134AC602629); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_11; String_t* L_13 = V_1; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(3), (String_t*)L_13); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_12; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteralCE647974ECD51C3DE59B28D1FEEE3F0342D31DA5); (L_14)->SetAt(static_cast(4), (String_t*)_stringLiteralCE647974ECD51C3DE59B28D1FEEE3F0342D31DA5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_14; String_t* L_16 = V_2; NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(5), (String_t*)L_16); String_t* L_17; L_17 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_15, /*hidden argument*/NULL); NullCheck(L_6); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_6, L_17); // } return; } } // System.Void BowQuatDebug::ShowRealBowQuat(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowQuatDebug_ShowRealBowQuat_m4AA61ECCA5A66421048E3BC9BBA3703C80C259F7 (BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___angles0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0ADF49DD1673DC5406400D67A180452A60E9652E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4517FF87C7BA168A66FABDA74C7D153FCFC53D19); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FEC2DB37F967EF725B7E8ED4E7B3A0134059D9A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54A669B402396868786C900444D42356059DDF68); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; float V_2 = 0.0f; float G_B3_0 = 0.0f; float G_B6_0 = 0.0f; { // string rx = (angles.x > 180 ? 360f - angles.x : -angles.x).ToString("#0.000"); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___angles0; float L_1 = L_0.get_x_2(); if ((((float)L_1) > ((float)(180.0f)))) { goto IL_0016; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___angles0; float L_3 = L_2.get_x_2(); G_B3_0 = ((-L_3)); goto IL_0022; } IL_0016: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___angles0; float L_5 = L_4.get_x_2(); G_B3_0 = ((float)il2cpp_codegen_subtract((float)(360.0f), (float)L_5)); } IL_0022: { V_2 = G_B3_0; String_t* L_6; L_6 = Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7((float*)(&V_2), _stringLiteral0ADF49DD1673DC5406400D67A180452A60E9652E, /*hidden argument*/NULL); V_0 = L_6; // string ry = (angles.y > 180 ? angles.y - 360f : angles.y).ToString("#0.000"); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___angles0; float L_8 = L_7.get_y_3(); if ((((float)L_8) > ((float)(180.0f)))) { goto IL_0045; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___angles0; float L_10 = L_9.get_y_3(); G_B6_0 = L_10; goto IL_0051; } IL_0045: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = ___angles0; float L_12 = L_11.get_y_3(); G_B6_0 = ((float)il2cpp_codegen_subtract((float)L_12, (float)(360.0f))); } IL_0051: { V_2 = G_B6_0; String_t* L_13; L_13 = Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7((float*)(&V_2), _stringLiteral0ADF49DD1673DC5406400D67A180452A60E9652E, /*hidden argument*/NULL); V_1 = L_13; // text.text = $"------???------\n??????: {rx}?\n??????: {ry}?"; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_14 = __this->get_text_4(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral4517FF87C7BA168A66FABDA74C7D153FCFC53D19); (L_16)->SetAt(static_cast(0), (String_t*)_stringLiteral4517FF87C7BA168A66FABDA74C7D153FCFC53D19); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_16; String_t* L_18 = V_0; NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(1), (String_t*)L_18); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = L_17; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral54A669B402396868786C900444D42356059DDF68); (L_19)->SetAt(static_cast(2), (String_t*)_stringLiteral54A669B402396868786C900444D42356059DDF68); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = L_19; String_t* L_21 = V_1; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(3), (String_t*)L_21); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = L_20; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral4FEC2DB37F967EF725B7E8ED4E7B3A0134059D9A); (L_22)->SetAt(static_cast(4), (String_t*)_stringLiteral4FEC2DB37F967EF725B7E8ED4E7B3A0134059D9A); String_t* L_23; L_23 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_22, /*hidden argument*/NULL); NullCheck(L_14); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_14, L_23); // } return; } } // System.Void BowQuatDebug::ShowGameBowQuat(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowQuatDebug_ShowGameBowQuat_m7DB2B81EE00CBF888391BE8EE9517918A6D970A8 (BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___angles0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0ADF49DD1673DC5406400D67A180452A60E9652E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FEC2DB37F967EF725B7E8ED4E7B3A0134059D9A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54A669B402396868786C900444D42356059DDF68); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA79BFB44C7F92FA1A1CD729963318DD81B06D2E3); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; float V_2 = 0.0f; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * V_3 = NULL; float G_B3_0 = 0.0f; float G_B6_0 = 0.0f; { // string rx = (angles.x > 180 ? 360f - angles.x : -angles.x).ToString("#0.000"); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___angles0; float L_1 = L_0.get_x_2(); if ((((float)L_1) > ((float)(180.0f)))) { goto IL_0016; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___angles0; float L_3 = L_2.get_x_2(); G_B3_0 = ((-L_3)); goto IL_0022; } IL_0016: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___angles0; float L_5 = L_4.get_x_2(); G_B3_0 = ((float)il2cpp_codegen_subtract((float)(360.0f), (float)L_5)); } IL_0022: { V_2 = G_B3_0; String_t* L_6; L_6 = Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7((float*)(&V_2), _stringLiteral0ADF49DD1673DC5406400D67A180452A60E9652E, /*hidden argument*/NULL); V_0 = L_6; // string ry = (angles.y > 180 ? angles.y - 360f : angles.y).ToString("#0.000"); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___angles0; float L_8 = L_7.get_y_3(); if ((((float)L_8) > ((float)(180.0f)))) { goto IL_0045; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___angles0; float L_10 = L_9.get_y_3(); G_B6_0 = L_10; goto IL_0051; } IL_0045: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = ___angles0; float L_12 = L_11.get_y_3(); G_B6_0 = ((float)il2cpp_codegen_subtract((float)L_12, (float)(360.0f))); } IL_0051: { V_2 = G_B6_0; String_t* L_13; L_13 = Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7((float*)(&V_2), _stringLiteral0ADF49DD1673DC5406400D67A180452A60E9652E, /*hidden argument*/NULL); V_1 = L_13; // text.text += $"\n------???------\n??????: {rx}?\n??????: {ry}?"; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_14 = __this->get_text_4(); V_3 = L_14; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_15 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_16; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_18 = V_3; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(74 /* System.String UnityEngine.UI.Text::get_text() */, L_18); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(0), (String_t*)L_19); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = L_17; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteralA79BFB44C7F92FA1A1CD729963318DD81B06D2E3); (L_20)->SetAt(static_cast(1), (String_t*)_stringLiteralA79BFB44C7F92FA1A1CD729963318DD81B06D2E3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = L_20; String_t* L_22 = V_0; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(2), (String_t*)L_22); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral54A669B402396868786C900444D42356059DDF68); (L_23)->SetAt(static_cast(3), (String_t*)_stringLiteral54A669B402396868786C900444D42356059DDF68); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = L_23; String_t* L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(4), (String_t*)L_25); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_26 = L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral4FEC2DB37F967EF725B7E8ED4E7B3A0134059D9A); (L_26)->SetAt(static_cast(5), (String_t*)_stringLiteral4FEC2DB37F967EF725B7E8ED4E7B3A0134059D9A); String_t* L_27; L_27 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_26, /*hidden argument*/NULL); NullCheck(L_15); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_15, L_27); // } return; } } // System.Void BowQuatDebug::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowQuatDebug__ctor_m2450A3A5EC4C47223F8943368D1570756B5C7ADA (BowQuatDebug_t74F640F43E2F983D8B1D036AD32D8864C4108EE1 * __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 // System.Single BowRotateConvert::GetAdviseScreenDistance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BowRotateConvert_GetAdviseScreenDistance_m49565F9D42CEB471F08CDAF052CC8E4C54977121 (BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; { // float w = 16; V_0 = (16.0f); // float h = 9; V_1 = (9.0f); // float s1 = screenSize * 0.0254f; float L_0 = __this->get_screenSize_0(); // float unit = s1 / Mathf.Sqrt(w * w + h * h); float L_1 = V_0; float L_2 = V_0; float L_3 = V_1; float L_4 = V_1; float L_5; L_5 = sqrtf(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), (float)((float)il2cpp_codegen_multiply((float)L_3, (float)L_4))))); V_2 = ((float)((float)((float)il2cpp_codegen_multiply((float)L_0, (float)(0.0253999997f)))/(float)L_5)); // float screenHeight = 9 * unit; float L_6 = V_2; // return screenHeight * 0.5f / Mathf.Tan(fieldOfView / 2 / 180 * Mathf.PI); float L_7 = __this->get_fieldOfView_2(); float L_8; L_8 = tanf(((float)il2cpp_codegen_multiply((float)((float)((float)((float)((float)L_7/(float)(2.0f)))/(float)(180.0f))), (float)(3.14159274f)))); return ((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(9.0f), (float)L_6)), (float)(0.5f)))/(float)L_8)); } } // System.Single BowRotateConvert::GetRate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BowRotateConvert_GetRate_m275FCECDBC711FC3806A7E289FF616DA630961B0 (BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * __this, const RuntimeMethod* method) { { // return 1; return (1.0f); } } // System.Void BowRotateConvert::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowRotateConvert__ctor_m8572B2165C5A95304A63ECC3E1FF6CAEB1F99FD4 (BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * __this, const RuntimeMethod* method) { { // public float screenSize = 60; //???????? __this->set_screenSize_0((60.0f)); // public float screenDistance = 2.5f; //??????????? __this->set_screenDistance_1((2.5f)); // [NonSerialized] public float fieldOfView = 25; __this->set_fieldOfView_2((25.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.Void UnityStandardAssets.Vehicles.Car.BrakeLight::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrakeLight_Start_m79E75E76BA79E6E5244DB4A9CCB9B98F494F763B (BrakeLight_t254A9AB31CAB20CFCEFD008E99891810D6BF8431 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_Renderer = GetComponent(); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_0; L_0 = Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951_RuntimeMethod_var); __this->set_m_Renderer_5(L_0); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.BrakeLight::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrakeLight_Update_m6FC731716E0455D3D605DE4C70BD708FC1102FAA (BrakeLight_t254A9AB31CAB20CFCEFD008E99891810D6BF8431 * __this, const RuntimeMethod* method) { { // m_Renderer.enabled = car.BrakeInput > 0f; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_0 = __this->get_m_Renderer_5(); CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * L_1 = __this->get_car_4(); NullCheck(L_1); float L_2; L_2 = CarController_get_BrakeInput_m38CBD2496997600DCE24280D4A6C8BD45D764EB1_inline(L_1, /*hidden argument*/NULL); NullCheck(L_0); Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B(L_0, (bool)((((float)L_2) > ((float)(0.0f)))? 1 : 0), /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.BrakeLight::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrakeLight__ctor_m9AF99D86B450EE4739C6AD76EB98B83EE8B7E56D (BrakeLight_t254A9AB31CAB20CFCEFD008E99891810D6BF8431 * __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 // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsiObjectIdentifiers__ctor_m8D10DF305E5F26C6B3DDB90CC7D2E085C1D76D3B (BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsiObjectIdentifiers__cctor_m4120036339094771D66F91B1C02B8C233280222A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D3201920437E65E964BD6E93A7E48947B66CBB0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F7234099CCD07F9C0939ACCC13D7F7F6E95DBAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4686112129113F05D78B378670CE0107BFEC43A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral808DBB322A79F8FE16763373B0F2652FF1EAC034); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC920A4C0BDF33F6F53A921322A1E83A99BFD6AC8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE); s_Il2CppMethodInitialized = true; } { // public static readonly DerObjectIdentifier bsi_de = new DerObjectIdentifier("0.4.0.127.0.7"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_0, _stringLiteral4686112129113F05D78B378670CE0107BFEC43A5, /*hidden argument*/NULL); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_bsi_de_0(L_0); // public static readonly DerObjectIdentifier id_ecc = bsi_de.Branch("1.1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_bsi_de_0(); NullCheck(L_1); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2; L_2 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_1, _stringLiteral808DBB322A79F8FE16763373B0F2652FF1EAC034); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_id_ecc_1(L_2); // public static readonly DerObjectIdentifier ecdsa_plain_signatures = id_ecc.Branch("4.1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_id_ecc_1(); NullCheck(L_3); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4; L_4 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_3, _stringLiteral2D3201920437E65E964BD6E93A7E48947B66CBB0); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecdsa_plain_signatures_2(L_4); // public static readonly DerObjectIdentifier ecdsa_plain_SHA1 = ecdsa_plain_signatures.Branch("1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_signatures_2(); NullCheck(L_5); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6; L_6 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_5, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecdsa_plain_SHA1_3(L_6); // public static readonly DerObjectIdentifier ecdsa_plain_SHA224 = ecdsa_plain_signatures.Branch("2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_signatures_2(); NullCheck(L_7); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8; L_8 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_7, _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecdsa_plain_SHA224_4(L_8); // public static readonly DerObjectIdentifier ecdsa_plain_SHA256 = ecdsa_plain_signatures.Branch("3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_signatures_2(); NullCheck(L_9); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10; L_10 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_9, _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecdsa_plain_SHA256_5(L_10); // public static readonly DerObjectIdentifier ecdsa_plain_SHA384 = ecdsa_plain_signatures.Branch("4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_signatures_2(); NullCheck(L_11); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12; L_12 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_11, _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecdsa_plain_SHA384_6(L_12); // public static readonly DerObjectIdentifier ecdsa_plain_SHA512 = ecdsa_plain_signatures.Branch("5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_signatures_2(); NullCheck(L_13); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_14; L_14 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_13, _stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecdsa_plain_SHA512_7(L_14); // public static readonly DerObjectIdentifier ecdsa_plain_RIPEMD160 = ecdsa_plain_signatures.Branch("6"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_15 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_signatures_2(); NullCheck(L_15); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16; L_16 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_15, _stringLiteral2F7234099CCD07F9C0939ACCC13D7F7F6E95DBAD); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecdsa_plain_RIPEMD160_8(L_16); // public static readonly DerObjectIdentifier algorithm = bsi_de.Branch("1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_17 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_bsi_de_0(); NullCheck(L_17); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_18; L_18 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_17, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_algorithm_9(L_18); // public static readonly DerObjectIdentifier ecka_eg = id_ecc.Branch("5.1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_19 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_id_ecc_1(); NullCheck(L_19); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20; L_20 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_19, _stringLiteralC920A4C0BDF33F6F53A921322A1E83A99BFD6AC8); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecka_eg_10(L_20); // public static readonly DerObjectIdentifier ecka_eg_X963kdf = ecka_eg.Branch("1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_21 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecka_eg_10(); NullCheck(L_21); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_22; L_22 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_21, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecka_eg_X963kdf_11(L_22); // public static readonly DerObjectIdentifier ecka_eg_X963kdf_SHA1 = ecka_eg_X963kdf.Branch("1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_23 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecka_eg_X963kdf_11(); NullCheck(L_23); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_24; L_24 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_23, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecka_eg_X963kdf_SHA1_12(L_24); // public static readonly DerObjectIdentifier ecka_eg_X963kdf_SHA224 = ecka_eg_X963kdf.Branch("2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_25 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecka_eg_X963kdf_11(); NullCheck(L_25); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_26; L_26 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_25, _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecka_eg_X963kdf_SHA224_13(L_26); // public static readonly DerObjectIdentifier ecka_eg_X963kdf_SHA256 = ecka_eg_X963kdf.Branch("3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_27 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecka_eg_X963kdf_11(); NullCheck(L_27); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_28; L_28 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_27, _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecka_eg_X963kdf_SHA256_14(L_28); // public static readonly DerObjectIdentifier ecka_eg_X963kdf_SHA384 = ecka_eg_X963kdf.Branch("4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_29 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecka_eg_X963kdf_11(); NullCheck(L_29); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_30; L_30 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_29, _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecka_eg_X963kdf_SHA384_15(L_30); // public static readonly DerObjectIdentifier ecka_eg_X963kdf_SHA512 = ecka_eg_X963kdf.Branch("5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_31 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecka_eg_X963kdf_11(); NullCheck(L_31); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_32; L_32 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_31, _stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecka_eg_X963kdf_SHA512_16(L_32); // public static readonly DerObjectIdentifier ecka_eg_X963kdf_RIPEMD160 = ecka_eg_X963kdf.Branch("6"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_33 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecka_eg_X963kdf_11(); NullCheck(L_33); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_34; L_34 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_33, _stringLiteral2F7234099CCD07F9C0939ACCC13D7F7F6E95DBAD); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecka_eg_X963kdf_RIPEMD160_17(L_34); // public static readonly DerObjectIdentifier ecka_eg_SessionKDF = ecka_eg.Branch("2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_35 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecka_eg_10(); NullCheck(L_35); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_36; L_36 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_35, _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecka_eg_SessionKDF_18(L_36); // public static readonly DerObjectIdentifier ecka_eg_SessionKDF_3DES = ecka_eg_SessionKDF.Branch("1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_37 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecka_eg_SessionKDF_18(); NullCheck(L_37); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_38; L_38 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_37, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecka_eg_SessionKDF_3DES_19(L_38); // public static readonly DerObjectIdentifier ecka_eg_SessionKDF_AES128 = ecka_eg_SessionKDF.Branch("2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_39 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecka_eg_SessionKDF_18(); NullCheck(L_39); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_40; L_40 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_39, _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecka_eg_SessionKDF_AES128_20(L_40); // public static readonly DerObjectIdentifier ecka_eg_SessionKDF_AES192 = ecka_eg_SessionKDF.Branch("3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_41 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecka_eg_SessionKDF_18(); NullCheck(L_41); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_42; L_42 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_41, _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecka_eg_SessionKDF_AES192_21(L_42); // public static readonly DerObjectIdentifier ecka_eg_SessionKDF_AES256 = ecka_eg_SessionKDF.Branch("4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_43 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecka_eg_SessionKDF_18(); NullCheck(L_43); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_44; L_44 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_43, _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->set_ecka_eg_SessionKDF_AES256_22(L_44); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: BestHTTP.Extensions.BufferDesc IL2CPP_EXTERN_C void BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshal_pinvoke(const BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9& unmarshaled, BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshaled_pinvoke& marshaled) { Exception_t* ___released_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'released' of type 'BufferDesc'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___released_2Exception, NULL); } IL2CPP_EXTERN_C void BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshal_pinvoke_back(const BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshaled_pinvoke& marshaled, BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9& unmarshaled) { Exception_t* ___released_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'released' of type 'BufferDesc'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___released_2Exception, NULL); } // Conversion method for clean up from marshalling of: BestHTTP.Extensions.BufferDesc IL2CPP_EXTERN_C void BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshal_pinvoke_cleanup(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: BestHTTP.Extensions.BufferDesc IL2CPP_EXTERN_C void BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshal_com(const BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9& unmarshaled, BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshaled_com& marshaled) { Exception_t* ___released_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'released' of type 'BufferDesc'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___released_2Exception, NULL); } IL2CPP_EXTERN_C void BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshal_com_back(const BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshaled_com& marshaled, BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9& unmarshaled) { Exception_t* ___released_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'released' of type 'BufferDesc'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___released_2Exception, NULL); } // Conversion method for clean up from marshalling of: BestHTTP.Extensions.BufferDesc IL2CPP_EXTERN_C void BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshal_com_cleanup(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_marshaled_com& marshaled) { } // System.Void BestHTTP.Extensions.BufferDesc::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferDesc__ctor_m3B90D1AF83C7FD864BA5BE8C1027E181435E2C6B (BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buff0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.buffer = buff; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buff0; __this->set_buffer_1(L_0); // this.released = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_released_2(L_1); // } return; } } IL2CPP_EXTERN_C void BufferDesc__ctor_m3B90D1AF83C7FD864BA5BE8C1027E181435E2C6B_AdjustorThunk (RuntimeObject * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buff0, const RuntimeMethod* method) { BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BufferDesc__ctor_m3B90D1AF83C7FD864BA5BE8C1027E181435E2C6B(_thisAdjusted, ___buff0, method); } // System.Void BestHTTP.Extensions.BufferDesc::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferDesc__cctor_m13409481E477DD007DAA9F8646ED42280B517BF4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly BufferDesc Empty = new BufferDesc(null); BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 L_0; memset((&L_0), 0, sizeof(L_0)); BufferDesc__ctor_m3B90D1AF83C7FD864BA5BE8C1027E181435E2C6B((&L_0), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); ((BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_StaticFields*)il2cpp_codegen_static_fields_for(BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9_il2cpp_TypeInfo_var))->set_Empty_0(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 BestHTTP.Extensions.BufferPoolMemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream__ctor_mFD5AAB679C5DC7B5CED7AC16368A20FFB892543E (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method) { { // public BufferPoolMemoryStream() : this(0) BufferPoolMemoryStream__ctor_m9BAAD89884657726AF5E5AD72B76CE790D59BA9F(__this, 0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream__ctor_m9BAAD89884657726AF5E5AD72B76CE790D59BA9F (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * G_B4_0 = NULL; BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * G_B3_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B5_0 = NULL; BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * G_B5_1 = NULL; { // public BufferPoolMemoryStream(int capacity) IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // if (capacity < 0) int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0015; } } { // throw new ArgumentOutOfRangeException("capacity"); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC37D78082ACFC8DEE7B32D9351C6E433A074FEC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream__ctor_m9BAAD89884657726AF5E5AD72B76CE790D59BA9F_RuntimeMethod_var))); } IL_0015: { // canWrite = true; __this->set_canWrite_5((bool)1); // internalBuffer = capacity > 0 ? VariableSizedBufferPool.Get(capacity, true) : VariableSizedBufferPool.NoData; int32_t L_2 = ___capacity0; G_B3_0 = __this; if ((((int32_t)L_2) > ((int32_t)0))) { G_B4_0 = __this; goto IL_0028; } } { IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields*)il2cpp_codegen_static_fields_for(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var))->get_NoData_0(); G_B5_0 = L_3; G_B5_1 = G_B3_0; goto IL_0030; } IL_0028: { int32_t L_4 = ___capacity0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)L_4)), (bool)1, /*hidden argument*/NULL); G_B5_0 = L_5; G_B5_1 = G_B4_0; } IL_0030: { NullCheck(G_B5_1); G_B5_1->set_internalBuffer_9(G_B5_0); // this.capacity = internalBuffer.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_internalBuffer_9(); NullCheck(L_6); __this->set_capacity_7(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))); // expandable = true; __this->set_expandable_11((bool)1); // allowGetBuffer = true; __this->set_allowGetBuffer_6((bool)1); // } return; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream__ctor_m70D7DEAB7EFF10121E2454D16DB671A21E283E9F (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public BufferPoolMemoryStream(byte[] buffer) IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // if (buffer == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("buffer"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream__ctor_m70D7DEAB7EFF10121E2454D16DB671A21E283E9F_RuntimeMethod_var))); } IL_0014: { // InternalConstructor(buffer, 0, buffer.Length, true, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; NullCheck(L_3); BufferPoolMemoryStream_InternalConstructor_m987468CA81AC440F94EB5618BDA9D0475DCC44D8(__this, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), (bool)1, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::.ctor(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream__ctor_m147A037995AA456150CF147E97C1B070B6B457F9 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, bool ___writable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public BufferPoolMemoryStream(byte[] buffer, bool writable) IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // if (buffer == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("buffer"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream__ctor_m147A037995AA456150CF147E97C1B070B6B457F9_RuntimeMethod_var))); } IL_0014: { // InternalConstructor(buffer, 0, buffer.Length, writable, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; NullCheck(L_3); bool L_4 = ___writable1; BufferPoolMemoryStream_InternalConstructor_m987468CA81AC440F94EB5618BDA9D0475DCC44D8(__this, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), L_4, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::.ctor(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream__ctor_m42371DADDFAAAE8A6C1A93C794A1084861A88303 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public BufferPoolMemoryStream(byte[] buffer, int index, int count) IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // InternalConstructor(buffer, index, count, true, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; BufferPoolMemoryStream_InternalConstructor_m987468CA81AC440F94EB5618BDA9D0475DCC44D8(__this, L_0, L_1, L_2, (bool)1, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::.ctor(System.Byte[],System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream__ctor_mB8731C1BDE71B38015794F34537FD2C17E51F0CE (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, bool ___writable3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public BufferPoolMemoryStream(byte[] buffer, int index, int count, bool writable) IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // InternalConstructor(buffer, index, count, writable, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; bool L_3 = ___writable3; BufferPoolMemoryStream_InternalConstructor_m987468CA81AC440F94EB5618BDA9D0475DCC44D8(__this, L_0, L_1, L_2, L_3, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::.ctor(System.Byte[],System.Int32,System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream__ctor_mA4A6FC5EE9D56895D5EE8BC500758165B31284C0 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, bool ___writable3, bool ___publiclyVisible4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public BufferPoolMemoryStream(byte[] buffer, int index, int count, bool writable, bool publiclyVisible) IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // InternalConstructor(buffer, index, count, writable, publiclyVisible); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; bool L_3 = ___writable3; bool L_4 = ___publiclyVisible4; BufferPoolMemoryStream_InternalConstructor_m987468CA81AC440F94EB5618BDA9D0475DCC44D8(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::InternalConstructor(System.Byte[],System.Int32,System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_InternalConstructor_m987468CA81AC440F94EB5618BDA9D0475DCC44D8 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, bool ___writable3, bool ___publicallyVisible4, const RuntimeMethod* method) { { // if (buffer == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("buffer"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_InternalConstructor_m987468CA81AC440F94EB5618BDA9D0475DCC44D8_RuntimeMethod_var))); } IL_000e: { // if (index < 0 || count < 0) int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___count2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0021; } } IL_0016: { // throw new ArgumentOutOfRangeException("index or count is less than 0."); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AEE1D31FBD1EC12A8BEC690AE19C5040C3E1E44)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_InternalConstructor_m987468CA81AC440F94EB5618BDA9D0475DCC44D8_RuntimeMethod_var))); } IL_0021: { // if (buffer.Length - index < count) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___buffer0; NullCheck(L_5); int32_t L_6 = ___index1; int32_t L_7 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)L_6))) >= ((int32_t)L_7))) { goto IL_0039; } } { // throw new ArgumentException("index+count", // "The size of the buffer is less than index + count."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral601B470847C6007B2B2F4BACE988B3CEE3FAD2C5)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral722172126757D654883D95324DEAB20AEC38029F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_InternalConstructor_m987468CA81AC440F94EB5618BDA9D0475DCC44D8_RuntimeMethod_var))); } IL_0039: { // canWrite = writable; bool L_9 = ___writable3; __this->set_canWrite_5(L_9); // internalBuffer = buffer; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___buffer0; __this->set_internalBuffer_9(L_10); // capacity = count + index; int32_t L_11 = ___count2; int32_t L_12 = ___index1; __this->set_capacity_7(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))); // length = capacity; int32_t L_13 = __this->get_capacity_7(); __this->set_length_8(L_13); // position = index; int32_t L_14 = ___index1; __this->set_position_13(L_14); // initialIndex = index; int32_t L_15 = ___index1; __this->set_initialIndex_10(L_15); // allowGetBuffer = publicallyVisible; bool L_16 = ___publicallyVisible4; __this->set_allowGetBuffer_6(L_16); // expandable = false; __this->set_expandable_11((bool)0); // } return; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::CheckIfClosedThrowDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method) { { // if (streamClosed) bool L_0 = __this->get_streamClosed_12(); if (!L_0) { goto IL_0013; } } { // throw new ObjectDisposedException("MemoryStream"); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_1 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral132371FEA23561847FA49B2FDE96EC788F103F33)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4_RuntimeMethod_var))); } IL_0013: { // } return; } } // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BufferPoolMemoryStream_get_CanRead_m278C4D56514F7D58915D34A60FFEE01AE49074DF (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method) { { // get { return !streamClosed; } bool L_0 = __this->get_streamClosed_12(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BufferPoolMemoryStream_get_CanSeek_m6164F4B949F661F4F3CCDE4F86C62F45BF14A23F (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method) { { // get { return !streamClosed; } bool L_0 = __this->get_streamClosed_12(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BufferPoolMemoryStream_get_CanWrite_m5600A062161BAD54EF6EE22DBD351FD3AD4EC0D9 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method) { { // get { return (!streamClosed && canWrite); } bool L_0 = __this->get_streamClosed_12(); if (L_0) { goto IL_000f; } } { bool L_1 = __this->get_canWrite_5(); return L_1; } IL_000f: { return (bool)0; } } // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::get_Capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferPoolMemoryStream_get_Capacity_mE4CD6D4FF8E96C8C4EB5249D385E132534339800 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method) { { // CheckIfClosedThrowDisposed(); BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4(__this, /*hidden argument*/NULL); // return capacity - initialIndex; int32_t L_0 = __this->get_capacity_7(); int32_t L_1 = __this->get_initialIndex_10(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::set_Capacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_set_Capacity_m7E42F7C6F65615D686A846B9CA5956ED67C0ECF2 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, int32_t ___value0, 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; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * G_B11_0 = NULL; BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * G_B10_0 = NULL; int32_t G_B12_0 = 0; BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * G_B12_1 = NULL; { // CheckIfClosedThrowDisposed(); BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4(__this, /*hidden argument*/NULL); // if (value == capacity) int32_t L_0 = ___value0; int32_t L_1 = __this->get_capacity_7(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0010; } } { // return; // LAMENESS: see MemoryStreamTest.ConstructorFive return; } IL_0010: { // if (!expandable) bool L_2 = __this->get_expandable_11(); if (L_2) { goto IL_0023; } } { // throw new NotSupportedException("Cannot expand this MemoryStream"); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_3 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4502E3CA4EF5AF80EF513F463E169ADD3BBC466D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_set_Capacity_m7E42F7C6F65615D686A846B9CA5956ED67C0ECF2_RuntimeMethod_var))); } IL_0023: { // if (value < 0 || value < length) int32_t L_4 = ___value0; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0030; } } { int32_t L_5 = ___value0; int32_t L_6 = __this->get_length_8(); if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_005c; } } IL_0030: { // throw new ArgumentOutOfRangeException("value", // "New capacity cannot be negative or less than the current capacity " + value + " " + capacity); String_t* L_7; L_7 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___value0), /*hidden argument*/NULL); int32_t* L_8 = __this->get_address_of_capacity_7(); String_t* L_9; L_9 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral609A0A3625DEBAD46CF8797ED774F69252084AC1)), L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745)), L_9, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_11 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_set_Capacity_m7E42F7C6F65615D686A846B9CA5956ED67C0ECF2_RuntimeMethod_var))); } IL_005c: { // byte[] newBuffer = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // if (value != 0) int32_t L_12 = ___value0; if (!L_12) { goto IL_007e; } } { // newBuffer = VariableSizedBufferPool.Get(value, true); int32_t L_13 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)L_13)), (bool)1, /*hidden argument*/NULL); V_0 = L_14; // Buffer.BlockCopy(internalBuffer, 0, newBuffer, 0, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_internalBuffer_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; int32_t L_17 = __this->get_length_8(); Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_15, 0, (RuntimeArray *)(RuntimeArray *)L_16, 0, L_17, /*hidden argument*/NULL); } IL_007e: { // dirty_bytes = 0; // discard any dirty area beyond previous length __this->set_dirty_bytes_14(0); // VariableSizedBufferPool.Release(internalBuffer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_internalBuffer_9(); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_18, /*hidden argument*/NULL); // internalBuffer = newBuffer; // It's null when capacity is set to 0 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_0; __this->set_internalBuffer_9(L_19); // capacity = internalBuffer != null ? internalBuffer.Length : 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_internalBuffer_9(); G_B10_0 = __this; if (L_20) { G_B11_0 = __this; goto IL_00a3; } } { G_B12_0 = 0; G_B12_1 = G_B10_0; goto IL_00ab; } IL_00a3: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_internalBuffer_9(); NullCheck(L_21); G_B12_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))); G_B12_1 = G_B11_0; } IL_00ab: { NullCheck(G_B12_1); G_B12_1->set_capacity_7(G_B12_0); // } return; } } // System.Int64 BestHTTP.Extensions.BufferPoolMemoryStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BufferPoolMemoryStream_get_Length_m4C021A26219A19F47603AAB4F6B0AF826436C3FB (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method) { { // CheckIfClosedThrowDisposed(); BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4(__this, /*hidden argument*/NULL); // return length - initialIndex; int32_t L_0 = __this->get_length_8(); int32_t L_1 = __this->get_initialIndex_10(); return ((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)))); } } // System.Int64 BestHTTP.Extensions.BufferPoolMemoryStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BufferPoolMemoryStream_get_Position_m2DBB395168341EDC73FC118AACF1569965525E0C (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method) { { // CheckIfClosedThrowDisposed(); BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4(__this, /*hidden argument*/NULL); // return position - initialIndex; int32_t L_0 = __this->get_position_13(); int32_t L_1 = __this->get_initialIndex_10(); return ((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)))); } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_set_Position_m353B1E11E7FDD6860EF9CA4A56CA947C0D32A9BC (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, int64_t ___value0, const RuntimeMethod* method) { { // CheckIfClosedThrowDisposed(); BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4(__this, /*hidden argument*/NULL); // if (value < 0) int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_001b; } } { // throw new ArgumentOutOfRangeException("value", // "Position cannot be negative"); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral281A7C81A0E4B80A441814AF5DF6B27554E3801D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_set_Position_m353B1E11E7FDD6860EF9CA4A56CA947C0D32A9BC_RuntimeMethod_var))); } IL_001b: { // if (value > Int32.MaxValue) int64_t L_2 = ___value0; if ((((int64_t)L_2) <= ((int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))) { goto IL_0034; } } { // throw new ArgumentOutOfRangeException("value", // "Position must be non-negative and less than 2^31 - 1 - origin"); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEF8F599CA79FB9A921148E3E21EBCCD54C55D308)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_set_Position_m353B1E11E7FDD6860EF9CA4A56CA947C0D32A9BC_RuntimeMethod_var))); } IL_0034: { // position = initialIndex + (int)value; int32_t L_4 = __this->get_initialIndex_10(); int64_t L_5 = ___value0; __this->set_position_13(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)((int32_t)L_5))))); // } return; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_Dispose_m21D1EACE5A22F85E53CBBBF8612CED971FD0CFD7 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, bool ___disposing0, 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; } { // streamClosed = true; __this->set_streamClosed_12((bool)1); // expandable = false; __this->set_expandable_11((bool)0); // if (internalBuffer != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_internalBuffer_9(); if (!L_0) { goto IL_0021; } } { // VariableSizedBufferPool.Release(internalBuffer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_internalBuffer_9(); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_1, /*hidden argument*/NULL); } IL_0021: { // internalBuffer = null; __this->set_internalBuffer_9((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); // } return; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_Flush_m052CECAB6EE5F74F35B2E0D6A61713C284749A59 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method) { { // } return; } } // System.Byte[] BestHTTP.Extensions.BufferPoolMemoryStream::GetBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferPoolMemoryStream_GetBuffer_m147432CEE3832A5D3EE0566762A5C73155FF2F30 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method) { { // if (!allowGetBuffer) bool L_0 = __this->get_allowGetBuffer_6(); if (L_0) { goto IL_000e; } } { // throw new UnauthorizedAccessException(); UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333 * L_1 = (UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnauthorizedAccessException_t737F79AE4901C68E935CD553A20978CEEF44F333_il2cpp_TypeInfo_var))); UnauthorizedAccessException__ctor_mFC3C01B9F0FA54D32D8D96CAA899FC4EFBF3D316(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_GetBuffer_m147432CEE3832A5D3EE0566762A5C73155FF2F30_RuntimeMethod_var))); } IL_000e: { // return internalBuffer; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_internalBuffer_9(); return L_2; } } // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferPoolMemoryStream_Read_m53733A5D66515023A8678580E1567C45B7F061A9 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // CheckIfClosedThrowDisposed(); BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4(__this, /*hidden argument*/NULL); // if (buffer == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("buffer"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_Read_m53733A5D66515023A8678580E1567C45B7F061A9_RuntimeMethod_var))); } IL_0014: { // if (offset < 0 || count < 0) int32_t L_2 = ___offset1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001c; } } { int32_t L_3 = ___count2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0027; } } IL_001c: { // throw new ArgumentOutOfRangeException("offset or count less than zero."); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C62B1EF74D486E781BB901F24F70F5F9EB1B637)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_Read_m53733A5D66515023A8678580E1567C45B7F061A9_RuntimeMethod_var))); } IL_0027: { // if (buffer.Length - offset < count) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___buffer0; NullCheck(L_5); int32_t L_6 = ___offset1; int32_t L_7 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)L_6))) >= ((int32_t)L_7))) { goto IL_003f; } } { // throw new ArgumentException("offset+count", // "The size of the buffer is less than offset + count."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5750E30FA2D1B658BB0DD14C04AF2D15B197C631)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6FD3DC05330C56C0BB8989D9B6BCFC80AA52C46F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_Read_m53733A5D66515023A8678580E1567C45B7F061A9_RuntimeMethod_var))); } IL_003f: { // if (position >= length || count == 0) int32_t L_9 = __this->get_position_13(); int32_t L_10 = __this->get_length_8(); if ((((int32_t)L_9) >= ((int32_t)L_10))) { goto IL_0050; } } { int32_t L_11 = ___count2; if (L_11) { goto IL_0052; } } IL_0050: { // return 0; return 0; } IL_0052: { // if (position > length - count) int32_t L_12 = __this->get_position_13(); int32_t L_13 = __this->get_length_8(); int32_t L_14 = ___count2; if ((((int32_t)L_12) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14))))) { goto IL_0071; } } { // count = length - position; int32_t L_15 = __this->get_length_8(); int32_t L_16 = __this->get_position_13(); ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)); } IL_0071: { // Buffer.BlockCopy(internalBuffer, position, buffer, offset, count); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_internalBuffer_9(); int32_t L_18 = __this->get_position_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___buffer0; int32_t L_20 = ___offset1; int32_t L_21 = ___count2; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_17, L_18, (RuntimeArray *)(RuntimeArray *)L_19, L_20, L_21, /*hidden argument*/NULL); // position += count; int32_t L_22 = __this->get_position_13(); int32_t L_23 = ___count2; __this->set_position_13(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23))); // return count; int32_t L_24 = ___count2; return L_24; } } // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferPoolMemoryStream_ReadByte_mA04B7A7943E13B111E6E02A601080BA914E03CC4 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // CheckIfClosedThrowDisposed(); BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4(__this, /*hidden argument*/NULL); // if (position >= length) int32_t L_0 = __this->get_position_13(); int32_t L_1 = __this->get_length_8(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0016; } } { // return -1; return (-1); } IL_0016: { // return internalBuffer[position++]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_internalBuffer_9(); int32_t L_3 = __this->get_position_13(); V_0 = L_3; int32_t L_4 = V_0; __this->set_position_13(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; NullCheck(L_2); int32_t L_6 = L_5; uint8_t L_7 = (L_2)->GetAt(static_cast(L_6)); return L_7; } } // System.Int64 BestHTTP.Extensions.BufferPoolMemoryStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BufferPoolMemoryStream_Seek_m8045B2F0B27480C71E06716D885971888F74B5EA (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, int64_t ___offset0, int32_t ___loc1, const RuntimeMethod* method) { int32_t V_0 = 0; { // CheckIfClosedThrowDisposed(); BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4(__this, /*hidden argument*/NULL); // if (offset > (long)Int32.MaxValue) int64_t L_0 = ___offset0; if ((((int64_t)L_0) <= ((int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))) { goto IL_0026; } } { // throw new ArgumentOutOfRangeException("Offset out of range. " + offset); String_t* L_1; L_1 = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F((int64_t*)(&___offset0), /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5735061252A3200BF8E837CBA17DBD7979828225)), L_1, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_Seek_m8045B2F0B27480C71E06716D885971888F74B5EA_RuntimeMethod_var))); } IL_0026: { int32_t L_4 = ___loc1; switch (L_4) { case 0: { goto IL_003a; } case 1: { goto IL_0053; } case 2: { goto IL_005c; } } } { goto IL_0065; } IL_003a: { // if (offset < 0) int64_t L_5 = ___offset0; if ((((int64_t)L_5) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_004a; } } { // throw new IOException("Attempted to seek before start of MemoryStream."); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_6 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD378ED929AA1F70205FE350E0E7380B785C92EB9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_Seek_m8045B2F0B27480C71E06716D885971888F74B5EA_RuntimeMethod_var))); } IL_004a: { // refPoint = initialIndex; int32_t L_7 = __this->get_initialIndex_10(); V_0 = L_7; // break; goto IL_0075; } IL_0053: { // refPoint = position; int32_t L_8 = __this->get_position_13(); V_0 = L_8; // break; goto IL_0075; } IL_005c: { // refPoint = length; int32_t L_9 = __this->get_length_8(); V_0 = L_9; // break; goto IL_0075; } IL_0065: { // throw new ArgumentException("loc", "Invalid SeekOrigin"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B67CC3690ECE4917D34DBF89A17FD7D44FE3CF9)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD3CEDA6E200FD9A7B1D8038A57592F871E044D2A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_Seek_m8045B2F0B27480C71E06716D885971888F74B5EA_RuntimeMethod_var))); } IL_0075: { // refPoint += (int)offset; int32_t L_11 = V_0; int64_t L_12 = ___offset0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12)))); // if (refPoint < initialIndex) int32_t L_13 = V_0; int32_t L_14 = __this->get_initialIndex_10(); if ((((int32_t)L_13) >= ((int32_t)L_14))) { goto IL_008e; } } { // throw new IOException("Attempted to seek before start of MemoryStream."); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_15 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD378ED929AA1F70205FE350E0E7380B785C92EB9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_Seek_m8045B2F0B27480C71E06716D885971888F74B5EA_RuntimeMethod_var))); } IL_008e: { // position = refPoint; int32_t L_16 = V_0; __this->set_position_13(L_16); // return position; int32_t L_17 = __this->get_position_13(); return ((int64_t)((int64_t)L_17)); } } // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::CalculateNewCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferPoolMemoryStream_CalculateNewCapacity_m943315924A56F56A809BA57BBF07E5BA4C14F17F (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, int32_t ___minimum0, const RuntimeMethod* method) { { // if (minimum < 256) int32_t L_0 = ___minimum0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)256)))) { goto IL_000f; } } { // minimum = 256; // See GetBufferTwo test ___minimum0 = ((int32_t)256); } IL_000f: { // if (minimum < capacity * 2) int32_t L_1 = ___minimum0; int32_t L_2 = __this->get_capacity_7(); if ((((int32_t)L_1) >= ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2))))) { goto IL_0024; } } { // minimum = capacity * 2; int32_t L_3 = __this->get_capacity_7(); ___minimum0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)); } IL_0024: { // if (!UnityEngine.Mathf.IsPowerOfTwo(minimum)) int32_t L_4 = ___minimum0; bool L_5; L_5 = Mathf_IsPowerOfTwo_m6240A0C85585D706A5FDDC1AA47421849E16F363(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0034; } } { // minimum = UnityEngine.Mathf.NextPowerOfTwo(minimum); int32_t L_6 = ___minimum0; int32_t L_7; L_7 = Mathf_NextPowerOfTwo_m89DB0674631948FE00FD5660B18D9E62CE85CAF5(L_6, /*hidden argument*/NULL); ___minimum0 = L_7; } IL_0034: { // return minimum; int32_t L_8 = ___minimum0; return L_8; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::Expand(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_Expand_m54B2959B169E78468518035DF09956E34318D8F0 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, int32_t ___newSize0, const RuntimeMethod* method) { { // if (newSize > capacity) int32_t L_0 = ___newSize0; int32_t L_1 = __this->get_capacity_7(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0017; } } { // Capacity = CalculateNewCapacity(newSize); int32_t L_2 = ___newSize0; int32_t L_3; L_3 = BufferPoolMemoryStream_CalculateNewCapacity_m943315924A56F56A809BA57BBF07E5BA4C14F17F(__this, L_2, /*hidden argument*/NULL); BufferPoolMemoryStream_set_Capacity_m7E42F7C6F65615D686A846B9CA5956ED67C0ECF2(__this, L_3, /*hidden argument*/NULL); return; } IL_0017: { // else if (dirty_bytes > 0) int32_t L_4 = __this->get_dirty_bytes_14(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_003e; } } { // Array.Clear(internalBuffer, length, dirty_bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_internalBuffer_9(); int32_t L_6 = __this->get_length_8(); int32_t L_7 = __this->get_dirty_bytes_14(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_5, L_6, L_7, /*hidden argument*/NULL); // dirty_bytes = 0; __this->set_dirty_bytes_14(0); } IL_003e: { // } return; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_SetLength_m3121D156BDC0AAF3C73BC9DCA132DAD76B58B364 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, int64_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (!expandable && value > capacity) bool L_0 = __this->get_expandable_11(); if (L_0) { goto IL_001d; } } { int64_t L_1 = ___value0; int32_t L_2 = __this->get_capacity_7(); if ((((int64_t)L_1) <= ((int64_t)((int64_t)((int64_t)L_2))))) { goto IL_001d; } } { // throw new NotSupportedException("Expanding this MemoryStream is not supported"); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_3 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral828FCF63B9BB6963FACF3FFDD6CF99F43020E4A6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_SetLength_m3121D156BDC0AAF3C73BC9DCA132DAD76B58B364_RuntimeMethod_var))); } IL_001d: { // CheckIfClosedThrowDisposed(); BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4(__this, /*hidden argument*/NULL); // if (!canWrite) bool L_4 = __this->get_canWrite_5(); if (L_4) { goto IL_0036; } } { // throw new NotSupportedException("Cannot write to this MemoryStream"); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_5 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF88D61A9FAF859098B05F5ACEF6BB5FFB980878D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_SetLength_m3121D156BDC0AAF3C73BC9DCA132DAD76B58B364_RuntimeMethod_var))); } IL_0036: { // if (value < 0 || (value + initialIndex) > (long)Int32.MaxValue) int64_t L_6 = ___value0; if ((((int64_t)L_6) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_004c; } } { int64_t L_7 = ___value0; int32_t L_8 = __this->get_initialIndex_10(); if ((((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_7, (int64_t)((int64_t)((int64_t)L_8))))) <= ((int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))) { goto IL_0052; } } IL_004c: { // throw new ArgumentOutOfRangeException(); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m81CEEF1FCB5EFBBAA39071F48BCFBC16AED0C915(L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_SetLength_m3121D156BDC0AAF3C73BC9DCA132DAD76B58B364_RuntimeMethod_var))); } IL_0052: { // int newSize = (int)value + initialIndex; int64_t L_10 = ___value0; int32_t L_11 = __this->get_initialIndex_10(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_10)), (int32_t)L_11)); // if (newSize > length) int32_t L_12 = V_0; int32_t L_13 = __this->get_length_8(); if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_006e; } } { // Expand(newSize); int32_t L_14 = V_0; BufferPoolMemoryStream_Expand_m54B2959B169E78468518035DF09956E34318D8F0(__this, L_14, /*hidden argument*/NULL); goto IL_008c; } IL_006e: { // else if (newSize < length) // Postpone the call to Array.Clear till expand time int32_t L_15 = V_0; int32_t L_16 = __this->get_length_8(); if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_008c; } } { // dirty_bytes += length - newSize; int32_t L_17 = __this->get_dirty_bytes_14(); int32_t L_18 = __this->get_length_8(); int32_t L_19 = V_0; __this->set_dirty_bytes_14(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))))); } IL_008c: { // length = newSize; int32_t L_20 = V_0; __this->set_length_8(L_20); // if (position > length) int32_t L_21 = __this->get_position_13(); int32_t L_22 = __this->get_length_8(); if ((((int32_t)L_21) <= ((int32_t)L_22))) { goto IL_00ad; } } { // position = length; int32_t L_23 = __this->get_length_8(); __this->set_position_13(L_23); } IL_00ad: { // } return; } } // System.Byte[] BestHTTP.Extensions.BufferPoolMemoryStream::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferPoolMemoryStream_ToArray_mD16D6B23D6B78424183FE3C65E4BDB4CE31CA27F (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method) { { // return ToArray(false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = BufferPoolMemoryStream_ToArray_mB298DCF63F08227794A80503232B9E0F8E1A58AA(__this, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.Byte[] BestHTTP.Extensions.BufferPoolMemoryStream::ToArray(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferPoolMemoryStream_ToArray_mB298DCF63F08227794A80503232B9E0F8E1A58AA (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, bool ___canBeLarger0, 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; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B3_0 = NULL; { // int l = length - initialIndex; int32_t L_0 = __this->get_length_8(); int32_t L_1 = __this->get_initialIndex_10(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); // byte[] outBuffer = l > 0 ? VariableSizedBufferPool.Get(l, canBeLarger) : VariableSizedBufferPool.NoData; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields*)il2cpp_codegen_static_fields_for(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var))->get_NoData_0(); G_B3_0 = L_3; goto IL_0021; } IL_0019: { int32_t L_4 = V_0; bool L_5 = ___canBeLarger0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)L_4)), L_5, /*hidden argument*/NULL); G_B3_0 = L_6; } IL_0021: { V_1 = G_B3_0; // if (internalBuffer != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_internalBuffer_9(); if (!L_7) { goto IL_003e; } } { // Buffer.BlockCopy(internalBuffer, initialIndex, outBuffer, 0, l); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_internalBuffer_9(); int32_t L_9 = __this->get_initialIndex_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; int32_t L_11 = V_0; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_8, L_9, (RuntimeArray *)(RuntimeArray *)L_10, 0, L_11, /*hidden argument*/NULL); } IL_003e: { // return outBuffer; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; return L_12; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_Write_mF0467BB68030826220385E6D887ED544B6652B1E (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // CheckIfClosedThrowDisposed(); BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4(__this, /*hidden argument*/NULL); // if (!canWrite) bool L_0 = __this->get_canWrite_5(); if (L_0) { goto IL_0019; } } { // throw new NotSupportedException("Cannot write to this stream."); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A907DB0912D7B315D4AC5E4499F8E96429DA1F2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_Write_mF0467BB68030826220385E6D887ED544B6652B1E_RuntimeMethod_var))); } IL_0019: { // if (buffer == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; if (L_2) { goto IL_0027; } } { // throw new ArgumentNullException("buffer"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_Write_mF0467BB68030826220385E6D887ED544B6652B1E_RuntimeMethod_var))); } IL_0027: { // if (offset < 0 || count < 0) int32_t L_4 = ___offset1; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_002f; } } { int32_t L_5 = ___count2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0035; } } IL_002f: { // throw new ArgumentOutOfRangeException(); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m81CEEF1FCB5EFBBAA39071F48BCFBC16AED0C915(L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_Write_mF0467BB68030826220385E6D887ED544B6652B1E_RuntimeMethod_var))); } IL_0035: { // if (buffer.Length - offset < count) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; NullCheck(L_7); int32_t L_8 = ___offset1; int32_t L_9 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)L_8))) >= ((int32_t)L_9))) { goto IL_004d; } } { // throw new ArgumentException("offset+count", // "The size of the buffer is less than offset + count."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5750E30FA2D1B658BB0DD14C04AF2D15B197C631)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6FD3DC05330C56C0BB8989D9B6BCFC80AA52C46F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_Write_mF0467BB68030826220385E6D887ED544B6652B1E_RuntimeMethod_var))); } IL_004d: { // if (position > length - count) int32_t L_11 = __this->get_position_13(); int32_t L_12 = __this->get_length_8(); int32_t L_13 = ___count2; if ((((int32_t)L_11) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13))))) { goto IL_006b; } } { // Expand(position + count); int32_t L_14 = __this->get_position_13(); int32_t L_15 = ___count2; BufferPoolMemoryStream_Expand_m54B2959B169E78468518035DF09956E34318D8F0(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/NULL); } IL_006b: { // Buffer.BlockCopy(buffer, offset, internalBuffer, position, count); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___buffer0; int32_t L_17 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_internalBuffer_9(); int32_t L_19 = __this->get_position_13(); int32_t L_20 = ___count2; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_16, L_17, (RuntimeArray *)(RuntimeArray *)L_18, L_19, L_20, /*hidden argument*/NULL); // position += count; int32_t L_21 = __this->get_position_13(); int32_t L_22 = ___count2; __this->set_position_13(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22))); // if (position >= length) int32_t L_23 = __this->get_position_13(); int32_t L_24 = __this->get_length_8(); if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_00a7; } } { // length = position; int32_t L_25 = __this->get_position_13(); __this->set_length_8(L_25); } IL_00a7: { // } return; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_WriteByte_m2468FF230F05ACFE3C946DBB890E5311E4635D54 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, uint8_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { // CheckIfClosedThrowDisposed(); BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4(__this, /*hidden argument*/NULL); // if (!canWrite) bool L_0 = __this->get_canWrite_5(); if (L_0) { goto IL_0019; } } { // throw new NotSupportedException("Cannot write to this stream."); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A907DB0912D7B315D4AC5E4499F8E96429DA1F2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_WriteByte_m2468FF230F05ACFE3C946DBB890E5311E4635D54_RuntimeMethod_var))); } IL_0019: { // if (position >= length) int32_t L_2 = __this->get_position_13(); int32_t L_3 = __this->get_length_8(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0043; } } { // Expand(position + 1); int32_t L_4 = __this->get_position_13(); BufferPoolMemoryStream_Expand_m54B2959B169E78468518035DF09956E34318D8F0(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); // length = position + 1; int32_t L_5 = __this->get_position_13(); __this->set_length_8(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); } IL_0043: { // internalBuffer[position++] = value; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_internalBuffer_9(); int32_t L_7 = __this->get_position_13(); V_0 = L_7; int32_t L_8 = V_0; __this->set_position_13(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; uint8_t L_10 = ___value0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)L_10); // } return; } } // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::WriteTo(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream_WriteTo_mE438BBF081B277B89F70886B11410E515125DD0F (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method) { { // CheckIfClosedThrowDisposed(); BufferPoolMemoryStream_CheckIfClosedThrowDisposed_mB015B5EF5022CABC9365F66C8EDC0D6E5032F0F4(__this, /*hidden argument*/NULL); // if (stream == null) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("stream"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7E6C53D86D8ADC0DB8EFC0A2CD9877CC8BC9914)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferPoolMemoryStream_WriteTo_mE438BBF081B277B89F70886B11410E515125DD0F_RuntimeMethod_var))); } IL_0014: { // stream.Write(internalBuffer, initialIndex, length - initialIndex); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___stream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_internalBuffer_9(); int32_t L_4 = __this->get_initialIndex_10(); int32_t L_5 = __this->get_length_8(); int32_t L_6 = __this->get_initialIndex_10(); NullCheck(L_2); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6))); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: BestHTTP.Extensions.BufferStore IL2CPP_EXTERN_C void BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshal_pinvoke(const BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491& unmarshaled, BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshaled_pinvoke& marshaled) { Exception_t* ___buffers_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'buffers' of type 'BufferStore'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___buffers_1Exception, NULL); } IL2CPP_EXTERN_C void BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshal_pinvoke_back(const BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshaled_pinvoke& marshaled, BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491& unmarshaled) { Exception_t* ___buffers_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'buffers' of type 'BufferStore'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___buffers_1Exception, NULL); } // Conversion method for clean up from marshalling of: BestHTTP.Extensions.BufferStore IL2CPP_EXTERN_C void BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshal_pinvoke_cleanup(BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: BestHTTP.Extensions.BufferStore IL2CPP_EXTERN_C void BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshal_com(const BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491& unmarshaled, BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshaled_com& marshaled) { Exception_t* ___buffers_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'buffers' of type 'BufferStore'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___buffers_1Exception, NULL); } IL2CPP_EXTERN_C void BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshal_com_back(const BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshaled_com& marshaled, BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491& unmarshaled) { Exception_t* ___buffers_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'buffers' of type 'BufferStore'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___buffers_1Exception, NULL); } // Conversion method for clean up from marshalling of: BestHTTP.Extensions.BufferStore IL2CPP_EXTERN_C void BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshal_com_cleanup(BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491_marshaled_com& marshaled) { } // System.Void BestHTTP.Extensions.BufferStore::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferStore__ctor_mBDAE503D592F42B6CDC5DD03805D91622A5E6FBB (BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491 * __this, int64_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m51F19CEBA82D5C59D399C4F72B3BBD4DB7CE6E37_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.Size = size; int64_t L_0 = ___size0; __this->set_Size_0(L_0); // this.buffers = new List(); List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * L_1 = (List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 *)il2cpp_codegen_object_new(List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3_il2cpp_TypeInfo_var); List_1__ctor_m51F19CEBA82D5C59D399C4F72B3BBD4DB7CE6E37(L_1, /*hidden argument*/List_1__ctor_m51F19CEBA82D5C59D399C4F72B3BBD4DB7CE6E37_RuntimeMethod_var); __this->set_buffers_1(L_1); // } return; } } IL2CPP_EXTERN_C void BufferStore__ctor_mBDAE503D592F42B6CDC5DD03805D91622A5E6FBB_AdjustorThunk (RuntimeObject * __this, int64_t ___size0, const RuntimeMethod* method) { BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BufferStore__ctor_mBDAE503D592F42B6CDC5DD03805D91622A5E6FBB(_thisAdjusted, ___size0, method); } // System.Void BestHTTP.Extensions.BufferStore::.ctor(System.Int64,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferStore__ctor_m5994772A2584AD0ADCBA42C0418D2E139CFF4926 (BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491 * __this, int64_t ___size0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m7B862F51C4F5D7AD7FF9F30FF97ABF7E988B0BD5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // : this(size) int64_t L_0 = ___size0; BufferStore__ctor_mBDAE503D592F42B6CDC5DD03805D91622A5E6FBB((BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491 *)__this, L_0, /*hidden argument*/NULL); // this.buffers.Add(new BufferDesc(buffer)); List_1_t02A19E74A0AB5D9F84F49707040FE1CA5B03E1A3 * L_1 = __this->get_buffers_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer1; BufferDesc_tE86C1CCBA81BC19FAE676832AAE96BA5B9EDC0D9 L_3; memset((&L_3), 0, sizeof(L_3)); BufferDesc__ctor_m3B90D1AF83C7FD864BA5BE8C1027E181435E2C6B((&L_3), L_2, /*hidden argument*/NULL); NullCheck(L_1); List_1_Add_m7B862F51C4F5D7AD7FF9F30FF97ABF7E988B0BD5(L_1, L_3, /*hidden argument*/List_1_Add_m7B862F51C4F5D7AD7FF9F30FF97ABF7E988B0BD5_RuntimeMethod_var); // } return; } } IL2CPP_EXTERN_C void BufferStore__ctor_m5994772A2584AD0ADCBA42C0418D2E139CFF4926_AdjustorThunk (RuntimeObject * __this, int64_t ___size0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, const RuntimeMethod* method) { BufferStore_t3F7DB03B8EF3184FD430A157731CC167D5EDF491 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BufferStore__ctor_m5994772A2584AD0ADCBA42C0418D2E139CFF4926(_thisAdjusted, ___size0, ___buffer1, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedAeadBlockCipher__ctor_m99F115B73F1D0957C3CAE03F05A38AF86D77D44F (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public BufferedAeadBlockCipher( // IAeadBlockCipher cipher) IL2CPP_RUNTIME_CLASS_INIT(BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var); BufferedCipherBase__ctor_m2CFC78A937A73B9C78FA70D4FE3F781956FD6BF0(__this, /*hidden argument*/NULL); // if (cipher == null) RuntimeObject* L_0 = ___cipher0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("cipher"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC3A5F3D5BB3E7D48E89B51BFD05B4FBE1D09846)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferedAeadBlockCipher__ctor_m99F115B73F1D0957C3CAE03F05A38AF86D77D44F_RuntimeMethod_var))); } IL_0014: { // this.cipher = cipher; RuntimeObject* L_2 = ___cipher0; __this->set_cipher_1(L_2); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BufferedAeadBlockCipher_get_AlgorithmName_m907E2CC9FFC205BE49D658D1DEDBB6136CBE0749 (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return cipher.AlgorithmName; } RuntimeObject* L_0 = __this->get_cipher_1(); NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher::get_AlgorithmName() */, IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedAeadBlockCipher_Init_mAD705F6370ED56FAE8663BAB61ADD885B290C2D4 (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (parameters is ParametersWithRandom) RuntimeObject* L_0 = ___parameters1; if (!((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_0, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))) { goto IL_0015; } } { // parameters = ((ParametersWithRandom) parameters).Parameters; RuntimeObject* L_1 = ___parameters1; NullCheck(((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))); RuntimeObject* L_2; L_2 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ___parameters1 = L_2; } IL_0015: { // cipher.Init(forEncryption, parameters); RuntimeObject* L_3 = __this->get_cipher_1(); bool L_4 = ___forEncryption0; RuntimeObject* L_5 = ___parameters1; NullCheck(L_3); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var, L_3, L_4, L_5); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedAeadBlockCipher_GetBlockSize_m101B48A22A7F419D236ED7F8A0CB7649085C2FF6 (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return cipher.GetBlockSize(); RuntimeObject* L_0 = __this->get_cipher_1(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher::GetBlockSize() */, IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::GetUpdateOutputSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedAeadBlockCipher_GetUpdateOutputSize_m360A35731E94DD75D58AAE016E3A6A617778AD49 (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, int32_t ___length0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return cipher.GetUpdateOutputSize(length); RuntimeObject* L_0 = __this->get_cipher_1(); int32_t L_1 = ___length0; NullCheck(L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(10 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher::GetUpdateOutputSize(System.Int32) */, IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::GetOutputSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedAeadBlockCipher_GetOutputSize_mCE23AE78EF1AD391BA82EB3CADFE1F9C71212CF7 (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, int32_t ___length0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return cipher.GetOutputSize(length); RuntimeObject* L_0 = __this->get_cipher_1(); int32_t L_1 = ___length0; NullCheck(L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(11 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher::GetOutputSize(System.Int32) */, IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::ProcessByte(System.Byte,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedAeadBlockCipher_ProcessByte_mDFB95382A67991A0900AE8A79DF1CA105751CB92 (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, uint8_t ___input0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output1, int32_t ___outOff2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return cipher.ProcessByte(input, output, outOff); RuntimeObject* L_0 = __this->get_cipher_1(); uint8_t L_1 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___output1; int32_t L_3 = ___outOff2; NullCheck(L_0); int32_t L_4; L_4 = InterfaceFuncInvoker3< int32_t, uint8_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(6 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher::ProcessByte(System.Byte,System.Byte[],System.Int32) */, IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3); return L_4; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::ProcessByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferedAeadBlockCipher_ProcessByte_mE984C5DE54A098147832EC4E60F23E4D51E1A25A (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, uint8_t ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B3_0 = NULL; { // int outLength = GetUpdateOutputSize(1); int32_t L_0; L_0 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(26 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::GetUpdateOutputSize(System.Int32) */, __this, 1); V_0 = L_0; // byte[] outBytes = outLength > 0 ? new byte[outLength] : null; int32_t L_1 = V_0; if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_000f; } } { G_B3_0 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(NULL)); goto IL_0015; } IL_000f: { int32_t L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); G_B3_0 = L_3; } IL_0015: { V_1 = G_B3_0; // int pos = ProcessByte(input, outBytes, 0); uint8_t L_4 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_1; int32_t L_6; L_6 = VirtualFuncInvoker3< int32_t, uint8_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::ProcessByte(System.Byte,System.Byte[],System.Int32) */, __this, L_4, L_5, 0); V_2 = L_6; // if (outLength > 0 && pos < outLength) int32_t L_7 = V_0; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_003b; } } { int32_t L_8 = V_2; int32_t L_9 = V_0; if ((((int32_t)L_8) >= ((int32_t)L_9))) { goto IL_003b; } } { // byte[] tmp = new byte[pos]; int32_t L_10 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_10); V_3 = L_11; // Array.Copy(outBytes, 0, tmp, 0, pos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_3; int32_t L_14 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 0, L_14, /*hidden argument*/NULL); // outBytes = tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_3; V_1 = L_15; } IL_003b: { // return outBytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_1; return L_16; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::ProcessBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferedAeadBlockCipher_ProcessBytes_mF95FFD3D7D7606AB357254B05DB5A6B7B0785C95 (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B7_0 = NULL; { // if (input == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("input"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferedAeadBlockCipher_ProcessBytes_mF95FFD3D7D7606AB357254B05DB5A6B7B0785C95_RuntimeMethod_var))); } IL_000e: { // if (length < 1) int32_t L_2 = ___length2; if ((((int32_t)L_2) >= ((int32_t)1))) { goto IL_0014; } } { // return null; return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0014: { // int outLength = GetUpdateOutputSize(length); int32_t L_3 = ___length2; int32_t L_4; L_4 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(26 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::GetUpdateOutputSize(System.Int32) */, __this, L_3); V_0 = L_4; // byte[] outBytes = outLength > 0 ? new byte[outLength] : null; int32_t L_5 = V_0; if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_0023; } } { G_B7_0 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(NULL)); goto IL_0029; } IL_0023: { int32_t L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_6); G_B7_0 = L_7; } IL_0029: { V_1 = G_B7_0; // int pos = ProcessBytes(input, inOff, length, outBytes, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; int32_t L_9 = ___inOff1; int32_t L_10 = ___length2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; int32_t L_12; L_12 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(32 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, __this, L_8, L_9, L_10, L_11, 0); V_2 = L_12; // if (outLength > 0 && pos < outLength) int32_t L_13 = V_0; if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0051; } } { int32_t L_14 = V_2; int32_t L_15 = V_0; if ((((int32_t)L_14) >= ((int32_t)L_15))) { goto IL_0051; } } { // byte[] tmp = new byte[pos]; int32_t L_16 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_16); V_3 = L_17; // Array.Copy(outBytes, 0, tmp, 0, pos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_3; int32_t L_20 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_18, 0, (RuntimeArray *)(RuntimeArray *)L_19, 0, L_20, /*hidden argument*/NULL); // outBytes = tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_3; V_1 = L_21; } IL_0051: { // return outBytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_1; return L_22; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedAeadBlockCipher_ProcessBytes_m329C4B7C20400A19F611DD7C6C65443E4A073B17 (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output3, int32_t ___outOff4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return cipher.ProcessBytes(input, inOff, length, output, outOff); RuntimeObject* L_0 = __this->get_cipher_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; int32_t L_2 = ___inOff1; int32_t L_3 = ___length2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output3; int32_t L_5 = ___outOff4; NullCheck(L_0); int32_t L_6; L_6 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(7 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher::ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::DoFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferedAeadBlockCipher_DoFinal_m42CA326AF4D3838979748B1767CB2DC0A77204C6 (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { // byte[] outBytes = new byte[GetOutputSize(0)]; int32_t L_0; L_0 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(25 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::GetOutputSize(System.Int32) */, __this, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // int pos = DoFinal(outBytes, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; int32_t L_3; L_3 = VirtualFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(36 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::DoFinal(System.Byte[],System.Int32) */, __this, L_2, 0); V_1 = L_3; // if (pos < outBytes.Length) int32_t L_4 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; NullCheck(L_5); if ((((int32_t)L_4) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))) { goto IL_002f; } } { // byte[] tmp = new byte[pos]; int32_t L_6 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_6); V_2 = L_7; // Array.Copy(outBytes, 0, tmp, 0, pos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_2; int32_t L_10 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_8, 0, (RuntimeArray *)(RuntimeArray *)L_9, 0, L_10, /*hidden argument*/NULL); // outBytes = tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_2; V_0 = L_11; } IL_002f: { // return outBytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; return L_12; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::DoFinal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferedAeadBlockCipher_DoFinal_m75AD3955C3BC996B7C28619E29AAD6A0156A477F (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___inLen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t G_B5_0 = 0; { // if (input == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("input"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferedAeadBlockCipher_DoFinal_m75AD3955C3BC996B7C28619E29AAD6A0156A477F_RuntimeMethod_var))); } IL_000e: { // byte[] outBytes = new byte[GetOutputSize(inLen)]; int32_t L_2 = ___inLen2; int32_t L_3; L_3 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(25 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::GetOutputSize(System.Int32) */, __this, L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); V_0 = L_4; // int pos = (inLen > 0) // ? ProcessBytes(input, inOff, inLen, outBytes, 0) // : 0; int32_t L_5 = ___inLen2; if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_0022; } } { G_B5_0 = 0; goto IL_002d; } IL_0022: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___input0; int32_t L_7 = ___inOff1; int32_t L_8 = ___inLen2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; int32_t L_10; L_10 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(32 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, __this, L_6, L_7, L_8, L_9, 0); G_B5_0 = L_10; } IL_002d: { V_1 = G_B5_0; // pos += DoFinal(outBytes, pos); int32_t L_11 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; int32_t L_13 = V_1; int32_t L_14; L_14 = VirtualFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(36 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::DoFinal(System.Byte[],System.Int32) */, __this, L_12, L_13); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_14)); // if (pos < outBytes.Length) int32_t L_15 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; NullCheck(L_16); if ((((int32_t)L_15) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))) { goto IL_0052; } } { // byte[] tmp = new byte[pos]; int32_t L_17 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_17); V_2 = L_18; // Array.Copy(outBytes, 0, tmp, 0, pos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_2; int32_t L_21 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_20, 0, L_21, /*hidden argument*/NULL); // outBytes = tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_2; V_0 = L_22; } IL_0052: { // return outBytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_0; return L_23; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedAeadBlockCipher_DoFinal_m2B5509539D7802DB2D08E80B6AD9F65727DE685A (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return cipher.DoFinal(output, outOff); RuntimeObject* L_0 = __this->get_cipher_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___output0; int32_t L_2 = ___outOff1; NullCheck(L_0); int32_t L_3; L_3 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(8 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher::DoFinal(System.Byte[],System.Int32) */, IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var, L_0, L_1, L_2); return L_3; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedAeadBlockCipher_Reset_mC4D048146464F7201ADB61678C01A54F807C95D3 (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // cipher.Reset(); RuntimeObject* L_0 = __this->get_cipher_1(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(12 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher::Reset() */, IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E_il2cpp_TypeInfo_var, 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedAsymmetricBlockCipher__ctor_m1EDB7E700B4136194F052CB28F8E2106B0F23355 (BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public BufferedAsymmetricBlockCipher( // IAsymmetricBlockCipher cipher) IL2CPP_RUNTIME_CLASS_INIT(BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var); BufferedCipherBase__ctor_m2CFC78A937A73B9C78FA70D4FE3F781956FD6BF0(__this, /*hidden argument*/NULL); // this.cipher = cipher; RuntimeObject* L_0 = ___cipher0; __this->set_cipher_1(L_0); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::GetBufferPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedAsymmetricBlockCipher_GetBufferPosition_mB3E57C90A83F02C0FE40E62756CC7A9E8A16AE10 (BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * __this, const RuntimeMethod* method) { { // return bufOff; int32_t L_0 = __this->get_bufOff_3(); return L_0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BufferedAsymmetricBlockCipher_get_AlgorithmName_mB14F4C591E3CBB38FC791667EB13CFD6C2CD3F72 (BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return cipher.AlgorithmName; } RuntimeObject* L_0 = __this->get_cipher_1(); NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher::get_AlgorithmName() */, IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedAsymmetricBlockCipher_GetBlockSize_m589C372C4129BF4C6BE299050F203EB70A909249 (BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return cipher.GetInputBlockSize(); RuntimeObject* L_0 = __this->get_cipher_1(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher::GetInputBlockSize() */, IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::GetOutputSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedAsymmetricBlockCipher_GetOutputSize_m5AEA7330178B8A0F3FF7B0DA8D2243E1EA3DC047 (BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * __this, int32_t ___length0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return cipher.GetOutputBlockSize(); RuntimeObject* L_0 = __this->get_cipher_1(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher::GetOutputBlockSize() */, IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::GetUpdateOutputSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedAsymmetricBlockCipher_GetUpdateOutputSize_mEAFE955150255E2FE3F727CCB2486021D7883130 (BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * __this, int32_t ___length0, const RuntimeMethod* method) { { // return 0; return 0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedAsymmetricBlockCipher_Init_m8A961B11A4BC2D84312C3ABB6061DF4F3F553DC8 (BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, 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*)&IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * G_B2_1 = NULL; int32_t G_B1_0 = 0; BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * G_B1_1 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * G_B3_2 = NULL; { // Reset(); VirtualActionInvoker0::Invoke(39 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::Reset() */, __this); // cipher.Init(forEncryption, parameters); RuntimeObject* L_0 = __this->get_cipher_1(); bool L_1 = ___forEncryption0; RuntimeObject* L_2 = ___parameters1; NullCheck(L_0); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var, L_0, L_1, L_2); // this.buffer = new byte[cipher.GetInputBlockSize() + (forEncryption ? 1 : 0)]; RuntimeObject* L_3 = __this->get_cipher_1(); NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher::GetInputBlockSize() */, IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var, L_3); bool L_5 = ___forEncryption0; G_B1_0 = L_4; G_B1_1 = __this; if (L_5) { G_B2_0 = L_4; G_B2_1 = __this; goto IL_0025; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0026; } IL_0025: { G_B3_0 = 1; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0026: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0))); NullCheck(G_B3_2); G_B3_2->set_buffer_2(L_6); // this.bufOff = 0; __this->set_bufOff_3(0); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::ProcessByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferedAsymmetricBlockCipher_ProcessByte_m07E0FE67B8053BE97A6EA14082FCEA3681F21994 (BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * __this, uint8_t ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (bufOff >= buffer.Length) int32_t L_0 = __this->get_bufOff_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_buffer_2(); NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_001b; } } { // throw new DataLengthException("attempt to process message to long for cipher"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_2 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA71E649A95C703BADA02A98AB60996251F6D4D5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferedAsymmetricBlockCipher_ProcessByte_m07E0FE67B8053BE97A6EA14082FCEA3681F21994_RuntimeMethod_var))); } IL_001b: { // buffer[bufOff++] = input; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_buffer_2(); int32_t L_4 = __this->get_bufOff_3(); V_0 = L_4; int32_t L_5 = V_0; __this->set_bufOff_3(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; uint8_t L_7 = ___input0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (uint8_t)L_7); // return null; return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::ProcessBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferedAsymmetricBlockCipher_ProcessBytes_m8C7B743B3E4B8311E004B1589CF5FD289FF14832 (BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, const RuntimeMethod* method) { { // if (length < 1) int32_t L_0 = ___length2; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0006; } } { // return null; return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0006: { // if (input == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; if (L_1) { goto IL_0014; } } { // throw new ArgumentNullException("input"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferedAsymmetricBlockCipher_ProcessBytes_m8C7B743B3E4B8311E004B1589CF5FD289FF14832_RuntimeMethod_var))); } IL_0014: { // if (bufOff + length > buffer.Length) int32_t L_3 = __this->get_bufOff_3(); int32_t L_4 = ___length2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_buffer_2(); NullCheck(L_5); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))) { goto IL_0031; } } { // throw new DataLengthException("attempt to process message to long for cipher"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_6 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA71E649A95C703BADA02A98AB60996251F6D4D5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferedAsymmetricBlockCipher_ProcessBytes_m8C7B743B3E4B8311E004B1589CF5FD289FF14832_RuntimeMethod_var))); } IL_0031: { // Array.Copy(input, inOff, buffer, bufOff, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___input0; int32_t L_8 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_buffer_2(); int32_t L_10 = __this->get_bufOff_3(); int32_t L_11 = ___length2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_7, L_8, (RuntimeArray *)(RuntimeArray *)L_9, L_10, L_11, /*hidden argument*/NULL); // bufOff += length; int32_t L_12 = __this->get_bufOff_3(); int32_t L_13 = ___length2; __this->set_bufOff_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))); // return null; return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::DoFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferedAsymmetricBlockCipher_DoFinal_mEC0D1986C97D8DCC131999F953E4ADD02274D558 (BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B3_0 = NULL; { // byte[] outBytes = bufOff > 0 // ? cipher.ProcessBlock(buffer, 0, bufOff) // : EmptyBuffer; int32_t L_0 = __this->get_bufOff_3(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_StaticFields*)il2cpp_codegen_static_fields_for(BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var))->get_EmptyBuffer_0(); G_B3_0 = L_1; goto IL_0028; } IL_0010: { RuntimeObject* L_2 = __this->get_cipher_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_buffer_2(); int32_t L_4 = __this->get_bufOff_3(); NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = InterfaceFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Int32) */, IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var, L_2, L_3, 0, L_4); G_B3_0 = L_5; } IL_0028: { // Reset(); VirtualActionInvoker0::Invoke(39 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::Reset() */, __this); // return outBytes; return G_B3_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::DoFinal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferedAsymmetricBlockCipher_DoFinal_m425ABB809CF1820AC199D86582827A28C1F1154E (BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, const RuntimeMethod* method) { { // ProcessBytes(input, inOff, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; int32_t L_2 = ___length2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = VirtualFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::ProcessBytes(System.Byte[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2); // return DoFinal(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(33 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::DoFinal() */, __this); return L_4; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedAsymmetricBlockCipher_Reset_mABE01B4BCE1944C751A66C2723F847EA9A8DB383 (BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * __this, const RuntimeMethod* method) { { // if (buffer != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_buffer_2(); if (!L_0) { goto IL_0023; } } { // Array.Clear(buffer, 0, buffer.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_buffer_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_buffer_2(); NullCheck(L_2); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), /*hidden argument*/NULL); // bufOff = 0; __this->set_bufOff_3(0); } IL_0023: { // } 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.Crypto.BufferedBlockCipher::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedBlockCipher__ctor_m3926744E89696B1E29EA15AD3926AE766765C2C0 (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // protected BufferedBlockCipher() IL2CPP_RUNTIME_CLASS_INIT(BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var); BufferedCipherBase__ctor_m2CFC78A937A73B9C78FA70D4FE3F781956FD6BF0(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedBlockCipher__ctor_mD4171A363CF823EA37164B6CDB291F489AA32854 (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public BufferedBlockCipher( // IBlockCipher cipher) IL2CPP_RUNTIME_CLASS_INIT(BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var); BufferedCipherBase__ctor_m2CFC78A937A73B9C78FA70D4FE3F781956FD6BF0(__this, /*hidden argument*/NULL); // if (cipher == null) RuntimeObject* L_0 = ___cipher0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("cipher"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC3A5F3D5BB3E7D48E89B51BFD05B4FBE1D09846)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferedBlockCipher__ctor_mD4171A363CF823EA37164B6CDB291F489AA32854_RuntimeMethod_var))); } IL_0014: { // this.cipher = cipher; RuntimeObject* L_2 = ___cipher0; __this->set_cipher_4(L_2); // buf = new byte[cipher.GetBlockSize()]; RuntimeObject* L_3 = ___cipher0; NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); __this->set_buf_1(L_5); // bufOff = 0; __this->set_bufOff_2(0); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BufferedBlockCipher_get_AlgorithmName_m492B1E57542776BEB58DF8541AA758D061C3E0C7 (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return cipher.AlgorithmName; } RuntimeObject* L_0 = __this->get_cipher_4(); NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::get_AlgorithmName() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedBlockCipher_Init_mAD885E6F95C7A677B74D631A19AB5E61E6A021CB (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * V_0 = NULL; { // this.forEncryption = forEncryption; bool L_0 = ___forEncryption0; __this->set_forEncryption_3(L_0); // ParametersWithRandom pwr = parameters as ParametersWithRandom; RuntimeObject* L_1 = ___parameters1; V_0 = ((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)); // if (pwr != null) ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_2 = V_0; if (!L_2) { goto IL_0019; } } { // parameters = pwr.Parameters; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_3 = V_0; NullCheck(L_3); RuntimeObject* L_4; L_4 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(L_3, /*hidden argument*/NULL); ___parameters1 = L_4; } IL_0019: { // Reset(); VirtualActionInvoker0::Invoke(39 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::Reset() */, __this); // cipher.Init(forEncryption, parameters); RuntimeObject* L_5 = __this->get_cipher_4(); bool L_6 = ___forEncryption0; RuntimeObject* L_7 = ___parameters1; NullCheck(L_5); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_5, L_6, L_7); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedBlockCipher_GetBlockSize_m444A975058E805FFF2EAF8EB322A6A97F5155BF8 (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return cipher.GetBlockSize(); RuntimeObject* L_0 = __this->get_cipher_4(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::GetUpdateOutputSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedBlockCipher_GetUpdateOutputSize_m60D72429CF24549555216D6790BD711FBD739568 (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, int32_t ___length0, const RuntimeMethod* method) { int32_t V_0 = 0; { // int total = length + bufOff; int32_t L_0 = ___length0; int32_t L_1 = __this->get_bufOff_2(); // int leftOver = total % buf.Length; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_buf_1(); NullCheck(L_3); V_0 = ((int32_t)((int32_t)L_2%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))); // return total - leftOver; int32_t L_4 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_4)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::GetOutputSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedBlockCipher_GetOutputSize_m1F178B82E9725618B4CEBBD20334E8347C8FA0CD (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, int32_t ___length0, const RuntimeMethod* method) { { // return length + bufOff; int32_t L_0 = ___length0; int32_t L_1 = __this->get_bufOff_2(); return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::ProcessByte(System.Byte,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedBlockCipher_ProcessByte_m0483DE26EFDF1C16EE07BFAF6D7820B646470575 (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, uint8_t ___input0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output1, int32_t ___outOff2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // buf[bufOff++] = input; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_buf_1(); int32_t L_1 = __this->get_bufOff_2(); V_0 = L_1; int32_t L_2 = V_0; __this->set_bufOff_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; uint8_t L_4 = ___input0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)L_4); // if (bufOff == buf.Length) int32_t L_5 = __this->get_bufOff_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_buf_1(); NullCheck(L_6); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))))))) { goto IL_005f; } } { // if ((outOff + buf.Length) > output.Length) int32_t L_7 = ___outOff2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_buf_1(); NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___output1; NullCheck(L_9); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_0043; } } { // throw new DataLengthException("output buffer too short"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_10 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferedBlockCipher_ProcessByte_m0483DE26EFDF1C16EE07BFAF6D7820B646470575_RuntimeMethod_var))); } IL_0043: { // bufOff = 0; __this->set_bufOff_2(0); // return cipher.ProcessBlock(buf, 0, output, outOff); RuntimeObject* L_11 = __this->get_cipher_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_buf_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___output1; int32_t L_14 = ___outOff2; NullCheck(L_11); int32_t L_15; L_15 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_11, L_12, 0, L_13, L_14); return L_15; } IL_005f: { // return 0; return 0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::ProcessByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferedBlockCipher_ProcessByte_m5E637C3EF61B2F20A14550C9DB0E83C8DFB21913 (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, uint8_t ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B3_0 = NULL; { // int outLength = GetUpdateOutputSize(1); int32_t L_0; L_0 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(26 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::GetUpdateOutputSize(System.Int32) */, __this, 1); V_0 = L_0; // byte[] outBytes = outLength > 0 ? new byte[outLength] : null; int32_t L_1 = V_0; if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_000f; } } { G_B3_0 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(NULL)); goto IL_0015; } IL_000f: { int32_t L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); G_B3_0 = L_3; } IL_0015: { V_1 = G_B3_0; // int pos = ProcessByte(input, outBytes, 0); uint8_t L_4 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_1; int32_t L_6; L_6 = VirtualFuncInvoker3< int32_t, uint8_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::ProcessByte(System.Byte,System.Byte[],System.Int32) */, __this, L_4, L_5, 0); V_2 = L_6; // if (outLength > 0 && pos < outLength) int32_t L_7 = V_0; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_003b; } } { int32_t L_8 = V_2; int32_t L_9 = V_0; if ((((int32_t)L_8) >= ((int32_t)L_9))) { goto IL_003b; } } { // byte[] tmp = new byte[pos]; int32_t L_10 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_10); V_3 = L_11; // Array.Copy(outBytes, 0, tmp, 0, pos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_3; int32_t L_14 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 0, L_14, /*hidden argument*/NULL); // outBytes = tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_3; V_1 = L_15; } IL_003b: { // return outBytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_1; return L_16; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::ProcessBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferedBlockCipher_ProcessBytes_m57D099535B9DBF0EB24F1A3962DF67B74B28E689 (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B7_0 = NULL; { // if (input == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("input"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferedBlockCipher_ProcessBytes_m57D099535B9DBF0EB24F1A3962DF67B74B28E689_RuntimeMethod_var))); } IL_000e: { // if (length < 1) int32_t L_2 = ___length2; if ((((int32_t)L_2) >= ((int32_t)1))) { goto IL_0014; } } { // return null; return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0014: { // int outLength = GetUpdateOutputSize(length); int32_t L_3 = ___length2; int32_t L_4; L_4 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(26 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::GetUpdateOutputSize(System.Int32) */, __this, L_3); V_0 = L_4; // byte[] outBytes = outLength > 0 ? new byte[outLength] : null; int32_t L_5 = V_0; if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_0023; } } { G_B7_0 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(NULL)); goto IL_0029; } IL_0023: { int32_t L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_6); G_B7_0 = L_7; } IL_0029: { V_1 = G_B7_0; // int pos = ProcessBytes(input, inOff, length, outBytes, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; int32_t L_9 = ___inOff1; int32_t L_10 = ___length2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; int32_t L_12; L_12 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(32 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, __this, L_8, L_9, L_10, L_11, 0); V_2 = L_12; // if (outLength > 0 && pos < outLength) int32_t L_13 = V_0; if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0051; } } { int32_t L_14 = V_2; int32_t L_15 = V_0; if ((((int32_t)L_14) >= ((int32_t)L_15))) { goto IL_0051; } } { // byte[] tmp = new byte[pos]; int32_t L_16 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_16); V_3 = L_17; // Array.Copy(outBytes, 0, tmp, 0, pos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_3; int32_t L_20 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_18, 0, (RuntimeArray *)(RuntimeArray *)L_19, 0, L_20, /*hidden argument*/NULL); // outBytes = tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_3; V_1 = L_21; } IL_0051: { // return outBytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_1; return L_22; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedBlockCipher_ProcessBytes_m1B911EFC6B80EF9C0F4E39BE08E804FC62218E38 (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output3, int32_t ___outOff4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { // if (length < 1) int32_t L_0 = ___length2; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0015; } } { // if (length < 0) int32_t L_1 = ___length2; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0013; } } { // throw new ArgumentException("Can't have a negative input length!"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8E97A2EC91B9BC5BE9457E4364E5C15F95B7FDC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferedBlockCipher_ProcessBytes_m1B911EFC6B80EF9C0F4E39BE08E804FC62218E38_RuntimeMethod_var))); } IL_0013: { // return 0; return 0; } IL_0015: { // int blockSize = GetBlockSize(); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::GetBlockSize() */, __this); V_0 = L_3; // int outLength = GetUpdateOutputSize(length); int32_t L_4 = ___length2; int32_t L_5; L_5 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(26 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::GetUpdateOutputSize(System.Int32) */, __this, L_4); V_1 = L_5; // if (outLength > 0) int32_t L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0037; } } { // Check.OutputLength(output, outOff, outLength, "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___output3; int32_t L_8 = ___outOff4; int32_t L_9 = V_1; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_7, L_8, L_9, _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); } IL_0037: { // int resultLen = 0; V_2 = 0; // int gapLen = buf.Length - bufOff; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_buf_1(); NullCheck(L_10); int32_t L_11 = __this->get_bufOff_2(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), (int32_t)L_11)); // if (length > gapLen) int32_t L_12 = ___length2; int32_t L_13 = V_3; if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_00b8; } } { // Array.Copy(input, inOff, buf, bufOff, gapLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___input0; int32_t L_15 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_buf_1(); int32_t L_17 = __this->get_bufOff_2(); int32_t L_18 = V_3; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_14, L_15, (RuntimeArray *)(RuntimeArray *)L_16, L_17, L_18, /*hidden argument*/NULL); // resultLen += cipher.ProcessBlock(buf, 0, output, outOff); int32_t L_19 = V_2; RuntimeObject* L_20 = __this->get_cipher_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_buf_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___output3; int32_t L_23 = ___outOff4; NullCheck(L_20); int32_t L_24; L_24 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_20, L_21, 0, L_22, L_23); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_24)); // bufOff = 0; __this->set_bufOff_2(0); // length -= gapLen; int32_t L_25 = ___length2; int32_t L_26 = V_3; ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26)); // inOff += gapLen; int32_t L_27 = ___inOff1; int32_t L_28 = V_3; ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)); goto IL_00ad; } IL_008d: { // resultLen += cipher.ProcessBlock(input, inOff, output, outOff + resultLen); int32_t L_29 = V_2; RuntimeObject* L_30 = __this->get_cipher_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ___input0; int32_t L_32 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = ___output3; int32_t L_34 = ___outOff4; int32_t L_35 = V_2; NullCheck(L_30); int32_t L_36; L_36 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_30, L_31, L_32, L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_36)); // length -= blockSize; int32_t L_37 = ___length2; int32_t L_38 = V_0; ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)); // inOff += blockSize; int32_t L_39 = ___inOff1; int32_t L_40 = V_0; ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); } IL_00ad: { // while (length > buf.Length) int32_t L_41 = ___length2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = __this->get_buf_1(); NullCheck(L_42); if ((((int32_t)L_41) > ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length)))))) { goto IL_008d; } } IL_00b8: { // Array.Copy(input, inOff, buf, bufOff, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = ___input0; int32_t L_44 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = __this->get_buf_1(); int32_t L_46 = __this->get_bufOff_2(); int32_t L_47 = ___length2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_43, L_44, (RuntimeArray *)(RuntimeArray *)L_45, L_46, L_47, /*hidden argument*/NULL); // bufOff += length; int32_t L_48 = __this->get_bufOff_2(); int32_t L_49 = ___length2; __this->set_bufOff_2(((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_49))); // if (bufOff == buf.Length) int32_t L_50 = __this->get_bufOff_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51 = __this->get_buf_1(); NullCheck(L_51); if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length))))))) { goto IL_010c; } } { // resultLen += cipher.ProcessBlock(buf, 0, output, outOff + resultLen); int32_t L_52 = V_2; RuntimeObject* L_53 = __this->get_cipher_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = __this->get_buf_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = ___output3; int32_t L_56 = ___outOff4; int32_t L_57 = V_2; NullCheck(L_53); int32_t L_58; L_58 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_53, L_54, 0, L_55, ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)L_57))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_58)); // bufOff = 0; __this->set_bufOff_2(0); } IL_010c: { // return resultLen; int32_t L_59 = V_2; return L_59; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::DoFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferedBlockCipher_DoFinal_mA34BED3042EDB34B8D816FEF07A385FD7986D064 (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; { // byte[] outBytes = EmptyBuffer; IL2CPP_RUNTIME_CLASS_INIT(BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ((BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_StaticFields*)il2cpp_codegen_static_fields_for(BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var))->get_EmptyBuffer_0(); V_0 = L_0; // int length = GetOutputSize(0); int32_t L_1; L_1 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(25 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::GetOutputSize(System.Int32) */, __this, 0); V_1 = L_1; // if (length > 0) int32_t L_2 = V_1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_003d; } } { // outBytes = new byte[length]; int32_t L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); V_0 = L_4; // int pos = DoFinal(outBytes, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; int32_t L_6; L_6 = VirtualFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(36 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::DoFinal(System.Byte[],System.Int32) */, __this, L_5, 0); V_2 = L_6; // if (pos < outBytes.Length) int32_t L_7 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; NullCheck(L_8); if ((((int32_t)L_7) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0043; } } { // byte[] tmp = new byte[pos]; int32_t L_9 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_9); V_3 = L_10; // Array.Copy(outBytes, 0, tmp, 0, pos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_3; int32_t L_13 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_11, 0, (RuntimeArray *)(RuntimeArray *)L_12, 0, L_13, /*hidden argument*/NULL); // outBytes = tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_3; V_0 = L_14; // } goto IL_0043; } IL_003d: { // Reset(); VirtualActionInvoker0::Invoke(39 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::Reset() */, __this); } IL_0043: { // return outBytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; return L_15; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::DoFinal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferedBlockCipher_DoFinal_m9B4C4F6A0552CCA6EFA694D1761299D7DF433B3D (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___inLen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t G_B6_0 = 0; { // if (input == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("input"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferedBlockCipher_DoFinal_m9B4C4F6A0552CCA6EFA694D1761299D7DF433B3D_RuntimeMethod_var))); } IL_000e: { // int length = GetOutputSize(inLen); int32_t L_2 = ___inLen2; int32_t L_3; L_3 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(25 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::GetOutputSize(System.Int32) */, __this, L_2); V_0 = L_3; // byte[] outBytes = EmptyBuffer; IL2CPP_RUNTIME_CLASS_INIT(BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_StaticFields*)il2cpp_codegen_static_fields_for(BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_il2cpp_TypeInfo_var))->get_EmptyBuffer_0(); V_1 = L_4; // if (length > 0) int32_t L_5 = V_0; if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0060; } } { // outBytes = new byte[length]; int32_t L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_6); V_1 = L_7; // int pos = (inLen > 0) // ? ProcessBytes(input, inOff, inLen, outBytes, 0) // : 0; int32_t L_8 = ___inLen2; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_002e; } } { G_B6_0 = 0; goto IL_0039; } IL_002e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___input0; int32_t L_10 = ___inOff1; int32_t L_11 = ___inLen2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; int32_t L_13; L_13 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(32 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, __this, L_9, L_10, L_11, L_12, 0); G_B6_0 = L_13; } IL_0039: { V_2 = G_B6_0; // pos += DoFinal(outBytes, pos); int32_t L_14 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; int32_t L_16 = V_2; int32_t L_17; L_17 = VirtualFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(36 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::DoFinal(System.Byte[],System.Int32) */, __this, L_15, L_16); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_17)); // if (pos < outBytes.Length) int32_t L_18 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_1; NullCheck(L_19); if ((((int32_t)L_18) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_0066; } } { // byte[] tmp = new byte[pos]; int32_t L_20 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_20); V_3 = L_21; // Array.Copy(outBytes, 0, tmp, 0, pos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_3; int32_t L_24 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_22, 0, (RuntimeArray *)(RuntimeArray *)L_23, 0, L_24, /*hidden argument*/NULL); // outBytes = tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_3; V_1 = L_25; // } goto IL_0066; } IL_0060: { // Reset(); VirtualActionInvoker0::Invoke(39 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::Reset() */, __this); } IL_0066: { // return outBytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_1; return L_26; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedBlockCipher_DoFinal_mBA894B2AA1A10EB70C2D8FB036A0A90EC217DF1A (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45A76D5C1510A30E3950399F4AED843F92E849A6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CA65E1F50E7ADFC2CF8ECEE79ABAC4AB9046B12); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // if (bufOff != 0) int32_t L_0 = __this->get_bufOff_2(); if (!L_0) { goto IL_0060; } } IL_0008: { // Check.DataLength(!cipher.IsPartialBlockOkay, "data not block size aligned"); RuntimeObject* L_1 = __this->get_cipher_4(); NullCheck(L_1); bool L_2; L_2 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::get_IsPartialBlockOkay() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_1); Check_DataLength_m74509F2FBF5A87468D31E9DFA795805313DC13A9((bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0), _stringLiteral6CA65E1F50E7ADFC2CF8ECEE79ABAC4AB9046B12, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, bufOff, "output buffer too short for DoFinal()"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___output0; int32_t L_4 = ___outOff1; int32_t L_5 = __this->get_bufOff_2(); Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_3, L_4, L_5, _stringLiteral45A76D5C1510A30E3950399F4AED843F92E849A6, /*hidden argument*/NULL); // cipher.ProcessBlock(buf, 0, buf, 0); RuntimeObject* L_6 = __this->get_cipher_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_buf_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_buf_1(); NullCheck(L_6); int32_t L_9; L_9 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_6, L_7, 0, L_8, 0); // Array.Copy(buf, 0, output, outOff, bufOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_buf_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___output0; int32_t L_12 = ___outOff1; int32_t L_13 = __this->get_bufOff_2(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_10, 0, (RuntimeArray *)(RuntimeArray *)L_11, L_12, L_13, /*hidden argument*/NULL); } IL_0060: { // return bufOff; int32_t L_14 = __this->get_bufOff_2(); V_0 = L_14; IL2CPP_LEAVE(0x70, 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) // Reset(); VirtualActionInvoker0::Invoke(39 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::Reset() */, __this); // } IL2CPP_END_FINALLY(105) }// end finally (depth: 1) IL2CPP_CLEANUP(105) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x70, IL_0070) } IL_0070: { // } int32_t L_15 = V_0; return L_15; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedBlockCipher_Reset_m110F0FD4E05876BB3ECD2C14E18703D5E6A11D1A (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Array.Clear(buf, 0, buf.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_buf_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_buf_1(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); // bufOff = 0; __this->set_bufOff_2(0); // cipher.Reset(); RuntimeObject* L_2 = __this->get_cipher_4(); NullCheck(L_2); InterfaceActionInvoker0::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::Reset() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_2); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___a0, float ___d1, const RuntimeMethod* method) { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_0 = ___a0; float L_1 = L_0.get_x_1(); float L_2 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_3 = ___a0; float L_4 = L_3.get_y_2(); float L_5 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_6 = ___a0; float L_7 = L_6.get_z_3(); float L_8 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_9 = ___a0; float L_10 = L_9.get_w_4(); float L_11 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_12; memset((&L_12), 0, sizeof(L_12)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_12), ((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)), ((float)il2cpp_codegen_multiply((float)L_10, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0029; } IL_0029: { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BowCamera_set_isTouchMode_m697E7BDB07075516ADCEFDD7452D52356099CB82_inline (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // _isTouchMode = value; bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); ((BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields*)il2cpp_codegen_static_fields_for(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var))->set__isTouchMode_8(L_0); // } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BluetoothHelperCharacteristic_getName_m59316C36B56D20C5176500C1A3D4B8CBD9825E5E_inline (BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BluetoothHelperService_getName_mC2B58215D48C8773638DCE0D3347D094B99CD20C_inline (BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BluetoothHelperCharacteristic_setService_mE0AB7736081BC9807E94F146988121AAC5562642_inline (BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * __this, String_t* ___service0, const RuntimeMethod* method) { { String_t* L_0 = ___service0; __this->set_service_1(L_0); return; } } 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 LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * BluetoothHelperService_getCharacteristics_mBD7CEF21C1DC6FC1100FF68426FD9BDEDF2BB28A_inline (BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * __this, const RuntimeMethod* method) { { LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * L_0 = __this->get_characteristics_1(); 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* InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method) { { // return m_Text; String_t* L_0 = __this->get_m_Text_39(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_0(L_0); float L_1 = ___y1; __this->set_y_1(L_1); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Armature_get_flipX_m834E64F87033EBAAE6C94C4337FED47B0BF37E84_inline (Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * __this, const RuntimeMethod* method) { { // get { return this._flipX; } bool L_0 = __this->get__flipX_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Armature_get_flipY_mD6F52AC8CA5A66CCA153B73EFB62B36BD13B83E6_inline (Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * __this, const RuntimeMethod* method) { { // get { return this._flipY; } bool L_0 = __this->get__flipY_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * Bone_get_parent_mD2D702764E51EBBC81F7333000D9B813B293D427_inline (Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * __this, const RuntimeMethod* method) { { // get { return this._parent; } Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_0 = __this->get__parent_25(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * Armature_GetSlots_m501AC63D1F8CFA8C1C24809B7F86038963DC6504_inline (Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * __this, const RuntimeMethod* method) { { // return this._slots; List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * L_0 = __this->get__slots_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * Slot_get_parent_mA102121DB3C91AD2CC73A61A4C5EC4D48ABA45B3_inline (Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * __this, const RuntimeMethod* method) { { // get { return this._parent; } Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * L_0 = __this->get__parent_44(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float CarController_get_BrakeInput_m38CBD2496997600DCE24280D4A6C8BD45D764EB1_inline (CarController_t87801B6F32429964995257C1625E7B615B6B9FC7 * __this, const RuntimeMethod* method) { { // public float BrakeInput { get; private set; } float L_0 = __this->get_U3CBrakeInputU3Ek__BackingField_33(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method) { { // get { return parameters; } RuntimeObject* L_0 = __this->get_parameters_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mD618588C9785F06D043BE6AAD0A0B8116B2A77A3_gshared_inline (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); return (int32_t)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 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 ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ((EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0(); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)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 int32_t HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_gshared_inline (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __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_m1C5E87EEF4B8F8CB985E6C4FD69D863ABAD79F14_gshared_inline (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __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 int32_t List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_gshared_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __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: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__items_1(); int32_t L_3 = ___index0; int32_t L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_2, (int32_t)L_3); return (int32_t)L_4; } }