#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtFuncInvoker0 { 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 VirtFuncInvoker1 { 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 VirtFuncInvoker2 { 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 VirtActionInvoker1 { 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 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); } }; 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); } }; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83; // System.Action`1 struct Action_1_tCE61A5061D6E81AA0796E994EE9E76AC99E8D172; // System.Action`1 struct Action_1_tF8DFFA3C618813D7838D9010FC24A587792F4E12; // System.Action`1 struct Action_1_tC6AEC56D51A701342DD5D9DEEE77C063945AE4DC; // System.Action`1 struct Action_1_tF0FD284A49EB7135379250254D6B49FA84383C09; // System.Action`1 struct Action_1_t00E4A8EB7B3DEB920C557B08D67DF7101F4ADF69; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_t01B45EE0DCE24B23DF52FD7868A5186E53F9B82B; // System.Action`1 struct Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81; // System.Action`2 struct Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0; // System.Action`2 struct Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4; // System.Action`2 struct Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C; // System.Action`2 struct Action_2_t0359A210F354A728FCD80F275D8CF192D61A98C5; // System.Action`2 struct Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7; // System.Action`2 struct Action_2_t13A6742A48923F2F95E0DBF426A94946BB52A341; // System.Action`2 struct Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF; // System.Action`3 struct Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8; // System.Action`3 struct Action_3_t52E18B22E4BA761B8DEA147AE3A37A3B79E27FFF; // System.Comparison`1 struct Comparison_1_t47C8B3739FFDD51D29B281A2FD2C36A57DDF9E38; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB6DAD9C1487DACF93E31EE6B42CC9C1956B87484; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42; // System.Func`2 struct Func_2_t22C5BAC876F4C9C77BF9B2631852275B10FE99EC; // System.Func`2 struct Func_2_t8D00E17E9D1413C71B5B12D3538C754C4F141A2E; // System.Func`2 struct Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E; // System.Func`2 struct Func_2_t5CA8268FEB15CF2C8D26F17016ADDFDAFA5183BA; // System.Func`2 struct Func_2_t9D79DEEDC6C6EC508B371394EC6976EDC57FB472; // System.Func`3 struct Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9; // System.Func`3 struct Func_3_t9B3AF4A893B0936872C5B37BE9C5D4B571281C2B; // System.Collections.Generic.HashSet`1 struct HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tE4E960C53664FB9663CC2261AEBCA61C5EDB579D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3E9A1977DB64BEFC51E9B02E141FFD28CCCAFF2B; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tBD60400523D840591A17E4CBBACC79397F68FAA2; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t667C5BDEE561CF39FE2DA080EDE2964A33ABF969; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t64B5CDD68064DCFE73A5BDB2545FF1DAA386E76B; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.IObservable`1 struct IObservable_1_tCBDEEC701BB644316082E54D70DD611ED9E7A0D3; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t6618FCBCC55859862C1BA9DF447023B47F876153; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_tABF07DE71C259EA74DBFF87F0516FBCEDBA40E81; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D; // System.Collections.Generic.List`1 struct List_1_t39946D94B66FAE9B0DED5D3A84AD116AF9DDDCC1; // System.Collections.Generic.List`1 struct List_1_tEF3D2378B547F18609950BEABF54AF34FBBC9733; // System.Collections.Generic.List`1 struct List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5; // System.Collections.Generic.List`1 struct List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393; // System.Collections.Generic.List`1 struct List_1_t367B604D3EA3D6A9EC95A32A521EF83F5DA9B447; // System.Collections.Generic.List`1 struct List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t32063FE815890FF672DF76288FAC4ABE089B899F; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_tCBB93BCD8C3675599B9E78F2D3439779D064DD77; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81; // System.Action`1[] struct Action_1U5BU5D_t3D914437066BF4C080433238136C05E1856588AA; // System.Action`1[] struct Action_1U5BU5D_tB086C8674A24FC039207C2331FB62BD10A2B8C1A; // System.Action`1[] struct Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30; // System.Action`1[] struct Action_1U5BU5D_tE0189C64DB82982220FB9A97BB75030DC9575D30; // System.Action`1[] struct Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292; // System.Action`2[] struct Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653; // System.Action`3[] struct Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510; // System.Func`3[] struct Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_t13E281AFAFB00FB6270C630A454FC686A3C9DFA8; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_t17D43D53477F87726CEC5E1CE6B5437D27AE8232; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // UnityEngine.InputSystem.InputAction[] struct InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7; // UnityEngine.InputSystem.InputActionMap[] struct InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609; // UnityEngine.InputSystem.InputBinding[] struct InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6; // UnityEngine.InputSystem.InputControl[] struct InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680; // UnityEngine.InputSystem.InputControlScheme[] struct InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD; // UnityEngine.InputSystem.InputDevice[] struct InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6; // UnityEngine.InputSystem.Users.InputUser[] struct InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // UnityEngine.InputSystem.Utilities.InternedString[] struct InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4; // UnityEngine.InputSystem.Joystick[] struct JoystickU5BU5D_t3E4C9EE5C32F9443BBB16987FEA5DCD3F65F8027; // UnityEngine.InputSystem.Key[] struct KeyU5BU5D_t050C7C976A2CB4F2A5E2AE179B9E7ADBBDBB46D2; // UnityEngine.InputSystem.Controls.KeyControl[] struct KeyControlU5BU5D_tA001A9FB191115BA1A274C596AC796DDE58D8A43; // UnityEngine.InputSystem.Utilities.NameAndParameters[] struct NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD; // UnityEngine.InputSystem.Utilities.NamedValue[] struct NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.InputSystem.PlayerInput[] struct PlayerInputU5BU5D_t45134EF85CA2AB56DED67BE58231243DF79F326A; // UnityEngine.InputSystem.UI.PointerModel[] struct PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride[] struct ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] struct DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795; // UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection[] struct OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C; // UnityEngine.InputSystem.Users.InputUser/UserData[] struct UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B; // UnityEngine.InputSystem.Utilities.JsonParser/JsonValue[] struct JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098; // UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo[] struct OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F; // UnityEngine.InputSystem.PlayerInput/ActionEvent[] struct ActionEventU5BU5D_t1178FED9087307281BC26700BCB73AE3AABCD075; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // UnityEngine.InputSystem.Controls.AnyKeyControl struct AnyKeyControl_t6934B34139C3CEB23A94217CF11A9CCDFDFF028E; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // UnityEngine.InputSystem.Controls.AxisControl struct AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680; // UnityEngine.EventSystems.AxisEventData struct AxisEventData_t5F2EE83206BFD1BC59087D1C9CE31A4389A17E1E; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E; // UnityEngine.EventSystems.BaseInput struct BaseInput_tEF29D9AD913DF0552A9C51AF200B4FEB08AF737D; // UnityEngine.EventSystems.BaseInputModule struct BaseInputModule_t395DEB45C225A941B2C831CBDB000A23E5899924; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // UnityEngine.InputSystem.Controls.ButtonControl struct ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // UnityEngine.InputSystem.Controls.DeltaControl struct DeltaControl_t8A924CCBD9CC326D8375AD18A2AC1B62C45ECE10; // UnityEngine.EventSystems.EventSystem struct EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C; // System.Exception struct Exception_t; // UnityEngine.InputSystem.UI.ExtendedPointerEventData struct ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457; // System.Reflection.FieldInfo struct FieldInfo_t; // UnityEngine.InputSystem.Utilities.ForDeviceEventObservable struct ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // UnityEngine.InputSystem.IInputActionCollection struct IInputActionCollection_t4A11E5FA3BC95E16F6309F1EAE8E320A129693A5; // UnityEngine.InputSystem.LowLevel.IInputRuntime struct IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946; // UnityEngine.InputSystem.InputAction struct InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B; // UnityEngine.InputSystem.InputActionAsset struct InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18; // UnityEngine.InputSystem.InputActionMap struct InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44; // UnityEngine.InputSystem.InputActionReference struct InputActionReference_tB1990B9720ED573119B97030753D21C84A6D7621; // UnityEngine.InputSystem.InputActionState struct InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9; // UnityEngine.InputSystem.InputBindingComposite struct InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565; // UnityEngine.InputSystem.InputControl struct InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1; // UnityEngine.InputSystem.InputDevice struct InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87; // UnityEngine.InputSystem.LowLevel.InputEvent struct InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234; // UnityEngine.InputSystem.InputSettings struct InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6; // UnityEngine.InputSystem.UI.InputSystemUIInputModule struct InputSystemUIInputModule_t34FF3178F33783192EC03D906F0E90EEA16C42D6; // UnityEngine.InputSystem.LowLevel.InputUpdateDelegate struct InputUpdateDelegate_t3193D229360F70BB8E2781DED27A71B0F5355045; // UnityEngine.InputSystem.Users.InputUserSettings struct InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF; // UnityEngine.InputSystem.InputValue struct InputValue_tA26725FB1E1CDEFC80B36F7E7BAA3652B8E4C527; // UnityEngine.InputSystem.Controls.IntegerControl struct IntegerControl_t68534DE7D89FBFC2952062997BB54680FE7DCCA4; // System.ComponentModel.InvalidEnumArgumentException struct InvalidEnumArgumentException_t900DF12581D586D2D9538FBB6F568175243D6637; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // UnityEngine.InputSystem.Processors.InvertProcessor struct InvertProcessor_t18093EF6056E33DDD45E766EED7BCB86A53B2B03; // UnityEngine.InputSystem.Processors.InvertVector2Processor struct InvertVector2Processor_t27C8678979E9655DE37418DE0948BD5DF11765E4; // UnityEngine.InputSystem.Processors.InvertVector3Processor struct InvertVector3Processor_tC51163FAEF5239EFD918C393A7528D0D441AE5C1; // UnityEngine.Events.InvokableCallList struct InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9; // UnityEngine.InputSystem.Joystick struct Joystick_tBAE58C422209B0F926486E4D064EB9253AB0837D; // UnityEngine.InputSystem.Controls.KeyControl struct KeyControl_tA7DD03A589164F77312F49223F3FA521CA7726CC; // UnityEngine.InputSystem.Keyboard struct Keyboard_tF4E5FAB1E6473B4EF811A1F77A6980FEF6B81207; // UnityEngine.InputSystem.LightSensor struct LightSensor_tB1B20573FA20BDEB2A88A72C420037274C97CF7B; // UnityEngine.InputSystem.LinearAccelerationSensor struct LinearAccelerationSensor_t30A28809A97B60C7E403CE8DA2266366AFE4FF89; // UnityEngine.InputSystem.MagneticFieldSensor struct MagneticFieldSensor_t75CB788D509128B180202D910E5E53BFA2751DF7; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // UnityEngine.InputSystem.Mouse struct Mouse_tA93D10559A83D9DEED5B5736B527447951B0CF56; // UnityEngine.InputSystem.Interactions.MultiTapInteraction struct MultiTapInteraction_t012F12E478E89C14B3805DC23B6AB8D9070CB267; // UnityEngine.InputSystem.UI.MultiplayerEventSystem struct MultiplayerEventSystem_t70461D585CAB69A2E3D79F49519E35F68142456F; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime struct NativeInputRuntime_t0BBA78E443D4741422F00F3DA80F3DC967598C61; // UnityEngineInternal.Input.NativeUpdateCallback struct NativeUpdateCallback_t617743B3361FE4B086E28DDB8EDB4A7AC2490FC6; // UnityEngine.InputSystem.Processors.NormalizeProcessor struct NormalizeProcessor_tBBEA186BBF9A3B849E081BEC79ECE057E75B3F69; // UnityEngine.InputSystem.Processors.NormalizeVector2Processor struct NormalizeVector2Processor_t418136A3EB68DCE7701363983AA982B1AA398511; // UnityEngine.InputSystem.Processors.NormalizeVector3Processor struct NormalizeVector3Processor_t2FEDF6C7258346B986AC32F20D69969336B7CA96; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // UnityEngine.InputSystem.OnScreen.OnScreenButton struct OnScreenButton_t012970B87EF1D5BDBE6AF391AC5D336E4DE7344A; // UnityEngine.InputSystem.OnScreen.OnScreenControl struct OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4; // UnityEngine.InputSystem.OnScreen.OnScreenStick struct OnScreenStick_t9301361A9FB9DE693F24FAB1A52595C24B51F266; // UnityEngine.InputSystem.Composites.OneModifierComposite struct OneModifierComposite_t29D6BED0988595E03D55EB7D9892BB5473EA2601; // Unity.XR.OpenVR.OpenVRControllerWMR struct OpenVRControllerWMR_tA91C17C0F6B0052BE71EFFF7CBEC9E0643C3FE52; // Unity.XR.OpenVR.OpenVRHMD struct OpenVRHMD_tB94403FFED6101F65A962BD89056F3C4571A2B84; // Unity.XR.OpenVR.OpenVROculusTouchController struct OpenVROculusTouchController_tA798A28429A2665B37729FD7ABD7E208D78BF80E; // UnityEngine.InputSystem.Pen struct Pen_t23C0C87078C5B2A7E29D97BEC4D170538F16BC99; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC; // UnityEngine.InputSystem.PlayerInput struct PlayerInput_tCB9A1A84F447F3392889C457C9BE413891FE848A; // UnityEngine.InputSystem.PlayerInputManager struct PlayerInputManager_tEF77A2616D95D0440130241562BFF59725C53492; // UnityEngine.InputSystem.Pointer struct Pointer_t1E3BB2A6B6127C10002D78A2219A2F5083671FE5; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954; // UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8; // UnityEngine.InputSystem.Controls.QuaternionControl struct QuaternionControl_t7BEFE3CFC03CC5CE3F779DDCB5AA2C011F5C7A48; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // UnityEngine.InputSystem.Sensor struct Sensor_t678877D11C0ECA0F2777419ED5C0EDC98959C453; // UnityEngine.InputSystem.Controls.StickControl struct StickControl_t19F09532D745275BC8ADB06AB2F1B1AE091AB79D; // System.String struct String_t; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52; // UnityEngine.InputSystem.Controls.Vector2Control struct Vector2Control_t271CA458D56BCA875642853132733D774B009A96; // UnityEngine.InputSystem.Controls.Vector3Control struct Vector3Control_t915A3DA3C3E367B6F5587853E96EAD5215D328AE; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.InputSystem.XR.XRController struct XRController_tB2474121816D6124DF5CF8739FED669945C52778; // UnityEngine.InputSystem.XR.XRControllerWithRumble struct XRControllerWithRumble_tAECE062A3E616AC023DA89DA07003DB0D43EDEC2; // UnityEngine.InputSystem.XR.XRHMD struct XRHMD_tF118D29FCF741F20C24D0AEA97DC5F78F92A92BE; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper struct DeferBindingResolutionWrapper_tE67305335B476E901F955C3DFFA4F42DEF4225BC; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t3CA26C553DBC293E4A3EDBCFBEED7C1273954C72; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_tDD9C3468823AEABEA35EAF2540CA42007FA2ADB2; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass7_0 struct U3CU3Ec__DisplayClass7_0_t7EC081A035BB0E0B8B81346E89996D9184A0D3C3; // UnityEngine.InputSystem.PlayerInput/ActionEvent struct ActionEvent_tAEFD1F4B441D6173674A23A4C61FBA1EAA448084; // UnityEngine.InputSystem.PlayerInput/ControlsChangedEvent struct ControlsChangedEvent_t17913CA7629C342029259D50D5DD6F0A40553B75; // UnityEngine.InputSystem.PlayerInput/DeviceLostEvent struct DeviceLostEvent_tE905DB909AE37EB00947E6D38E03EF33A70C7708; // UnityEngine.InputSystem.PlayerInput/DeviceRegainedEvent struct DeviceRegainedEvent_t28F00DC5B4B6C8EFAA5A4EB2F052D6510B88A0BD; // UnityEngine.InputSystem.PlayerInputManager/PlayerJoinedEvent struct PlayerJoinedEvent_t6AD597D03B73AAA9D33FE0CF79877C2F1F764130; // UnityEngine.InputSystem.PlayerInputManager/PlayerLeftEvent struct PlayerLeftEvent_t685996FD23980C7C171AEA862AE2CFBB14F7B629; // UnityEngine.InputSystem.UI.PointerModel/ButtonState struct ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; IL2CPP_EXTERN_C RuntimeClass* Action_1_t00E4A8EB7B3DEB920C557B08D67DF7101F4ADF69_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_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* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ControlsChangedEvent_t17913CA7629C342029259D50D5DD6F0A40553B75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceLostEvent_tE905DB909AE37EB00947E6D38E03EF33A70C7708_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceRegainedEvent_t28F00DC5B4B6C8EFAA5A4EB2F052D6510B88A0BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_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* ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t5CA8268FEB15CF2C8D26F17016ADDFDAFA5183BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t9D79DEEDC6C6EC508B371394EC6976EDC57FB472_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t667C5BDEE561CF39FE2DA080EDE2964A33ABF969_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t64B5CDD68064DCFE73A5BDB2545FF1DAA386E76B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t99F609FB466910B15D6EB788EA0D60FB7D14E659_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputValue_tA26725FB1E1CDEFC80B36F7E7BAA3652B8E4C527_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidEnumArgumentException_t900DF12581D586D2D9538FBB6F568175243D6637_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Joystick_tBAE58C422209B0F926486E4D064EB9253AB0837D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonParser_t4C34C450BC39EA738DBD7CDC56B48626355D272E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyControlU5BU5D_tA001A9FB191115BA1A274C596AC796DDE58D8A43_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Keyboard_tF4E5FAB1E6473B4EF811A1F77A6980FEF6B81207_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LightSensor_tB1B20573FA20BDEB2A88A72C420037274C97CF7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LinearAccelerationSensor_t30A28809A97B60C7E403CE8DA2266366AFE4FF89_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MagneticFieldSensor_t75CB788D509128B180202D910E5E53BFA2751DF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mouse_tA93D10559A83D9DEED5B5736B527447951B0CF56_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NativeInputRuntime_t0BBA78E443D4741422F00F3DA80F3DC967598C61_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NativeInputSystem_t572C01B054179054C92FCEFDB084BB5E8451BEA8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NativeUpdateCallback_t617743B3361FE4B086E28DDB8EDB4A7AC2490FC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pen_t23C0C87078C5B2A7E29D97BEC4D170538F16BC99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlayerInputManager_tEF77A2616D95D0440130241562BFF59725C53492_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlayerInput_tCB9A1A84F447F3392889C457C9BE413891FE848A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlayerJoinedEvent_t6AD597D03B73AAA9D33FE0CF79877C2F1F764130_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlayerLeftEvent_t685996FD23980C7C171AEA862AE2CFBB14F7B629_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pointer_t1E3BB2A6B6127C10002D78A2219A2F5083671FE5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_0_t3CA26C553DBC293E4A3EDBCFBEED7C1273954C72_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_0_tDD9C3468823AEABEA35EAF2540CA42007FA2ADB2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass7_0_t7EC081A035BB0E0B8B81346E89996D9184A0D3C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t9C31F4479CAADB9DA4ED03E0CAAD31DE656396AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00CD51673FF11E3C8F0036B92DB3D07EC22E8F33; IL2CPP_EXTERN_C String_t* _stringLiteral01637B662C860A4FEA1F5B57B9E4049BCA27A92A; IL2CPP_EXTERN_C String_t* _stringLiteral01B047816B0F1C64332ED636C896141CDD392743; IL2CPP_EXTERN_C String_t* _stringLiteral0236BACCD260A20F0738D0E7EDBB60850D17B36A; IL2CPP_EXTERN_C String_t* _stringLiteral028D7034AFF25D3F9A597A5740013E38DA19D317; IL2CPP_EXTERN_C String_t* _stringLiteral02D6380FB089C92CDBF82192BF136E5D23D55A58; IL2CPP_EXTERN_C String_t* _stringLiteral03BA665089B55557F531FE15362514C440338A88; IL2CPP_EXTERN_C String_t* _stringLiteral03BB9A91DF5AF35BC2C4BD3A3DC6BD92997588E5; IL2CPP_EXTERN_C String_t* _stringLiteral04D38F868FE0F52111D9FDB92E54821F506914BC; IL2CPP_EXTERN_C String_t* _stringLiteral0510939941CDB183622745A84DC0AE2FC3D661E3; IL2CPP_EXTERN_C String_t* _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B; IL2CPP_EXTERN_C String_t* _stringLiteral0763FE5EB1EAC35DDF3CD44B5645A71888066226; IL2CPP_EXTERN_C String_t* _stringLiteral077AC4F37BECA7E305659A36FD4351A1A726D74E; IL2CPP_EXTERN_C String_t* _stringLiteral0895DAD08E8DD10F0EFD62555908F9D17806616C; IL2CPP_EXTERN_C String_t* _stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78; IL2CPP_EXTERN_C String_t* _stringLiteral0A81521DA798993B4C1137E11D16963C4F090D79; IL2CPP_EXTERN_C String_t* _stringLiteral0AF5E172BF491E25E8D8A928A23677EBF7FF9FFB; IL2CPP_EXTERN_C String_t* _stringLiteral0B5ECFF84CE073C4971D637741C560F910E4D128; IL2CPP_EXTERN_C String_t* _stringLiteral0C9DC099BD4ECD04B696BF38FC02346103F2BC97; IL2CPP_EXTERN_C String_t* _stringLiteral0CD979583B209CE71603EFC4A398E6A9EFA8D872; IL2CPP_EXTERN_C String_t* _stringLiteral10682F3387EA548C626C08591967BD5D821B3ACA; IL2CPP_EXTERN_C String_t* _stringLiteral198AA065BF0F912BD6F5F93869BD5C361671F98B; IL2CPP_EXTERN_C String_t* _stringLiteral1A4E32AC289037AA1D49EA8579E76DFC698F0F6E; IL2CPP_EXTERN_C String_t* _stringLiteral1A94C306B3F70E8687301B76672F6643B9CA915B; IL2CPP_EXTERN_C String_t* _stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E; IL2CPP_EXTERN_C String_t* _stringLiteral1C8FE6ADEF263F31F30174C0BCB9C9581DA0A1AE; IL2CPP_EXTERN_C String_t* _stringLiteral1D5E75E34CD22AE2C6D1A2B87A376EE84CC1DEC7; IL2CPP_EXTERN_C String_t* _stringLiteral1F3D23A5BEE3026A90ECAAAA0DE7001031E6CEB2; IL2CPP_EXTERN_C String_t* _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE; IL2CPP_EXTERN_C String_t* _stringLiteral20E53EA12D943C14376715D21DAB74E4D73C5751; IL2CPP_EXTERN_C String_t* _stringLiteral216A347E864894BC98051FDECCD1F98B93D26CCE; IL2CPP_EXTERN_C String_t* _stringLiteral21DC1A3FAB7B050DAAFFD16083329ABC11F2E031; IL2CPP_EXTERN_C String_t* _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2; IL2CPP_EXTERN_C String_t* _stringLiteral22210EA4D0BC9835AC91B1BE113616F9E2675860; IL2CPP_EXTERN_C String_t* _stringLiteral24BA0B3EAF2D368DF4A667A3DA43E98A55602935; IL2CPP_EXTERN_C String_t* _stringLiteral25D74BC981E6316A5E3CAEEA0BAF3C438F5C94DA; IL2CPP_EXTERN_C String_t* _stringLiteral2701D1019CF501F8E1CD458985D7E7A50B1DB9BD; IL2CPP_EXTERN_C String_t* _stringLiteral27B1AEB24E6D2B53697EC563051927D25A556ED8; IL2CPP_EXTERN_C String_t* _stringLiteral2827257F729202A8D898EFBF55E3E8B46CCBDF4C; IL2CPP_EXTERN_C String_t* _stringLiteral289FD1608E8224086BF3252BC28F40FC434E886F; IL2CPP_EXTERN_C String_t* _stringLiteral29DBC8D54BFC3487F97FCFA70385912706B473CB; IL2CPP_EXTERN_C String_t* _stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1; IL2CPP_EXTERN_C String_t* _stringLiteral2C43BA5A481CBEF412DB695717FC94453B3769F6; IL2CPP_EXTERN_C String_t* _stringLiteral2C945D246C2B7897F000E1C591A686EB9EF010F0; IL2CPP_EXTERN_C String_t* _stringLiteral2D2B4B33D9378C7973E712531A014AD8A2B70423; IL2CPP_EXTERN_C String_t* _stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80; IL2CPP_EXTERN_C String_t* _stringLiteral2D52E4BBD235F7FB3D2754FCB75A0042B6FFE4CC; IL2CPP_EXTERN_C String_t* _stringLiteral2E77CFB2D9A5FCC6F0D35932DC378E4F1C520BCB; IL2CPP_EXTERN_C String_t* _stringLiteral2F7234099CCD07F9C0939ACCC13D7F7F6E95DBAD; IL2CPP_EXTERN_C String_t* _stringLiteral2FF38C113230A662E38C89C09310DEBAE36A3CAC; IL2CPP_EXTERN_C String_t* _stringLiteral30E46B33E48EEBE8B4EAD2029A6CA6D6D9B13E54; IL2CPP_EXTERN_C String_t* _stringLiteral339CCC208C434402CBA5C4B807D37FC5D87129A9; IL2CPP_EXTERN_C String_t* _stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53; IL2CPP_EXTERN_C String_t* _stringLiteral36967F33A1482179FE45CD9CCC3AE6241AA43F85; IL2CPP_EXTERN_C String_t* _stringLiteral37A50091974FE11FAC57C870272F76245820AA18; IL2CPP_EXTERN_C String_t* _stringLiteral385A3F00319A5A164D8F37EB690D86A55732F2BA; IL2CPP_EXTERN_C String_t* _stringLiteral3A5D56B26B1A9CEDE88C8DBEC1D7FF8296992654; IL2CPP_EXTERN_C String_t* _stringLiteral3ABFF555F317FC3F90BBC08DF52BDDE6D0E06A6C; IL2CPP_EXTERN_C String_t* _stringLiteral3E7C8EBCB34BC53B8007AF8DA3349AB95EE52B8B; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral430E518F836082E0683698AB9E3F79D39C7F5140; IL2CPP_EXTERN_C String_t* _stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84; IL2CPP_EXTERN_C String_t* _stringLiteral4375062BD8882E451B6BEE137E47CDAFE50A90EC; IL2CPP_EXTERN_C String_t* _stringLiteral449A4B23F7639A6F409605CDC45B486AA8406B9D; IL2CPP_EXTERN_C String_t* _stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D; IL2CPP_EXTERN_C String_t* _stringLiteral4922D15E3F6F51B37B01EB36DD6268164957D71F; IL2CPP_EXTERN_C String_t* _stringLiteral49CAE41E6754B5CF20D27BDC340E8E0F9F53C09C; IL2CPP_EXTERN_C String_t* _stringLiteral4A18A31F54D2F1999F012DD18EA2D58E1A8074B3; IL2CPP_EXTERN_C String_t* _stringLiteral4A909F23239269909EE3CEBD35C0D38BD403A013; IL2CPP_EXTERN_C String_t* _stringLiteral4ACA4A9B5F29B05BEEA908B246F9B279E0EED253; IL2CPP_EXTERN_C String_t* _stringLiteral4ADB212528F8CF625764142B108030A0499510F0; IL2CPP_EXTERN_C String_t* _stringLiteral4B247C13053AB16D1668B60F2A407C881E8EEC64; IL2CPP_EXTERN_C String_t* _stringLiteral4B576693C6B9746100D95299FEA96205A88C9908; IL2CPP_EXTERN_C String_t* _stringLiteral4BB3224CB1D7F84EAD67436BECC4575E7134661F; IL2CPP_EXTERN_C String_t* _stringLiteral4C68B7314BD4D7BD8FBAA21DB8D14AC6C59EFA75; IL2CPP_EXTERN_C String_t* _stringLiteral4C9B28579DAB706CEF903A85854B98A08280D27D; IL2CPP_EXTERN_C String_t* _stringLiteral4C9ECEDF5B1FB9420A92A5B02A141FADFDF52ED6; IL2CPP_EXTERN_C String_t* _stringLiteral4CF073B7EAC98F4A2E43797386D767EE219B414C; IL2CPP_EXTERN_C String_t* _stringLiteral4D5745313695BB32A7BE264930411F75CE40EF69; IL2CPP_EXTERN_C String_t* _stringLiteral4E84BAFB98393AA8CBE2320B5147D123530F8C5F; IL2CPP_EXTERN_C String_t* _stringLiteral4E8AA2CBEDD89642E0DEB2AF37737B5D15FBC672; IL2CPP_EXTERN_C String_t* _stringLiteral4FAF1332EAA22ED62546993B44D1AE07024AA9C9; IL2CPP_EXTERN_C String_t* _stringLiteral5230F80C3CE5A5AD36D7A247C3CC2EFD3BCFA1FF; IL2CPP_EXTERN_C String_t* _stringLiteral536D5814004D3F24BE43A6FC002433378BA17F61; IL2CPP_EXTERN_C String_t* _stringLiteral54458377977B39746D8739B34B60A49EA898EDAE; IL2CPP_EXTERN_C String_t* _stringLiteral544D3EEC62A9634856AD5B296AC23A5284C8530C; IL2CPP_EXTERN_C String_t* _stringLiteral54D7453A7AF350AFC49348DC1220479955367B77; IL2CPP_EXTERN_C String_t* _stringLiteral5514D8BE9E761133A77457A12D3915CB3E07E5AF; IL2CPP_EXTERN_C String_t* _stringLiteral56DC1334C5CEAADD03E7FF275D3A349AB0EEE957; IL2CPP_EXTERN_C String_t* _stringLiteral573AD9261939F1A007A4088F883A93103B7FF4DA; IL2CPP_EXTERN_C String_t* _stringLiteral57D6722C20FE474040064C80CD1FE17646CE0A1B; IL2CPP_EXTERN_C String_t* _stringLiteral59C483EE8835117AAFECE8894EC386D22F58770C; IL2CPP_EXTERN_C String_t* _stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A; IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174; IL2CPP_EXTERN_C String_t* _stringLiteral5C9D1B51CEC371D60DC803A661C80C1DC58DA366; IL2CPP_EXTERN_C String_t* _stringLiteral5DA5B233166AA50A8488D3B97E0B5A1D09EA4905; IL2CPP_EXTERN_C String_t* _stringLiteral5E90C36CB8BAA2CE12D913AA21AD9B44ADB55B55; IL2CPP_EXTERN_C String_t* _stringLiteral608E1327150DD1AD051BEA23FAB93D367FA049FF; IL2CPP_EXTERN_C String_t* _stringLiteral616FA8FACA4BD63856D14D13CE36C30A22C4AE73; IL2CPP_EXTERN_C String_t* _stringLiteral618AA2092E4875C2A84CA7813D3B318C0B19FECC; IL2CPP_EXTERN_C String_t* _stringLiteral63A7BC5625BD73B4EFFB4EB777EA75B79C73E722; IL2CPP_EXTERN_C String_t* _stringLiteral64C211BFED141A18CE8A7F8E616255D8FFEC8C90; IL2CPP_EXTERN_C String_t* _stringLiteral66341B56B0DF5D2B9828F53BCC8EA02586D6A73F; IL2CPP_EXTERN_C String_t* _stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5; IL2CPP_EXTERN_C String_t* _stringLiteral66FA74F742C95C05E5C52C1C6F3FBB291A3D8DD7; IL2CPP_EXTERN_C String_t* _stringLiteral69DF1872CADDC94771AAAA71EE14D92F8FD7BD74; IL2CPP_EXTERN_C String_t* _stringLiteral69EE316428CB1F15ECEF9C477D1DB05E1817B6CB; IL2CPP_EXTERN_C String_t* _stringLiteral6A8CECB369E64DA7E1FBB6FDE079801EFD1EBFEB; IL2CPP_EXTERN_C String_t* _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2; IL2CPP_EXTERN_C String_t* _stringLiteral6FF7A6AE6224135518AFE322089B5A77937D4AD3; IL2CPP_EXTERN_C String_t* _stringLiteral70FA9F12B18BBE365E47B274AD0A7F1AE579B2DB; IL2CPP_EXTERN_C String_t* _stringLiteral710CEFF5A6D94EED332EF2BD41342B8B16B45293; IL2CPP_EXTERN_C String_t* _stringLiteral72B0ED95F67B2EC83355CD496E0AA8A22598A075; IL2CPP_EXTERN_C String_t* _stringLiteral7402F76B2D6078A455F77607AF6E7350B6DE019E; IL2CPP_EXTERN_C String_t* _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9; IL2CPP_EXTERN_C String_t* _stringLiteral7554E51BD776C63E10B1C7EFE49675C81B0A4D2A; IL2CPP_EXTERN_C String_t* _stringLiteral77BBFE9A0D1EAA1F76FF1F082200CCE201CAA5C2; IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; IL2CPP_EXTERN_C String_t* _stringLiteral7882604CF792AAD4D965FCD7E31211D540BDBB9C; IL2CPP_EXTERN_C String_t* _stringLiteral78D82780B5AFC96EEA38506ACCCCC6C5386CCE9B; IL2CPP_EXTERN_C String_t* _stringLiteral79DD77821ECB6A4D96491071E51CD3AD2B83CA97; IL2CPP_EXTERN_C String_t* _stringLiteral79FB02D11C3625F611553C7414E438E82C238107; IL2CPP_EXTERN_C String_t* _stringLiteral7A1D6D189F73CA39046E0636409201C81C336E5C; IL2CPP_EXTERN_C String_t* _stringLiteral7A5D8F72325C548909F548844968DC0D3A5311C7; IL2CPP_EXTERN_C String_t* _stringLiteral7A7411C321CF5C8725F8D6BD0590C9735063A8F2; IL2CPP_EXTERN_C String_t* _stringLiteral7C89946E4D4632742C28CE8B5364B14D9B01D258; IL2CPP_EXTERN_C String_t* _stringLiteral7CBEDCD5FF6A0350179E0A1A9BEB1BCEC50F3773; IL2CPP_EXTERN_C String_t* _stringLiteral7F21C2A376ABCDB41D9280403B265250F1FAD6B7; IL2CPP_EXTERN_C String_t* _stringLiteral809E65D5278167A86A9931DC4E7D47B8DA256326; IL2CPP_EXTERN_C String_t* _stringLiteral810D1FA60D7FD3B177CF25FA781A68143BB71A01; IL2CPP_EXTERN_C String_t* _stringLiteral813B8A53AEEE0897AF3085A543FC19BFCCA1F46F; IL2CPP_EXTERN_C String_t* _stringLiteral836BEF03CDF7F78C55ADABFC8E7F1FC31387E456; IL2CPP_EXTERN_C String_t* _stringLiteral83839DD0CC86491E9EE1A2CCF5148C9E932F5608; IL2CPP_EXTERN_C String_t* _stringLiteral8387DA901DA48B9750F3B6452737AF5A5FB20107; IL2CPP_EXTERN_C String_t* _stringLiteral839ED47AB1A82E25028246BC8D7318A261BFF05C; IL2CPP_EXTERN_C String_t* _stringLiteral8521D088C7E5F4B5FAC7B9B5222584C472DEA21D; IL2CPP_EXTERN_C String_t* _stringLiteral85AA61A925EA820DBB1FC5EE09508F7E00291790; IL2CPP_EXTERN_C String_t* _stringLiteral87AECAB718497ADEB282B0451A464C63F65C4BF0; IL2CPP_EXTERN_C String_t* _stringLiteral87B3094029FCCD239A5B4D34C2785A747B721D3E; IL2CPP_EXTERN_C String_t* _stringLiteral888BE7DCC3EEE0DBBA41C2E27CAEA6F37CF15D85; IL2CPP_EXTERN_C String_t* _stringLiteral88BDF3D0791A560245652E772545C49897854443; IL2CPP_EXTERN_C String_t* _stringLiteral8969EB5D95266774FB0F523AF194CCF87BFF4ED5; IL2CPP_EXTERN_C String_t* _stringLiteral8AAD53BA837B9F57CC0DB0DEB0A7A4789EC53DF4; IL2CPP_EXTERN_C String_t* _stringLiteral8ABFE73B54F1E2EDA1877D47B6AD4176818D1A01; IL2CPP_EXTERN_C String_t* _stringLiteral8AC9B1631946ABA77732A21837CA3B2C35A59A5E; IL2CPP_EXTERN_C String_t* _stringLiteral8AF7B9D6121033ED1DE80EFA3688A7998521AB1F; IL2CPP_EXTERN_C String_t* _stringLiteral8C4BDF69809ECFA0DD6D4FB4462D77E77FD1A6D9; IL2CPP_EXTERN_C String_t* _stringLiteral8C9F18A4F030B96447955FBBA1A99FFC43B5D8E0; IL2CPP_EXTERN_C String_t* _stringLiteral8D9B00219CB862A3DCBFD543D5700AA7F7F40FE8; IL2CPP_EXTERN_C String_t* _stringLiteral8DD674C07B324540A5A7A64306FEB6783C82286F; IL2CPP_EXTERN_C String_t* _stringLiteral8EAB3208A6D4D55CC7AD481046AF7FBE9BE11384; IL2CPP_EXTERN_C String_t* _stringLiteral8F3568BBBF372B920F298C32F258038B19CC8CE0; IL2CPP_EXTERN_C String_t* _stringLiteral908835B6A4F0E986E003A52F5CC690B364C70988; IL2CPP_EXTERN_C String_t* _stringLiteral923052F108AAD9AA254C300941C2B7B36BC2732E; IL2CPP_EXTERN_C String_t* _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1; IL2CPP_EXTERN_C String_t* _stringLiteral942648654A524F6E984CCA6E5751578BD0E8540E; IL2CPP_EXTERN_C String_t* _stringLiteral94DA2320FF63A5F071799F67AB89886E65C1D280; IL2CPP_EXTERN_C String_t* _stringLiteral992995A68967F0F220E6B79219D8B8AFD2B64A56; IL2CPP_EXTERN_C String_t* _stringLiteral99E0BE07A8922ABD73F1320EBE0DA083F5D0E14B; IL2CPP_EXTERN_C String_t* _stringLiteral9B4EA695898B74B0981A645A4AD41EBEA372EF09; IL2CPP_EXTERN_C String_t* _stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590; IL2CPP_EXTERN_C String_t* _stringLiteral9C78EED60250BE323A3D97A9C62B6E711125C4C9; IL2CPP_EXTERN_C String_t* _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1; IL2CPP_EXTERN_C String_t* _stringLiteral9DFFC3267C5F999585E61B45BA9C8DF18D4B02CA; IL2CPP_EXTERN_C String_t* _stringLiteral9FE5967523CA0E49A247084021DB0C0C2C996FDF; IL2CPP_EXTERN_C String_t* _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03; IL2CPP_EXTERN_C String_t* _stringLiteralA2F4AC9DD8E1FAC5257E5F7BA5EE1C7C7E5F7AB1; IL2CPP_EXTERN_C String_t* _stringLiteralA33A5CAE02B786C2060461DF8C6764B4C05E9423; IL2CPP_EXTERN_C String_t* _stringLiteralA3B1652F62C9F88BBEF6541EA2C0B3A138A2604C; IL2CPP_EXTERN_C String_t* _stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD; IL2CPP_EXTERN_C String_t* _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73; IL2CPP_EXTERN_C String_t* _stringLiteralA50ED84521E8A327B04B90B2E2F7F465CE76672E; IL2CPP_EXTERN_C String_t* _stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907; IL2CPP_EXTERN_C String_t* _stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D; IL2CPP_EXTERN_C String_t* _stringLiteralAA41A2AF3818FFBB07189032FA171A7510DFAAA9; IL2CPP_EXTERN_C String_t* _stringLiteralAA489EA826FC32F62BC08789E6EF6725A45BE807; IL2CPP_EXTERN_C String_t* _stringLiteralAACBE2B16711D7546FDFB31E1F132A5754B3A539; IL2CPP_EXTERN_C String_t* _stringLiteralAB6E3483767DC97FB906FC81A895DF7885AB011C; IL2CPP_EXTERN_C String_t* _stringLiteralB0CB8C383B4C0B2850831B85C8308CC71EF8733D; IL2CPP_EXTERN_C String_t* _stringLiteralB16983CF3F5D49BECBFA581A34ECA8E1DA4B5D3C; IL2CPP_EXTERN_C String_t* _stringLiteralB16CF3324CA15FF0851B0F99DD86AC638C3E0CAE; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB5A70FB46FC1820E12E36E8D3EB4C1778F5270CD; IL2CPP_EXTERN_C String_t* _stringLiteralB5CCD6D3CB93DC1BEDD79DB8A4B75174089A3455; IL2CPP_EXTERN_C String_t* _stringLiteralB621DC24FF3E939648E534699890E09840B21334; IL2CPP_EXTERN_C String_t* _stringLiteralB65E0CD2222920FEF0AACB2070F5069A00A0F5E8; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB9D3D73187778AF6D06AB846BD78D488ADBFB70E; IL2CPP_EXTERN_C String_t* _stringLiteralBA91133976F458BF07D428386E81F1CBBA71B2DA; IL2CPP_EXTERN_C String_t* _stringLiteralBB5CDAFD76F649736CB6FDF4120DDCD4B7F848E4; IL2CPP_EXTERN_C String_t* _stringLiteralBB85D32D8E31C7139BF49A5435CDA90D17D87905; IL2CPP_EXTERN_C String_t* _stringLiteralBCE284456C51A6D12C7552FEFEE638B06DB2915C; IL2CPP_EXTERN_C String_t* _stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0; IL2CPP_EXTERN_C String_t* _stringLiteralC1771FD048FA0C5283A6D1085A6C3493F05C1302; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC1AFC65BE2583BD07D830AD871E78B5B10E8C8C9; IL2CPP_EXTERN_C String_t* _stringLiteralC23AFB60D910768AF949135D275BBAE168A46894; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC32BB6213A57AB406B3DD0A28A44819194B1E717; IL2CPP_EXTERN_C String_t* _stringLiteralC3A1A7501183C27BA51FF5131E1930566584692F; IL2CPP_EXTERN_C String_t* _stringLiteralC4A9EA16508B56225EFC45189A923771B2FD5F79; IL2CPP_EXTERN_C String_t* _stringLiteralC68C800519DD297381D3290D3D00CDC9F9E24DC2; IL2CPP_EXTERN_C String_t* _stringLiteralC92385CF8B4C7F761AD0681C15E22CC65128E70E; IL2CPP_EXTERN_C String_t* _stringLiteralC93F2C276066C0259D8231E0E58F98E72E18C078; IL2CPP_EXTERN_C String_t* _stringLiteralC94037DE3ABDD594E2AE957A2555A499F232EBA1; IL2CPP_EXTERN_C String_t* _stringLiteralC98237D0E3F7BFDB6261502FE04A3149C1235E8D; IL2CPP_EXTERN_C String_t* _stringLiteralC9E121C520E9DB306EAAED3288F8D566FE5CA93C; IL2CPP_EXTERN_C String_t* _stringLiteralCA74F9D5E9D9634F4D1BF1F65658292775A75BDB; IL2CPP_EXTERN_C String_t* _stringLiteralCAC1B7441E991F1446DBAD8D87340C3D80D150F6; IL2CPP_EXTERN_C String_t* _stringLiteralCB5358D9C5C782307DB18E05593FAE07E67D081D; IL2CPP_EXTERN_C String_t* _stringLiteralD06338B9C4B7BB63DB62BED7E0F2835892AD65FA; IL2CPP_EXTERN_C String_t* _stringLiteralD07B59B474E59375E25F09D75E1BAC7660C9373B; IL2CPP_EXTERN_C String_t* _stringLiteralD0944B493A3B3EC5648259603B756C461B07809E; IL2CPP_EXTERN_C String_t* _stringLiteralD09B93CBFB95EB9985872BAAEE5660566C0372F1; IL2CPP_EXTERN_C String_t* _stringLiteralD0ED343195A5AF114483C53DB9F3F7FF03CABB07; IL2CPP_EXTERN_C String_t* _stringLiteralD131397F1FB7BFF3B5A8A63CC32384739F6D42AC; IL2CPP_EXTERN_C String_t* _stringLiteralD18A40263FFC836B878B177464451AB833A38DC0; IL2CPP_EXTERN_C String_t* _stringLiteralD4D1F5A9F4B50879D53B0201BB81AB99A9A4C6A9; IL2CPP_EXTERN_C String_t* _stringLiteralD51B491BD8856CCBB4BAF4F0BAE7BBED0FF67588; IL2CPP_EXTERN_C String_t* _stringLiteralD54CB7DB750CFD4A202F28E9FE615FE000E19EE4; IL2CPP_EXTERN_C String_t* _stringLiteralD5FDC2A22426C6A25B23C2D48812BCE2180EAC4D; IL2CPP_EXTERN_C String_t* _stringLiteralD69A06D1CEAE80BD7624698A873D1534FB179536; IL2CPP_EXTERN_C String_t* _stringLiteralD6ACC15E3A50E7495A2DA723D5527811DC6AB8E6; IL2CPP_EXTERN_C String_t* _stringLiteralD7ECDF011E157729B41C21D7673EF26FDB831776; IL2CPP_EXTERN_C String_t* _stringLiteralD8472D27A266F23DFE2EC9A414ED535F923727A2; IL2CPP_EXTERN_C String_t* _stringLiteralD852AF62343C34CB53423C4F06C8FF95C37AE23D; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDADA0D0E6D33D816191A118068523FE3A54D39AE; IL2CPP_EXTERN_C String_t* _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465; IL2CPP_EXTERN_C String_t* _stringLiteralDCA5ECAF150CF00E44F6388901186F2356B06739; IL2CPP_EXTERN_C String_t* _stringLiteralDE705901734FD3B33205F39FBAFA1728983F5A0E; IL2CPP_EXTERN_C String_t* _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2; IL2CPP_EXTERN_C String_t* _stringLiteralE3D215EAA2BB62B6A3DA67D2CFB11F3176A1B93F; IL2CPP_EXTERN_C String_t* _stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33; IL2CPP_EXTERN_C String_t* _stringLiteralE5A9ADA05CBDBD11A3FDD0576FCE5B1CDA30E940; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF; IL2CPP_EXTERN_C String_t* _stringLiteralE84F2B479265FAD93BE81E77636775B4B5E83831; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralE94EF447B7CA22BD133EBC24A4C29384FD843DB0; IL2CPP_EXTERN_C String_t* _stringLiteralECC1D48B6BB2E7B927244EEB11BCE99D76615A27; IL2CPP_EXTERN_C String_t* _stringLiteralED5169E4CC70ACFAD5449D117F0423892FBF0C89; IL2CPP_EXTERN_C String_t* _stringLiteralEDF05D6B6E6126A0DECDC059BD62C0F5CE4939F7; IL2CPP_EXTERN_C String_t* _stringLiteralEF49A70C9B852B75416510EF51C65CE9602339B3; IL2CPP_EXTERN_C String_t* _stringLiteralEF82511468DB5A0B5B71B4EB8D963F7EF3DE1E58; IL2CPP_EXTERN_C String_t* _stringLiteralF46630882423754260B554C455FED6E45684A334; IL2CPP_EXTERN_C String_t* _stringLiteralF51A1E271651408DEA8723B3C09A0A25394D5A1A; IL2CPP_EXTERN_C String_t* _stringLiteralF58EF478D794070AD8F59DF05C7BF40F3F2B8F75; IL2CPP_EXTERN_C String_t* _stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralF94A61B424027EB682C6C483FA337346A966717C; IL2CPP_EXTERN_C String_t* _stringLiteralFBB66D68859E19DC9A0164CB12D1BC3952CAA7CE; IL2CPP_EXTERN_C String_t* _stringLiteralFC7AA3A534CA44A0863721F4BB7D5973EF1BF0FC; IL2CPP_EXTERN_C String_t* _stringLiteralFD0E5F627F2A7AEA053C9B2A6A8A93358909C6C1; IL2CPP_EXTERN_C String_t* _stringLiteralFDB92930DB8178029CF3942AC114F0E09724E568; IL2CPP_EXTERN_C String_t* _stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A; IL2CPP_EXTERN_C String_t* _stringLiteralFEAEDF16DFEFBD6E6209941747EA8361C5052589; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m07A60F9B32C0CF4F394E333EB75674F6E28149E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m95E5C9FC67F7B0BDC3CD5E00AC5D4C8A00C97AC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_mB820BB879C0A5DDADEE790351D8ED0FA2193CD08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m04144F3B7A32C0FF2AEDAEB50A76180CE70EB27D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m92DDED2C2C8722DFDDD32768BAC2869127560103_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m11077C7022CE6CBAAAC763380F883C54AA772954_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mC136D3A96A4E56ADA3125EDC2D3A48027B7EF80B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_3__ctor_mBFB26CF1004D9C8713462B4D96AD8FAE71CF77F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisInputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87_mBAC377FA55F45B5A5F427BC00EFF2A1FB1C9F988_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisJoystick_tBAE58C422209B0F926486E4D064EB9253AB0837D_m8BFF1C9943F5DACF434E40FE71A2CCD98CF0FF3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisPlayerInput_tCB9A1A84F447F3392889C457C9BE413891FE848A_mA5E39810AB250D34BA0EFE85BCC137EBE8C4F4C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_ContainsReference_TisInputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87_m888F812628C4CD4E6ECDB14739916D363D98460D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EraseAtWithCapacity_TisJoystick_tBAE58C422209B0F926486E4D064EB9253AB0837D_m1BD143F3073D27A46FDE422AB3AA9C868A138473_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EraseAtWithCapacity_TisPlayerInput_tCB9A1A84F447F3392889C457C9BE413891FE848A_mA2D7788A7750804F3F9BB235C2C247737D7880F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_IndexOfReference_TisJoystick_tBAE58C422209B0F926486E4D064EB9253AB0837D_TisJoystick_tBAE58C422209B0F926486E4D064EB9253AB0837D_m47EE5A9553F65E5BF342565B266FC6926CFA9FC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_IndexOfReference_TisPlayerInput_tCB9A1A84F447F3392889C457C9BE413891FE848A_TisPlayerInput_tCB9A1A84F447F3392889C457C9BE413891FE848A_m7BD4CB25891A3A828DBEDFA95CDD62F9AF74977C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_SwapElements_TisPlayerInput_tCB9A1A84F447F3392889C457C9BE413891FE848A_m884894309232314B4E18FF9EC3F57732466EA270_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_AddCallback_m0EC9B87C63C8AAC7B708DF85BE88EA5B81450DBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_AddCallback_m4E4DBC196B4AF6D1AC47B603CE45B51577D8A5FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_RemoveCallback_m7EC35FC15D63CA8DCCE1385E4358B33CFF3032AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_RemoveCallback_mA258874D435B7D1DB8133E303B69C536102AADED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInParent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mF9D9D9E9F47EAA38D2AED7CF4E796ECD5D70AE93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisInputSystemUIInputModule_t34FF3178F33783192EC03D906F0E90EEA16C42D6_m605D86D9A2B1F4FD585980A91632A0632EA229C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D_m4D8EED2445E46128B69474232F4C2CEF36B687B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DelegateHelpers_InvokeCallbacksSafe_TisPlayerInput_tCB9A1A84F447F3392889C457C9BE413891FE848A_m24EBAC30A8D01F55769768AD9AB0F930BC40D534_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mB853C65F23D3966B3D3026F3541601042CF7DF8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mFCD5E71429358EE225039B602674518740D30141_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Empty_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_m71B7B341FE88E85470B365BF01505DA9FC41CB4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisNamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_TisString_t_m062A821ADABB829842F0A4BA7A9834B5A54B3426_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisString_t_m2EA9D9BCB4FB03A000630C14E506B72B985A0AC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m4B48CE55091947EC34B9CB96350D300E337B12F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mF47FFED7BC1472D574FD823FB9D5901101093F23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m4B462AE49216761627FB72319163404C1E36311D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mD5A70678DDBA4D38A8C6723D29C3C4B92EFE50E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2EA116160CA205BBE65E8C64EC9A446964806E8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mAEC1B787E2A7C7AB4802C80A9BFB0925922BD4C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m0750B904A7B53D6C3BD4C28B62CE0DB991D3A679_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m716E823A24DB11E16683BBB3B14FE8B8D18EFC20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_3__ctor_mB00075FBEACCC8E1CF6A3BD7B3B85E095BBB69CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInChildren_TisPlayerInput_tCB9A1A84F447F3392889C457C9BE413891FE848A_m150BA367DAE4B7558F388BFED91392DF8C113B9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_Append_mB4CAD432700CC8D01FFED881272A0160DB0415DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_Append_mB5B0C8C46DC2A7B9C5536DAE2EC91C3BC4C1B682_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_Append_mF6728F88B8EF3AF0D55E62FBAA708C87026A960F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_RemoveAt_m7168E5036B99A2174BE9EED1A5D33E1373CE67DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_Remove_m3B7CD7557724F49D173AC1888D1E9DED5EAFDDB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_Remove_mED9687B1818140F8E41674072F99686E46919338_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_m5CD9FD6E1E9A6727477F92223886A60098A80408_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_m88E6ECC8D1154220FE14E5A2792C43C4A073A902_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_mC54270052B881F5ED855331576FE9148BCBFF3D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_set_Item_m49576735C11A931793B4D350DF79AF0009D11FE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputArrayExtensions_Contains_TisAction_1_tCE61A5061D6E81AA0796E994EE9E76AC99E8D172_m085B02243684B69BF39043C366C117A65F334079_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputArrayExtensions_Contains_TisAction_1_tF8DFFA3C618813D7838D9010FC24A587792F4E12_m8B587C9D5FD9CF1DBAC0804F432590718A715DEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Add_mA7177A9C8A2DD112D81F60087C2DD7FAD77C4067_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Dispose_mE61166AC6B7EA6D7C087460DBA516A672C9F5426_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_IndexOf_mE7C7DE2512C1129A025DE5096CF4250C18C4C07F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_SwapElements_m275C9EF7150E3148E6309D6012E807D0961F300B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_get_Count_m58E779ED41E00BA04BFBCCECF80143BFEAFA990E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_get_Item_m8F685611C1B35B078FCCB83187F125B096A2AE3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevices_TisInputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_m3A1EFA24E3293EB2E9B93260C6F3E6035B9243D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevices_TisInputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_m76A3B057D6C9894ECEFFF86B0678A1585825CD9D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevices_TisInputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mD9A9DF08C4882D9FF5E29E0E7623C1C29E14B5EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevices_TisReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_m2ADAAC4237EE46F32EC3BF7F8FD46555B05D7D77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1__ctor_m357A84FA497EF4DC3DD1A307224FE6061DE2CE57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisAnyKeyControl_t6934B34139C3CEB23A94217CF11A9CCDFDFF028E_m013E9263C608E114D7CCD542952BAF05EA091EB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisAxisControl_tA997FF52442F7B08C7E13B7028393B4117248680_m393D62A7199F4ECF21B55FD1C2DDB1D5B8C38813_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_mE475ED52E811F812AF73857B00826BF95D5E1766_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisDeltaControl_t8A924CCBD9CC326D8375AD18A2AC1B62C45ECE10_m114A5EC575CB47213F169C4413FA795D393A0E71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisIntegerControl_t68534DE7D89FBFC2952062997BB54680FE7DCCA4_m79707C5EA0CD69CA2484E7CC0B3B291670BBC793_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisKeyControl_tA7DD03A589164F77312F49223F3FA521CA7726CC_m6117CBEC2082F1EE36C7D27B74EAEF0EEDD2872F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisStickControl_t19F09532D745275BC8ADB06AB2F1B1AE091AB79D_m1F3D81F8233A9E91DFC43AAB34D537A34CC03C1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisVector2Control_t271CA458D56BCA875642853132733D774B009A96_mFF8A48F6C9239AE81110CD7B5B5F63046BCAFC1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisVector3Control_t915A3DA3C3E367B6F5587853E96EAD5215D328AE_mD26314BFCC94ED995E96101D60D84A729E5F91AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_TryGetChildControl_TisAxisControl_tA997FF52442F7B08C7E13B7028393B4117248680_m3C69CFB91F9E0678869882E1142341B849C6A468_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_TryGetChildControl_TisVector2Control_t271CA458D56BCA875642853132733D774B009A96_mC82C1C9D6CF7E6955547FAC7327206569C102549_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ExecuteCommand_TisEnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA_m237607CE07914A7FF70BDBB6C87D71E5FE04B572_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ExecuteCommand_TisQueryKeyNameCommand_tD22DDAC18CDFBEDDB8864A7B4641AD85A91C0E63_m014B578C648BA62261333EFC222EA6BADF997171_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ExecuteCommand_TisQueryKeyboardLayoutCommand_tC58F4F541234DC6B59545063D82F493DEC28C751_mE607285A7FBE2A8200356802EE1D7444877012E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ExecuteCommand_TisSetIMECursorPositionCommand_t6EFCA6B159DC5EAE661328FCEF99B03CEF72DA0C_m54DA8CD666CCD340A7656D115AC856E5F4C53F28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ExecuteCommand_TisWarpMousePositionCommand_t2910E0CEFD9555E1D4F31A7F50FA1E71387A08AA_m72F63C3EEBDF3D761C68620EFE47E3D059478090_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputProcessor_1__ctor_m24AE32E3822C50C5BB40F09A5E1C40EA6989024C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputProcessor_1__ctor_m4B1AE80AB9252C36CA98E057981C5E7633CE64C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputProcessor_1__ctor_mDC4C7BD3CC8285D7B5383AC9925D84AE09C68E6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputState_Change_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m983289B90C7F6B59A108C1305EEEED41AAB93231_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputUserAccountHandle__ctor_m6693CB2BAB5A5043590C74AD809B87A0759DB186_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputValue_Get_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mCEDB46F39ED7A5C3A585950EC3B62366144B255A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonParser_NavigateToProperty_m8F77E7815B27B81F6C59450D2FBD763AE7C2B6BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonParser_ParseObjectValue_mA3127FC719F4085F2B2E918E297F590AD7C373A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonParser__ctor_m3FCC88CC2257778CAFF2B3ECC7D27FA28403D290_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyboardState__ctor_m90E2F6949A7CAAACD63C458E2773EB48F19E8AA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Keyboard_add_onIMECompositionChange_mAB64A48609A3E4BE1F2D81581E28268619FDB078_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Keyboard_add_onTextInput_m5C5DF9E6C26FEFF3EAD60301D6A17F9A08CDCE31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Keyboard_get_Item_m36DC1D5C6D7507D671E89B4634CFEC709B9F5CC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m619A1756EFDEC708865B52492200778018A77C3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC41BFDF1F0C9F7A4EF28DEDF444C0BF410852D21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m060762EC6123B375BFBC51132990DA774084E0D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m27BAC244FBC1F9735640E4C7985A96A6F793770E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC24CCB7C20430CEAD0357B7055666E9B41E087B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA8D7DF0AAD47D235B30E02AD580EE276DEAF6D48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB06AD4A0A08734E6A51563CF815C455DFD3F7E88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryHelpers_ReadMultipleBitsAsUInt_m6663D6647A9480024C8C1F656A7886897E61697D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryHelpers_SetBitsInBuffer_m3821CA0CC6CD492743F4E79B85C26FE04ED757B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryHelpers_WriteUIntAsMultipleBits_m87D06CB223BC104304E8BC96081D8FC71E2A896B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameAndParameters_ParseNameAndParameters_mE6F18FC5D5D0330115A4922E743BD8567E021158_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameAndParameters_ParseName_m874354A2A12C62D6F604280F925D90D1F410242D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameAndParameters_Parse_mE4BAE4F2D223C96E2867B858C375F72A1B28F6BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NamedValue_ApplyToObject_mFC719339FF864CB627110B8C0376B58E1C418A0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NamedValue_ParseMultiple_m219B9C9F728A7675097A43927B90670C8C0B64BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeInputRuntime_DeviceCommand_mA2236C561AE82EC702C9DAAD4ABC6A8873EA8631_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeInputRuntime_OnFocusChanged_mF39599D457BFBC425FB5B0A67DDAF13615851E04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeInputRuntime_OnShutdown_m9913D6A93026F04DC9051BAB8464409128BC6281_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m238298896B67CC603F8DEA9088A3F7F9056D600D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m06ED2D6EA88D758177E81E5CF17BD598B159EF7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m8B3708996D66815972DABFF77480839F34CDD8BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mD3262552991AE896A4C15B716B3F438D5BD48517_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mE8DB64A28C8709FB890A9770C8F35CD32CD04C75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisInputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18_mA4D3EE4AA73D6E70CE9BB9895AFD1A456989957B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Observable_ForDevice_m0E2C320E585883742D71CA4279BA35095DFB50CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnScreenControl_SendValueToControl_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m6815E6B288868D0AB5BEC5F06A3FDDEF1354008E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnScreenControl_SendValueToControl_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m26F6D995CD230E485D2180292F35ECBDB255F812_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnScreenStick_OnDrag_mFAFF65FAFC55DC9829816920C1C72E69BB9737BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnScreenStick_OnPointerDown_mD0163CD10FB51D07BDCA72ABA12CE42EF4727476_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Pen_get_Item_mFFAB182AE573E4F9025FFB9E1E23500A680A445C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInputManager_JoinPlayerFromActionIfNotAlreadyJoined_mF6FB8D60A9484EC281D4189CD9E3055DBDFB1533_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInputManager_JoinPlayerFromUI_mEA9FE70D15AC271AC56F4FB96F48B0EEFA7595B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInputManager_OnUnpairedDeviceUsed_m019D67B24AD8D4ABB21FAC1EE8F535599DE76324_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInputManager_add_onPlayerJoined_mE5368C25EBB0BAF523F9B52AC6EAE17AE7B25E4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInputManager_add_onPlayerLeft_m9E06D143067126B29290B6946FAD426D8C1B5C5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInputManager_remove_onPlayerJoined_mBE2F10E9AA03197B899218087FEDC06940C1BD47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInputManager_remove_onPlayerLeft_mFE9D2399C43C06279CAC00A05AF3405A3C686F6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_FindFirstPairedToDevice_m88B9E0FC87EA936A8C5909F4215CE2DB9F0C4B44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_Instantiate_m27EAD8278078341FB6CA26A3871F2017E03E0E37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_Instantiate_m84C9BC981F2DC329F418258448C1ACAC642941B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_OnActionTriggered_m9AB62C82503D4DBD6FC91BD7C7321D261FA2A9E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_OnDeviceChange_m28132E4130F8FABEBFD59EA25B408C5AE0433FBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_OnPreFilterUnpairedDeviceUsed_m8B7451A0F1DCAA4D9FB5A1BE9FD46A63E27F693F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_OnUnpairedDeviceUsed_mC666C0CAD3E1787B88BD065381FC40FBCC8D85E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_OnUserChange_m526C9DB290ED1C395C8BE9D31A9DBDC0ED983A64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_SwitchCurrentControlScheme_m5B1045C3A982D6DE4383E49E36DF523506B8E265_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_SwitchCurrentControlScheme_mEE48F552D32A7CFF7BED84D120EE98F8730154E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_add_onActionTriggered_m663D6EA4CB56E23FA3F1569AE7837BE938F56814_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_add_onControlsChanged_m1371322FE79EF71D91C7C6422C6B0B77FB3395C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_add_onDeviceLost_mFCF3D327AACD6C235A353B7A36394C051F6E9A3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_add_onDeviceRegained_mF7BA1643515BB01BD610B7FE7E408C069C61F0C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_remove_onActionTriggered_m24A1B4B1553B184B96F5743DA74E6EB9128B048E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_remove_onControlsChanged_mA7CE9F436D81376372B2C004193F2C651E8B05D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_remove_onDeviceLost_m41D1F70113C81A9AAB5727CEF735086265F3885C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerInput_remove_onDeviceRegained_mB5A335FB6BC2719C1547D4CB94923D2C1D654016_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArrayExtensions_ContainsReference_TisInputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87_mB5281F5C1AAC99A1641D27081D2379F2F37F09DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_m3D925C19DCE381559A2653E5E128E1C7C3A8C6E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_mB3C3CBDF93C98702EBCFD891077418629EF85CEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_ToArray_mECF8BF835613AE05783D2D4C6873A0C2EF67F349_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m65F033FC145E0EF2FC3D64000474A8A1990B0F09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m73FB67FEDAE6746C51159BEDF087EDFBD43B78A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m84C983212B6C53DA9A17DF1F5863FD5CE667512B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m8C063949506B24C495F271BCF3B15031F03CAE50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_mA6CC230714D562422FCDEE8330E6A6BAF02EA64E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m49A10559EA7200653E50E8C52D7D3045535802DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m516AF5421C6B7611DB01610AAC55E31413378052_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m60FE23467D3368AF9CEDCC4D9E45206C2EF7E4C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m690FB451D6DCD0FEC1B088C99682365EE97A6C26_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m8990DF84250D31D870149B0CFFB5B9D2D36AE72F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_mB58EB4ECC26F4978D9145B66FDCC113802CF17C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_m02CF7180A47C7ADC48459704EEC8CCEA658E15BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_m281C1C2FD4EE1ABB41A33F74F603230DC310B8A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_m7FDACBCB1ABE4D8F3FD65F47FE316DA5376E70FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_m842D65D17A39FC0E5EC4BD473B88FD82A4AB0064_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_mC25BD93DA092FF7673762B5F8496E4FAC6BB6AB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_op_Implicit_m062331C1DE55F0B343511BC4BF567936444024CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CToStringU3Eb__8_0_mD8D200314F016784202C9F703B55AED1097D26EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3Cset_onBeforeUpdateU3Eb__0_m6CD32DD26E272C4897B55E6EA74F659DE68B54AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_0_U3Cset_onShouldRunUpdateU3Eb__0_m60B29C33358D305A963EF3FCAD8B3F9839F830DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass7_0_U3Cset_onUpdateU3Eb__0_m8E913E201B0A99C665439BFC56C2E3004DDA2AEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_Invoke_m05FA1EE70FB2A4F5957EB31CA2D30467F79A7BB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_Invoke_m77954CEBDCB85A40E4D174F1773FC6D2F91DC7CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* PenButton_t9A6D5CDD7CC9D7E2F6C97FF2905E03C987FCE848_0_0_0_var; struct ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42;; struct ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_com; struct ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_com;; struct ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_pinvoke; struct ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_pinvoke;; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com; struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A ; struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8;; struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com; struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com;; struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke; struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke;; struct UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_marshaled_com; struct UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_marshaled_pinvoke; struct InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6; struct JoystickU5BU5D_t3E4C9EE5C32F9443BBB16987FEA5DCD3F65F8027; struct KeyU5BU5D_t050C7C976A2CB4F2A5E2AE179B9E7ADBBDBB46D2; struct KeyControlU5BU5D_tA001A9FB191115BA1A274C596AC796DDE58D8A43; struct NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD; struct NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391; struct PlayerInputU5BU5D_t45134EF85CA2AB56DED67BE58231243DF79F326A; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098; struct ActionEventU5BU5D_t1178FED9087307281BC26700BCB73AE3AABCD075; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___entries_1)); } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___keys_7)); } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * get_keys_7() const { return ___keys_7; } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___values_8)); } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * get_values_8() const { return ___values_8; } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Linq.EmptyEnumerable`1 struct EmptyEnumerable_1_t3EC83D0CDB97EC1E6EF8947DA317677A6F06FCF5 : public RuntimeObject { public: public: }; // System.Collections.Generic.List`1 struct List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ____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_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____items_1)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get__items_1() const { return ____items_1; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of__items_1() { return &____items_1; } inline void set__items_1(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* 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_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____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_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____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_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____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); } }; // System.Collections.Generic.List`1 struct List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* ____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_tEC0B302C3EF23400C3EC92ED7672A715CA602068, ____items_1)); } inline JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* get__items_1() const { return ____items_1; } inline JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* 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_tEC0B302C3EF23400C3EC92ED7672A715CA602068, ____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_tEC0B302C3EF23400C3EC92ED7672A715CA602068, ____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_tEC0B302C3EF23400C3EC92ED7672A715CA602068, ____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); } }; // UnityEngine.EventSystems.AbstractEventData struct AbstractEventData_tA0B5065DE3430C0031ADE061668E1C7073D718DF : public RuntimeObject { public: // System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used bool ___m_Used_0; public: inline static int32_t get_offset_of_m_Used_0() { return static_cast(offsetof(AbstractEventData_tA0B5065DE3430C0031ADE061668E1C7073D718DF, ___m_Used_0)); } inline bool get_m_Used_0() const { return ___m_Used_0; } inline bool* get_address_of_m_Used_0() { return &___m_Used_0; } inline void set_m_Used_0(bool value) { ___m_Used_0 = value; } }; struct Il2CppArrayBounds; // System.Array // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // UnityEngine.InputSystem.Utilities.ForDeviceEventObservable struct ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3 : public RuntimeObject { public: // System.IObservable`1 UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::m_Source RuntimeObject* ___m_Source_0; // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::m_Device InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_1; // System.Type UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::m_DeviceType Type_t * ___m_DeviceType_2; public: inline static int32_t get_offset_of_m_Source_0() { return static_cast(offsetof(ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3, ___m_Source_0)); } inline RuntimeObject* get_m_Source_0() const { return ___m_Source_0; } inline RuntimeObject** get_address_of_m_Source_0() { return &___m_Source_0; } inline void set_m_Source_0(RuntimeObject* value) { ___m_Source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Source_0), (void*)value); } inline static int32_t get_offset_of_m_Device_1() { return static_cast(offsetof(ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3, ___m_Device_1)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_m_Device_1() const { return ___m_Device_1; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_m_Device_1() { return &___m_Device_1; } inline void set_m_Device_1(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___m_Device_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Device_1), (void*)value); } inline static int32_t get_offset_of_m_DeviceType_2() { return static_cast(offsetof(ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3, ___m_DeviceType_2)); } inline Type_t * get_m_DeviceType_2() const { return ___m_DeviceType_2; } inline Type_t ** get_address_of_m_DeviceType_2() { return &___m_DeviceType_2; } inline void set_m_DeviceType_2(Type_t * value) { ___m_DeviceType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceType_2), (void*)value); } }; // UnityEngine.InputSystem.LowLevel.InputRuntime struct InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8 : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.Utilities.MemoryHelpers struct MemoryHelpers_t0B4356C5B5AADBC74FAC46ECBB5D8917C93B8FC7 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.Utilities.MiscHelpers struct MiscHelpers_t43DE53708D7A2B1E70BC7177C4DCA1295EB3F7F3 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime struct NativeInputRuntime_t0BBA78E443D4741422F00F3DA80F3DC967598C61 : public RuntimeObject { public: // System.Action UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_ShutdownMethod Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_ShutdownMethod_1; // UnityEngine.InputSystem.LowLevel.InputUpdateDelegate UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_OnUpdate InputUpdateDelegate_t3193D229360F70BB8E2781DED27A71B0F5355045 * ___m_OnUpdate_2; // System.Action`1 UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_OnBeforeUpdate Action_1_tC6AEC56D51A701342DD5D9DEEE77C063945AE4DC * ___m_OnBeforeUpdate_3; // System.Func`2 UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_OnShouldRunUpdate Func_2_t22C5BAC876F4C9C77BF9B2631852275B10FE99EC * ___m_OnShouldRunUpdate_4; // System.Single UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_PollingFrequency float ___m_PollingFrequency_5; // System.Boolean UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_DidCallOnShutdown bool ___m_DidCallOnShutdown_6; // System.Action`1 UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_FocusChangedMethod Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * ___m_FocusChangedMethod_7; public: inline static int32_t get_offset_of_m_ShutdownMethod_1() { return static_cast(offsetof(NativeInputRuntime_t0BBA78E443D4741422F00F3DA80F3DC967598C61, ___m_ShutdownMethod_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_ShutdownMethod_1() const { return ___m_ShutdownMethod_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_ShutdownMethod_1() { return &___m_ShutdownMethod_1; } inline void set_m_ShutdownMethod_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_ShutdownMethod_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ShutdownMethod_1), (void*)value); } inline static int32_t get_offset_of_m_OnUpdate_2() { return static_cast(offsetof(NativeInputRuntime_t0BBA78E443D4741422F00F3DA80F3DC967598C61, ___m_OnUpdate_2)); } inline InputUpdateDelegate_t3193D229360F70BB8E2781DED27A71B0F5355045 * get_m_OnUpdate_2() const { return ___m_OnUpdate_2; } inline InputUpdateDelegate_t3193D229360F70BB8E2781DED27A71B0F5355045 ** get_address_of_m_OnUpdate_2() { return &___m_OnUpdate_2; } inline void set_m_OnUpdate_2(InputUpdateDelegate_t3193D229360F70BB8E2781DED27A71B0F5355045 * value) { ___m_OnUpdate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnUpdate_2), (void*)value); } inline static int32_t get_offset_of_m_OnBeforeUpdate_3() { return static_cast(offsetof(NativeInputRuntime_t0BBA78E443D4741422F00F3DA80F3DC967598C61, ___m_OnBeforeUpdate_3)); } inline Action_1_tC6AEC56D51A701342DD5D9DEEE77C063945AE4DC * get_m_OnBeforeUpdate_3() const { return ___m_OnBeforeUpdate_3; } inline Action_1_tC6AEC56D51A701342DD5D9DEEE77C063945AE4DC ** get_address_of_m_OnBeforeUpdate_3() { return &___m_OnBeforeUpdate_3; } inline void set_m_OnBeforeUpdate_3(Action_1_tC6AEC56D51A701342DD5D9DEEE77C063945AE4DC * value) { ___m_OnBeforeUpdate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnBeforeUpdate_3), (void*)value); } inline static int32_t get_offset_of_m_OnShouldRunUpdate_4() { return static_cast(offsetof(NativeInputRuntime_t0BBA78E443D4741422F00F3DA80F3DC967598C61, ___m_OnShouldRunUpdate_4)); } inline Func_2_t22C5BAC876F4C9C77BF9B2631852275B10FE99EC * get_m_OnShouldRunUpdate_4() const { return ___m_OnShouldRunUpdate_4; } inline Func_2_t22C5BAC876F4C9C77BF9B2631852275B10FE99EC ** get_address_of_m_OnShouldRunUpdate_4() { return &___m_OnShouldRunUpdate_4; } inline void set_m_OnShouldRunUpdate_4(Func_2_t22C5BAC876F4C9C77BF9B2631852275B10FE99EC * value) { ___m_OnShouldRunUpdate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnShouldRunUpdate_4), (void*)value); } inline static int32_t get_offset_of_m_PollingFrequency_5() { return static_cast(offsetof(NativeInputRuntime_t0BBA78E443D4741422F00F3DA80F3DC967598C61, ___m_PollingFrequency_5)); } inline float get_m_PollingFrequency_5() const { return ___m_PollingFrequency_5; } inline float* get_address_of_m_PollingFrequency_5() { return &___m_PollingFrequency_5; } inline void set_m_PollingFrequency_5(float value) { ___m_PollingFrequency_5 = value; } inline static int32_t get_offset_of_m_DidCallOnShutdown_6() { return static_cast(offsetof(NativeInputRuntime_t0BBA78E443D4741422F00F3DA80F3DC967598C61, ___m_DidCallOnShutdown_6)); } inline bool get_m_DidCallOnShutdown_6() const { return ___m_DidCallOnShutdown_6; } inline bool* get_address_of_m_DidCallOnShutdown_6() { return &___m_DidCallOnShutdown_6; } inline void set_m_DidCallOnShutdown_6(bool value) { ___m_DidCallOnShutdown_6 = value; } inline static int32_t get_offset_of_m_FocusChangedMethod_7() { return static_cast(offsetof(NativeInputRuntime_t0BBA78E443D4741422F00F3DA80F3DC967598C61, ___m_FocusChangedMethod_7)); } inline Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * get_m_FocusChangedMethod_7() const { return ___m_FocusChangedMethod_7; } inline Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 ** get_address_of_m_FocusChangedMethod_7() { return &___m_FocusChangedMethod_7; } inline void set_m_FocusChangedMethod_7(Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * value) { ___m_FocusChangedMethod_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FocusChangedMethod_7), (void*)value); } }; // UnityEngineInternal.Input.NativeInputSystem struct NativeInputSystem_t572C01B054179054C92FCEFDB084BB5E8451BEA8 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.Utilities.NumberHelpers struct NumberHelpers_tDDFE5FCAD1285140387FADB9CC46F1E530E61A7B : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.Utilities.Observable struct Observable_tD0FA71641C04E591DEB6D40EB6A7AF6FF3D06FF3 : public RuntimeObject { public: public: }; // 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; } }; // UnityEngine.Events.UnityEventBase struct UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB : public RuntimeObject { public: // UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * ___m_Calls_0; // UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * ___m_PersistentCalls_1; // System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty bool ___m_CallsDirty_2; public: inline static int32_t get_offset_of_m_Calls_0() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_Calls_0)); } inline InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * get_m_Calls_0() const { return ___m_Calls_0; } inline InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * value) { ___m_Calls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Calls_0), (void*)value); } inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_PersistentCalls_1)); } inline PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; } inline PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; } inline void set_m_PersistentCalls_1(PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * value) { ___m_PersistentCalls_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PersistentCalls_1), (void*)value); } inline static int32_t get_offset_of_m_CallsDirty_2() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_CallsDirty_2)); } inline bool get_m_CallsDirty_2() const { return ___m_CallsDirty_2; } inline bool* get_address_of_m_CallsDirty_2() { return &___m_CallsDirty_2; } inline void set_m_CallsDirty_2(bool value) { ___m_CallsDirty_2 = 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 { }; // UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper struct DeferBindingResolutionWrapper_tE67305335B476E901F955C3DFFA4F42DEF4225BC : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.Utilities.NameAndParameters/<>c struct U3CU3Ec_t9C31F4479CAADB9DA4ED03E0CAAD31DE656396AA : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t3CA26C553DBC293E4A3EDBCFBEED7C1273954C72 : public RuntimeObject { public: // System.Action`1 UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass10_0::value Action_1_tC6AEC56D51A701342DD5D9DEEE77C063945AE4DC * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t3CA26C553DBC293E4A3EDBCFBEED7C1273954C72, ___value_0)); } inline Action_1_tC6AEC56D51A701342DD5D9DEEE77C063945AE4DC * get_value_0() const { return ___value_0; } inline Action_1_tC6AEC56D51A701342DD5D9DEEE77C063945AE4DC ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(Action_1_tC6AEC56D51A701342DD5D9DEEE77C063945AE4DC * value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value); } }; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_tDD9C3468823AEABEA35EAF2540CA42007FA2ADB2 : public RuntimeObject { public: // System.Func`2 UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass13_0::value Func_2_t22C5BAC876F4C9C77BF9B2631852275B10FE99EC * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_tDD9C3468823AEABEA35EAF2540CA42007FA2ADB2, ___value_0)); } inline Func_2_t22C5BAC876F4C9C77BF9B2631852275B10FE99EC * get_value_0() const { return ___value_0; } inline Func_2_t22C5BAC876F4C9C77BF9B2631852275B10FE99EC ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(Func_2_t22C5BAC876F4C9C77BF9B2631852275B10FE99EC * value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value); } }; // UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass7_0 struct U3CU3Ec__DisplayClass7_0_t7EC081A035BB0E0B8B81346E89996D9184A0D3C3 : public RuntimeObject { public: // UnityEngine.InputSystem.LowLevel.InputUpdateDelegate UnityEngine.InputSystem.LowLevel.NativeInputRuntime/<>c__DisplayClass7_0::value InputUpdateDelegate_t3193D229360F70BB8E2781DED27A71B0F5355045 * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_t7EC081A035BB0E0B8B81346E89996D9184A0D3C3, ___value_0)); } inline InputUpdateDelegate_t3193D229360F70BB8E2781DED27A71B0F5355045 * get_value_0() const { return ___value_0; } inline InputUpdateDelegate_t3193D229360F70BB8E2781DED27A71B0F5355045 ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(InputUpdateDelegate_t3193D229360F70BB8E2781DED27A71B0F5355045 * value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value); } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator struct Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexStart int32_t ___m_IndexStart_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexEnd int32_t ___m_IndexEnd_2; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Index int32_t ___m_Index_3; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB, ___m_Array_0)); } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* get_m_Array_0() const { return ___m_Array_0; } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_IndexStart_1() { return static_cast(offsetof(Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB, ___m_IndexStart_1)); } inline int32_t get_m_IndexStart_1() const { return ___m_IndexStart_1; } inline int32_t* get_address_of_m_IndexStart_1() { return &___m_IndexStart_1; } inline void set_m_IndexStart_1(int32_t value) { ___m_IndexStart_1 = value; } inline static int32_t get_offset_of_m_IndexEnd_2() { return static_cast(offsetof(Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB, ___m_IndexEnd_2)); } inline int32_t get_m_IndexEnd_2() const { return ___m_IndexEnd_2; } inline int32_t* get_address_of_m_IndexEnd_2() { return &___m_IndexEnd_2; } inline void set_m_IndexEnd_2(int32_t value) { ___m_IndexEnd_2 = value; } inline static int32_t get_offset_of_m_Index_3() { return static_cast(offsetof(Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB, ___m_Index_3)); } inline int32_t get_m_Index_3() const { return ___m_Index_3; } inline int32_t* get_address_of_m_Index_3() { return &___m_Index_3; } inline void set_m_Index_3(int32_t value) { ___m_Index_3 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator struct Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexStart int32_t ___m_IndexStart_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexEnd int32_t ___m_IndexEnd_2; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Index int32_t ___m_Index_3; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883, ___m_Array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_Array_0() const { return ___m_Array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_IndexStart_1() { return static_cast(offsetof(Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883, ___m_IndexStart_1)); } inline int32_t get_m_IndexStart_1() const { return ___m_IndexStart_1; } inline int32_t* get_address_of_m_IndexStart_1() { return &___m_IndexStart_1; } inline void set_m_IndexStart_1(int32_t value) { ___m_IndexStart_1 = value; } inline static int32_t get_offset_of_m_IndexEnd_2() { return static_cast(offsetof(Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883, ___m_IndexEnd_2)); } inline int32_t get_m_IndexEnd_2() const { return ___m_IndexEnd_2; } inline int32_t* get_address_of_m_IndexEnd_2() { return &___m_IndexEnd_2; } inline void set_m_IndexEnd_2(int32_t value) { ___m_IndexEnd_2 = value; } inline static int32_t get_offset_of_m_Index_3() { return static_cast(offsetof(Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883, ___m_Index_3)); } inline int32_t get_m_Index_3() const { return ___m_Index_3; } inline int32_t* get_address_of_m_Index_3() { return &___m_Index_3; } inline void set_m_Index_3(int32_t value) { ___m_Index_3 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator struct Enumerator_tE0D35A00DB794F37B733827282685E187DC02842 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array PlayerInputU5BU5D_t45134EF85CA2AB56DED67BE58231243DF79F326A* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexStart int32_t ___m_IndexStart_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexEnd int32_t ___m_IndexEnd_2; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Index int32_t ___m_Index_3; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(Enumerator_tE0D35A00DB794F37B733827282685E187DC02842, ___m_Array_0)); } inline PlayerInputU5BU5D_t45134EF85CA2AB56DED67BE58231243DF79F326A* get_m_Array_0() const { return ___m_Array_0; } inline PlayerInputU5BU5D_t45134EF85CA2AB56DED67BE58231243DF79F326A** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(PlayerInputU5BU5D_t45134EF85CA2AB56DED67BE58231243DF79F326A* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_IndexStart_1() { return static_cast(offsetof(Enumerator_tE0D35A00DB794F37B733827282685E187DC02842, ___m_IndexStart_1)); } inline int32_t get_m_IndexStart_1() const { return ___m_IndexStart_1; } inline int32_t* get_address_of_m_IndexStart_1() { return &___m_IndexStart_1; } inline void set_m_IndexStart_1(int32_t value) { ___m_IndexStart_1 = value; } inline static int32_t get_offset_of_m_IndexEnd_2() { return static_cast(offsetof(Enumerator_tE0D35A00DB794F37B733827282685E187DC02842, ___m_IndexEnd_2)); } inline int32_t get_m_IndexEnd_2() const { return ___m_IndexEnd_2; } inline int32_t* get_address_of_m_IndexEnd_2() { return &___m_IndexEnd_2; } inline void set_m_IndexEnd_2(int32_t value) { ___m_IndexEnd_2 = value; } inline static int32_t get_offset_of_m_Index_3() { return static_cast(offsetof(Enumerator_tE0D35A00DB794F37B733827282685E187DC02842, ___m_Index_3)); } inline int32_t get_m_Index_3() const { return ___m_Index_3; } inline int32_t* get_address_of_m_Index_3() { return &___m_Index_3; } inline void set_m_Index_3(int32_t value) { ___m_Index_3 = value; } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tD7BA1F3EE25B0AE3548755DABED7F851A0661C5D { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_tCE61A5061D6E81AA0796E994EE9E76AC99E8D172 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_t3D914437066BF4C080433238136C05E1856588AA* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tD7BA1F3EE25B0AE3548755DABED7F851A0661C5D, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tD7BA1F3EE25B0AE3548755DABED7F851A0661C5D, ___firstValue_1)); } inline Action_1_tCE61A5061D6E81AA0796E994EE9E76AC99E8D172 * get_firstValue_1() const { return ___firstValue_1; } inline Action_1_tCE61A5061D6E81AA0796E994EE9E76AC99E8D172 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_1_tCE61A5061D6E81AA0796E994EE9E76AC99E8D172 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tD7BA1F3EE25B0AE3548755DABED7F851A0661C5D, ___additionalValues_2)); } inline Action_1U5BU5D_t3D914437066BF4C080433238136C05E1856588AA* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_1U5BU5D_t3D914437066BF4C080433238136C05E1856588AA** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_1U5BU5D_t3D914437066BF4C080433238136C05E1856588AA* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tC787E03DD81BB55BD385F8B6F34FAAD99BEB3D6A { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_tF8DFFA3C618813D7838D9010FC24A587792F4E12 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_tB086C8674A24FC039207C2331FB62BD10A2B8C1A* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tC787E03DD81BB55BD385F8B6F34FAAD99BEB3D6A, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tC787E03DD81BB55BD385F8B6F34FAAD99BEB3D6A, ___firstValue_1)); } inline Action_1_tF8DFFA3C618813D7838D9010FC24A587792F4E12 * get_firstValue_1() const { return ___firstValue_1; } inline Action_1_tF8DFFA3C618813D7838D9010FC24A587792F4E12 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_1_tF8DFFA3C618813D7838D9010FC24A587792F4E12 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tC787E03DD81BB55BD385F8B6F34FAAD99BEB3D6A, ___additionalValues_2)); } inline Action_1U5BU5D_tB086C8674A24FC039207C2331FB62BD10A2B8C1A* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_1U5BU5D_tB086C8674A24FC039207C2331FB62BD10A2B8C1A** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_1U5BU5D_tB086C8674A24FC039207C2331FB62BD10A2B8C1A* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9, ___firstValue_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_firstValue_1() const { return ___firstValue_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9, ___additionalValues_2)); } inline Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_t01B45EE0DCE24B23DF52FD7868A5186E53F9B82B * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_tE0189C64DB82982220FB9A97BB75030DC9575D30* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53, ___firstValue_1)); } inline Action_1_t01B45EE0DCE24B23DF52FD7868A5186E53F9B82B * get_firstValue_1() const { return ___firstValue_1; } inline Action_1_t01B45EE0DCE24B23DF52FD7868A5186E53F9B82B ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_1_t01B45EE0DCE24B23DF52FD7868A5186E53F9B82B * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53, ___additionalValues_2)); } inline Action_1U5BU5D_tE0189C64DB82982220FB9A97BB75030DC9575D30* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_1U5BU5D_tE0189C64DB82982220FB9A97BB75030DC9575D30** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_1U5BU5D_tE0189C64DB82982220FB9A97BB75030DC9575D30* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5, ___firstValue_1)); } inline Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * get_firstValue_1() const { return ___firstValue_1; } inline Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5, ___additionalValues_2)); } inline Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA, ___firstValue_1)); } inline Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0 * get_firstValue_1() const { return ___firstValue_1; } inline Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA, ___additionalValues_2)); } inline Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07, ___firstValue_1)); } inline Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8 * get_firstValue_1() const { return ___firstValue_1; } inline Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07, ___additionalValues_2)); } inline Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A, ___firstValue_1)); } inline Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9 * get_firstValue_1() const { return ___firstValue_1; } inline Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A, ___additionalValues_2)); } inline Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798* get_additionalValues_2() const { return ___additionalValues_2; } inline Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t3975DE8FDB16D9954E63D66CA3912230140BE049 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_tABF07DE71C259EA74DBFF87F0516FBCEDBA40E81 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_t13E281AFAFB00FB6270C630A454FC686A3C9DFA8* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t3975DE8FDB16D9954E63D66CA3912230140BE049, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t3975DE8FDB16D9954E63D66CA3912230140BE049, ___firstValue_1)); } inline InputProcessor_1_tABF07DE71C259EA74DBFF87F0516FBCEDBA40E81 * get_firstValue_1() const { return ___firstValue_1; } inline InputProcessor_1_tABF07DE71C259EA74DBFF87F0516FBCEDBA40E81 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputProcessor_1_tABF07DE71C259EA74DBFF87F0516FBCEDBA40E81 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t3975DE8FDB16D9954E63D66CA3912230140BE049, ___additionalValues_2)); } inline InputProcessor_1U5BU5D_t13E281AFAFB00FB6270C630A454FC686A3C9DFA8* get_additionalValues_2() const { return ___additionalValues_2; } inline InputProcessor_1U5BU5D_t13E281AFAFB00FB6270C630A454FC686A3C9DFA8** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputProcessor_1U5BU5D_t13E281AFAFB00FB6270C630A454FC686A3C9DFA8* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD, ___firstValue_1)); } inline InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA * get_firstValue_1() const { return ___firstValue_1; } inline InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD, ___additionalValues_2)); } inline InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62* get_additionalValues_2() const { return ___additionalValues_2; } inline InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994, ___firstValue_1)); } inline InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 * get_firstValue_1() const { return ___firstValue_1; } inline InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994, ___additionalValues_2)); } inline InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2* get_additionalValues_2() const { return ___additionalValues_2; } inline InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tD55C396A76293977CF928018673D1D888B7A99B9 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_t17D43D53477F87726CEC5E1CE6B5437D27AE8232* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tD55C396A76293977CF928018673D1D888B7A99B9, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tD55C396A76293977CF928018673D1D888B7A99B9, ___firstValue_1)); } inline InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA * get_firstValue_1() const { return ___firstValue_1; } inline InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tD55C396A76293977CF928018673D1D888B7A99B9, ___additionalValues_2)); } inline InputProcessor_1U5BU5D_t17D43D53477F87726CEC5E1CE6B5437D27AE8232* get_additionalValues_2() const { return ___additionalValues_2; } inline InputProcessor_1U5BU5D_t17D43D53477F87726CEC5E1CE6B5437D27AE8232** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputProcessor_1U5BU5D_t17D43D53477F87726CEC5E1CE6B5437D27AE8232* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t803832B2A5E188CEC64008268F37D466FCC635A7 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t803832B2A5E188CEC64008268F37D466FCC635A7, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t803832B2A5E188CEC64008268F37D466FCC635A7, ___firstValue_1)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_firstValue_1() const { return ___firstValue_1; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t803832B2A5E188CEC64008268F37D466FCC635A7, ___additionalValues_2)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_additionalValues_2() const { return ___additionalValues_2; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t57CC16043279D3923B47FE374488E299D325EA41 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue int32_t ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t57CC16043279D3923B47FE374488E299D325EA41, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t57CC16043279D3923B47FE374488E299D325EA41, ___firstValue_1)); } inline int32_t get_firstValue_1() const { return ___firstValue_1; } inline int32_t* get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(int32_t value) { ___firstValue_1 = value; } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t57CC16043279D3923B47FE374488E299D325EA41, ___additionalValues_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_additionalValues_2() const { return ___additionalValues_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue RuntimeObject * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2, ___firstValue_1)); } inline RuntimeObject * get_firstValue_1() const { return ___firstValue_1; } inline RuntimeObject ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(RuntimeObject * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2, ___additionalValues_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_additionalValues_2() const { return ___additionalValues_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A { public: // T System.Nullable`1::value float ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A, ___value_0)); } inline float get_value_0() const { return ___value_0; } inline float* get_address_of_value_0() { return &___value_0; } inline void set_value_0(float value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tDCD6876FB423A802FA6A5A3AA309181AB9D6D58E { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tDCD6876FB423A802FA6A5A3AA309181AB9D6D58E, ___m_Array_0)); } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* get_m_Array_0() const { return ___m_Array_0; } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tDCD6876FB423A802FA6A5A3AA309181AB9D6D58E, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tDCD6876FB423A802FA6A5A3AA309181AB9D6D58E, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t8EA302042BF993871BAC3CE5D9E2AB036D3FF611 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t8EA302042BF993871BAC3CE5D9E2AB036D3FF611, ___m_Array_0)); } inline InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* get_m_Array_0() const { return ___m_Array_0; } inline InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t8EA302042BF993871BAC3CE5D9E2AB036D3FF611, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t8EA302042BF993871BAC3CE5D9E2AB036D3FF611, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E, ___m_Array_0)); } inline InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* get_m_Array_0() const { return ___m_Array_0; } inline InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0, ___m_Array_0)); } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* get_m_Array_0() const { return ___m_Array_0; } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tFBF412A165993EA19D197BCCB986A3E700D993F6 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array JoystickU5BU5D_t3E4C9EE5C32F9443BBB16987FEA5DCD3F65F8027* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tFBF412A165993EA19D197BCCB986A3E700D993F6, ___m_Array_0)); } inline JoystickU5BU5D_t3E4C9EE5C32F9443BBB16987FEA5DCD3F65F8027* get_m_Array_0() const { return ___m_Array_0; } inline JoystickU5BU5D_t3E4C9EE5C32F9443BBB16987FEA5DCD3F65F8027** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(JoystickU5BU5D_t3E4C9EE5C32F9443BBB16987FEA5DCD3F65F8027* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tFBF412A165993EA19D197BCCB986A3E700D993F6, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tFBF412A165993EA19D197BCCB986A3E700D993F6, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t1F1C05622267DF34D2BBB6D0C0CCEAAF47600062 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array KeyControlU5BU5D_tA001A9FB191115BA1A274C596AC796DDE58D8A43* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t1F1C05622267DF34D2BBB6D0C0CCEAAF47600062, ___m_Array_0)); } inline KeyControlU5BU5D_tA001A9FB191115BA1A274C596AC796DDE58D8A43* get_m_Array_0() const { return ___m_Array_0; } inline KeyControlU5BU5D_tA001A9FB191115BA1A274C596AC796DDE58D8A43** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(KeyControlU5BU5D_tA001A9FB191115BA1A274C596AC796DDE58D8A43* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t1F1C05622267DF34D2BBB6D0C0CCEAAF47600062, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t1F1C05622267DF34D2BBB6D0C0CCEAAF47600062, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_Array_0)); } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* get_m_Array_0() const { return ___m_Array_0; } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7, ___m_Array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_Array_0() const { return ___m_Array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tEB5EF8BD0C9E0C051EF7D4169E55B33BCAF1D345 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array PlayerInputU5BU5D_t45134EF85CA2AB56DED67BE58231243DF79F326A* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tEB5EF8BD0C9E0C051EF7D4169E55B33BCAF1D345, ___m_Array_0)); } inline PlayerInputU5BU5D_t45134EF85CA2AB56DED67BE58231243DF79F326A* get_m_Array_0() const { return ___m_Array_0; } inline PlayerInputU5BU5D_t45134EF85CA2AB56DED67BE58231243DF79F326A** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(PlayerInputU5BU5D_t45134EF85CA2AB56DED67BE58231243DF79F326A* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tEB5EF8BD0C9E0C051EF7D4169E55B33BCAF1D345, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tEB5EF8BD0C9E0C051EF7D4169E55B33BCAF1D345, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t91BE95B03D7BC21877269FD605D5390773204785 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array ActionEventU5BU5D_t1178FED9087307281BC26700BCB73AE3AABCD075* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t91BE95B03D7BC21877269FD605D5390773204785, ___m_Array_0)); } inline ActionEventU5BU5D_t1178FED9087307281BC26700BCB73AE3AABCD075* get_m_Array_0() const { return ___m_Array_0; } inline ActionEventU5BU5D_t1178FED9087307281BC26700BCB73AE3AABCD075** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(ActionEventU5BU5D_t1178FED9087307281BC26700BCB73AE3AABCD075* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t91BE95B03D7BC21877269FD605D5390773204785, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t91BE95B03D7BC21877269FD605D5390773204785, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_tCBB93BCD8C3675599B9E78F2D3439779D064DD77 : public UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_1_tCBB93BCD8C3675599B9E78F2D3439779D064DD77, ___m_InvokeArray_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t688C04A2F895025E26DB5725254E9A199193EA75 : public UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_1_t688C04A2F895025E26DB5725254E9A199193EA75, ___m_InvokeArray_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E : public AbstractEventData_tA0B5065DE3430C0031ADE061668E1C7073D718DF { public: // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseEventData::m_EventSystem EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * ___m_EventSystem_1; public: inline static int32_t get_offset_of_m_EventSystem_1() { return static_cast(offsetof(BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E, ___m_EventSystem_1)); } inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * get_m_EventSystem_1() const { return ___m_EventSystem_1; } inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C ** get_address_of_m_EventSystem_1() { return &___m_EventSystem_1; } inline void set_m_EventSystem_1(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * value) { ___m_EventSystem_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EventSystem_1), (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; } }; // 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; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; // 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.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // UnityEngine.InputSystem.Utilities.FourCC struct FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 { public: // System.Int32 UnityEngine.InputSystem.Utilities.FourCC::m_Code int32_t ___m_Code_0; public: inline static int32_t get_offset_of_m_Code_0() { return static_cast(offsetof(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9, ___m_Code_0)); } inline int32_t get_m_Code_0() const { return ___m_Code_0; } inline int32_t* get_address_of_m_Code_0() { return &___m_Code_0; } inline void set_m_Code_0(int32_t value) { ___m_Code_0 = value; } }; // UnityEngine.InputSystem.InputActionProperty struct InputActionProperty_t6FBCCCE20F29F1DCC9139A5570FD53D655B5D443 { public: // System.Boolean UnityEngine.InputSystem.InputActionProperty::m_UseReference bool ___m_UseReference_0; // UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionProperty::m_Action InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___m_Action_1; // UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.InputActionProperty::m_Reference InputActionReference_tB1990B9720ED573119B97030753D21C84A6D7621 * ___m_Reference_2; public: inline static int32_t get_offset_of_m_UseReference_0() { return static_cast(offsetof(InputActionProperty_t6FBCCCE20F29F1DCC9139A5570FD53D655B5D443, ___m_UseReference_0)); } inline bool get_m_UseReference_0() const { return ___m_UseReference_0; } inline bool* get_address_of_m_UseReference_0() { return &___m_UseReference_0; } inline void set_m_UseReference_0(bool value) { ___m_UseReference_0 = value; } inline static int32_t get_offset_of_m_Action_1() { return static_cast(offsetof(InputActionProperty_t6FBCCCE20F29F1DCC9139A5570FD53D655B5D443, ___m_Action_1)); } inline InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * get_m_Action_1() const { return ___m_Action_1; } inline InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B ** get_address_of_m_Action_1() { return &___m_Action_1; } inline void set_m_Action_1(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * value) { ___m_Action_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Action_1), (void*)value); } inline static int32_t get_offset_of_m_Reference_2() { return static_cast(offsetof(InputActionProperty_t6FBCCCE20F29F1DCC9139A5570FD53D655B5D443, ___m_Reference_2)); } inline InputActionReference_tB1990B9720ED573119B97030753D21C84A6D7621 * get_m_Reference_2() const { return ___m_Reference_2; } inline InputActionReference_tB1990B9720ED573119B97030753D21C84A6D7621 ** get_address_of_m_Reference_2() { return &___m_Reference_2; } inline void set_m_Reference_2(InputActionReference_tB1990B9720ED573119B97030753D21C84A6D7621 * value) { ___m_Reference_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Reference_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionProperty struct InputActionProperty_t6FBCCCE20F29F1DCC9139A5570FD53D655B5D443_marshaled_pinvoke { int32_t ___m_UseReference_0; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___m_Action_1; InputActionReference_tB1990B9720ED573119B97030753D21C84A6D7621 * ___m_Reference_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionProperty struct InputActionProperty_t6FBCCCE20F29F1DCC9139A5570FD53D655B5D443_marshaled_com { int32_t ___m_UseReference_0; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___m_Action_1; InputActionReference_tB1990B9720ED573119B97030753D21C84A6D7621 * ___m_Reference_2; }; // UnityEngine.InputSystem.InputBindingCompositeContext struct InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 { public: // UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputBindingCompositeContext::m_State InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; // System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext::m_BindingIndex int32_t ___m_BindingIndex_1; public: inline static int32_t get_offset_of_m_State_0() { return static_cast(offsetof(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570, ___m_State_0)); } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * get_m_State_0() const { return ___m_State_0; } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 ** get_address_of_m_State_0() { return &___m_State_0; } inline void set_m_State_0(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * value) { ___m_State_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_State_0), (void*)value); } inline static int32_t get_offset_of_m_BindingIndex_1() { return static_cast(offsetof(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570, ___m_BindingIndex_1)); } inline int32_t get_m_BindingIndex_1() const { return ___m_BindingIndex_1; } inline int32_t* get_address_of_m_BindingIndex_1() { return &___m_BindingIndex_1; } inline void set_m_BindingIndex_1(int32_t value) { ___m_BindingIndex_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBindingCompositeContext struct InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshaled_pinvoke { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_BindingIndex_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputBindingCompositeContext struct InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshaled_com { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_BindingIndex_1; }; // UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 { public: // System.String UnityEngine.InputSystem.InputControlScheme::m_Name String_t* ___m_Name_0; // System.String UnityEngine.InputSystem.InputControlScheme::m_BindingGroup String_t* ___m_BindingGroup_1; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] UnityEngine.InputSystem.InputControlScheme::m_DeviceRequirements DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* ___m_DeviceRequirements_2; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_Name_0)); } inline String_t* get_m_Name_0() const { return ___m_Name_0; } inline String_t** get_address_of_m_Name_0() { return &___m_Name_0; } inline void set_m_Name_0(String_t* value) { ___m_Name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_0), (void*)value); } inline static int32_t get_offset_of_m_BindingGroup_1() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_BindingGroup_1)); } inline String_t* get_m_BindingGroup_1() const { return ___m_BindingGroup_1; } inline String_t** get_address_of_m_BindingGroup_1() { return &___m_BindingGroup_1; } inline void set_m_BindingGroup_1(String_t* value) { ___m_BindingGroup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BindingGroup_1), (void*)value); } inline static int32_t get_offset_of_m_DeviceRequirements_2() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_DeviceRequirements_2)); } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* get_m_DeviceRequirements_2() const { return ___m_DeviceRequirements_2; } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** get_address_of_m_DeviceRequirements_2() { return &___m_DeviceRequirements_2; } inline void set_m_DeviceRequirements_2(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* value) { ___m_DeviceRequirements_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceRequirements_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_pinvoke { char* ___m_Name_0; char* ___m_BindingGroup_1; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke* ___m_DeviceRequirements_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_com { Il2CppChar* ___m_Name_0; Il2CppChar* ___m_BindingGroup_1; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com* ___m_DeviceRequirements_2; }; // UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 { public: // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_InterfaceName String_t* ___m_InterfaceName_0; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_DeviceClass String_t* ___m_DeviceClass_1; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Manufacturer String_t* ___m_Manufacturer_2; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Product String_t* ___m_Product_3; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Serial String_t* ___m_Serial_4; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Version String_t* ___m_Version_5; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Capabilities String_t* ___m_Capabilities_6; public: inline static int32_t get_offset_of_m_InterfaceName_0() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_InterfaceName_0)); } inline String_t* get_m_InterfaceName_0() const { return ___m_InterfaceName_0; } inline String_t** get_address_of_m_InterfaceName_0() { return &___m_InterfaceName_0; } inline void set_m_InterfaceName_0(String_t* value) { ___m_InterfaceName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InterfaceName_0), (void*)value); } inline static int32_t get_offset_of_m_DeviceClass_1() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_DeviceClass_1)); } inline String_t* get_m_DeviceClass_1() const { return ___m_DeviceClass_1; } inline String_t** get_address_of_m_DeviceClass_1() { return &___m_DeviceClass_1; } inline void set_m_DeviceClass_1(String_t* value) { ___m_DeviceClass_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceClass_1), (void*)value); } inline static int32_t get_offset_of_m_Manufacturer_2() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Manufacturer_2)); } inline String_t* get_m_Manufacturer_2() const { return ___m_Manufacturer_2; } inline String_t** get_address_of_m_Manufacturer_2() { return &___m_Manufacturer_2; } inline void set_m_Manufacturer_2(String_t* value) { ___m_Manufacturer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Manufacturer_2), (void*)value); } inline static int32_t get_offset_of_m_Product_3() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Product_3)); } inline String_t* get_m_Product_3() const { return ___m_Product_3; } inline String_t** get_address_of_m_Product_3() { return &___m_Product_3; } inline void set_m_Product_3(String_t* value) { ___m_Product_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Product_3), (void*)value); } inline static int32_t get_offset_of_m_Serial_4() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Serial_4)); } inline String_t* get_m_Serial_4() const { return ___m_Serial_4; } inline String_t** get_address_of_m_Serial_4() { return &___m_Serial_4; } inline void set_m_Serial_4(String_t* value) { ___m_Serial_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Serial_4), (void*)value); } inline static int32_t get_offset_of_m_Version_5() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Version_5)); } inline String_t* get_m_Version_5() const { return ___m_Version_5; } inline String_t** get_address_of_m_Version_5() { return &___m_Version_5; } inline void set_m_Version_5(String_t* value) { ___m_Version_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Version_5), (void*)value); } inline static int32_t get_offset_of_m_Capabilities_6() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Capabilities_6)); } inline String_t* get_m_Capabilities_6() const { return ___m_Capabilities_6; } inline String_t** get_address_of_m_Capabilities_6() { return &___m_Capabilities_6; } inline void set_m_Capabilities_6(String_t* value) { ___m_Capabilities_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Capabilities_6), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_pinvoke { char* ___m_InterfaceName_0; char* ___m_DeviceClass_1; char* ___m_Manufacturer_2; char* ___m_Product_3; char* ___m_Serial_4; char* ___m_Version_5; char* ___m_Capabilities_6; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_com { Il2CppChar* ___m_InterfaceName_0; Il2CppChar* ___m_DeviceClass_1; Il2CppChar* ___m_Manufacturer_2; Il2CppChar* ___m_Product_3; Il2CppChar* ___m_Serial_4; Il2CppChar* ___m_Version_5; Il2CppChar* ___m_Capabilities_6; }; // UnityEngine.InputSystem.LowLevel.InputEventPtr struct InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 { public: // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::m_EventPtr InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___m_EventPtr_0; public: inline static int32_t get_offset_of_m_EventPtr_0() { return static_cast(offsetof(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1, ___m_EventPtr_0)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_m_EventPtr_0() const { return ___m_EventPtr_0; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ** get_address_of_m_EventPtr_0() { return &___m_EventPtr_0; } inline void set_m_EventPtr_0(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * value) { ___m_EventPtr_0 = value; } }; // UnityEngine.InputSystem.Users.InputUserAccountHandle struct InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C { public: // System.String UnityEngine.InputSystem.Users.InputUserAccountHandle::m_ApiName String_t* ___m_ApiName_0; // System.UInt64 UnityEngine.InputSystem.Users.InputUserAccountHandle::m_Handle uint64_t ___m_Handle_1; public: inline static int32_t get_offset_of_m_ApiName_0() { return static_cast(offsetof(InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C, ___m_ApiName_0)); } inline String_t* get_m_ApiName_0() const { return ___m_ApiName_0; } inline String_t** get_address_of_m_ApiName_0() { return &___m_ApiName_0; } inline void set_m_ApiName_0(String_t* value) { ___m_ApiName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ApiName_0), (void*)value); } inline static int32_t get_offset_of_m_Handle_1() { return static_cast(offsetof(InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C, ___m_Handle_1)); } inline uint64_t get_m_Handle_1() const { return ___m_Handle_1; } inline uint64_t* get_address_of_m_Handle_1() { return &___m_Handle_1; } inline void set_m_Handle_1(uint64_t value) { ___m_Handle_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Users.InputUserAccountHandle struct InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C_marshaled_pinvoke { char* ___m_ApiName_0; uint64_t ___m_Handle_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Users.InputUserAccountHandle struct InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C_marshaled_com { Il2CppChar* ___m_ApiName_0; uint64_t ___m_Handle_1; }; // 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; } }; // UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED { public: // System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringOriginalCase String_t* ___m_StringOriginalCase_0; // System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringLowerCase String_t* ___m_StringLowerCase_1; public: inline static int32_t get_offset_of_m_StringOriginalCase_0() { return static_cast(offsetof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED, ___m_StringOriginalCase_0)); } inline String_t* get_m_StringOriginalCase_0() const { return ___m_StringOriginalCase_0; } inline String_t** get_address_of_m_StringOriginalCase_0() { return &___m_StringOriginalCase_0; } inline void set_m_StringOriginalCase_0(String_t* value) { ___m_StringOriginalCase_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StringOriginalCase_0), (void*)value); } inline static int32_t get_offset_of_m_StringLowerCase_1() { return static_cast(offsetof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED, ___m_StringLowerCase_1)); } inline String_t* get_m_StringLowerCase_1() const { return ___m_StringLowerCase_1; } inline String_t** get_address_of_m_StringLowerCase_1() { return &___m_StringLowerCase_1; } inline void set_m_StringLowerCase_1(String_t* value) { ___m_StringLowerCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StringLowerCase_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke { char* ___m_StringOriginalCase_0; char* ___m_StringLowerCase_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com { Il2CppChar* ___m_StringOriginalCase_0; Il2CppChar* ___m_StringLowerCase_1; }; // UnityEngine.InputSystem.Utilities.JsonParser struct JsonParser_t4C34C450BC39EA738DBD7CDC56B48626355D272E { public: // System.String UnityEngine.InputSystem.Utilities.JsonParser::m_Text String_t* ___m_Text_0; // System.Int32 UnityEngine.InputSystem.Utilities.JsonParser::m_Length int32_t ___m_Length_1; // System.Int32 UnityEngine.InputSystem.Utilities.JsonParser::m_Position int32_t ___m_Position_2; // System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::m_MatchAnyElementInArray bool ___m_MatchAnyElementInArray_3; // System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::m_DryRun bool ___m_DryRun_4; public: inline static int32_t get_offset_of_m_Text_0() { return static_cast(offsetof(JsonParser_t4C34C450BC39EA738DBD7CDC56B48626355D272E, ___m_Text_0)); } inline String_t* get_m_Text_0() const { return ___m_Text_0; } inline String_t** get_address_of_m_Text_0() { return &___m_Text_0; } inline void set_m_Text_0(String_t* value) { ___m_Text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_0), (void*)value); } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(JsonParser_t4C34C450BC39EA738DBD7CDC56B48626355D272E, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_Position_2() { return static_cast(offsetof(JsonParser_t4C34C450BC39EA738DBD7CDC56B48626355D272E, ___m_Position_2)); } inline int32_t get_m_Position_2() const { return ___m_Position_2; } inline int32_t* get_address_of_m_Position_2() { return &___m_Position_2; } inline void set_m_Position_2(int32_t value) { ___m_Position_2 = value; } inline static int32_t get_offset_of_m_MatchAnyElementInArray_3() { return static_cast(offsetof(JsonParser_t4C34C450BC39EA738DBD7CDC56B48626355D272E, ___m_MatchAnyElementInArray_3)); } inline bool get_m_MatchAnyElementInArray_3() const { return ___m_MatchAnyElementInArray_3; } inline bool* get_address_of_m_MatchAnyElementInArray_3() { return &___m_MatchAnyElementInArray_3; } inline void set_m_MatchAnyElementInArray_3(bool value) { ___m_MatchAnyElementInArray_3 = value; } inline static int32_t get_offset_of_m_DryRun_4() { return static_cast(offsetof(JsonParser_t4C34C450BC39EA738DBD7CDC56B48626355D272E, ___m_DryRun_4)); } inline bool get_m_DryRun_4() const { return ___m_DryRun_4; } inline bool* get_address_of_m_DryRun_4() { return &___m_DryRun_4; } inline void set_m_DryRun_4(bool value) { ___m_DryRun_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.JsonParser struct JsonParser_t4C34C450BC39EA738DBD7CDC56B48626355D272E_marshaled_pinvoke { char* ___m_Text_0; int32_t ___m_Length_1; int32_t ___m_Position_2; int32_t ___m_MatchAnyElementInArray_3; int32_t ___m_DryRun_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.JsonParser struct JsonParser_t4C34C450BC39EA738DBD7CDC56B48626355D272E_marshaled_com { Il2CppChar* ___m_Text_0; int32_t ___m_Length_1; int32_t ___m_Position_2; int32_t ___m_MatchAnyElementInArray_3; int32_t ___m_DryRun_4; }; // UnityEngineInternal.Input.NativeInputEventBuffer struct NativeInputEventBuffer_t023B708C62AA03D87D92E48DC9C472FDAC4375B4 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Void* UnityEngineInternal.Input.NativeInputEventBuffer::eventBuffer void* ___eventBuffer_0; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { void* ___eventBuffer_0_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___eventCount_1_OffsetPadding[8]; // System.Int32 UnityEngineInternal.Input.NativeInputEventBuffer::eventCount int32_t ___eventCount_1; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___eventCount_1_OffsetPadding_forAlignmentOnly[8]; int32_t ___eventCount_1_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___sizeInBytes_2_OffsetPadding[12]; // System.Int32 UnityEngineInternal.Input.NativeInputEventBuffer::sizeInBytes int32_t ___sizeInBytes_2; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___sizeInBytes_2_OffsetPadding_forAlignmentOnly[12]; int32_t ___sizeInBytes_2_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___capacityInBytes_3_OffsetPadding[16]; // System.Int32 UnityEngineInternal.Input.NativeInputEventBuffer::capacityInBytes int32_t ___capacityInBytes_3; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___capacityInBytes_3_OffsetPadding_forAlignmentOnly[16]; int32_t ___capacityInBytes_3_forAlignmentOnly; }; #pragma pack(pop, tp) }; }; uint8_t NativeInputEventBuffer_t023B708C62AA03D87D92E48DC9C472FDAC4375B4__padding[20]; }; public: inline static int32_t get_offset_of_eventBuffer_0() { return static_cast(offsetof(NativeInputEventBuffer_t023B708C62AA03D87D92E48DC9C472FDAC4375B4, ___eventBuffer_0)); } inline void* get_eventBuffer_0() const { return ___eventBuffer_0; } inline void** get_address_of_eventBuffer_0() { return &___eventBuffer_0; } inline void set_eventBuffer_0(void* value) { ___eventBuffer_0 = value; } inline static int32_t get_offset_of_eventCount_1() { return static_cast(offsetof(NativeInputEventBuffer_t023B708C62AA03D87D92E48DC9C472FDAC4375B4, ___eventCount_1)); } inline int32_t get_eventCount_1() const { return ___eventCount_1; } inline int32_t* get_address_of_eventCount_1() { return &___eventCount_1; } inline void set_eventCount_1(int32_t value) { ___eventCount_1 = value; } inline static int32_t get_offset_of_sizeInBytes_2() { return static_cast(offsetof(NativeInputEventBuffer_t023B708C62AA03D87D92E48DC9C472FDAC4375B4, ___sizeInBytes_2)); } inline int32_t get_sizeInBytes_2() const { return ___sizeInBytes_2; } inline int32_t* get_address_of_sizeInBytes_2() { return &___sizeInBytes_2; } inline void set_sizeInBytes_2(int32_t value) { ___sizeInBytes_2 = value; } inline static int32_t get_offset_of_capacityInBytes_3() { return static_cast(offsetof(NativeInputEventBuffer_t023B708C62AA03D87D92E48DC9C472FDAC4375B4, ___capacityInBytes_3)); } inline int32_t get_capacityInBytes_3() const { return ___capacityInBytes_3; } inline int32_t* get_address_of_capacityInBytes_3() { return &___capacityInBytes_3; } inline void set_capacityInBytes_3(int32_t value) { ___capacityInBytes_3 = 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; } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // 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.InputSystem.Utilities.Substring struct Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F { public: // System.String UnityEngine.InputSystem.Utilities.Substring::m_String String_t* ___m_String_0; // System.Int32 UnityEngine.InputSystem.Utilities.Substring::m_Index int32_t ___m_Index_1; // System.Int32 UnityEngine.InputSystem.Utilities.Substring::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_String_0() { return static_cast(offsetof(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F, ___m_String_0)); } inline String_t* get_m_String_0() const { return ___m_String_0; } inline String_t** get_address_of_m_String_0() { return &___m_String_0; } inline void set_m_String_0(String_t* value) { ___m_String_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_0), (void*)value); } inline static int32_t get_offset_of_m_Index_1() { return static_cast(offsetof(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F, ___m_Index_1)); } inline int32_t get_m_Index_1() const { return ___m_Index_1; } inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; } inline void set_m_Index_1(int32_t value) { ___m_Index_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.Substring struct Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_pinvoke { char* ___m_String_0; int32_t ___m_Index_1; int32_t ___m_Length_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.Substring struct Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_com { Il2CppChar* ___m_String_0; int32_t ___m_Index_1; int32_t ___m_Length_2; }; // UnityEngine.InputSystem.Utilities.TypeTable struct TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F { public: // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Utilities.TypeTable::table Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___table_0; public: inline static int32_t get_offset_of_table_0() { return static_cast(offsetof(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F, ___table_0)); } inline Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * get_table_0() const { return ___table_0; } inline Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E ** get_address_of_table_0() { return &___table_0; } inline void set_table_0(Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * value) { ___table_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.TypeTable struct TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F_marshaled_pinvoke { Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___table_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.TypeTable struct TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F_marshaled_com { Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___table_0; }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = 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; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = 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; } }; // 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; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer struct U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95 { public: union { struct { // System.Char UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer::FixedElementField Il2CppChar ___FixedElementField_0; }; uint8_t U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95__padding[128]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95, ___FixedElementField_0)); } inline Il2CppChar get_FixedElementField_0() const { return ___FixedElementField_0; } inline Il2CppChar* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(Il2CppChar value) { ___FixedElementField_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer struct U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95_marshaled_pinvoke { union { struct { uint8_t ___FixedElementField_0; }; uint8_t U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95__padding[128]; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer struct U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95_marshaled_com { union { struct { uint8_t ___FixedElementField_0; }; uint8_t U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95__padding[128]; }; }; // UnityEngine.InputSystem.InputAction/CallbackContext struct CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D { public: // UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputAction/CallbackContext::m_State InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; // System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::m_ActionIndex int32_t ___m_ActionIndex_1; public: inline static int32_t get_offset_of_m_State_0() { return static_cast(offsetof(CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D, ___m_State_0)); } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * get_m_State_0() const { return ___m_State_0; } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 ** get_address_of_m_State_0() { return &___m_State_0; } inline void set_m_State_0(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * value) { ___m_State_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_State_0), (void*)value); } inline static int32_t get_offset_of_m_ActionIndex_1() { return static_cast(offsetof(CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D, ___m_ActionIndex_1)); } inline int32_t get_m_ActionIndex_1() const { return ___m_ActionIndex_1; } inline int32_t* get_address_of_m_ActionIndex_1() { return &___m_ActionIndex_1; } inline void set_m_ActionIndex_1(int32_t value) { ___m_ActionIndex_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputAction/CallbackContext struct CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D_marshaled_pinvoke { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_ActionIndex_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputAction/CallbackContext struct CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D_marshaled_com { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_ActionIndex_1; }; // UnityEngine.InputSystem.InputActionMap/DeviceArray struct DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A { public: // System.Boolean UnityEngine.InputSystem.InputActionMap/DeviceArray::m_HaveValue bool ___m_HaveValue_0; // System.Int32 UnityEngine.InputSystem.InputActionMap/DeviceArray::m_DeviceCount int32_t ___m_DeviceCount_1; // UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.InputActionMap/DeviceArray::m_DeviceArray InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___m_DeviceArray_2; public: inline static int32_t get_offset_of_m_HaveValue_0() { return static_cast(offsetof(DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A, ___m_HaveValue_0)); } inline bool get_m_HaveValue_0() const { return ___m_HaveValue_0; } inline bool* get_address_of_m_HaveValue_0() { return &___m_HaveValue_0; } inline void set_m_HaveValue_0(bool value) { ___m_HaveValue_0 = value; } inline static int32_t get_offset_of_m_DeviceCount_1() { return static_cast(offsetof(DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A, ___m_DeviceCount_1)); } inline int32_t get_m_DeviceCount_1() const { return ___m_DeviceCount_1; } inline int32_t* get_address_of_m_DeviceCount_1() { return &___m_DeviceCount_1; } inline void set_m_DeviceCount_1(int32_t value) { ___m_DeviceCount_1 = value; } inline static int32_t get_offset_of_m_DeviceArray_2() { return static_cast(offsetof(DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A, ___m_DeviceArray_2)); } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* get_m_DeviceArray_2() const { return ___m_DeviceArray_2; } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6** get_address_of_m_DeviceArray_2() { return &___m_DeviceArray_2; } inline void set_m_DeviceArray_2(InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* value) { ___m_DeviceArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceArray_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/DeviceArray struct DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A_marshaled_pinvoke { int32_t ___m_HaveValue_0; int32_t ___m_DeviceCount_1; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___m_DeviceArray_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/DeviceArray struct DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A_marshaled_com { int32_t ___m_HaveValue_0; int32_t ___m_DeviceCount_1; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___m_DeviceArray_2; }; // UnityEngine.InputSystem.InputActionState/TriggerState struct TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.InputSystem.InputActionState/TriggerState::m_Phase uint8_t ___m_Phase_3; }; #pragma pack(pop, tp) struct { uint8_t ___m_Phase_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Flags_4_OffsetPadding[1]; // System.Byte UnityEngine.InputSystem.InputActionState/TriggerState::m_Flags uint8_t ___m_Flags_4; }; #pragma pack(pop, tp) struct { char ___m_Flags_4_OffsetPadding_forAlignmentOnly[1]; uint8_t ___m_Flags_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_MapIndex_5_OffsetPadding[2]; // System.Byte UnityEngine.InputSystem.InputActionState/TriggerState::m_MapIndex uint8_t ___m_MapIndex_5; }; #pragma pack(pop, tp) struct { char ___m_MapIndex_5_OffsetPadding_forAlignmentOnly[2]; uint8_t ___m_MapIndex_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ControlIndex_6_OffsetPadding[4]; // System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_ControlIndex uint16_t ___m_ControlIndex_6; }; #pragma pack(pop, tp) struct { char ___m_ControlIndex_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_ControlIndex_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Time_7_OffsetPadding[8]; // System.Double UnityEngine.InputSystem.InputActionState/TriggerState::m_Time double ___m_Time_7; }; #pragma pack(pop, tp) struct { char ___m_Time_7_OffsetPadding_forAlignmentOnly[8]; double ___m_Time_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_StartTime_8_OffsetPadding[16]; // System.Double UnityEngine.InputSystem.InputActionState/TriggerState::m_StartTime double ___m_StartTime_8; }; #pragma pack(pop, tp) struct { char ___m_StartTime_8_OffsetPadding_forAlignmentOnly[16]; double ___m_StartTime_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BindingIndex_9_OffsetPadding[24]; // System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_BindingIndex uint16_t ___m_BindingIndex_9; }; #pragma pack(pop, tp) struct { char ___m_BindingIndex_9_OffsetPadding_forAlignmentOnly[24]; uint16_t ___m_BindingIndex_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_InteractionIndex_10_OffsetPadding[26]; // System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_InteractionIndex uint16_t ___m_InteractionIndex_10; }; #pragma pack(pop, tp) struct { char ___m_InteractionIndex_10_OffsetPadding_forAlignmentOnly[26]; uint16_t ___m_InteractionIndex_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Magnitude_11_OffsetPadding[28]; // System.Single UnityEngine.InputSystem.InputActionState/TriggerState::m_Magnitude float ___m_Magnitude_11; }; #pragma pack(pop, tp) struct { char ___m_Magnitude_11_OffsetPadding_forAlignmentOnly[28]; float ___m_Magnitude_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LastPerformedInUpdate_12_OffsetPadding[32]; // System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_LastPerformedInUpdate uint32_t ___m_LastPerformedInUpdate_12; }; #pragma pack(pop, tp) struct { char ___m_LastPerformedInUpdate_12_OffsetPadding_forAlignmentOnly[32]; uint32_t ___m_LastPerformedInUpdate_12_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LastCanceledInUpdate_13_OffsetPadding[36]; // System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_LastCanceledInUpdate uint32_t ___m_LastCanceledInUpdate_13; }; #pragma pack(pop, tp) struct { char ___m_LastCanceledInUpdate_13_OffsetPadding_forAlignmentOnly[36]; uint32_t ___m_LastCanceledInUpdate_13_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_PressedInUpdate_14_OffsetPadding[40]; // System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_PressedInUpdate uint32_t ___m_PressedInUpdate_14; }; #pragma pack(pop, tp) struct { char ___m_PressedInUpdate_14_OffsetPadding_forAlignmentOnly[40]; uint32_t ___m_PressedInUpdate_14_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ReleasedInUpdate_15_OffsetPadding[44]; // System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_ReleasedInUpdate uint32_t ___m_ReleasedInUpdate_15; }; #pragma pack(pop, tp) struct { char ___m_ReleasedInUpdate_15_OffsetPadding_forAlignmentOnly[44]; uint32_t ___m_ReleasedInUpdate_15_forAlignmentOnly; }; }; }; uint8_t TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145__padding[48]; }; public: inline static int32_t get_offset_of_m_Phase_3() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_Phase_3)); } inline uint8_t get_m_Phase_3() const { return ___m_Phase_3; } inline uint8_t* get_address_of_m_Phase_3() { return &___m_Phase_3; } inline void set_m_Phase_3(uint8_t value) { ___m_Phase_3 = value; } inline static int32_t get_offset_of_m_Flags_4() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_Flags_4)); } inline uint8_t get_m_Flags_4() const { return ___m_Flags_4; } inline uint8_t* get_address_of_m_Flags_4() { return &___m_Flags_4; } inline void set_m_Flags_4(uint8_t value) { ___m_Flags_4 = value; } inline static int32_t get_offset_of_m_MapIndex_5() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_MapIndex_5)); } inline uint8_t get_m_MapIndex_5() const { return ___m_MapIndex_5; } inline uint8_t* get_address_of_m_MapIndex_5() { return &___m_MapIndex_5; } inline void set_m_MapIndex_5(uint8_t value) { ___m_MapIndex_5 = value; } inline static int32_t get_offset_of_m_ControlIndex_6() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_ControlIndex_6)); } inline uint16_t get_m_ControlIndex_6() const { return ___m_ControlIndex_6; } inline uint16_t* get_address_of_m_ControlIndex_6() { return &___m_ControlIndex_6; } inline void set_m_ControlIndex_6(uint16_t value) { ___m_ControlIndex_6 = value; } inline static int32_t get_offset_of_m_Time_7() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_Time_7)); } inline double get_m_Time_7() const { return ___m_Time_7; } inline double* get_address_of_m_Time_7() { return &___m_Time_7; } inline void set_m_Time_7(double value) { ___m_Time_7 = value; } inline static int32_t get_offset_of_m_StartTime_8() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_StartTime_8)); } inline double get_m_StartTime_8() const { return ___m_StartTime_8; } inline double* get_address_of_m_StartTime_8() { return &___m_StartTime_8; } inline void set_m_StartTime_8(double value) { ___m_StartTime_8 = value; } inline static int32_t get_offset_of_m_BindingIndex_9() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_BindingIndex_9)); } inline uint16_t get_m_BindingIndex_9() const { return ___m_BindingIndex_9; } inline uint16_t* get_address_of_m_BindingIndex_9() { return &___m_BindingIndex_9; } inline void set_m_BindingIndex_9(uint16_t value) { ___m_BindingIndex_9 = value; } inline static int32_t get_offset_of_m_InteractionIndex_10() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_InteractionIndex_10)); } inline uint16_t get_m_InteractionIndex_10() const { return ___m_InteractionIndex_10; } inline uint16_t* get_address_of_m_InteractionIndex_10() { return &___m_InteractionIndex_10; } inline void set_m_InteractionIndex_10(uint16_t value) { ___m_InteractionIndex_10 = value; } inline static int32_t get_offset_of_m_Magnitude_11() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_Magnitude_11)); } inline float get_m_Magnitude_11() const { return ___m_Magnitude_11; } inline float* get_address_of_m_Magnitude_11() { return &___m_Magnitude_11; } inline void set_m_Magnitude_11(float value) { ___m_Magnitude_11 = value; } inline static int32_t get_offset_of_m_LastPerformedInUpdate_12() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_LastPerformedInUpdate_12)); } inline uint32_t get_m_LastPerformedInUpdate_12() const { return ___m_LastPerformedInUpdate_12; } inline uint32_t* get_address_of_m_LastPerformedInUpdate_12() { return &___m_LastPerformedInUpdate_12; } inline void set_m_LastPerformedInUpdate_12(uint32_t value) { ___m_LastPerformedInUpdate_12 = value; } inline static int32_t get_offset_of_m_LastCanceledInUpdate_13() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_LastCanceledInUpdate_13)); } inline uint32_t get_m_LastCanceledInUpdate_13() const { return ___m_LastCanceledInUpdate_13; } inline uint32_t* get_address_of_m_LastCanceledInUpdate_13() { return &___m_LastCanceledInUpdate_13; } inline void set_m_LastCanceledInUpdate_13(uint32_t value) { ___m_LastCanceledInUpdate_13 = value; } inline static int32_t get_offset_of_m_PressedInUpdate_14() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_PressedInUpdate_14)); } inline uint32_t get_m_PressedInUpdate_14() const { return ___m_PressedInUpdate_14; } inline uint32_t* get_address_of_m_PressedInUpdate_14() { return &___m_PressedInUpdate_14; } inline void set_m_PressedInUpdate_14(uint32_t value) { ___m_PressedInUpdate_14 = value; } inline static int32_t get_offset_of_m_ReleasedInUpdate_15() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_ReleasedInUpdate_15)); } inline uint32_t get_m_ReleasedInUpdate_15() const { return ___m_ReleasedInUpdate_15; } inline uint32_t* get_address_of_m_ReleasedInUpdate_15() { return &___m_ReleasedInUpdate_15; } inline void set_m_ReleasedInUpdate_15(uint32_t value) { ___m_ReleasedInUpdate_15 = value; } }; // UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding struct PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0 { public: // System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::k__BackingField int32_t ___U3CpartU3Ek__BackingField_0; // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::k__BackingField InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___U3CcontrolU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CpartU3Ek__BackingField_0() { return static_cast(offsetof(PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0, ___U3CpartU3Ek__BackingField_0)); } inline int32_t get_U3CpartU3Ek__BackingField_0() const { return ___U3CpartU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CpartU3Ek__BackingField_0() { return &___U3CpartU3Ek__BackingField_0; } inline void set_U3CpartU3Ek__BackingField_0(int32_t value) { ___U3CpartU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CcontrolU3Ek__BackingField_1() { return static_cast(offsetof(PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0, ___U3CcontrolU3Ek__BackingField_1)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_U3CcontrolU3Ek__BackingField_1() const { return ___U3CcontrolU3Ek__BackingField_1; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_U3CcontrolU3Ek__BackingField_1() { return &___U3CcontrolU3Ek__BackingField_1; } inline void set_U3CcontrolU3Ek__BackingField_1(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___U3CcontrolU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcontrolU3Ek__BackingField_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding struct PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0_marshaled_pinvoke { int32_t ___U3CpartU3Ek__BackingField_0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___U3CcontrolU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding struct PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0_marshaled_com { int32_t ___U3CpartU3Ek__BackingField_0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___U3CcontrolU3Ek__BackingField_1; }; // UnityEngine.InputSystem.Users.InputUser/ControlSchemeChangeSyntax struct ControlSchemeChangeSyntax_t3B4DF07442E9B2F3A38DA07DA516B7D3D8693540 { public: // System.Int32 UnityEngine.InputSystem.Users.InputUser/ControlSchemeChangeSyntax::m_UserIndex int32_t ___m_UserIndex_0; public: inline static int32_t get_offset_of_m_UserIndex_0() { return static_cast(offsetof(ControlSchemeChangeSyntax_t3B4DF07442E9B2F3A38DA07DA516B7D3D8693540, ___m_UserIndex_0)); } inline int32_t get_m_UserIndex_0() const { return ___m_UserIndex_0; } inline int32_t* get_address_of_m_UserIndex_0() { return &___m_UserIndex_0; } inline void set_m_UserIndex_0(int32_t value) { ___m_UserIndex_0 = value; } }; // UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection struct OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E { public: // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection::device InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_0; // System.UInt32 UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection::userId uint32_t ___userId_1; public: inline static int32_t get_offset_of_device_0() { return static_cast(offsetof(OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E, ___device_0)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_device_0() const { return ___device_0; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_device_0() { return &___device_0; } inline void set_device_0(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___device_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___device_0), (void*)value); } inline static int32_t get_offset_of_userId_1() { return static_cast(offsetof(OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E, ___userId_1)); } inline uint32_t get_userId_1() const { return ___userId_1; } inline uint32_t* get_address_of_userId_1() { return &___userId_1; } inline void set_userId_1(uint32_t value) { ___userId_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection struct OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_marshaled_pinvoke { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_0; uint32_t ___userId_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection struct OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_marshaled_com { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_0; uint32_t ___userId_1; }; // UnityEngine.InputSystem.LowLevel.KeyboardState/e__FixedBuffer struct U3CkeysU3Ee__FixedBuffer_t37298D019FFA0B709024410A4FD57172A73D1AAA { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.KeyboardState/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CkeysU3Ee__FixedBuffer_t37298D019FFA0B709024410A4FD57172A73D1AAA__padding[14]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CkeysU3Ee__FixedBuffer_t37298D019FFA0B709024410A4FD57172A73D1AAA, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion struct BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 { public: // System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::bitOffset uint32_t ___bitOffset_0; // System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::sizeInBits uint32_t ___sizeInBits_1; public: inline static int32_t get_offset_of_bitOffset_0() { return static_cast(offsetof(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0, ___bitOffset_0)); } inline uint32_t get_bitOffset_0() const { return ___bitOffset_0; } inline uint32_t* get_address_of_bitOffset_0() { return &___bitOffset_0; } inline void set_bitOffset_0(uint32_t value) { ___bitOffset_0 = value; } inline static int32_t get_offset_of_sizeInBits_1() { return static_cast(offsetof(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0, ___sizeInBits_1)); } inline uint32_t get_sizeInBits_1() const { return ___sizeInBits_1; } inline uint32_t* get_address_of_sizeInBits_1() { return &___sizeInBits_1; } inline void set_sizeInBits_1(uint32_t value) { ___sizeInBits_1 = value; } }; // UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/e__FixedBuffer struct U3CnameBufferU3Ee__FixedBuffer_t9CEAB0E5899CCDB6F26F5C45E743B0AA71D15CA6 { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CnameBufferU3Ee__FixedBuffer_t9CEAB0E5899CCDB6F26F5C45E743B0AA71D15CA6__padding[256]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CnameBufferU3Ee__FixedBuffer_t9CEAB0E5899CCDB6F26F5C45E743B0AA71D15CA6, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand/e__FixedBuffer struct U3CnameBufferU3Ee__FixedBuffer_t8027ADB55B594DD244680CC3D939EDAA80DFD257 { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CnameBufferU3Ee__FixedBuffer_t8027ADB55B594DD244680CC3D939EDAA80DFD257__padding[256]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CnameBufferU3Ee__FixedBuffer_t8027ADB55B594DD244680CC3D939EDAA80DFD257, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_Callbacks_1)); } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t3435A55B61A880363FD8AC488D3A8DEC7E5F896C { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t3435A55B61A880363FD8AC488D3A8DEC7E5F896C, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t3435A55B61A880363FD8AC488D3A8DEC7E5F896C, ___m_Callbacks_1)); } inline InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t3435A55B61A880363FD8AC488D3A8DEC7E5F896C, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t3435A55B61A880363FD8AC488D3A8DEC7E5F896C, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t578CD8BA810569CF0948B12BFD0DF6A476EA3B53 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_Callbacks_1)); } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750, ___m_Callbacks_1)); } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670, ___m_Callbacks_1)); } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36, ___m_Callbacks_1)); } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1 struct CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF, ___m_Callbacks_1)); } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296, ___firstValue_1)); } inline OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E get_firstValue_1() const { return ___firstValue_1; } inline OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E * get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___firstValue_1))->___device_0), (void*)NULL); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296, ___additionalValues_2)); } inline OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* get_additionalValues_2() const { return ___additionalValues_2; } inline OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // System.Nullable`1> struct Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22 { public: // T System.Nullable`1::value ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22, ___value_0)); } inline ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 get_value_0() const { return ___value_0; } inline ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA { public: // T System.Nullable`1::value InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA, ___value_0)); } inline InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 get_value_0() const { return ___value_0; } inline InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_DeviceRequirements_2), (void*)NULL); #endif } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 { public: // T System.Nullable`1::value CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87, ___value_0)); } inline CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D get_value_0() const { return ___value_0; } inline CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D * get_address_of_value_0() { return &___value_0; } inline void set_value_0(CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_State_0), (void*)NULL); } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // Unity.Collections.Allocator struct Allocator_t9888223DEF4F46F3419ECFCCD0753599BEE52A05 { public: // System.Int32 Unity.Collections.Allocator::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Allocator_t9888223DEF4F46F3419ECFCCD0753599BEE52A05, ___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; } }; // 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; }; // 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); } }; // 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.InputSystem.LowLevel.IMECompositionString struct IMECompositionString_t2FF8DD4A10EA5DF2D7023622FD79384367D4FD83 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.InputSystem.LowLevel.IMECompositionString::size int32_t ___size_0; }; #pragma pack(pop, tp) struct { int32_t ___size_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___buffer_1_OffsetPadding[4]; // UnityEngine.InputSystem.LowLevel.IMECompositionString/e__FixedBuffer UnityEngine.InputSystem.LowLevel.IMECompositionString::buffer U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95 ___buffer_1; }; #pragma pack(pop, tp) struct { char ___buffer_1_OffsetPadding_forAlignmentOnly[4]; U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95 ___buffer_1_forAlignmentOnly; }; }; }; uint8_t IMECompositionString_t2FF8DD4A10EA5DF2D7023622FD79384367D4FD83__padding[132]; }; public: inline static int32_t get_offset_of_size_0() { return static_cast(offsetof(IMECompositionString_t2FF8DD4A10EA5DF2D7023622FD79384367D4FD83, ___size_0)); } inline int32_t get_size_0() const { return ___size_0; } inline int32_t* get_address_of_size_0() { return &___size_0; } inline void set_size_0(int32_t value) { ___size_0 = value; } inline static int32_t get_offset_of_buffer_1() { return static_cast(offsetof(IMECompositionString_t2FF8DD4A10EA5DF2D7023622FD79384367D4FD83, ___buffer_1)); } inline U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95 get_buffer_1() const { return ___buffer_1; } inline U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95 * get_address_of_buffer_1() { return &___buffer_1; } inline void set_buffer_1(U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95 value) { ___buffer_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.IMECompositionString struct IMECompositionString_t2FF8DD4A10EA5DF2D7023622FD79384367D4FD83_marshaled_pinvoke { union { struct { union { #pragma pack(push, tp, 1) struct { int32_t ___size_0; }; #pragma pack(pop, tp) struct { int32_t ___size_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___buffer_1_OffsetPadding[4]; U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95_marshaled_pinvoke ___buffer_1; }; #pragma pack(pop, tp) struct { char ___buffer_1_OffsetPadding_forAlignmentOnly[4]; U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95_marshaled_pinvoke ___buffer_1_forAlignmentOnly; }; }; }; uint8_t IMECompositionString_t2FF8DD4A10EA5DF2D7023622FD79384367D4FD83__padding[132]; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.IMECompositionString struct IMECompositionString_t2FF8DD4A10EA5DF2D7023622FD79384367D4FD83_marshaled_com { union { struct { union { #pragma pack(push, tp, 1) struct { int32_t ___size_0; }; #pragma pack(pop, tp) struct { int32_t ___size_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___buffer_1_OffsetPadding[4]; U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95_marshaled_com ___buffer_1; }; #pragma pack(pop, tp) struct { char ___buffer_1_OffsetPadding_forAlignmentOnly[4]; U3CbufferU3Ee__FixedBuffer_t88B6D84FC28714D9288385B2C11373B95985EF95_marshaled_com ___buffer_1_forAlignmentOnly; }; }; }; uint8_t IMECompositionString_t2FF8DD4A10EA5DF2D7023622FD79384367D4FD83__padding[132]; }; }; // UnityEngine.InputSystem.InputActionType struct InputActionType_tF334DB4C306B973538251E50C2CFE7939899AB35 { public: // System.Int32 UnityEngine.InputSystem.InputActionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputActionType_tF334DB4C306B973538251E50C2CFE7939899AB35, ___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.InputSystem.InputBindingComposite struct InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.InputDeviceChange struct InputDeviceChange_tB4BA2E995721074403B6D0FC3E147BDD8CBF0C3E { public: // System.Int32 UnityEngine.InputSystem.InputDeviceChange::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputDeviceChange_tB4BA2E995721074403B6D0FC3E147BDD8CBF0C3E, ___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.InputSystem.LowLevel.InputDeviceCommand struct InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputDeviceCommand::type FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___type_4; }; #pragma pack(pop, tp) struct { FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___type_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sizeInBytes_5_OffsetPadding[4]; // System.Int32 UnityEngine.InputSystem.LowLevel.InputDeviceCommand::sizeInBytes int32_t ___sizeInBytes_5; }; #pragma pack(pop, tp) struct { char ___sizeInBytes_5_OffsetPadding_forAlignmentOnly[4]; int32_t ___sizeInBytes_5_forAlignmentOnly; }; }; }; uint8_t InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3__padding[8]; }; public: inline static int32_t get_offset_of_type_4() { return static_cast(offsetof(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3, ___type_4)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_type_4() const { return ___type_4; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_type_4() { return &___type_4; } inline void set_type_4(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___type_4 = value; } inline static int32_t get_offset_of_sizeInBytes_5() { return static_cast(offsetof(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3, ___sizeInBytes_5)); } inline int32_t get_sizeInBytes_5() const { return ___sizeInBytes_5; } inline int32_t* get_address_of_sizeInBytes_5() { return &___sizeInBytes_5; } inline void set_sizeInBytes_5(int32_t value) { ___sizeInBytes_5 = value; } }; // UnityEngine.InputSystem.InputProcessor struct InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.LowLevel.InputStateBlock struct InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B { public: // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_33; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField uint32_t ___U3CbyteOffsetU3Ek__BackingField_34; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField uint32_t ___U3CbitOffsetU3Ek__BackingField_35; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField uint32_t ___U3CsizeInBitsU3Ek__BackingField_36; public: inline static int32_t get_offset_of_U3CformatU3Ek__BackingField_33() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B, ___U3CformatU3Ek__BackingField_33)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_U3CformatU3Ek__BackingField_33() const { return ___U3CformatU3Ek__BackingField_33; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_U3CformatU3Ek__BackingField_33() { return &___U3CformatU3Ek__BackingField_33; } inline void set_U3CformatU3Ek__BackingField_33(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___U3CformatU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CbyteOffsetU3Ek__BackingField_34() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B, ___U3CbyteOffsetU3Ek__BackingField_34)); } inline uint32_t get_U3CbyteOffsetU3Ek__BackingField_34() const { return ___U3CbyteOffsetU3Ek__BackingField_34; } inline uint32_t* get_address_of_U3CbyteOffsetU3Ek__BackingField_34() { return &___U3CbyteOffsetU3Ek__BackingField_34; } inline void set_U3CbyteOffsetU3Ek__BackingField_34(uint32_t value) { ___U3CbyteOffsetU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CbitOffsetU3Ek__BackingField_35() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B, ___U3CbitOffsetU3Ek__BackingField_35)); } inline uint32_t get_U3CbitOffsetU3Ek__BackingField_35() const { return ___U3CbitOffsetU3Ek__BackingField_35; } inline uint32_t* get_address_of_U3CbitOffsetU3Ek__BackingField_35() { return &___U3CbitOffsetU3Ek__BackingField_35; } inline void set_U3CbitOffsetU3Ek__BackingField_35(uint32_t value) { ___U3CbitOffsetU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of_U3CsizeInBitsU3Ek__BackingField_36() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B, ___U3CsizeInBitsU3Ek__BackingField_36)); } inline uint32_t get_U3CsizeInBitsU3Ek__BackingField_36() const { return ___U3CsizeInBitsU3Ek__BackingField_36; } inline uint32_t* get_address_of_U3CsizeInBitsU3Ek__BackingField_36() { return &___U3CsizeInBitsU3Ek__BackingField_36; } inline void set_U3CsizeInBitsU3Ek__BackingField_36(uint32_t value) { ___U3CsizeInBitsU3Ek__BackingField_36 = value; } }; // UnityEngine.InputSystem.LowLevel.InputUpdateType struct InputUpdateType_t3A14935AE3714E50FCAD74333D1E337513173AE2 { public: // System.Int32 UnityEngine.InputSystem.LowLevel.InputUpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputUpdateType_t3A14935AE3714E50FCAD74333D1E337513173AE2, ___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.InputSystem.Users.InputUserChange struct InputUserChange_t01990509E515B3683020684029CF7F88464BD75F { public: // System.Int32 UnityEngine.InputSystem.Users.InputUserChange::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputUserChange_t01990509E515B3683020684029CF7F88464BD75F, ___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.InputSystem.Users.InputUserPairingOptions struct InputUserPairingOptions_t3A0328BC59210DBFAB2C25EEBD0D2EF8A24BC946 { public: // System.Int32 UnityEngine.InputSystem.Users.InputUserPairingOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputUserPairingOptions_t3A0328BC59210DBFAB2C25EEBD0D2EF8A24BC946, ___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.InputSystem.Users.InputUserSettings struct InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF : public RuntimeObject { public: // System.String UnityEngine.InputSystem.Users.InputUserSettings::k__BackingField String_t* ___U3CcustomBindingsU3Ek__BackingField_0; // System.Boolean UnityEngine.InputSystem.Users.InputUserSettings::k__BackingField bool ___U3CinvertMouseXU3Ek__BackingField_1; // System.Boolean UnityEngine.InputSystem.Users.InputUserSettings::k__BackingField bool ___U3CinvertMouseYU3Ek__BackingField_2; // System.Nullable`1 UnityEngine.InputSystem.Users.InputUserSettings::k__BackingField Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A ___U3CmouseSmoothingU3Ek__BackingField_3; // System.Nullable`1 UnityEngine.InputSystem.Users.InputUserSettings::k__BackingField Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A ___U3CmouseSensitivityU3Ek__BackingField_4; // System.Boolean UnityEngine.InputSystem.Users.InputUserSettings::k__BackingField bool ___U3CinvertStickXU3Ek__BackingField_5; // System.Boolean UnityEngine.InputSystem.Users.InputUserSettings::k__BackingField bool ___U3CinvertStickYU3Ek__BackingField_6; // System.Boolean UnityEngine.InputSystem.Users.InputUserSettings::k__BackingField bool ___U3CswapSticksU3Ek__BackingField_7; // System.Boolean UnityEngine.InputSystem.Users.InputUserSettings::k__BackingField bool ___U3CswapBumpersU3Ek__BackingField_8; // System.Boolean UnityEngine.InputSystem.Users.InputUserSettings::k__BackingField bool ___U3CswapTriggersU3Ek__BackingField_9; // System.Boolean UnityEngine.InputSystem.Users.InputUserSettings::k__BackingField bool ___U3CswapDpadAndLeftStickU3Ek__BackingField_10; // System.Single UnityEngine.InputSystem.Users.InputUserSettings::k__BackingField float ___U3CvibrationStrengthU3Ek__BackingField_11; // System.String UnityEngine.InputSystem.Users.InputUserSettings::m_CustomBindings String_t* ___m_CustomBindings_12; public: inline static int32_t get_offset_of_U3CcustomBindingsU3Ek__BackingField_0() { return static_cast(offsetof(InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF, ___U3CcustomBindingsU3Ek__BackingField_0)); } inline String_t* get_U3CcustomBindingsU3Ek__BackingField_0() const { return ___U3CcustomBindingsU3Ek__BackingField_0; } inline String_t** get_address_of_U3CcustomBindingsU3Ek__BackingField_0() { return &___U3CcustomBindingsU3Ek__BackingField_0; } inline void set_U3CcustomBindingsU3Ek__BackingField_0(String_t* value) { ___U3CcustomBindingsU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcustomBindingsU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CinvertMouseXU3Ek__BackingField_1() { return static_cast(offsetof(InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF, ___U3CinvertMouseXU3Ek__BackingField_1)); } inline bool get_U3CinvertMouseXU3Ek__BackingField_1() const { return ___U3CinvertMouseXU3Ek__BackingField_1; } inline bool* get_address_of_U3CinvertMouseXU3Ek__BackingField_1() { return &___U3CinvertMouseXU3Ek__BackingField_1; } inline void set_U3CinvertMouseXU3Ek__BackingField_1(bool value) { ___U3CinvertMouseXU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CinvertMouseYU3Ek__BackingField_2() { return static_cast(offsetof(InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF, ___U3CinvertMouseYU3Ek__BackingField_2)); } inline bool get_U3CinvertMouseYU3Ek__BackingField_2() const { return ___U3CinvertMouseYU3Ek__BackingField_2; } inline bool* get_address_of_U3CinvertMouseYU3Ek__BackingField_2() { return &___U3CinvertMouseYU3Ek__BackingField_2; } inline void set_U3CinvertMouseYU3Ek__BackingField_2(bool value) { ___U3CinvertMouseYU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CmouseSmoothingU3Ek__BackingField_3() { return static_cast(offsetof(InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF, ___U3CmouseSmoothingU3Ek__BackingField_3)); } inline Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A get_U3CmouseSmoothingU3Ek__BackingField_3() const { return ___U3CmouseSmoothingU3Ek__BackingField_3; } inline Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A * get_address_of_U3CmouseSmoothingU3Ek__BackingField_3() { return &___U3CmouseSmoothingU3Ek__BackingField_3; } inline void set_U3CmouseSmoothingU3Ek__BackingField_3(Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A value) { ___U3CmouseSmoothingU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CmouseSensitivityU3Ek__BackingField_4() { return static_cast(offsetof(InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF, ___U3CmouseSensitivityU3Ek__BackingField_4)); } inline Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A get_U3CmouseSensitivityU3Ek__BackingField_4() const { return ___U3CmouseSensitivityU3Ek__BackingField_4; } inline Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A * get_address_of_U3CmouseSensitivityU3Ek__BackingField_4() { return &___U3CmouseSensitivityU3Ek__BackingField_4; } inline void set_U3CmouseSensitivityU3Ek__BackingField_4(Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A value) { ___U3CmouseSensitivityU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CinvertStickXU3Ek__BackingField_5() { return static_cast(offsetof(InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF, ___U3CinvertStickXU3Ek__BackingField_5)); } inline bool get_U3CinvertStickXU3Ek__BackingField_5() const { return ___U3CinvertStickXU3Ek__BackingField_5; } inline bool* get_address_of_U3CinvertStickXU3Ek__BackingField_5() { return &___U3CinvertStickXU3Ek__BackingField_5; } inline void set_U3CinvertStickXU3Ek__BackingField_5(bool value) { ___U3CinvertStickXU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CinvertStickYU3Ek__BackingField_6() { return static_cast(offsetof(InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF, ___U3CinvertStickYU3Ek__BackingField_6)); } inline bool get_U3CinvertStickYU3Ek__BackingField_6() const { return ___U3CinvertStickYU3Ek__BackingField_6; } inline bool* get_address_of_U3CinvertStickYU3Ek__BackingField_6() { return &___U3CinvertStickYU3Ek__BackingField_6; } inline void set_U3CinvertStickYU3Ek__BackingField_6(bool value) { ___U3CinvertStickYU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CswapSticksU3Ek__BackingField_7() { return static_cast(offsetof(InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF, ___U3CswapSticksU3Ek__BackingField_7)); } inline bool get_U3CswapSticksU3Ek__BackingField_7() const { return ___U3CswapSticksU3Ek__BackingField_7; } inline bool* get_address_of_U3CswapSticksU3Ek__BackingField_7() { return &___U3CswapSticksU3Ek__BackingField_7; } inline void set_U3CswapSticksU3Ek__BackingField_7(bool value) { ___U3CswapSticksU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CswapBumpersU3Ek__BackingField_8() { return static_cast(offsetof(InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF, ___U3CswapBumpersU3Ek__BackingField_8)); } inline bool get_U3CswapBumpersU3Ek__BackingField_8() const { return ___U3CswapBumpersU3Ek__BackingField_8; } inline bool* get_address_of_U3CswapBumpersU3Ek__BackingField_8() { return &___U3CswapBumpersU3Ek__BackingField_8; } inline void set_U3CswapBumpersU3Ek__BackingField_8(bool value) { ___U3CswapBumpersU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CswapTriggersU3Ek__BackingField_9() { return static_cast(offsetof(InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF, ___U3CswapTriggersU3Ek__BackingField_9)); } inline bool get_U3CswapTriggersU3Ek__BackingField_9() const { return ___U3CswapTriggersU3Ek__BackingField_9; } inline bool* get_address_of_U3CswapTriggersU3Ek__BackingField_9() { return &___U3CswapTriggersU3Ek__BackingField_9; } inline void set_U3CswapTriggersU3Ek__BackingField_9(bool value) { ___U3CswapTriggersU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CswapDpadAndLeftStickU3Ek__BackingField_10() { return static_cast(offsetof(InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF, ___U3CswapDpadAndLeftStickU3Ek__BackingField_10)); } inline bool get_U3CswapDpadAndLeftStickU3Ek__BackingField_10() const { return ___U3CswapDpadAndLeftStickU3Ek__BackingField_10; } inline bool* get_address_of_U3CswapDpadAndLeftStickU3Ek__BackingField_10() { return &___U3CswapDpadAndLeftStickU3Ek__BackingField_10; } inline void set_U3CswapDpadAndLeftStickU3Ek__BackingField_10(bool value) { ___U3CswapDpadAndLeftStickU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CvibrationStrengthU3Ek__BackingField_11() { return static_cast(offsetof(InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF, ___U3CvibrationStrengthU3Ek__BackingField_11)); } inline float get_U3CvibrationStrengthU3Ek__BackingField_11() const { return ___U3CvibrationStrengthU3Ek__BackingField_11; } inline float* get_address_of_U3CvibrationStrengthU3Ek__BackingField_11() { return &___U3CvibrationStrengthU3Ek__BackingField_11; } inline void set_U3CvibrationStrengthU3Ek__BackingField_11(float value) { ___U3CvibrationStrengthU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_m_CustomBindings_12() { return static_cast(offsetof(InputUserSettings_tE6890919C67464CDAC24C05F2DB8BDD6780BB6AF, ___m_CustomBindings_12)); } inline String_t* get_m_CustomBindings_12() const { return ___m_CustomBindings_12; } inline String_t** get_address_of_m_CustomBindings_12() { return &___m_CustomBindings_12; } inline void set_m_CustomBindings_12(String_t* value) { ___m_CustomBindings_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CustomBindings_12), (void*)value); } }; // UnityEngine.InputSystem.LowLevel.JoystickState struct JoystickState_tF86A90CE3C548D35C999AA612856D36C3CCA9198 { public: // System.Int32 UnityEngine.InputSystem.LowLevel.JoystickState::buttons int32_t ___buttons_0; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.JoystickState::stick Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___stick_1; public: inline static int32_t get_offset_of_buttons_0() { return static_cast(offsetof(JoystickState_tF86A90CE3C548D35C999AA612856D36C3CCA9198, ___buttons_0)); } inline int32_t get_buttons_0() const { return ___buttons_0; } inline int32_t* get_address_of_buttons_0() { return &___buttons_0; } inline void set_buttons_0(int32_t value) { ___buttons_0 = value; } inline static int32_t get_offset_of_stick_1() { return static_cast(offsetof(JoystickState_tF86A90CE3C548D35C999AA612856D36C3CCA9198, ___stick_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_stick_1() const { return ___stick_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_stick_1() { return &___stick_1; } inline void set_stick_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___stick_1 = value; } }; // UnityEngine.InputSystem.Key struct Key_tE2B25F1EFB2FAC84C6D47C956FD66851E3ADA79D { public: // System.Int32 UnityEngine.InputSystem.Key::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Key_tE2B25F1EFB2FAC84C6D47C956FD66851E3ADA79D, ___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.InputSystem.LowLevel.KeyboardState struct KeyboardState_t27305EEF39C9F711337347196C2B9ACFB907470D { public: // UnityEngine.InputSystem.LowLevel.KeyboardState/e__FixedBuffer UnityEngine.InputSystem.LowLevel.KeyboardState::keys U3CkeysU3Ee__FixedBuffer_t37298D019FFA0B709024410A4FD57172A73D1AAA ___keys_2; public: inline static int32_t get_offset_of_keys_2() { return static_cast(offsetof(KeyboardState_t27305EEF39C9F711337347196C2B9ACFB907470D, ___keys_2)); } inline U3CkeysU3Ee__FixedBuffer_t37298D019FFA0B709024410A4FD57172A73D1AAA get_keys_2() const { return ___keys_2; } inline U3CkeysU3Ee__FixedBuffer_t37298D019FFA0B709024410A4FD57172A73D1AAA * get_address_of_keys_2() { return &___keys_2; } inline void set_keys_2(U3CkeysU3Ee__FixedBuffer_t37298D019FFA0B709024410A4FD57172A73D1AAA value) { ___keys_2 = value; } }; // UnityEngine.InputSystem.LowLevel.LinearAccelerationState struct LinearAccelerationState_t9A104A5379004476B77A957884D81ADDC48A6A5D { public: // UnityEngine.Vector3 UnityEngine.InputSystem.LowLevel.LinearAccelerationState::acceleration Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___acceleration_0; public: inline static int32_t get_offset_of_acceleration_0() { return static_cast(offsetof(LinearAccelerationState_t9A104A5379004476B77A957884D81ADDC48A6A5D, ___acceleration_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_acceleration_0() const { return ___acceleration_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_acceleration_0() { return &___acceleration_0; } inline void set_acceleration_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___acceleration_0 = value; } }; // UnityEngine.InputSystem.LowLevel.MouseButton struct MouseButton_t036C03AF1C943095C228501D7E3B94458A165DF0 { public: // System.Int32 UnityEngine.InputSystem.LowLevel.MouseButton::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MouseButton_t036C03AF1C943095C228501D7E3B94458A165DF0, ___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.InputSystem.LowLevel.MouseState struct MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.MouseState::position Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___position_0; }; #pragma pack(pop, tp) struct { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___position_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___delta_1_OffsetPadding[8]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.MouseState::delta Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___delta_1; }; #pragma pack(pop, tp) struct { char ___delta_1_OffsetPadding_forAlignmentOnly[8]; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___delta_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___scroll_2_OffsetPadding[16]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.MouseState::scroll Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scroll_2; }; #pragma pack(pop, tp) struct { char ___scroll_2_OffsetPadding_forAlignmentOnly[16]; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scroll_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___buttons_3_OffsetPadding[24]; // System.UInt16 UnityEngine.InputSystem.LowLevel.MouseState::buttons uint16_t ___buttons_3; }; #pragma pack(pop, tp) struct { char ___buttons_3_OffsetPadding_forAlignmentOnly[24]; uint16_t ___buttons_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___displayIndex_4_OffsetPadding[26]; // System.UInt16 UnityEngine.InputSystem.LowLevel.MouseState::displayIndex uint16_t ___displayIndex_4; }; #pragma pack(pop, tp) struct { char ___displayIndex_4_OffsetPadding_forAlignmentOnly[26]; uint16_t ___displayIndex_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___clickCount_5_OffsetPadding[28]; // System.UInt16 UnityEngine.InputSystem.LowLevel.MouseState::clickCount uint16_t ___clickCount_5; }; #pragma pack(pop, tp) struct { char ___clickCount_5_OffsetPadding_forAlignmentOnly[28]; uint16_t ___clickCount_5_forAlignmentOnly; }; }; }; uint8_t MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7__padding[30]; }; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7, ___position_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_position_0() const { return ___position_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___position_0 = value; } inline static int32_t get_offset_of_delta_1() { return static_cast(offsetof(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7, ___delta_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_delta_1() const { return ___delta_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_delta_1() { return &___delta_1; } inline void set_delta_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___delta_1 = value; } inline static int32_t get_offset_of_scroll_2() { return static_cast(offsetof(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7, ___scroll_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scroll_2() const { return ___scroll_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scroll_2() { return &___scroll_2; } inline void set_scroll_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scroll_2 = value; } inline static int32_t get_offset_of_buttons_3() { return static_cast(offsetof(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7, ___buttons_3)); } inline uint16_t get_buttons_3() const { return ___buttons_3; } inline uint16_t* get_address_of_buttons_3() { return &___buttons_3; } inline void set_buttons_3(uint16_t value) { ___buttons_3 = value; } inline static int32_t get_offset_of_displayIndex_4() { return static_cast(offsetof(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7, ___displayIndex_4)); } inline uint16_t get_displayIndex_4() const { return ___displayIndex_4; } inline uint16_t* get_address_of_displayIndex_4() { return &___displayIndex_4; } inline void set_displayIndex_4(uint16_t value) { ___displayIndex_4 = value; } inline static int32_t get_offset_of_clickCount_5() { return static_cast(offsetof(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7, ___clickCount_5)); } inline uint16_t get_clickCount_5() const { return ___clickCount_5; } inline uint16_t* get_address_of_clickCount_5() { return &___clickCount_5; } inline void set_clickCount_5(uint16_t value) { ___clickCount_5 = value; } }; // UnityEngine.EventSystems.MoveDirection struct MoveDirection_t740623362F85DF2963BE20C702F7B8EF44E91645 { public: // System.Int32 UnityEngine.EventSystems.MoveDirection::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MoveDirection_t740623362F85DF2963BE20C702F7B8EF44E91645, ___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.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA { public: // System.String UnityEngine.InputSystem.Utilities.NameAndParameters::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Utilities.NameAndParameters::k__BackingField ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CparametersU3Ek__BackingField_1() { return static_cast(offsetof(NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA, ___U3CparametersU3Ek__BackingField_1)); } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 get_U3CparametersU3Ek__BackingField_1() const { return ___U3CparametersU3Ek__BackingField_1; } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * get_address_of_U3CparametersU3Ek__BackingField_1() { return &___U3CparametersU3Ek__BackingField_1; } inline void set_U3CparametersU3Ek__BackingField_1(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 value) { ___U3CparametersU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_0; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_0; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; }; // UnityEngineInternal.Input.NativeInputEventType struct NativeInputEventType_tB3CDF49B057A87E6CBA3EB8C551A971D2B70C9E9 { public: // System.Int32 UnityEngineInternal.Input.NativeInputEventType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NativeInputEventType_tB3CDF49B057A87E6CBA3EB8C551A971D2B70C9E9, ___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; } }; // UnityEngineInternal.Input.NativeInputUpdateType struct NativeInputUpdateType_t4225BE835D53F0F56168B34BEF726468058A5C94 { public: // System.Int32 UnityEngineInternal.Input.NativeInputUpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NativeInputUpdateType_t4225BE835D53F0F56168B34BEF726468058A5C94, ___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; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.InputSystem.PenButton struct PenButton_t9A6D5CDD7CC9D7E2F6C97FF2905E03C987FCE848 { public: // System.Int32 UnityEngine.InputSystem.PenButton::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PenButton_t9A6D5CDD7CC9D7E2F6C97FF2905E03C987FCE848, ___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.InputSystem.LowLevel.PenState struct PenState_t42EE85AC6706EAD22486420F2B2A830891F246F4 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.PenState::position Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___position_0; }; #pragma pack(pop, tp) struct { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___position_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___delta_1_OffsetPadding[8]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.PenState::delta Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___delta_1; }; #pragma pack(pop, tp) struct { char ___delta_1_OffsetPadding_forAlignmentOnly[8]; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___delta_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___tilt_2_OffsetPadding[16]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.PenState::tilt Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___tilt_2; }; #pragma pack(pop, tp) struct { char ___tilt_2_OffsetPadding_forAlignmentOnly[16]; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___tilt_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___pressure_3_OffsetPadding[24]; // System.Single UnityEngine.InputSystem.LowLevel.PenState::pressure float ___pressure_3; }; #pragma pack(pop, tp) struct { char ___pressure_3_OffsetPadding_forAlignmentOnly[24]; float ___pressure_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___twist_4_OffsetPadding[28]; // System.Single UnityEngine.InputSystem.LowLevel.PenState::twist float ___twist_4; }; #pragma pack(pop, tp) struct { char ___twist_4_OffsetPadding_forAlignmentOnly[28]; float ___twist_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___buttons_5_OffsetPadding[32]; // System.UInt16 UnityEngine.InputSystem.LowLevel.PenState::buttons uint16_t ___buttons_5; }; #pragma pack(pop, tp) struct { char ___buttons_5_OffsetPadding_forAlignmentOnly[32]; uint16_t ___buttons_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___displayIndex_6_OffsetPadding[34]; // System.UInt16 UnityEngine.InputSystem.LowLevel.PenState::displayIndex uint16_t ___displayIndex_6; }; #pragma pack(pop, tp) struct { char ___displayIndex_6_OffsetPadding_forAlignmentOnly[34]; uint16_t ___displayIndex_6_forAlignmentOnly; }; }; }; uint8_t PenState_t42EE85AC6706EAD22486420F2B2A830891F246F4__padding[36]; }; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(PenState_t42EE85AC6706EAD22486420F2B2A830891F246F4, ___position_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_position_0() const { return ___position_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___position_0 = value; } inline static int32_t get_offset_of_delta_1() { return static_cast(offsetof(PenState_t42EE85AC6706EAD22486420F2B2A830891F246F4, ___delta_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_delta_1() const { return ___delta_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_delta_1() { return &___delta_1; } inline void set_delta_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___delta_1 = value; } inline static int32_t get_offset_of_tilt_2() { return static_cast(offsetof(PenState_t42EE85AC6706EAD22486420F2B2A830891F246F4, ___tilt_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_tilt_2() const { return ___tilt_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_tilt_2() { return &___tilt_2; } inline void set_tilt_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___tilt_2 = value; } inline static int32_t get_offset_of_pressure_3() { return static_cast(offsetof(PenState_t42EE85AC6706EAD22486420F2B2A830891F246F4, ___pressure_3)); } inline float get_pressure_3() const { return ___pressure_3; } inline float* get_address_of_pressure_3() { return &___pressure_3; } inline void set_pressure_3(float value) { ___pressure_3 = value; } inline static int32_t get_offset_of_twist_4() { return static_cast(offsetof(PenState_t42EE85AC6706EAD22486420F2B2A830891F246F4, ___twist_4)); } inline float get_twist_4() const { return ___twist_4; } inline float* get_address_of_twist_4() { return &___twist_4; } inline void set_twist_4(float value) { ___twist_4 = value; } inline static int32_t get_offset_of_buttons_5() { return static_cast(offsetof(PenState_t42EE85AC6706EAD22486420F2B2A830891F246F4, ___buttons_5)); } inline uint16_t get_buttons_5() const { return ___buttons_5; } inline uint16_t* get_address_of_buttons_5() { return &___buttons_5; } inline void set_buttons_5(uint16_t value) { ___buttons_5 = value; } inline static int32_t get_offset_of_displayIndex_6() { return static_cast(offsetof(PenState_t42EE85AC6706EAD22486420F2B2A830891F246F4, ___displayIndex_6)); } inline uint16_t get_displayIndex_6() const { return ___displayIndex_6; } inline uint16_t* get_address_of_displayIndex_6() { return &___displayIndex_6; } inline void set_displayIndex_6(uint16_t value) { ___displayIndex_6 = value; } }; // UnityEngine.InputSystem.PlayerJoinBehavior struct PlayerJoinBehavior_t97E8AF7AB50AF5342393438861FF8A5B26437232 { public: // System.Int32 UnityEngine.InputSystem.PlayerJoinBehavior::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PlayerJoinBehavior_t97E8AF7AB50AF5342393438861FF8A5B26437232, ___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.InputSystem.PlayerNotifications struct PlayerNotifications_t55766A9248C498793AA36240203F507A120C03BD { public: // System.Int32 UnityEngine.InputSystem.PlayerNotifications::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PlayerNotifications_t55766A9248C498793AA36240203F507A120C03BD, ___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.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingGroupID int32_t ___sortingGroupID_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingGroupOrder int32_t ___sortingGroupOrder_6; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_7; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_8; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_9; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_10; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_11; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_12; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___m_GameObject_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GameObject_0), (void*)value); } inline static int32_t get_offset_of_module_1() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___module_1)); } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * get_module_1() const { return ___module_1; } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___module_1), (void*)value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingGroupID_5() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingGroupID_5)); } inline int32_t get_sortingGroupID_5() const { return ___sortingGroupID_5; } inline int32_t* get_address_of_sortingGroupID_5() { return &___sortingGroupID_5; } inline void set_sortingGroupID_5(int32_t value) { ___sortingGroupID_5 = value; } inline static int32_t get_offset_of_sortingGroupOrder_6() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingGroupOrder_6)); } inline int32_t get_sortingGroupOrder_6() const { return ___sortingGroupOrder_6; } inline int32_t* get_address_of_sortingGroupOrder_6() { return &___sortingGroupOrder_6; } inline void set_sortingGroupOrder_6(int32_t value) { ___sortingGroupOrder_6 = value; } inline static int32_t get_offset_of_sortingLayer_7() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingLayer_7)); } inline int32_t get_sortingLayer_7() const { return ___sortingLayer_7; } inline int32_t* get_address_of_sortingLayer_7() { return &___sortingLayer_7; } inline void set_sortingLayer_7(int32_t value) { ___sortingLayer_7 = value; } inline static int32_t get_offset_of_sortingOrder_8() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingOrder_8)); } inline int32_t get_sortingOrder_8() const { return ___sortingOrder_8; } inline int32_t* get_address_of_sortingOrder_8() { return &___sortingOrder_8; } inline void set_sortingOrder_8(int32_t value) { ___sortingOrder_8 = value; } inline static int32_t get_offset_of_worldPosition_9() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldPosition_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldPosition_9() const { return ___worldPosition_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldPosition_9() { return &___worldPosition_9; } inline void set_worldPosition_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldPosition_9 = value; } inline static int32_t get_offset_of_worldNormal_10() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldNormal_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldNormal_10() const { return ___worldNormal_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldNormal_10() { return &___worldNormal_10; } inline void set_worldNormal_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldNormal_10 = value; } inline static int32_t get_offset_of_screenPosition_11() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___screenPosition_11)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_screenPosition_11() const { return ___screenPosition_11; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_screenPosition_11() { return &___screenPosition_11; } inline void set_screenPosition_11(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___screenPosition_11 = value; } inline static int32_t get_offset_of_displayIndex_12() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___displayIndex_12)); } inline int32_t get_displayIndex_12() const { return ___displayIndex_12; } inline int32_t* get_address_of_displayIndex_12() { return &___displayIndex_12; } inline void set_displayIndex_12(int32_t value) { ___displayIndex_12 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_pinvoke { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingGroupID_5; int32_t ___sortingGroupOrder_6; int32_t ___sortingLayer_7; int32_t ___sortingOrder_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_10; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_11; int32_t ___displayIndex_12; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_com { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingGroupID_5; int32_t ___sortingGroupOrder_6; int32_t ___sortingLayer_7; int32_t ___sortingOrder_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_10; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_11; int32_t ___displayIndex_12; }; // 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; } }; // UnityEngine.ScreenOrientation struct ScreenOrientation_tDD9EF2729A0D580721770597532935B0A7ADE020 { public: // System.Int32 UnityEngine.ScreenOrientation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScreenOrientation_tDD9EF2729A0D580721770597532935B0A7ADE020, ___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.SendMessageOptions struct SendMessageOptions_t89E16D7B4FAECAF721478B06E56214F97438C61B { public: // System.Int32 UnityEngine.SendMessageOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SendMessageOptions_t89E16D7B4FAECAF721478B06E56214F97438C61B, ___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.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___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.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C : public RuntimeObject { public: // System.String System.Globalization.TextInfo::m_listSeparator String_t* ___m_listSeparator_0; // System.Boolean System.Globalization.TextInfo::m_isReadOnly bool ___m_isReadOnly_1; // System.String System.Globalization.TextInfo::m_cultureName String_t* ___m_cultureName_2; // System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_3; // System.String System.Globalization.TextInfo::m_textInfoName String_t* ___m_textInfoName_4; // System.Nullable`1 System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___m_IsAsciiCasingSameAsInvariant_5; // System.String System.Globalization.TextInfo::customCultureName String_t* ___customCultureName_7; // System.Int32 System.Globalization.TextInfo::m_nDataItem int32_t ___m_nDataItem_8; // System.Boolean System.Globalization.TextInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Int32 System.Globalization.TextInfo::m_win32LangID int32_t ___m_win32LangID_10; public: inline static int32_t get_offset_of_m_listSeparator_0() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_listSeparator_0)); } inline String_t* get_m_listSeparator_0() const { return ___m_listSeparator_0; } inline String_t** get_address_of_m_listSeparator_0() { return &___m_listSeparator_0; } inline void set_m_listSeparator_0(String_t* value) { ___m_listSeparator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_listSeparator_0), (void*)value); } inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_isReadOnly_1)); } inline bool get_m_isReadOnly_1() const { return ___m_isReadOnly_1; } inline bool* get_address_of_m_isReadOnly_1() { return &___m_isReadOnly_1; } inline void set_m_isReadOnly_1(bool value) { ___m_isReadOnly_1 = value; } inline static int32_t get_offset_of_m_cultureName_2() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureName_2)); } inline String_t* get_m_cultureName_2() const { return ___m_cultureName_2; } inline String_t** get_address_of_m_cultureName_2() { return &___m_cultureName_2; } inline void set_m_cultureName_2(String_t* value) { ___m_cultureName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureName_2), (void*)value); } inline static int32_t get_offset_of_m_cultureData_3() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureData_3)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_3() const { return ___m_cultureData_3; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_3() { return &___m_cultureData_3; } inline void set_m_cultureData_3(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_3), (void*)value); } inline static int32_t get_offset_of_m_textInfoName_4() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_textInfoName_4)); } inline String_t* get_m_textInfoName_4() const { return ___m_textInfoName_4; } inline String_t** get_address_of_m_textInfoName_4() { return &___m_textInfoName_4; } inline void set_m_textInfoName_4(String_t* value) { ___m_textInfoName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_textInfoName_4), (void*)value); } inline static int32_t get_offset_of_m_IsAsciiCasingSameAsInvariant_5() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_IsAsciiCasingSameAsInvariant_5)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_m_IsAsciiCasingSameAsInvariant_5() const { return ___m_IsAsciiCasingSameAsInvariant_5; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_m_IsAsciiCasingSameAsInvariant_5() { return &___m_IsAsciiCasingSameAsInvariant_5; } inline void set_m_IsAsciiCasingSameAsInvariant_5(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___m_IsAsciiCasingSameAsInvariant_5 = value; } inline static int32_t get_offset_of_customCultureName_7() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___customCultureName_7)); } inline String_t* get_customCultureName_7() const { return ___customCultureName_7; } inline String_t** get_address_of_customCultureName_7() { return &___customCultureName_7; } inline void set_customCultureName_7(String_t* value) { ___customCultureName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCultureName_7), (void*)value); } inline static int32_t get_offset_of_m_nDataItem_8() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_nDataItem_8)); } inline int32_t get_m_nDataItem_8() const { return ___m_nDataItem_8; } inline int32_t* get_address_of_m_nDataItem_8() { return &___m_nDataItem_8; } inline void set_m_nDataItem_8(int32_t value) { ___m_nDataItem_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_m_win32LangID_10() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_win32LangID_10)); } inline int32_t get_m_win32LangID_10() const { return ___m_win32LangID_10; } inline int32_t* get_address_of_m_win32LangID_10() { return &___m_win32LangID_10; } inline void set_m_win32LangID_10(int32_t value) { ___m_win32LangID_10 = value; } }; // System.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___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.InputSystem.UI.UIPointerBehavior struct UIPointerBehavior_tB9071E129C9ADF6C62A0A79B03770EA344825C4A { public: // System.Int32 UnityEngine.InputSystem.UI.UIPointerBehavior::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UIPointerBehavior_tB9071E129C9ADF6C62A0A79B03770EA344825C4A, ___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.InputSystem.UI.UIPointerType struct UIPointerType_tC5E0CF44283B130D1D390151F7D26643EF46B64F { public: // System.Int32 UnityEngine.InputSystem.UI.UIPointerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UIPointerType_tC5E0CF44283B130D1D390151F7D26643EF46B64F, ___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.InputSystem.Controls.AxisControl/Clamp struct Clamp_tBAA9F43891E7A880B0DE8A650A254CD0E89C36BD { public: // System.Int32 UnityEngine.InputSystem.Controls.AxisControl/Clamp::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Clamp_tBAA9F43891E7A880B0DE8A650A254CD0E89C36BD, ___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.InputSystem.InputAction/ActionFlags struct ActionFlags_t7D04593349EAB81D5C0E58D2B0DBAABA6B914252 { public: // System.Int32 UnityEngine.InputSystem.InputAction/ActionFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ActionFlags_t7D04593349EAB81D5C0E58D2B0DBAABA6B914252, ___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.InputSystem.InputActionMap/Flags struct Flags_t15250952A587C238D20FB16426465B04D4FE84A8 { public: // System.Int32 UnityEngine.InputSystem.InputActionMap/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t15250952A587C238D20FB16426465B04D4FE84A8, ___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.InputSystem.InputBinding/Flags struct Flags_tB8C0F66F19426A1903E4D43B669650457D5057D1 { public: // System.Int32 UnityEngine.InputSystem.InputBinding/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_tB8C0F66F19426A1903E4D43B669650457D5057D1, ___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.InputSystem.InputControl/ControlFlags struct ControlFlags_t43CF0138618503E94B4811FD6CF66F13F0186787 { public: // System.Int32 UnityEngine.InputSystem.InputControl/ControlFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ControlFlags_t43CF0138618503E94B4811FD6CF66F13F0186787, ___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.InputSystem.InputDevice/DeviceFlags struct DeviceFlags_tF2567D99F286E930FC6B04C6A3CCB2E65B1D762D { public: // System.Int32 UnityEngine.InputSystem.InputDevice/DeviceFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeviceFlags_tF2567D99F286E930FC6B04C6A3CCB2E65B1D762D, ___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.InputSystem.InputInteractionContext/Flags struct Flags_t34ED5D4B0B25D47A9FBC0D7261391BC3E1DE1945 { public: // System.Int32 UnityEngine.InputSystem.InputInteractionContext/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t34ED5D4B0B25D47A9FBC0D7261391BC3E1DE1945, ___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.InputSystem.InputSettings/BackgroundBehavior struct BackgroundBehavior_tE63D5B74669C5DA0FF0E096E121F19D0808B66FE { public: // System.Int32 UnityEngine.InputSystem.InputSettings/BackgroundBehavior::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BackgroundBehavior_tE63D5B74669C5DA0FF0E096E121F19D0808B66FE, ___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.InputSystem.InputSettings/EditorInputBehaviorInPlayMode struct EditorInputBehaviorInPlayMode_tB78DF611964C17CA803511AE27017C17CBFDBA8E { public: // System.Int32 UnityEngine.InputSystem.InputSettings/EditorInputBehaviorInPlayMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EditorInputBehaviorInPlayMode_tB78DF611964C17CA803511AE27017C17CBFDBA8E, ___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.InputSystem.InputSettings/UpdateMode struct UpdateMode_tB1023A67A3F7862527D6797E3522EAC9DC5B00A1 { public: // System.Int32 UnityEngine.InputSystem.InputSettings/UpdateMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateMode_tB1023A67A3F7862527D6797E3522EAC9DC5B00A1, ___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.InputSystem.UI.InputSystemUIInputModule/CursorLockBehavior struct CursorLockBehavior_tFD279E80A48B40B11E5CDDB96D645C8F005A4CFE { public: // System.Int32 UnityEngine.InputSystem.UI.InputSystemUIInputModule/CursorLockBehavior::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CursorLockBehavior_tFD279E80A48B40B11E5CDDB96D645C8F005A4CFE, ___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.InputSystem.Utilities.JsonParser/JsonString struct JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301 { public: // UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.Utilities.JsonParser/JsonString::text Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___text_0; // System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::hasEscapes bool ___hasEscapes_1; public: inline static int32_t get_offset_of_text_0() { return static_cast(offsetof(JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301, ___text_0)); } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F get_text_0() const { return ___text_0; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * get_address_of_text_0() { return &___text_0; } inline void set_text_0(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { ___text_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___text_0))->___m_String_0), (void*)NULL); } inline static int32_t get_offset_of_hasEscapes_1() { return static_cast(offsetof(JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301, ___hasEscapes_1)); } inline bool get_hasEscapes_1() const { return ___hasEscapes_1; } inline bool* get_address_of_hasEscapes_1() { return &___hasEscapes_1; } inline void set_hasEscapes_1(bool value) { ___hasEscapes_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonString struct JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301_marshaled_pinvoke { Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_pinvoke ___text_0; int32_t ___hasEscapes_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonString struct JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301_marshaled_com { Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_com ___text_0; int32_t ___hasEscapes_1; }; // UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType struct JsonValueType_t536726C35383E9602EC7AE443D8CFC95C5F35540 { public: // System.Int32 UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JsonValueType_t536726C35383E9602EC7AE443D8CFC95C5F35540, ___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.InputSystem.Interactions.MultiTapInteraction/TapPhase struct TapPhase_tA421D82B25901EFC00EC1FAB5513618A0A401C12 { public: // System.Int32 UnityEngine.InputSystem.Interactions.MultiTapInteraction/TapPhase::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TapPhase_tA421D82B25901EFC00EC1FAB5513618A0A401C12, ___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.InputSystem.PlayerInput/ActionEvent struct ActionEvent_tAEFD1F4B441D6173674A23A4C61FBA1EAA448084 : public UnityEvent_1_t688C04A2F895025E26DB5725254E9A199193EA75 { public: // System.String UnityEngine.InputSystem.PlayerInput/ActionEvent::m_ActionId String_t* ___m_ActionId_4; // System.String UnityEngine.InputSystem.PlayerInput/ActionEvent::m_ActionName String_t* ___m_ActionName_5; public: inline static int32_t get_offset_of_m_ActionId_4() { return static_cast(offsetof(ActionEvent_tAEFD1F4B441D6173674A23A4C61FBA1EAA448084, ___m_ActionId_4)); } inline String_t* get_m_ActionId_4() const { return ___m_ActionId_4; } inline String_t** get_address_of_m_ActionId_4() { return &___m_ActionId_4; } inline void set_m_ActionId_4(String_t* value) { ___m_ActionId_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ActionId_4), (void*)value); } inline static int32_t get_offset_of_m_ActionName_5() { return static_cast(offsetof(ActionEvent_tAEFD1F4B441D6173674A23A4C61FBA1EAA448084, ___m_ActionName_5)); } inline String_t* get_m_ActionName_5() const { return ___m_ActionName_5; } inline String_t** get_address_of_m_ActionName_5() { return &___m_ActionName_5; } inline void set_m_ActionName_5(String_t* value) { ___m_ActionName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ActionName_5), (void*)value); } }; // UnityEngine.InputSystem.PlayerInput/ControlsChangedEvent struct ControlsChangedEvent_t17913CA7629C342029259D50D5DD6F0A40553B75 : public UnityEvent_1_tCBB93BCD8C3675599B9E78F2D3439779D064DD77 { public: public: }; // UnityEngine.InputSystem.PlayerInput/DeviceLostEvent struct DeviceLostEvent_tE905DB909AE37EB00947E6D38E03EF33A70C7708 : public UnityEvent_1_tCBB93BCD8C3675599B9E78F2D3439779D064DD77 { public: public: }; // UnityEngine.InputSystem.PlayerInput/DeviceRegainedEvent struct DeviceRegainedEvent_t28F00DC5B4B6C8EFAA5A4EB2F052D6510B88A0BD : public UnityEvent_1_tCBB93BCD8C3675599B9E78F2D3439779D064DD77 { public: public: }; // UnityEngine.InputSystem.PlayerInputManager/PlayerJoinedEvent struct PlayerJoinedEvent_t6AD597D03B73AAA9D33FE0CF79877C2F1F764130 : public UnityEvent_1_tCBB93BCD8C3675599B9E78F2D3439779D064DD77 { public: public: }; // UnityEngine.InputSystem.PlayerInputManager/PlayerLeftEvent struct PlayerLeftEvent_t685996FD23980C7C171AEA862AE2CFBB14F7B629 : public UnityEvent_1_tCBB93BCD8C3675599B9E78F2D3439779D064DD77 { public: public: }; // UnityEngine.EventSystems.PointerEventData/FramePressState struct FramePressState_t4BB461B7704D7F72519B36A0C8B3370AB302E7A7 { public: // System.Int32 UnityEngine.EventSystems.PointerEventData/FramePressState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FramePressState_t4BB461B7704D7F72519B36A0C8B3370AB302E7A7, ___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.EventSystems.PointerEventData/InputButton struct InputButton_tA5409FE587ADC841D2BF80835D04074A89C59A9D { public: // System.Int32 UnityEngine.EventSystems.PointerEventData/InputButton::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputButton_tA5409FE587ADC841D2BF80835D04074A89C59A9D, ___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.InputSystem.InputControlScheme/MatchResult/Result struct Result_t09F4754AEFB48BE0DBDA8361B88406110CC66F66 { public: // System.Int32 UnityEngine.InputSystem.InputControlScheme/MatchResult/Result::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Result_t09F4754AEFB48BE0DBDA8361B88406110CC66F66, ___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.InputSystem.InputProcessor`1 struct InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA : public InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D { public: public: }; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 : public InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D { public: public: }; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA : public InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D { public: public: }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // UnityEngine.EventSystems.AxisEventData struct AxisEventData_t5F2EE83206BFD1BC59087D1C9CE31A4389A17E1E : public BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E { public: // UnityEngine.Vector2 UnityEngine.EventSystems.AxisEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CmoveVectorU3Ek__BackingField_2; // UnityEngine.EventSystems.MoveDirection UnityEngine.EventSystems.AxisEventData::k__BackingField int32_t ___U3CmoveDirU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CmoveVectorU3Ek__BackingField_2() { return static_cast(offsetof(AxisEventData_t5F2EE83206BFD1BC59087D1C9CE31A4389A17E1E, ___U3CmoveVectorU3Ek__BackingField_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_U3CmoveVectorU3Ek__BackingField_2() const { return ___U3CmoveVectorU3Ek__BackingField_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_U3CmoveVectorU3Ek__BackingField_2() { return &___U3CmoveVectorU3Ek__BackingField_2; } inline void set_U3CmoveVectorU3Ek__BackingField_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___U3CmoveVectorU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CmoveDirU3Ek__BackingField_3() { return static_cast(offsetof(AxisEventData_t5F2EE83206BFD1BC59087D1C9CE31A4389A17E1E, ___U3CmoveDirU3Ek__BackingField_3)); } inline int32_t get_U3CmoveDirU3Ek__BackingField_3() const { return ___U3CmoveDirU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CmoveDirU3Ek__BackingField_3() { return &___U3CmoveDirU3Ek__BackingField_3; } inline void set_U3CmoveDirU3Ek__BackingField_3(int32_t value) { ___U3CmoveDirU3Ek__BackingField_3 = value; } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand struct EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ImeEnabled_2_OffsetPadding[8]; // System.Byte UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand::m_ImeEnabled uint8_t ___m_ImeEnabled_2; }; #pragma pack(pop, tp) struct { char ___m_ImeEnabled_2_OffsetPadding_forAlignmentOnly[8]; uint8_t ___m_ImeEnabled_2_forAlignmentOnly; }; }; }; uint8_t EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA__padding[9]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_m_ImeEnabled_2() { return static_cast(offsetof(EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA, ___m_ImeEnabled_2)); } inline uint8_t get_m_ImeEnabled_2() const { return ___m_ImeEnabled_2; } inline uint8_t* get_address_of_m_ImeEnabled_2() { return &___m_ImeEnabled_2; } inline void set_m_ImeEnabled_2(uint8_t value) { ___m_ImeEnabled_2 = value; } }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB { public: // System.String UnityEngine.InputSystem.InputBinding::m_Name String_t* ___m_Name_2; // System.String UnityEngine.InputSystem.InputBinding::m_Id String_t* ___m_Id_3; // System.String UnityEngine.InputSystem.InputBinding::m_Path String_t* ___m_Path_4; // System.String UnityEngine.InputSystem.InputBinding::m_Interactions String_t* ___m_Interactions_5; // System.String UnityEngine.InputSystem.InputBinding::m_Processors String_t* ___m_Processors_6; // System.String UnityEngine.InputSystem.InputBinding::m_Groups String_t* ___m_Groups_7; // System.String UnityEngine.InputSystem.InputBinding::m_Action String_t* ___m_Action_8; // UnityEngine.InputSystem.InputBinding/Flags UnityEngine.InputSystem.InputBinding::m_Flags int32_t ___m_Flags_9; // System.String UnityEngine.InputSystem.InputBinding::m_OverridePath String_t* ___m_OverridePath_10; // System.String UnityEngine.InputSystem.InputBinding::m_OverrideInteractions String_t* ___m_OverrideInteractions_11; // System.String UnityEngine.InputSystem.InputBinding::m_OverrideProcessors String_t* ___m_OverrideProcessors_12; public: inline static int32_t get_offset_of_m_Name_2() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Name_2)); } inline String_t* get_m_Name_2() const { return ___m_Name_2; } inline String_t** get_address_of_m_Name_2() { return &___m_Name_2; } inline void set_m_Name_2(String_t* value) { ___m_Name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_2), (void*)value); } inline static int32_t get_offset_of_m_Id_3() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Id_3)); } inline String_t* get_m_Id_3() const { return ___m_Id_3; } inline String_t** get_address_of_m_Id_3() { return &___m_Id_3; } inline void set_m_Id_3(String_t* value) { ___m_Id_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Id_3), (void*)value); } inline static int32_t get_offset_of_m_Path_4() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Path_4)); } inline String_t* get_m_Path_4() const { return ___m_Path_4; } inline String_t** get_address_of_m_Path_4() { return &___m_Path_4; } inline void set_m_Path_4(String_t* value) { ___m_Path_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Path_4), (void*)value); } inline static int32_t get_offset_of_m_Interactions_5() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Interactions_5)); } inline String_t* get_m_Interactions_5() const { return ___m_Interactions_5; } inline String_t** get_address_of_m_Interactions_5() { return &___m_Interactions_5; } inline void set_m_Interactions_5(String_t* value) { ___m_Interactions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Interactions_5), (void*)value); } inline static int32_t get_offset_of_m_Processors_6() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Processors_6)); } inline String_t* get_m_Processors_6() const { return ___m_Processors_6; } inline String_t** get_address_of_m_Processors_6() { return &___m_Processors_6; } inline void set_m_Processors_6(String_t* value) { ___m_Processors_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Processors_6), (void*)value); } inline static int32_t get_offset_of_m_Groups_7() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Groups_7)); } inline String_t* get_m_Groups_7() const { return ___m_Groups_7; } inline String_t** get_address_of_m_Groups_7() { return &___m_Groups_7; } inline void set_m_Groups_7(String_t* value) { ___m_Groups_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Groups_7), (void*)value); } inline static int32_t get_offset_of_m_Action_8() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Action_8)); } inline String_t* get_m_Action_8() const { return ___m_Action_8; } inline String_t** get_address_of_m_Action_8() { return &___m_Action_8; } inline void set_m_Action_8(String_t* value) { ___m_Action_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Action_8), (void*)value); } inline static int32_t get_offset_of_m_Flags_9() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Flags_9)); } inline int32_t get_m_Flags_9() const { return ___m_Flags_9; } inline int32_t* get_address_of_m_Flags_9() { return &___m_Flags_9; } inline void set_m_Flags_9(int32_t value) { ___m_Flags_9 = value; } inline static int32_t get_offset_of_m_OverridePath_10() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverridePath_10)); } inline String_t* get_m_OverridePath_10() const { return ___m_OverridePath_10; } inline String_t** get_address_of_m_OverridePath_10() { return &___m_OverridePath_10; } inline void set_m_OverridePath_10(String_t* value) { ___m_OverridePath_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverridePath_10), (void*)value); } inline static int32_t get_offset_of_m_OverrideInteractions_11() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverrideInteractions_11)); } inline String_t* get_m_OverrideInteractions_11() const { return ___m_OverrideInteractions_11; } inline String_t** get_address_of_m_OverrideInteractions_11() { return &___m_OverrideInteractions_11; } inline void set_m_OverrideInteractions_11(String_t* value) { ___m_OverrideInteractions_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideInteractions_11), (void*)value); } inline static int32_t get_offset_of_m_OverrideProcessors_12() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverrideProcessors_12)); } inline String_t* get_m_OverrideProcessors_12() const { return ___m_OverrideProcessors_12; } inline String_t** get_address_of_m_OverrideProcessors_12() { return &___m_OverrideProcessors_12; } inline void set_m_OverrideProcessors_12(String_t* value) { ___m_OverrideProcessors_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideProcessors_12), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_pinvoke { char* ___m_Name_2; char* ___m_Id_3; char* ___m_Path_4; char* ___m_Interactions_5; char* ___m_Processors_6; char* ___m_Groups_7; char* ___m_Action_8; int32_t ___m_Flags_9; char* ___m_OverridePath_10; char* ___m_OverrideInteractions_11; char* ___m_OverrideProcessors_12; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_com { Il2CppChar* ___m_Name_2; Il2CppChar* ___m_Id_3; Il2CppChar* ___m_Path_4; Il2CppChar* ___m_Interactions_5; Il2CppChar* ___m_Processors_6; Il2CppChar* ___m_Groups_7; Il2CppChar* ___m_Action_8; int32_t ___m_Flags_9; Il2CppChar* ___m_OverridePath_10; Il2CppChar* ___m_OverrideInteractions_11; Il2CppChar* ___m_OverrideProcessors_12; }; // UnityEngine.InputSystem.InputInteractionContext struct InputInteractionContext_t75228CAFBDC74D7F9313CAA70C85D6E98F238909 { public: // UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputInteractionContext::m_State InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; // UnityEngine.InputSystem.InputInteractionContext/Flags UnityEngine.InputSystem.InputInteractionContext::m_Flags int32_t ___m_Flags_1; // UnityEngine.InputSystem.InputActionState/TriggerState UnityEngine.InputSystem.InputInteractionContext::m_TriggerState TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 ___m_TriggerState_2; public: inline static int32_t get_offset_of_m_State_0() { return static_cast(offsetof(InputInteractionContext_t75228CAFBDC74D7F9313CAA70C85D6E98F238909, ___m_State_0)); } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * get_m_State_0() const { return ___m_State_0; } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 ** get_address_of_m_State_0() { return &___m_State_0; } inline void set_m_State_0(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * value) { ___m_State_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_State_0), (void*)value); } inline static int32_t get_offset_of_m_Flags_1() { return static_cast(offsetof(InputInteractionContext_t75228CAFBDC74D7F9313CAA70C85D6E98F238909, ___m_Flags_1)); } inline int32_t get_m_Flags_1() const { return ___m_Flags_1; } inline int32_t* get_address_of_m_Flags_1() { return &___m_Flags_1; } inline void set_m_Flags_1(int32_t value) { ___m_Flags_1 = value; } inline static int32_t get_offset_of_m_TriggerState_2() { return static_cast(offsetof(InputInteractionContext_t75228CAFBDC74D7F9313CAA70C85D6E98F238909, ___m_TriggerState_2)); } inline TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 get_m_TriggerState_2() const { return ___m_TriggerState_2; } inline TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * get_address_of_m_TriggerState_2() { return &___m_TriggerState_2; } inline void set_m_TriggerState_2(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 value) { ___m_TriggerState_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputInteractionContext struct InputInteractionContext_t75228CAFBDC74D7F9313CAA70C85D6E98F238909_marshaled_pinvoke { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_Flags_1; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 ___m_TriggerState_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputInteractionContext struct InputInteractionContext_t75228CAFBDC74D7F9313CAA70C85D6E98F238909_marshaled_com { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_Flags_1; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 ___m_TriggerState_2; }; // UnityEngine.InputSystem.InputValue struct InputValue_tA26725FB1E1CDEFC80B36F7E7BAA3652B8E4C527 : public RuntimeObject { public: // System.Nullable`1 UnityEngine.InputSystem.InputValue::m_Context Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 ___m_Context_0; public: inline static int32_t get_offset_of_m_Context_0() { return static_cast(offsetof(InputValue_tA26725FB1E1CDEFC80B36F7E7BAA3652B8E4C527, ___m_Context_0)); } inline Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 get_m_Context_0() const { return ___m_Context_0; } inline Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 * get_address_of_m_Context_0() { return &___m_Context_0; } inline void set_m_Context_0(Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 value) { ___m_Context_0 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Context_0))->___value_0))->___m_State_0), (void*)NULL); } }; // UnityEngine.InputSystem.Interactions.MultiTapInteraction struct MultiTapInteraction_t012F12E478E89C14B3805DC23B6AB8D9070CB267 : public RuntimeObject { public: // System.Single UnityEngine.InputSystem.Interactions.MultiTapInteraction::tapTime float ___tapTime_0; // System.Single UnityEngine.InputSystem.Interactions.MultiTapInteraction::tapDelay float ___tapDelay_1; // System.Int32 UnityEngine.InputSystem.Interactions.MultiTapInteraction::tapCount int32_t ___tapCount_2; // System.Single UnityEngine.InputSystem.Interactions.MultiTapInteraction::pressPoint float ___pressPoint_3; // UnityEngine.InputSystem.Interactions.MultiTapInteraction/TapPhase UnityEngine.InputSystem.Interactions.MultiTapInteraction::m_CurrentTapPhase int32_t ___m_CurrentTapPhase_4; // System.Int32 UnityEngine.InputSystem.Interactions.MultiTapInteraction::m_CurrentTapCount int32_t ___m_CurrentTapCount_5; // System.Double UnityEngine.InputSystem.Interactions.MultiTapInteraction::m_CurrentTapStartTime double ___m_CurrentTapStartTime_6; // System.Double UnityEngine.InputSystem.Interactions.MultiTapInteraction::m_LastTapReleaseTime double ___m_LastTapReleaseTime_7; public: inline static int32_t get_offset_of_tapTime_0() { return static_cast(offsetof(MultiTapInteraction_t012F12E478E89C14B3805DC23B6AB8D9070CB267, ___tapTime_0)); } inline float get_tapTime_0() const { return ___tapTime_0; } inline float* get_address_of_tapTime_0() { return &___tapTime_0; } inline void set_tapTime_0(float value) { ___tapTime_0 = value; } inline static int32_t get_offset_of_tapDelay_1() { return static_cast(offsetof(MultiTapInteraction_t012F12E478E89C14B3805DC23B6AB8D9070CB267, ___tapDelay_1)); } inline float get_tapDelay_1() const { return ___tapDelay_1; } inline float* get_address_of_tapDelay_1() { return &___tapDelay_1; } inline void set_tapDelay_1(float value) { ___tapDelay_1 = value; } inline static int32_t get_offset_of_tapCount_2() { return static_cast(offsetof(MultiTapInteraction_t012F12E478E89C14B3805DC23B6AB8D9070CB267, ___tapCount_2)); } inline int32_t get_tapCount_2() const { return ___tapCount_2; } inline int32_t* get_address_of_tapCount_2() { return &___tapCount_2; } inline void set_tapCount_2(int32_t value) { ___tapCount_2 = value; } inline static int32_t get_offset_of_pressPoint_3() { return static_cast(offsetof(MultiTapInteraction_t012F12E478E89C14B3805DC23B6AB8D9070CB267, ___pressPoint_3)); } inline float get_pressPoint_3() const { return ___pressPoint_3; } inline float* get_address_of_pressPoint_3() { return &___pressPoint_3; } inline void set_pressPoint_3(float value) { ___pressPoint_3 = value; } inline static int32_t get_offset_of_m_CurrentTapPhase_4() { return static_cast(offsetof(MultiTapInteraction_t012F12E478E89C14B3805DC23B6AB8D9070CB267, ___m_CurrentTapPhase_4)); } inline int32_t get_m_CurrentTapPhase_4() const { return ___m_CurrentTapPhase_4; } inline int32_t* get_address_of_m_CurrentTapPhase_4() { return &___m_CurrentTapPhase_4; } inline void set_m_CurrentTapPhase_4(int32_t value) { ___m_CurrentTapPhase_4 = value; } inline static int32_t get_offset_of_m_CurrentTapCount_5() { return static_cast(offsetof(MultiTapInteraction_t012F12E478E89C14B3805DC23B6AB8D9070CB267, ___m_CurrentTapCount_5)); } inline int32_t get_m_CurrentTapCount_5() const { return ___m_CurrentTapCount_5; } inline int32_t* get_address_of_m_CurrentTapCount_5() { return &___m_CurrentTapCount_5; } inline void set_m_CurrentTapCount_5(int32_t value) { ___m_CurrentTapCount_5 = value; } inline static int32_t get_offset_of_m_CurrentTapStartTime_6() { return static_cast(offsetof(MultiTapInteraction_t012F12E478E89C14B3805DC23B6AB8D9070CB267, ___m_CurrentTapStartTime_6)); } inline double get_m_CurrentTapStartTime_6() const { return ___m_CurrentTapStartTime_6; } inline double* get_address_of_m_CurrentTapStartTime_6() { return &___m_CurrentTapStartTime_6; } inline void set_m_CurrentTapStartTime_6(double value) { ___m_CurrentTapStartTime_6 = value; } inline static int32_t get_offset_of_m_LastTapReleaseTime_7() { return static_cast(offsetof(MultiTapInteraction_t012F12E478E89C14B3805DC23B6AB8D9070CB267, ___m_LastTapReleaseTime_7)); } inline double get_m_LastTapReleaseTime_7() const { return ___m_LastTapReleaseTime_7; } inline double* get_address_of_m_LastTapReleaseTime_7() { return &___m_LastTapReleaseTime_7; } inline void set_m_LastTapReleaseTime_7(double value) { ___m_LastTapReleaseTime_7 = value; } }; // 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; }; // UnityEngineInternal.Input.NativeInputEvent struct NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngineInternal.Input.NativeInputEventType UnityEngineInternal.Input.NativeInputEvent::type int32_t ___type_1; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { int32_t ___type_1_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___sizeInBytes_2_OffsetPadding[4]; // System.UInt16 UnityEngineInternal.Input.NativeInputEvent::sizeInBytes uint16_t ___sizeInBytes_2; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___sizeInBytes_2_OffsetPadding_forAlignmentOnly[4]; uint16_t ___sizeInBytes_2_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___deviceId_3_OffsetPadding[6]; // System.UInt16 UnityEngineInternal.Input.NativeInputEvent::deviceId uint16_t ___deviceId_3; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___deviceId_3_OffsetPadding_forAlignmentOnly[6]; uint16_t ___deviceId_3_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___time_4_OffsetPadding[8]; // System.Double UnityEngineInternal.Input.NativeInputEvent::time double ___time_4; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___time_4_OffsetPadding_forAlignmentOnly[8]; double ___time_4_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___eventId_5_OffsetPadding[16]; // System.Int32 UnityEngineInternal.Input.NativeInputEvent::eventId int32_t ___eventId_5; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___eventId_5_OffsetPadding_forAlignmentOnly[16]; int32_t ___eventId_5_forAlignmentOnly; }; #pragma pack(pop, tp) }; }; uint8_t NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD__padding[20]; }; public: inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___type_1)); } inline int32_t get_type_1() const { return ___type_1; } inline int32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(int32_t value) { ___type_1 = value; } inline static int32_t get_offset_of_sizeInBytes_2() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___sizeInBytes_2)); } inline uint16_t get_sizeInBytes_2() const { return ___sizeInBytes_2; } inline uint16_t* get_address_of_sizeInBytes_2() { return &___sizeInBytes_2; } inline void set_sizeInBytes_2(uint16_t value) { ___sizeInBytes_2 = value; } inline static int32_t get_offset_of_deviceId_3() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___deviceId_3)); } inline uint16_t get_deviceId_3() const { return ___deviceId_3; } inline uint16_t* get_address_of_deviceId_3() { return &___deviceId_3; } inline void set_deviceId_3(uint16_t value) { ___deviceId_3 = value; } inline static int32_t get_offset_of_time_4() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___time_4)); } inline double get_time_4() const { return ___time_4; } inline double* get_address_of_time_4() { return &___time_4; } inline void set_time_4(double value) { ___time_4 = value; } inline static int32_t get_offset_of_eventId_5() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___eventId_5)); } inline int32_t get_eventId_5() const { return ___eventId_5; } inline int32_t* get_address_of_eventId_5() { return &___eventId_5; } inline void set_eventId_5(int32_t value) { ___eventId_5 = value; } }; // UnityEngine.InputSystem.UI.NavigationModel struct NavigationModel_t41E613A7D215246022DF7F260E5A6BA496C65EF7 { public: // UnityEngine.Vector2 UnityEngine.InputSystem.UI.NavigationModel::move Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___move_0; // System.Int32 UnityEngine.InputSystem.UI.NavigationModel::consecutiveMoveCount int32_t ___consecutiveMoveCount_1; // UnityEngine.EventSystems.MoveDirection UnityEngine.InputSystem.UI.NavigationModel::lastMoveDirection int32_t ___lastMoveDirection_2; // System.Single UnityEngine.InputSystem.UI.NavigationModel::lastMoveTime float ___lastMoveTime_3; // UnityEngine.EventSystems.AxisEventData UnityEngine.InputSystem.UI.NavigationModel::eventData AxisEventData_t5F2EE83206BFD1BC59087D1C9CE31A4389A17E1E * ___eventData_4; public: inline static int32_t get_offset_of_move_0() { return static_cast(offsetof(NavigationModel_t41E613A7D215246022DF7F260E5A6BA496C65EF7, ___move_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_move_0() const { return ___move_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_move_0() { return &___move_0; } inline void set_move_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___move_0 = value; } inline static int32_t get_offset_of_consecutiveMoveCount_1() { return static_cast(offsetof(NavigationModel_t41E613A7D215246022DF7F260E5A6BA496C65EF7, ___consecutiveMoveCount_1)); } inline int32_t get_consecutiveMoveCount_1() const { return ___consecutiveMoveCount_1; } inline int32_t* get_address_of_consecutiveMoveCount_1() { return &___consecutiveMoveCount_1; } inline void set_consecutiveMoveCount_1(int32_t value) { ___consecutiveMoveCount_1 = value; } inline static int32_t get_offset_of_lastMoveDirection_2() { return static_cast(offsetof(NavigationModel_t41E613A7D215246022DF7F260E5A6BA496C65EF7, ___lastMoveDirection_2)); } inline int32_t get_lastMoveDirection_2() const { return ___lastMoveDirection_2; } inline int32_t* get_address_of_lastMoveDirection_2() { return &___lastMoveDirection_2; } inline void set_lastMoveDirection_2(int32_t value) { ___lastMoveDirection_2 = value; } inline static int32_t get_offset_of_lastMoveTime_3() { return static_cast(offsetof(NavigationModel_t41E613A7D215246022DF7F260E5A6BA496C65EF7, ___lastMoveTime_3)); } inline float get_lastMoveTime_3() const { return ___lastMoveTime_3; } inline float* get_address_of_lastMoveTime_3() { return &___lastMoveTime_3; } inline void set_lastMoveTime_3(float value) { ___lastMoveTime_3 = value; } inline static int32_t get_offset_of_eventData_4() { return static_cast(offsetof(NavigationModel_t41E613A7D215246022DF7F260E5A6BA496C65EF7, ___eventData_4)); } inline AxisEventData_t5F2EE83206BFD1BC59087D1C9CE31A4389A17E1E * get_eventData_4() const { return ___eventData_4; } inline AxisEventData_t5F2EE83206BFD1BC59087D1C9CE31A4389A17E1E ** get_address_of_eventData_4() { return &___eventData_4; } inline void set_eventData_4(AxisEventData_t5F2EE83206BFD1BC59087D1C9CE31A4389A17E1E * value) { ___eventData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventData_4), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.UI.NavigationModel struct NavigationModel_t41E613A7D215246022DF7F260E5A6BA496C65EF7_marshaled_pinvoke { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___move_0; int32_t ___consecutiveMoveCount_1; int32_t ___lastMoveDirection_2; float ___lastMoveTime_3; AxisEventData_t5F2EE83206BFD1BC59087D1C9CE31A4389A17E1E * ___eventData_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.UI.NavigationModel struct NavigationModel_t41E613A7D215246022DF7F260E5A6BA496C65EF7_marshaled_com { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___move_0; int32_t ___consecutiveMoveCount_1; int32_t ___lastMoveDirection_2; float ___lastMoveTime_3; AxisEventData_t5F2EE83206BFD1BC59087D1C9CE31A4389A17E1E * ___eventData_4; }; // UnityEngine.InputSystem.Composites.OneModifierComposite struct OneModifierComposite_t29D6BED0988595E03D55EB7D9892BB5473EA2601 : public InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 { public: // System.Int32 UnityEngine.InputSystem.Composites.OneModifierComposite::modifier int32_t ___modifier_1; // System.Int32 UnityEngine.InputSystem.Composites.OneModifierComposite::binding int32_t ___binding_2; // System.Boolean UnityEngine.InputSystem.Composites.OneModifierComposite::overrideModifiersNeedToBePressedFirst bool ___overrideModifiersNeedToBePressedFirst_3; // System.Int32 UnityEngine.InputSystem.Composites.OneModifierComposite::m_ValueSizeInBytes int32_t ___m_ValueSizeInBytes_4; // System.Type UnityEngine.InputSystem.Composites.OneModifierComposite::m_ValueType Type_t * ___m_ValueType_5; // System.Boolean UnityEngine.InputSystem.Composites.OneModifierComposite::m_BindingIsButton bool ___m_BindingIsButton_6; public: inline static int32_t get_offset_of_modifier_1() { return static_cast(offsetof(OneModifierComposite_t29D6BED0988595E03D55EB7D9892BB5473EA2601, ___modifier_1)); } inline int32_t get_modifier_1() const { return ___modifier_1; } inline int32_t* get_address_of_modifier_1() { return &___modifier_1; } inline void set_modifier_1(int32_t value) { ___modifier_1 = value; } inline static int32_t get_offset_of_binding_2() { return static_cast(offsetof(OneModifierComposite_t29D6BED0988595E03D55EB7D9892BB5473EA2601, ___binding_2)); } inline int32_t get_binding_2() const { return ___binding_2; } inline int32_t* get_address_of_binding_2() { return &___binding_2; } inline void set_binding_2(int32_t value) { ___binding_2 = value; } inline static int32_t get_offset_of_overrideModifiersNeedToBePressedFirst_3() { return static_cast(offsetof(OneModifierComposite_t29D6BED0988595E03D55EB7D9892BB5473EA2601, ___overrideModifiersNeedToBePressedFirst_3)); } inline bool get_overrideModifiersNeedToBePressedFirst_3() const { return ___overrideModifiersNeedToBePressedFirst_3; } inline bool* get_address_of_overrideModifiersNeedToBePressedFirst_3() { return &___overrideModifiersNeedToBePressedFirst_3; } inline void set_overrideModifiersNeedToBePressedFirst_3(bool value) { ___overrideModifiersNeedToBePressedFirst_3 = value; } inline static int32_t get_offset_of_m_ValueSizeInBytes_4() { return static_cast(offsetof(OneModifierComposite_t29D6BED0988595E03D55EB7D9892BB5473EA2601, ___m_ValueSizeInBytes_4)); } inline int32_t get_m_ValueSizeInBytes_4() const { return ___m_ValueSizeInBytes_4; } inline int32_t* get_address_of_m_ValueSizeInBytes_4() { return &___m_ValueSizeInBytes_4; } inline void set_m_ValueSizeInBytes_4(int32_t value) { ___m_ValueSizeInBytes_4 = value; } inline static int32_t get_offset_of_m_ValueType_5() { return static_cast(offsetof(OneModifierComposite_t29D6BED0988595E03D55EB7D9892BB5473EA2601, ___m_ValueType_5)); } inline Type_t * get_m_ValueType_5() const { return ___m_ValueType_5; } inline Type_t ** get_address_of_m_ValueType_5() { return &___m_ValueType_5; } inline void set_m_ValueType_5(Type_t * value) { ___m_ValueType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ValueType_5), (void*)value); } inline static int32_t get_offset_of_m_BindingIsButton_6() { return static_cast(offsetof(OneModifierComposite_t29D6BED0988595E03D55EB7D9892BB5473EA2601, ___m_BindingIsButton_6)); } inline bool get_m_BindingIsButton_6() const { return ___m_BindingIsButton_6; } inline bool* get_address_of_m_BindingIsButton_6() { return &___m_BindingIsButton_6; } inline void set_m_BindingIsButton_6(bool value) { ___m_BindingIsButton_6 = value; } }; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954 : public BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E { public: // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CpointerEnterU3Ek__BackingField_2; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::m_PointerPress GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_PointerPress_3; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3ClastPressU3Ek__BackingField_4; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CrawPointerPressU3Ek__BackingField_5; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CpointerDragU3Ek__BackingField_6; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CpointerClickU3Ek__BackingField_7; // UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::k__BackingField RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE ___U3CpointerCurrentRaycastU3Ek__BackingField_8; // UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::k__BackingField RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE ___U3CpointerPressRaycastU3Ek__BackingField_9; // System.Collections.Generic.List`1 UnityEngine.EventSystems.PointerEventData::hovered List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___hovered_10; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CeligibleForClickU3Ek__BackingField_11; // System.Int32 UnityEngine.EventSystems.PointerEventData::k__BackingField int32_t ___U3CpointerIdU3Ek__BackingField_12; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CpositionU3Ek__BackingField_13; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CdeltaU3Ek__BackingField_14; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CpressPositionU3Ek__BackingField_15; // UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CworldPositionU3Ek__BackingField_16; // UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CworldNormalU3Ek__BackingField_17; // System.Single UnityEngine.EventSystems.PointerEventData::k__BackingField float ___U3CclickTimeU3Ek__BackingField_18; // System.Int32 UnityEngine.EventSystems.PointerEventData::k__BackingField int32_t ___U3CclickCountU3Ek__BackingField_19; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CscrollDeltaU3Ek__BackingField_20; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CuseDragThresholdU3Ek__BackingField_21; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CdraggingU3Ek__BackingField_22; // UnityEngine.EventSystems.PointerEventData/InputButton UnityEngine.EventSystems.PointerEventData::